From b2e7f486f9a285a60c6b0530bed275fd8e68b2f7 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Sun, 16 Jan 2011 19:39:46 +0100 Subject: [PATCH] [openwrt] add spi tuning patch to install script --- mote/v2/openwrt/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mote/v2/openwrt/install.sh b/mote/v2/openwrt/install.sh index 44b3cc6..d7f6bbd 100755 --- a/mote/v2/openwrt/install.sh +++ b/mote/v2/openwrt/install.sh @@ -39,6 +39,7 @@ cp patches/300-set_AR2315_RESET_GPIO_to_6.patch $BACKFIRE_PATH/target/linux/athe cp patches/310-hotplug_button_jiffies_calc.patch $BACKFIRE_PATH/target/linux/atheros/patches-2.6.30 cp patches/400-spi_gpio_support.patch $BACKFIRE_PATH/target/linux/atheros/patches-2.6.30 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 # patch files of the OpenWRT build system cd $BACKFIRE_PATH