1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-17 04:33:11 +03:00

Add the conloglevel option (#1682)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7613 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-06-13 17:41:54 +00:00
parent 265ec70a6f
commit 7e1f65bf6e

View File

@ -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