diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/hostap/hostap-daemon_0.3.7.bb | 3 | ||||
-rw-r--r-- | packages/hostap/hostap-modules_0.3.10.bb | 7 | ||||
-rw-r--r-- | packages/hostap/hostap-modules_0.3.7.bb | 6 | ||||
-rw-r--r-- | packages/hostap/hostap-modules_0.3.9.bb | 7 | ||||
-rw-r--r-- | packages/hostap/hostap-utils_0.3.7.bb | 1 | ||||
-rw-r--r-- | packages/madwifi/madwifi-ng_r.inc | 2 |
6 files changed, 1 insertions, 25 deletions
diff --git a/packages/hostap/hostap-daemon_0.3.7.bb b/packages/hostap/hostap-daemon_0.3.7.bb deleted file mode 100644 index bece7d1450..0000000000 --- a/packages/hostap/hostap-daemon_0.3.7.bb +++ /dev/null @@ -1,3 +0,0 @@ -require hostap-daemon.inc - -PR = "r2" diff --git a/packages/hostap/hostap-modules_0.3.10.bb b/packages/hostap/hostap-modules_0.3.10.bb deleted file mode 100644 index 7a76a0c1fa..0000000000 --- a/packages/hostap/hostap-modules_0.3.10.bb +++ /dev/null @@ -1,7 +0,0 @@ -require hostap-modules.inc -PR = "r9" - -SRC_URI += "file://Makefile.patch;patch=1 \ - file://add_event.patch;patch=1 \ - file://hostap-utsname.patch;patch=1 \ - file://hostap_cardid.patch;patch=1" diff --git a/packages/hostap/hostap-modules_0.3.7.bb b/packages/hostap/hostap-modules_0.3.7.bb deleted file mode 100644 index 8daa3455d8..0000000000 --- a/packages/hostap/hostap-modules_0.3.7.bb +++ /dev/null @@ -1,6 +0,0 @@ -require hostap-modules.inc -PR = "r9" - -SRC_URI += "file://Makefile.patch;patch=1 \ - file://add_event.patch;patch=1 \ - file://hostap-utsname.patch;patch=1" diff --git a/packages/hostap/hostap-modules_0.3.9.bb b/packages/hostap/hostap-modules_0.3.9.bb deleted file mode 100644 index aa1dfde03a..0000000000 --- a/packages/hostap/hostap-modules_0.3.9.bb +++ /dev/null @@ -1,7 +0,0 @@ -require hostap-modules.inc -PR = "r11" - -SRC_URI += "file://Makefile.patch;patch=1 \ - file://add_event.patch;patch=1 \ - file://hostap-utsname.patch;patch=1 \ - file://hostap_cardid.patch;patch=1" diff --git a/packages/hostap/hostap-utils_0.3.7.bb b/packages/hostap/hostap-utils_0.3.7.bb deleted file mode 100644 index 9fe362b19f..0000000000 --- a/packages/hostap/hostap-utils_0.3.7.bb +++ /dev/null @@ -1 +0,0 @@ -require hostap-utils.inc diff --git a/packages/madwifi/madwifi-ng_r.inc b/packages/madwifi/madwifi-ng_r.inc index c6bee78e22..be2b889da7 100644 --- a/packages/madwifi/madwifi-ng_r.inc +++ b/packages/madwifi/madwifi-ng_r.inc @@ -10,7 +10,7 @@ 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/${PN}/${PN}-${PV}.tar.gz \ +SRC_URI = "http://snapshots.madwifi.org/madwifi-trunk/${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 \ |