Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A WPA(2) pre-shared key can either be specified as a 8 to 63 character ↵ | Florian Fainelli | 2008-08-26 | 1 | -1/+5 |
| | | | | | | | | passphrase which is hashed to a 256 bit key together with the SSID, or a 64 character hex key. Currently, the latter option is supported by the broadcom wifi type, but no by hostapd. The attached patch allows using a 64 character hex key. (#3935) Signed-off-by: thomas@archlinux.org SVN-Revision: 12394 | ||||
* | Fix hostapd with open access point and per-device configuration, thanks sn9 | Florian Fainelli | 2008-08-23 | 1 | -1/+5 |
| | | | | SVN-Revision: 12375 | ||||
* | Update hostapd to 0.6.4 | Florian Fainelli | 2008-08-13 | 3 | -68/+2 |
| | | | | SVN-Revision: 12298 | ||||
* | Fix hostapd compilation which was broken only for 2.6.25 (#3733). Thanks to ↵ | Florian Fainelli | 2008-07-10 | 1 | -0/+13 |
| | | | | | | Hauke Mehrtens. SVN-Revision: 11763 | ||||
* | Update hostapd to 0.6.3 (#3615) | Florian Fainelli | 2008-07-07 | 5 | -3189/+5 |
| | | | | SVN-Revision: 11738 | ||||
* | Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. ↵ | Peter Denison | 2008-06-08 | 1 | -1/+1 |
| | | | | | | Fixes #3501 SVN-Revision: 11407 | ||||
* | add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com> | Travis Kemen | 2008-06-04 | 1 | -1/+18 |
| | | | | SVN-Revision: 11355 | ||||
* | Fix hostapd compilation errors on STA_INFO (#3308) | Florian Fainelli | 2008-04-10 | 1 | -0/+55 |
| | | | | SVN-Revision: 10784 | ||||
* | change psk back to key | Travis Kemen | 2008-02-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 10488 | ||||
* | hostapd: Disable driver_nl80211 if mac80211 is not built | Michael Büsch | 2008-02-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 10481 | ||||
* | hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we put ↵ | Michael Büsch | 2008-02-17 | 1 | -3/+3 |
| | | | | | | it into the "key" variable. SVN-Revision: 10478 | ||||
* | hostapd: use patches to add the nl80211 driver instead of copying the files. | Michael Büsch | 2008-02-17 | 12 | -3781/+2968 |
| | | | | SVN-Revision: 10475 | ||||
* | Enable nl80211 support in hostapd. | Michael Büsch | 2008-02-16 | 1 | -2/+26 |
| | | | | SVN-Revision: 10470 | ||||
* | Add hostapd support for nl80211 (mac80211 stack) | Michael Büsch | 2008-02-16 | 8 | -0/+2990 |
| | | | | SVN-Revision: 10469 | ||||
* | Upgrade b43 and mac80211. | Michael Büsch | 2008-02-15 | 2 | -2/+2 |
| | | | | | | | This also temporarly disables hostapd support for mac80211, as hostapd needs patches to compile against latest mac80211. Will do that in a seperate patch. SVN-Revision: 10466 | ||||
* | fix libnl include issues which broke a few packages | Felix Fietkau | 2007-11-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 9581 | ||||
* | fix path to .config (#2722) | Felix Fietkau | 2007-11-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 9579 | ||||
* | clean up stale stampfiles | Felix Fietkau | 2007-11-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 9576 | ||||
* | fix hostapd rebuild check, isolate the common src/ directory for hostapd ↵ | Felix Fietkau | 2007-11-17 | 1 | -8/+12 |
| | | | | | | variants as well to fix compile errors when both variants are selected (#2722) SVN-Revision: 9575 | ||||
* | fix hostapd build with openssl | Felix Fietkau | 2007-11-16 | 1 | -2/+3 |
| | | | | SVN-Revision: 9574 | ||||
* | hostapd: turn libnl into a build dependency | Felix Fietkau | 2007-11-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 9568 | ||||
* | fix config change detect for hostapd | Felix Fietkau | 2007-11-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 9565 | ||||
* | update hostapd patches to the latest from ↵ | Felix Fietkau | 2007-11-16 | 7 | -57/+75 |
| | | | | | | http://johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/ SVN-Revision: 9564 | ||||
* | improve build checks for hostapd (combinations of madwifi and mac80211) | Felix Fietkau | 2007-11-16 | 1 | -3/+4 |
| | | | | SVN-Revision: 9563 | ||||
* | use the static version of libnl for hostapd | Felix Fietkau | 2007-11-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 9562 | ||||
* | fix up hostapd for mac80211 | Felix Fietkau | 2007-11-16 | 11 | -152/+1141 |
| | | | | SVN-Revision: 9554 | ||||
* | disable driver_devicescape in hostapd will be enabled again when the ↵ | Felix Fietkau | 2007-10-20 | 1 | -5/+2 |
| | | | | | | mac80211 guys have sorted out the api ;) SVN-Revision: 9369 | ||||
* | fix hostap dependencies | Nicolas Thill | 2007-09-16 | 1 | -11/+4 |
| | | | | SVN-Revision: 8799 | ||||
* | major target cleanup. it is now possible to have subtargets that can ↵ | Felix Fietkau | 2007-09-08 | 1 | -1/+1 |
| | | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694 | ||||
* | move package description to a separate definition, remove it when ↵ | Nicolas Thill | 2007-09-07 | 1 | -11/+17 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 1 | -2/+2 |
| | | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 | ||||
* | Upgrade hostapd to 0.5.8, thanks to Daniel Gimpelevich | Florian Fainelli | 2007-08-07 | 3 | -6/+23 |
| | | | | SVN-Revision: 8368 | ||||
* | Some packages make no sense or do not build for etrax | John Crispin | 2007-07-29 | 1 | -2/+2 |
| | | | | SVN-Revision: 8216 | ||||
* | avr32 build fixes | Imre Kaloz | 2007-07-17 | 1 | -1/+2 |
| | | | | SVN-Revision: 8017 | ||||
* | refresh all package patches in the buildroot using quilt | Felix Fietkau | 2007-06-04 | 2 | -9/+12 |
| | | | | SVN-Revision: 7490 | ||||
* | move hostapd setup script from wireless-tools to hostapd package | Felix Fietkau | 2007-04-18 | 2 | -0/+68 |
| | | | | SVN-Revision: 7000 | ||||
* | replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGS | Nicolas Thill | 2007-03-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 6735 | ||||
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵ | Felix Fietkau | 2007-03-16 | 1 | -1/+0 |
| | | | | | | lots of places SVN-Revision: 6582 | ||||
* | add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵ | Felix Fietkau | 2007-03-16 | 1 | -2/+0 |
| | | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580 | ||||
* | cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS | Nicolas Thill | 2007-01-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 6180 | ||||
* | upgrade hostapd to 0.5.7 (patch from #1133) | Felix Fietkau | 2007-01-09 | 2 | -20/+20 |
| | | | | SVN-Revision: 6047 | ||||
* | fix typo (closes #1149) | Imre Kaloz | 2007-01-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 5996 | ||||
* | Use the KernelPackage template instead of kmod-foo | Florian Fainelli | 2007-01-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 5995 | ||||
* | replace lots of manual install commands with INSTALL_* variables | Felix Fietkau | 2006-11-23 | 1 | -5/+5 |
| | | | | SVN-Revision: 5624 | ||||
* | update hostapd to latest upstream version | Felix Fietkau | 2006-10-31 | 1 | -2/+2 |
| | | | | SVN-Revision: 5365 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 5 | -0/+357 |