madwifi-ng-r3314: don't apply OpenWrt's 104-autocreate_none.patch
authorAndreas Oberritter <obi@opendreambox.org>
Sat, 22 Jan 2011 17:56:20 +0000 (17:56 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Sat, 22 Jan 2011 17:58:11 +0000 (17:58 +0000)
* Restore previous behaviour to create a STA interface on module load.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
recipes/madwifi/madwifi-ng_r3314-20080131.bb

index 6a2c2a6..fdda649 100644 (file)
@@ -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'"