From: John Crispin Date: Mon, 8 Jul 2013 16:35:02 +0000 (+0000) Subject: base-files: add 2 missing variable defines X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9e36e10cf7b8bc47ebedc9a5a635946fc7797d4d;p=openwrt%2Fstaging%2Frobimarko.git base-files: add 2 missing variable defines Signed-off-by: John Crispin SVN-Revision: 37204 --- diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index de6a2a6025..078adb8ecc 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/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