base-files: add 2 missing variable defines
[openwrt/openwrt.git] / 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