aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/madwifi
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-22 17:56:20 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-22 17:58:11 +0000
commit8e7adfdd708a8ddc57cecfd7041332cc176c034e (patch)
treeadd256008c6b267693d3c973dea9a92ab5cfa0eb /recipes/madwifi
parent8b9608b1f9fd2ef1d4dd76d542c24968863029b2 (diff)
downloadopenembedded-8e7adfdd708a8ddc57cecfd7041332cc176c034e.tar.gz
madwifi-ng-r3314: don't apply OpenWrt's 104-autocreate_none.patch
* Restore previous behaviour to create a STA interface on module load. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'recipes/madwifi')
-rw-r--r--recipes/madwifi/madwifi-ng_r3314-20080131.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/madwifi/madwifi-ng_r3314-20080131.bb b/recipes/madwifi/madwifi-ng_r3314-20080131.bb
index 6a2c2a6149..fdda64914c 100644
--- a/recipes/madwifi/madwifi-ng_r3314-20080131.bb
+++ b/recipes/madwifi/madwifi-ng_r3314-20080131.bb
@@ -3,7 +3,7 @@
require madwifi-ng_r.inc
# PR set after the include, to override what's set in the included file.
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
# versions of OpenWrt backfire (10.03)
HAL_VERSION = "20090508"
@@ -25,6 +25,7 @@ addtask postpatch after do_patch before do_configure
do_postpatch() {
rm -rf hal
cp -a ${WORKDIR}/ath_hal-${HAL_VERSION} hal
+ rm -f ${WORKDIR}/patches/104-autocreate_none.patch
rm -f ${WORKDIR}/patches/446-single_module.patch
for i in ${WORKDIR}/patches/*.patch; do
oenote "Applying openwrt patch '$i'"