From 769df4219205fa7ce1b923e031ebb230316b7eac Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Tue, 25 Jan 2011 10:19:36 +0100 Subject: [PATCH] [openwrt] add 990-add_timerfd_support.patch to install script --- mote/v2/openwrt/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mote/v2/openwrt/install.sh b/mote/v2/openwrt/install.sh index d7f6bbd..7c17baf 100755 --- a/mote/v2/openwrt/install.sh +++ b/mote/v2/openwrt/install.sh @@ -34,6 +34,9 @@ $BACKFIRE_PATH/scripts/feeds install -a -p flukso cp .config $BACKFIRE_PATH cp -r files $BACKFIRE_PATH +# add patches to the toolchain +cp patches/990-add_timerfd_support.patch $BACKFIRE_PATH/toolchain/uClibc/patches-0.9.30.1 + # add patches to the linux atheros target cp patches/300-set_AR2315_RESET_GPIO_to_6.patch $BACKFIRE_PATH/target/linux/atheros/patches-2.6.30 cp patches/310-hotplug_button_jiffies_calc.patch $BACKFIRE_PATH/target/linux/atheros/patches-2.6.30