From: Florian Fainelli Date: Wed, 13 Jun 2007 17:41:54 +0000 (+0000) Subject: Add the conloglevel option (#1682) X-Git-Tag: reboot~28949 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=440f537f481e25ede6b00f711d0512c5d45a6f40;p=openwrt%2Fstaging%2Fxback.git Add the conloglevel option (#1682) SVN-Revision: 7613 --- diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 528d922a28..7181f8b004 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -10,6 +10,9 @@ system_config() { config_get hostname "$cfg" hostname echo "${hostname:-OpenWrt}" > /proc/sys/kernel/hostname + config_get conloglevel "$cfg" conloglevel + [ -n "$conloglevel" ] && dmesg -n "$conloglevel" + config_get log_ip "$cfg" log_ip syslogd -C16 ${log_ip:+-L -R $log_ip} klogd