diff options
author | John Crispin <john@openwrt.org> | 2013-07-08 16:35:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-08 16:35:02 +0000 |
commit | 9e36e10cf7b8bc47ebedc9a5a635946fc7797d4d (patch) | |
tree | 1fde477cedfa958bab53655c0e8aaa84cfbc6936 | |
parent | 099188695af54918a30e709b247360ee95a2e10e (diff) | |
download | upstream-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
-rwxr-xr-x | package/base-files/files/etc/init.d/boot | 2 |
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 |