summaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* acx-mac80211: make it compile with recent mac80211 againhauke2013-04-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: make it compile with kernel 3.8hauke2013-01-271-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: use same config options as mac80211 packagehauke2013-01-271-0/+7
| | | | | | | | | | | | | | | | Problem was missing CONFIG_MAC80211_DEBUGFS in the acx-mac80211 build, which broke subsequently the ABI in struct ieee80211_ops. Defect manifested in failing ieee80211_alloc_hw() and maybe also in other strange behaviour before. I added CONFIG_CFG80211_DEBUGFS, CONFIG_MAC80211_DEBUGFS and the same also for CONFIG_MAC80211_MESH, just to be inline on how it's done currently in package/mac80211/Makefile. Thank you Oliver Winker git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: fix compilationhauke2012-12-301-2/+2
| | | | | | | Some header files from mac80211 are now moved to the uapi dir. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: add md5sum for acx-mac80211 file, to download it from the mirror.hauke2012-10-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33933 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: update to v2012-09-23-WIPflorian2012-10-131-2/+2
| | | | | | Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add myself as maintainer of some packagesflorian2012-10-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33703 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: adapt interface changes in mac80211hauke2012-10-041-1/+1
| | | | | | | | | | The prototype of conf_tx and tx in struct ieee80211_ops changed some time ago and was not compatible with the prototype assumes by acs-mac80211. At least I do not see any compile warnings about this any more. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: depend on mipsel, not mips since AR7 is low endianjow2012-08-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [acx-mac80211] 3rd time lucky ... too much sun todayblogic2012-08-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33152 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [acx-mac80211] unbreak depsblogic2012-08-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [acx-mac80211] breaks when building for powerpcblogic2012-08-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [acx-mac80211] dont build on arm as kernel headers are missing/have a ↵blogic2012-07-291-1/+1
| | | | | | different layout git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: Bump to v20120607acinonyx2012-06-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: Allow firmware downloading for more ACX1xx cardsacinonyx2012-06-171-33/+141
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove kernel modules and references to kernels <= 2.6.36hauke2012-05-061-5/+1
| | | | | | | OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: update to 20122204florian2012-04-241-3/+3
| | | | | | Upstream commit id: 15bbffea git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: update to 20111030florian2011-11-101-2/+2
| | | | | | Fixes build failures with Linux 3.1+ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update acx-mac80211 to 20110821florian2011-08-261-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211 needs some header files from compat-wireless to buildhauke2011-04-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac8011: bump to 20110123florian2011-02-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25756 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: support loading different firmwaresflorian2011-01-271-13/+60
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25167 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] update acx-mac80211 to 20101030 snapshot, patch from sn9florian2010-11-251-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 2.6.25 supportkaloz2010-11-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: fix compile errors with the new compat-wirelessnbd2010-11-171-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update acx-mac80211 to 20100830florian2010-09-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23002 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package]: update acx-mac80211 and change the git url.florian2010-08-161-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22672 3c298f89-4303-0410-b956-a3cf2f4a3e73
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950claudio2010-07-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix build problems with recent kernel versionshauke2010-07-111-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete kernel dependencies and version checksnbd2010-06-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update acx-mac80211 to 2010514, bringing experimental AP supportflorian2010-05-161-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update acx-mac80211 to 20100422, patch from Bernhard Loosflorian2010-05-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] unmark acx-mac80211 as being brokenflorian2010-05-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] update acx-mac80211 to a newer snapshot and fix its compilation wrt ↵florian2010-03-061-3/+4
| | | | | | new includes path git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the Download/ macro to get ACX firmwaresnico2008-09-151-16/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use a newer acx firmwareflorian2008-09-011-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update acx-mac80211 to a more recent snapshot, thanks sn9florian2008-08-301-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx: fix firmware download URLmatteo2008-07-141-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11821 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove hacks to disable modules on some targets now that we do have proper ↵nico2008-05-261-2/+1
| | | | | | PCI & USB support detected on all targets at config-time, mark p54 as broken (for too long) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11272 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't build acx* kernel modules on UMLnico2008-04-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Mark broken packages as broken:agb2008-04-141-3/+3
| | | | | | | | | - acx-mac80211 - openswan - aodv-uu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for the C19 revision of the ACX111 firmware (#3280)florian2008-03-291-7/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update the acx drivermatteo2008-01-121-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up mac80211 related kernel version depsnbd2007-11-101-10/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9522 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix acx-mac80211 compile with older kernelsnbd2007-11-071-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove unnecessary linux config include (it broke 'make download')nbd2007-10-211-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix acx-mac80211ejka2007-10-151-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix acx-mac80211 build (closes #2534)matteo2007-10-141-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* DESCRIPTION:= is obseleteblogic2007-10-141-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9306 3c298f89-4303-0410-b956-a3cf2f4a3e73