aboutsummaryrefslogtreecommitdiffstats
path: root/packages/madwifi
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.ne>2008-09-12 06:43:22 +0000
committerFelix Domke <tmbinc@elitedvb.ne>2008-09-12 06:43:22 +0000
commit9975b6d76ff83cd81ba434f4e9feee0c66012614 (patch)
tree45b8387d010dd7f9f42e514391d732e4bfb8ab75 /packages/madwifi
parent99e279141c55aa8708ed778ad38ef3f12cbd933e (diff)
downloadopenembedded-9975b6d76ff83cd81ba434f4e9feee0c66012614.tar.gz
madwifi: use newer hal
Diffstat (limited to 'packages/madwifi')
-rw-r--r--packages/madwifi/madwifi-ng_r3314-20080131.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/madwifi/madwifi-ng_r3314-20080131.bb b/packages/madwifi/madwifi-ng_r3314-20080131.bb
index 85f75f96a7..4084326580 100644
--- a/packages/madwifi/madwifi-ng_r3314-20080131.bb
+++ b/packages/madwifi/madwifi-ng_r3314-20080131.bb
@@ -7,13 +7,15 @@ INHIBIT_PACKAGE_STRIP = "1"
require madwifi-ng_r.inc
# PR set after the include, to override what's set in the included file.
-PR = "r7"
+PR = "r8"
-SRC_URI += "http://sources.dreamboxupdate.com/download/snapshots/openwrt_madwifi_patches_20080811.tar.bz2 \
- file://40-fix-warnings.patch;patch=1;pnum=1 \
- http://sources.dreamboxupdate.com/download/snapshots/450-new_madwifi_mipsel_hal.patch.bz2;patch=1"
+SRC_URI += "http://sources.dreamboxupdate.com/download/snapshots/openwrt_madwifi_patches_20080829.tar.bz2 \
+ http://sources.dreamboxupdate.com/download/snapshots/ath_hal-20080815.tgz \
+ file://40-fix-warnings.patch;patch=1;pnum=1"
do_munge() {
+ rm -rf ${S}/hal || /bin/true
+ mv ${WORKDIR}/ath_hal-20080815 ${S}/hal
CUR=`pwd`
cd ${S}
for i in `ls ${WORKDIR}/openwrt_madwifi_patches | grep ".patch" | sort -n | xargs`; do
@@ -23,6 +25,6 @@ do_munge() {
cd $CUR
}
-addtask munge before do_patch after do_unpack
+addtask munge before do_compile after do_patch