[openwrt] backport crond loglevel fix to busybox v1.15.3-2

This commit is contained in:
Bart Van Der Meerssche 2011-04-18 15:43:57 +02:00
parent 94825afe2d
commit 91408ddac0
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@ config system
option key 00112233445566778899aabbccddeeff
option version 210
option firstboot 1
option cronloglevel 1
config button
option button reset

View File

@ -44,6 +44,10 @@ cp patches/400-spi_gpio_support.patch $BACKFIRE_PATH/target/linux/atheros/patche
cp patches/410-spi_gpio_enable_cs_line.patch $BACKFIRE_PATH/target/linux/atheros/patches-2.6.30
cp patches/420-tune_spi_bitbanging_for_avr.patch $BACKFIRE_PATH/target/linux/atheros/patches-2.6.30
# backport loglevel fix to busybox v1.15.3-2
# see: https://bugs.busybox.net/show_bug.cgi?id=681
cp patches/920-fix_crond_loglevel.patch $BACKFIRE_PATH/package/busybox/patches
# patch files of the OpenWRT build system
cd $BACKFIRE_PATH
patch -p0 < $REPO_PATH/patches/900-disable_console.patch