| Commit message (Expand) | Author | Age | Files | Lines |
* | parse the a/g mode setting in /etc/config/wireless when setting up hostapd (i... | nbd | 2008-09-23 | 1 | -1/+8 |
* | A WPA(2) pre-shared key can either be specified as a 8 to 63 character passph... | florian | 2008-08-26 | 1 | -1/+5 |
* | Fix hostapd with open access point and per-device configuration, thanks sn9 | florian | 2008-08-23 | 1 | -1/+5 |
* | Update hostapd to 0.6.4 | florian | 2008-08-13 | 3 | -68/+2 |
* | Fix hostapd compilation which was broken only for 2.6.25 (#3733). | florian | 2008-07-10 | 1 | -0/+13 |
* | Update hostapd to 0.6.3 (#3615) | florian | 2008-07-07 | 5 | -3189/+5 |
* | Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. | noz | 2008-06-08 | 1 | -1/+1 |
* | add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com> | thepeople | 2008-06-04 | 1 | -1/+18 |
* | Fix hostapd compilation errors on STA_INFO (#3308) | florian | 2008-04-10 | 1 | -0/+55 |
* | change psk back to key | thepeople | 2008-02-18 | 1 | -1/+1 |
* | hostapd: Disable driver_nl80211 if mac80211 is not built | mb | 2008-02-17 | 1 | -1/+1 |
* | hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we put i... | mb | 2008-02-17 | 1 | -3/+3 |
* | hostapd: use patches to add the nl80211 driver instead of copying the files. | mb | 2008-02-17 | 12 | -3781/+2968 |
* | Enable nl80211 support in hostapd. | mb | 2008-02-16 | 1 | -2/+26 |
* | Add hostapd support for nl80211 (mac80211 stack) | mb | 2008-02-16 | 8 | -0/+2990 |
* | Upgrade b43 and mac80211. | mb | 2008-02-15 | 2 | -2/+2 |
* | fix libnl include issues which broke a few packages | nbd | 2007-11-19 | 1 | -1/+1 |
* | fix path to .config (#2722) | nbd | 2007-11-17 | 1 | -2/+2 |
* | clean up stale stampfiles | nbd | 2007-11-17 | 1 | -0/+1 |
* | fix hostapd rebuild check, isolate the common src/ directory for hostapd vari... | nbd | 2007-11-17 | 1 | -8/+12 |
* | fix hostapd build with openssl | nbd | 2007-11-16 | 1 | -2/+3 |
* | hostapd: turn libnl into a build dependency | nbd | 2007-11-16 | 1 | -2/+2 |
* | fix config change detect for hostapd | nbd | 2007-11-16 | 1 | -1/+1 |
* | update hostapd patches to the latest from http://johannes.sipsolutions.net/pa... | nbd | 2007-11-16 | 7 | -57/+75 |
* | improve build checks for hostapd (combinations of madwifi and mac80211) | nbd | 2007-11-16 | 1 | -3/+4 |
* | use the static version of libnl for hostapd | nbd | 2007-11-16 | 1 | -1/+1 |
* | fix up hostapd for mac80211 | nbd | 2007-11-16 | 11 | -152/+1141 |
* | disable driver_devicescape in hostapd | nbd | 2007-10-20 | 1 | -5/+2 |
* | fix hostap dependencies | nico | 2007-09-16 | 1 | -11/+4 |
* | major target cleanup. it is now possible to have subtargets that can override... | nbd | 2007-09-08 | 1 | -1/+1 |
* | move package description to a separate definition, remove it when DESCRIPTION... | nico | 2007-09-07 | 1 | -11/+17 |
* | strip the kernel version suffix from target directories, except for brcm-2.4 ... | nbd | 2007-09-06 | 1 | -2/+2 |
* | Upgrade hostapd to 0.5.8, thanks to Daniel Gimpelevich | florian | 2007-08-07 | 3 | -6/+23 |
* | Some packages make no sense or do not build for etrax | blogic | 2007-07-29 | 1 | -2/+2 |
* | avr32 build fixes | kaloz | 2007-07-17 | 1 | -1/+2 |
* | refresh all package patches in the buildroot using quilt | nbd | 2007-06-04 | 2 | -9/+12 |
* | move hostapd setup script from wireless-tools to hostapd package | nbd | 2007-04-18 | 2 | -0/+68 |
* | replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGS | nico | 2007-03-28 | 1 | -2/+2 |
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in lots... | nbd | 2007-03-16 | 1 | -1/+0 |
* | add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DI... | nbd | 2007-03-16 | 1 | -2/+0 |
* | cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS | nico | 2007-01-22 | 1 | -1/+1 |
* | upgrade hostapd to 0.5.7 (patch from #1133) | nbd | 2007-01-09 | 2 | -20/+20 |
* | fix typo (closes #1149) | kaloz | 2007-01-05 | 1 | -1/+1 |
* | Use the KernelPackage template instead of kmod-foo | florian | 2007-01-05 | 1 | -1/+1 |
* | replace lots of manual install commands with INSTALL_* variables | nbd | 2006-11-23 | 1 | -5/+5 |
* | update hostapd to latest upstream version | nbd | 2006-10-31 | 1 | -2/+2 |
* | new (last?) attempt at standardizing Makefiles | nico | 2006-09-24 | 1 | -17/+28 |
* | Fix/clean several hundred package makefiles | mbm | 2006-08-18 | 1 | -4/+3 |
* | credit where credit is due | mbm | 2006-06-27 | 1 | -0/+6 |
* | add INCLUDE_DIR variable for $(TOPDIR)/include | nbd | 2006-06-21 | 1 | -1/+1 |