hostapd: add a build variant for wpa_supplicant and one for a multicall hostapd+suppl...
authorFelix Fietkau <nbd@openwrt.org>
Sat, 23 Jan 2010 08:28:26 +0000 (08:28 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 23 Jan 2010 08:28:26 +0000 (08:28 +0000)
commitbf581bc5bf17f898eeec6b228e2353aa94eff848
tree76570bd515c1b16edfd03ecc34cba3c45baceb55
parent5939c5e0f8dd9150f913c01e77b72f276f85c11b
hostapd: add a build variant for wpa_supplicant and one for a multicall hostapd+supplicant program (wpad) and remove the old wpa_supplicant package

SVN-Revision: 19286
28 files changed:
package/hostapd/Config.in [new file with mode: 0644]
package/hostapd/Makefile
package/hostapd/files/full.config [deleted file]
package/hostapd/files/hostapd-full.config [new file with mode: 0644]
package/hostapd/files/hostapd-mini.config [new file with mode: 0644]
package/hostapd/files/mini.config [deleted file]
package/hostapd/files/multicall.c [new file with mode: 0644]
package/hostapd/files/wpa_supplicant-full.config [new file with mode: 0644]
package/hostapd/files/wpa_supplicant-mini.config [new file with mode: 0644]
package/hostapd/files/wpa_supplicant.sh [new file with mode: 0644]
package/hostapd/patches/200-multicall.patch [new file with mode: 0644]
package/hostapd/patches/300-timestamp_check.patch [new file with mode: 0644]
package/hostapd/patches/310-scan_ssid.patch [new file with mode: 0644]
package/hostapd/patches/320-rescan_immediately.patch [new file with mode: 0644]
package/hostapd/patches/330-madwifi_merge.patch [new file with mode: 0644]
package/wpa_supplicant/Config.in [deleted file]
package/wpa_supplicant/Makefile [deleted file]
package/wpa_supplicant/config [deleted file]
package/wpa_supplicant/files/config.brcm-2.4 [deleted file]
package/wpa_supplicant/files/config.brcm47xx [deleted symlink]
package/wpa_supplicant/files/config.brcm63xx [deleted symlink]
package/wpa_supplicant/files/wpa_supplicant.sh [deleted file]
package/wpa_supplicant/patches/100-timestamp_check.patch [deleted file]
package/wpa_supplicant/patches/110-roaming.patch [deleted file]
package/wpa_supplicant/patches/120-ssid_scan.patch [deleted file]
package/wpa_supplicant/patches/130-scanning.patch [deleted file]
package/wpa_supplicant/patches/140-quality.patch [deleted file]
package/wpa_supplicant/patches/150-Remove-PS3-gelic-legacy-wpa-support.patch [deleted file]