diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-02-27 21:09:47 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-02-27 21:09:47 +0000 |
commit | 212a0853c7ec0b47a70340a16ccfd13a944604ec (patch) | |
tree | d6dfb3e593a9aadc3d9188f21658c79d0b60ebf6 /packages/madwifi | |
parent | adabded9e0b31876b5a47c5d1deebafea737c7b7 (diff) |
packages/madwifi/madwifi-ng_r.inc: Revert the xscale specific changes back
Diffstat (limited to 'packages/madwifi')
-rw-r--r-- | packages/madwifi/madwifi-ng_r.inc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/packages/madwifi/madwifi-ng_r.inc b/packages/madwifi/madwifi-ng_r.inc index bbd6215539..63a9ea8d0e 100644 --- a/packages/madwifi/madwifi-ng_r.inc +++ b/packages/madwifi/madwifi-ng_r.inc @@ -4,17 +4,14 @@ PRIORITY = "optional" LICENSE = "GPL" RDEPENDS = "kernel (${KERNEL_VERSION})" DEPENDS = "virtual/kernel" -PR="r1" +PR="r2" SRC_URI = "http://snapshots.madwifi.org/${PN}/${PN}-${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" - -SRC_URI_slugos = "http://snapshots.madwifi.org/${PN}/${PN}-${PV}.tar.gz \ - file://slugos-xscale-be-elf-copts.patch;patch=1 \ - file://slugos-xscale-le-elf-copts.patch;patch=1 \ - file://slugos-VFP-wackelf.patch;patch=1" + file://10-sh4-le-elf-copts.patch;patch=1 \ + file://20-xscale-VFP-wackelf.patch;patch=1 +" S = "${WORKDIR}/${PN}-${PV}" |