Explorar o código

base-files: add 2 missing variable defines

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 37204
John Crispin %!s(int64=12) %!d(string=hai) anos
pai
achega
9e36e10cf7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/base-files/files/etc/init.d/boot

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

@@ -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