aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-07-08 16:35:02 +0000
committerJohn Crispin <blogic@openwrt.org>2013-07-08 16:35:02 +0000
commit3bdd443b58e33fabab27f59662e3de55d9ef39d4 (patch)
tree897d6eaa1f96bffa8929c35f8875948d45990a80 /package
parent8f63276f1c3278694f8d1614b8d6574885dd8612 (diff)
downloadupstream-3bdd443b58e33fabab27f59662e3de55d9ef39d4.tar.gz
upstream-3bdd443b58e33fabab27f59662e3de55d9ef39d4.tar.bz2
upstream-3bdd443b58e33fabab27f59662e3de55d9ef39d4.zip
base-files: add 2 missing variable defines
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37204 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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