aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-08 16:35:02 +0000
committerJohn Crispin <john@openwrt.org>2013-07-08 16:35:02 +0000
commit9e36e10cf7b8bc47ebedc9a5a635946fc7797d4d (patch)
tree1fde477cedfa958bab53655c0e8aaa84cfbc6936 /package/base-files
parent099188695af54918a30e709b247360ee95a2e10e (diff)
downloadupstream-9e36e10cf7b8bc47ebedc9a5a635946fc7797d4d.tar.gz
upstream-9e36e10cf7b8bc47ebedc9a5a635946fc7797d4d.tar.bz2
upstream-9e36e10cf7b8bc47ebedc9a5a635946fc7797d4d.zip
base-files: add 2 missing variable defines
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37204
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/files/etc/init.d/boot2
1 files changed, 1 insertions, 1 deletions
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