[oe-commits] Andreas Oberritter : madwifi-ng-r3314: don't apply OpenWrt' s 104-autocreate_none.patch

git version control git at git.openembedded.org
Sat Jan 22 18:19:58 UTC 2011


Module: openembedded.git
Branch: master
Commit: 8e7adfdd708a8ddc57cecfd7041332cc176c034e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8e7adfdd708a8ddc57cecfd7041332cc176c034e

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Sat Jan 22 17:56:20 2011 +0000

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 at opendreambox.org>

---

 recipes/madwifi/madwifi-ng_r3314-20080131.bb |    3 ++-
 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 6a2c2a6..fdda649 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'"





More information about the Openembedded-commits mailing list