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)
commit64268c716596edbad395cfa82ff30eb84a2f8488
tree04d424eaeac0deea69260e5390f3d5972908c9ec
parent26c953db2072dcc03e36c43446d237df83770270
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]