diff options
Diffstat (limited to 'package/base-files')
| -rwxr-xr-x | package/base-files/files/etc/init.d/boot | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 5f5ca99b9..df2afd6b8 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -27,7 +27,7 @@ apply_uci_config() {(  start() {  	[ -f /proc/mounts ] || /sbin/mount_root  	[ -f /proc/jffs2_bbc ] && echo "S" > /proc/jffs2_bbc -	vconfig set_name_type DEV_PLUS_VID_NO_PAD +	[ -f /proc/net/vlan/config ] && vconfig set_name_type DEV_PLUS_VID_NO_PAD  	apply_uci_config  	config_load system | 
