diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-08-27 16:24:36 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-08-27 16:24:36 +0000 |
commit | 98303c78934cf2da8993868c91dcd5b270311292 (patch) | |
tree | a6065105eed6662cf9c93591347d0df17fc4e67c /packages/madwifi | |
parent | 5a60e8d2d9220e02966c8cf776b5c593831f345b (diff) |
madwifi-ng: update to snapshot r3837 (required for linux-2.6.26)
Diffstat (limited to 'packages/madwifi')
-rw-r--r-- | packages/madwifi/madwifi-ng_r.inc | 5 | ||||
-rw-r--r-- | packages/madwifi/madwifi-ng_r3837-20080802.bb | 12 |
2 files changed, 15 insertions, 2 deletions
diff --git a/packages/madwifi/madwifi-ng_r.inc b/packages/madwifi/madwifi-ng_r.inc index be2b889da7..62f9d33b8f 100644 --- a/packages/madwifi/madwifi-ng_r.inc +++ b/packages/madwifi/madwifi-ng_r.inc @@ -10,13 +10,14 @@ WACKELF_SRC_URI = "" WACKELF_SRC_URI_ixp4xx = " file://20-xscale-VFP-wackelf.patch;patch=1" WACKELF_SRC_URI_compulab-pxa270 = " file://20-xscale-VFP-wackelf.patch;patch=1" -SRC_URI = "http://snapshots.madwifi.org/madwifi-trunk/${PN}-${PV}.tar.gz \ +SRCNAME = "${PN}" +SRC_URI = "http://snapshots.madwifi.org/madwifi-trunk/${SRCNAME}-${PV}.tar.gz \ file://10-xscale-be-elf-copts.patch;patch=1 \ file://10-xscale-le-elf-copts.patch;patch=1 \ file://10-sh4-le-elf-copts.patch;patch=1 \ ${WACKELF_SRC_URI}" -S = "${WORKDIR}/${PN}-${PV}" +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit module-base diff --git a/packages/madwifi/madwifi-ng_r3837-20080802.bb b/packages/madwifi/madwifi-ng_r3837-20080802.bb new file mode 100644 index 0000000000..2f6319e3a2 --- /dev/null +++ b/packages/madwifi/madwifi-ng_r3837-20080802.bb @@ -0,0 +1,12 @@ +# Bitbake recipe for the madwifi-ng driver + +# Disable stripping of kernel modules, since this action strips too +# much out, and the resulting module won't load. +INHIBIT_PACKAGE_STRIP = "1" + +require madwifi-ng_r.inc + +SRCNAME = "madwifi-trunk" + +# PR set after the include, to override what's set in the included file. +PR = "r0" |