base-files: add 2 missing variable defines
authorJohn Crispin <john@openwrt.org>
Mon, 8 Jul 2013 16:35:02 +0000 (16:35 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 8 Jul 2013 16:35:02 +0000 (16:35 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37204

package/base-files/files/etc/init.d/boot

index de6a2a6025324408e86e245eb9db27c4c4fbe19b..078adb8ecc3820a089203e73e084874472a90b8c 100755 (executable)
@@ -7,7 +7,7 @@ STOP=98
 system_config() {
        local cfg="$1"
 
-       local hostname conloglevel timezone
+       local hostname conloglevel buffersize timezone zonename
 
        config_get hostname "$cfg" hostname 'OpenWrt'
        echo "$hostname" > /proc/sys/kernel/hostname