From 91408ddac04f4b249110eef2dc4a53005f3296d3 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Mon, 18 Apr 2011 15:43:57 +0200 Subject: [PATCH] [openwrt] backport crond loglevel fix to busybox v1.15.3-2 --- mote/v2/openwrt/files/etc/config/system | 1 + mote/v2/openwrt/install.sh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/mote/v2/openwrt/files/etc/config/system b/mote/v2/openwrt/files/etc/config/system index 754e65a..4c5c7c4 100644 --- a/mote/v2/openwrt/files/etc/config/system +++ b/mote/v2/openwrt/files/etc/config/system @@ -5,6 +5,7 @@ config system option key 00112233445566778899aabbccddeeff option version 210 option firstboot 1 + option cronloglevel 1 config button option button reset diff --git a/mote/v2/openwrt/install.sh b/mote/v2/openwrt/install.sh index 243f2d0..40abba3 100755 --- a/mote/v2/openwrt/install.sh +++ b/mote/v2/openwrt/install.sh @@ -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