aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* hostapd: fix wpad compile error by preventing make spam from showing up in ↵Felix Fietkau2010-01-231-2/+2
| | | | | | the cflags/ldflags dump files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix compile error in the roboswitch driverFelix Fietkau2010-01-231-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix build errorFelix Fietkau2010-01-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add a build variant for wpa_supplicant and one for a multicall ↵Felix Fietkau2010-01-231-8/+184
| | | | | | hostapd+supplicant program (wpad) and remove the old wpa_supplicant package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: upgrade to latest git version, add patches to fix multi-bss support ↵Felix Fietkau2010-01-201-2/+2
| | | | | | with a single hostapd instance git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: remove all object files on config changesFelix Fietkau2010-01-191-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: upgrade to latest versionFelix Fietkau2010-01-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to latest git, fixes ampdu settings in the beacon HT IEFelix Fietkau2009-11-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix rebuild checks (#6210)Felix Fietkau2009-11-231-1/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build variants: only build opkg packages for the requested build variant (or ↵Felix Fietkau2009-11-221-7/+2
| | | | | | any if no variant was specified for the package) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [hostapd-utils] fix build of hostapd-utilsHauke Mehrtens2009-11-141-1/+1
| | | | | | | | This fixes #6158. Thank you Will Dyson for your patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: automatically add wds sta interfaces of an ap to the right bridgeFelix Fietkau2009-11-111-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to latest git, remove openssl dependency for hostapd-full, ↵Felix Fietkau2009-11-111-8/+7
| | | | | | it works with internal crypto now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: use the new build variants feature to clean up the makefileFelix Fietkau2009-11-101-63/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: make compilation of the hostap driver conditional - saves 10k ↵Felix Fietkau2009-10-201-0/+2
| | | | | | uncompressed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: prefer built-in crypto header files over external ones from ↵Felix Fietkau2009-05-271-0/+1
| | | | | | STAGING_DIR (thx, russell) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix more issues with libnl-tiny and eglibcFelix Fietkau2009-05-041-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: use libnl-tiny instead of libnlFelix Fietkau2009-04-301-4/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* introduce a generic PKG_CONFIG_DEPENDS for packages that need to be ↵Nicolas Thill2009-04-271-5/+7
| | | | | | reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [hostapd] bump to version 0.6.9.Hauke Mehrtens2009-03-231-2/+2
| | | | | | | Synced default.config and mini.config with upstream version. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] replace some -I & -L flags with $(TARGET_CPPFLAGS) & ↵Nicolas Thill2009-02-241-2/+2
| | | | | | $(TARGET_LDFLAGS) when appropriate git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14651 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: update to 0.6.8Gabor Juhos2009-02-171-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently ↵Felix Fietkau2009-01-271-5/+17
| | | | | | depends on ath9k) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump hostapd to version 0.6.6Imre Kaloz2008-12-021-2/+2
| | | | | | Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [hostapd] bump to version 0.6.5Andy Boyett2008-11-181-4/+4
| | | | | | | | - updates driver_nl80211 to match changes in recent compat-wireless snapshots (for >= 2.6.27) - adds preliminary support for 802.11n to hostapd itself git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement conditional dependencies for menuconfig and build depsFelix Fietkau2008-10-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12820 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update hostapd to 0.6.4Florian Fainelli2008-08-131-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update hostapd to 0.6.3 (#3615)Florian Fainelli2008-07-071-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: Disable driver_nl80211 if mac80211 is not builtMichael Büsch2008-02-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: use patches to add the nl80211 driver instead of copying the files.Michael Büsch2008-02-171-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add hostapd support for nl80211 (mac80211 stack)Michael Büsch2008-02-161-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix libnl include issues which broke a few packagesFelix Fietkau2007-11-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix path to .config (#2722)Felix Fietkau2007-11-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up stale stampfilesFelix Fietkau2007-11-171-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9576 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix hostapd rebuild check, isolate the common src/ directory for hostapd ↵Felix Fietkau2007-11-171-8/+12
| | | | | | variants as well to fix compile errors when both variants are selected (#2722) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix hostapd build with opensslFelix Fietkau2007-11-161-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: turn libnl into a build dependencyFelix Fietkau2007-11-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix config change detect for hostapdFelix Fietkau2007-11-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve build checks for hostapd (combinations of madwifi and mac80211)Felix Fietkau2007-11-161-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the static version of libnl for hostapdFelix Fietkau2007-11-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up hostapd for mac80211Felix Fietkau2007-11-161-33/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable driver_devicescape in hostapdFelix Fietkau2007-10-201-5/+2
| | | | | | | will be enabled again when the mac80211 guys have sorted out the api ;) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix hostap dependenciesNicolas Thill2007-09-161-11/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8799 3c298f89-4303-0410-b956-a3cf2f4a3e73
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-1/+1
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-11/+17
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-2/+2
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade hostapd to 0.5.8, thanks to Daniel GimpelevichFlorian Fainelli2007-08-071-4/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Some packages make no sense or do not build for etraxJohn Crispin2007-07-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8216 3c298f89-4303-0410-b956-a3cf2f4a3e73
* avr32 build fixesImre Kaloz2007-07-171-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8017 3c298f89-4303-0410-b956-a3cf2f4a3e73