busybox-syslog: Increase back to notice (6) for the logging

This sadly still prints the firmware reload messages. But this is
necessary right now. The fpgadl/dspdl drivers do not log fatal
failures so the 'success' is the only information we have. This
is to be fixed in the driver.
This commit is contained in:
Holger Hans Peter Freyther 2013-03-17 19:46:41 +01:00
parent 84f23b2203
commit d9a117ed21
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
SYSMOCOM := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESEXTRAPATHS_prepend := "${SYSMOCOM}/files:"
PRINC = "13"
PRINC = "14"
SRC_URI += "file://busybox-ifplugd.sh \
file://ifplugd.sh"

View File

@ -7,7 +7,7 @@ REDUCE=no # reduce-size logging
#ROTATEGENS=3 # keep X generations of rotated logs (incompatible with busybox)
BUFFERSIZE=64 # size of circular buffer [kByte]
FOREGROUND=no # run in foreground (don't use!)
LOGLEVEL=4
LOGLEVEL=6
# magic when a MMC card is mounted
USING_MMC_CARD=`/bin/mount | grep /media/mmcblk0p1 | wc -l`