summaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* dont explicitly select wireless-tools. rely on the drivers that need them to ↵John Crispin2012-09-281-1/+1
| | | | | | have the right dependency SVN-Revision: 33593
* mac80211: add uci support for configuring antenna gainFelix Fietkau2012-09-281-1/+1
| | | | SVN-Revision: 33587
* mac80211: extend help for new options in b43-fwsquash.pyHauke Mehrtens2012-09-231-0/+2
| | | | SVN-Revision: 33530
* build: add the + token to any commands that can pass through the jobserver, ↵Felix Fietkau2012-09-231-1/+1
| | | | | | fixes parallel build on some systems SVN-Revision: 33523
* mac80211: remove ep93xx target from blacklist.Florian Fainelli2012-09-191-1/+1
| | | | SVN-Revision: 33465
* mac80211: bump PKG_RELEASEFelix Fietkau2012-09-081-1/+1
| | | | SVN-Revision: 33333
* mac80211: update to 2012-09-07, adds ath9k beacon fixes, mesh/adhoc fixes, ↵Felix Fietkau2012-09-081-2/+2
| | | | | | and more SVN-Revision: 33331
* mac80211: do not delete linux/*_platform.h, they are touched by patches. ↵Felix Fietkau2012-08-061-3/+6
| | | | | | instead make the build fail if they differ from the ones in the kernel tree to prevent subtle runtime issues (see #11981) SVN-Revision: 33030
* mac80211: remove header files used to share struct with platform code.Hauke Mehrtens2012-08-051-0/+6
| | | | | | | | | The structs defined in these header files should be the same as the structes used by the platform code otherwise it will cause strange runtime errors. By removing them from compat-wireless we will get a compile error instead of a runtime error if they are out of sync. SVN-Revision: 33006
* mae brcmutil depend on PCI and USB. This broke ar7 fullbuildsJohn Crispin2012-07-271-0/+1
| | | | SVN-Revision: 32886
* mac80211: update to latest wireless-testing + some monitor mode fixes and ↵Felix Fietkau2012-07-161-2/+2
| | | | | | some libertas driver fixes SVN-Revision: 32760
* mac80211: update to latest version, fix tx gain patchFelix Fietkau2012-07-101-3/+3
| | | | SVN-Revision: 32655
* mac80211: add support for AR9550Gabor Juhos2012-07-031-1/+1
| | | | SVN-Revision: 32588
* mac80211: update to wireless-testing 2012-06-14Felix Fietkau2012-06-181-2/+2
| | | | SVN-Revision: 32420
* mac80211: make brcmfmac depend on usbHauke Mehrtens2012-06-011-1/+1
| | | | SVN-Revision: 32019
* mac80211: update to wireless-testing 2012-05-29Felix Fietkau2012-05-301-3/+3
| | | | SVN-Revision: 32002
* mac80211: use built-in regulatory database instead of crda to avoid various ↵Felix Fietkau2012-05-281-1/+4
| | | | | | race conditions SVN-Revision: 31954
* mac80211: add brcmfmac driverHauke Mehrtens2012-05-181-16/+51
| | | | SVN-Revision: 31786
* switch to the new linux-firmware git tree, use the new wl12xx firmware filesImre Kaloz2012-05-031-10/+12
| | | | SVN-Revision: 31575
* mac80211: load lib80211 after cfg80211 (#11342)Felix Fietkau2012-04-291-1/+1
| | | | SVN-Revision: 31537
* mac80211: update to 2012-04-17, adds some build fixes and juhosg's ar9380 tx ↵Felix Fietkau2012-04-191-2/+2
| | | | | | power fix SVN-Revision: 31347
* mac80211: update to wireless-testing 2012-04-13Felix Fietkau2012-04-161-3/+5
| | | | SVN-Revision: 31322
* mac80211: add missing dependency to mac80211 to brcmsmacHauke Mehrtens2012-04-131-1/+1
| | | | SVN-Revision: 31277
* mac80211: kmod-ath should not depend on PCI or USB support for the atheros ↵Felix Fietkau2012-03-301-1/+1
| | | | | | target SVN-Revision: 31151
* mac80211: add the real compat-wireless version + openwrt revision to the ↵Felix Fietkau2012-03-101-0/+1
| | | | | | compat_version SVN-Revision: 30862
* mac80211: delete linux/eeprom_93cx6.h since the module is used from the ↵Felix Fietkau2012-02-291-0/+1
| | | | | | kernel tree, fixes rt2x00 issues on lantiq SVN-Revision: 30754
* mac80211: update to wireless-testing 2012-02-27Felix Fietkau2012-02-271-2/+2
| | | | SVN-Revision: 30746
* mac80211: update to wireless-testing 2012-02-23Felix Fietkau2012-02-271-4/+4
| | | | SVN-Revision: 30742
* mac80211: b43: use firmware version 666.2 as defaultHauke Mehrtens2012-02-211-6/+3
| | | | SVN-Revision: 30673
* mac80211: add brcmsmac driverHauke Mehrtens2012-02-191-3/+42
| | | | | | brcmsmac does not work on bcm47xx based devices or has AP mode support for now. SVN-Revision: 30643
* mac80211: fix directory of mwl8k firmwareHauke Mehrtens2012-02-191-2/+2
| | | | | | Thank you Eugene San for the patch SVN-Revision: 30642
* mac80211: rt2x00: allow to disable bands via platform dataGabor Juhos2012-02-181-1/+1
| | | | SVN-Revision: 30629
* package/mac80211: fix a possible NULL pointer dereference in rt2x00Gabor Juhos2012-02-161-1/+1
| | | | SVN-Revision: 30586
* package/mac80211: apply AR71XX PCI workaround on ATH79 as wellGabor Juhos2012-02-101-1/+1
| | | | SVN-Revision: 30413
* mac80211: disable ath6kl until it's packaged and used somewhereFelix Fietkau2012-02-091-0/+1
| | | | SVN-Revision: 30397
* mac80211: update to wireless-testing 2012-02-06Felix Fietkau2012-02-071-5/+5
| | | | SVN-Revision: 30346
* mac80211: enable support for RaLink Rt53xx USB devices in rt2800usbGabor Juhos2012-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi! On Mon, Nov 14, 2011 at 03:01:34PM +0100, Daniel Golle wrote: > The driver works quite nice and stable for me using a RaLink Rt5370 USB device. > > Signed-off-by: Daniel Golle <dgolle@allnet.de> > > Index: package/mac80211/Makefile > =================================================================== > --- package/mac80211/Makefile (revision 29114) > +++ package/mac80211/Makefile (working copy) > @@ -1147,6 +1147,7 @@ > CONFIG_RT2800_LIB=$(if $(CONFIG_PACKAGE_kmod-rt2800-lib),m) \ > CONFIG_RT2800PCI=$(if $(CONFIG_PACKAGE_kmod-rt2800-pci),m) \ > CONFIG_RT2800USB=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),m) \ > + CONFIG_RT2800USB_RT53XX=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),y) \ > CONFIG_RTL8180=$(if $(CONFIG_PACKAGE_kmod-rtl8180),m) \ > CONFIG_RTL8187=$(if $(CONFIG_PACKAGE_kmod-rtl8187),m) \ > CONFIG_RTL8192CE= \ Aparently this was wrong, CONFIG_RT2800USB_RT53XX is supposed to live in BUILDARGS rather than MAKE_OPTS to actually get support for the Rt5370. Thanks to actmnophn for the hint! This reverts changeset 29116 and adds it to the right section in the Makefile. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 29906
* build and package the wl12xx driverImre Kaloz2012-01-141-5/+34
| | | | SVN-Revision: 29751
* mac80211: current revisions build with 3.2Jonas Gorski2012-01-131-1/+1
| | | | SVN-Revision: 29728
* mac80211: make mesh support optionalFelix Fietkau2011-12-121-0/+7
| | | | SVN-Revision: 29506
* mac80211: add support for firmware 666.2 for b43 devicesHauke Mehrtens2011-12-081-6/+23
| | | | SVN-Revision: 29485
* mac80211: update to 2011-12-01Felix Fietkau2011-12-051-4/+4
| | | | SVN-Revision: 29436
* mac80211: revert unrelated change in previous commitJo-Philipp Wich2011-11-211-2/+0
| | | | SVN-Revision: 29285
* mac80211: fix reversed WARN_ON() condition which causes a stray stacktrace ↵Jo-Philipp Wich2011-11-211-0/+2
| | | | | | on boot SVN-Revision: 29284
* mac80211: update to wireless-testing 2011-11-15Felix Fietkau2011-11-181-2/+2
| | | | SVN-Revision: 29240
* mac80211: enable support for RaLink Rt53xx USB devices in rt2800usbFelix Fietkau2011-11-141-0/+1
| | | | | | | | The driver works quite nice and stable for me using a RaLink Rt5370 USB device. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 29116
* package: mac80211: mark as broken for 3.2Jonas Gorski2011-11-091-1/+1
| | | | SVN-Revision: 28896
* carl9170: add dependency on kmod-input-coreFelix Fietkau2011-11-071-1/+1
| | | | SVN-Revision: 28808
* mac80211: update to wireless-testing 2011-11-04Felix Fietkau2011-11-051-2/+2
| | | | SVN-Revision: 28771
* mac80211: update to wireless-testing 2011-11-01Felix Fietkau2011-11-011-2/+5
| | | | SVN-Revision: 28711