Prechádzať zdrojové kódy

base-files: add 2 missing variable defines

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

SVN-Revision: 37204
John Crispin 12 rokov pred
rodič
commit
9e36e10cf7
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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