From 8e7adfdd708a8ddc57cecfd7041332cc176c034e Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Sat, 22 Jan 2011 17:56:20 +0000 Subject: [PATCH] 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 --- recipes/madwifi/madwifi-ng_r3314-20080131.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'" -- 2.39.5