summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/wireless.mk
Commit message (Collapse)AuthorAgeFilesLines
* firmware: extract prism54-firmware into own packageHauke Mehrtens2016-06-301-16/+1
| | | | | | | | | | | | | Instead of downloading the firmware for prism54 devices in the wireless.mk do it in an extra package Makefile. To ship the complete source code Intel ships our modified OpenWrt/LEDE + the content of the dl directory. We do not want to have any files in the dl/ directory which are not needed to build our images. The prism54 gets downloaded every time independently of building kmod-net-prism54 or not. When it is in a own package it only gets downloaded when the firmware package is selected. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* rtl8192su-firmware: move firmware to own packageHauke Mehrtens2016-06-251-17/+1
| | | | | | | Instead of downloading the firmware from some website take it from linux-firmware package and do not download it separately any more. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* wireless: remove rtl8188eu (staging)John Crispin2016-03-201-18/+0
| | | | | | | | | | | | | - depends on CFG80211 (upstream: 9da4aa48d04bbdbae3c959809e14da2bf0c53f61) in os_dep/mon.c This removes rtl8188eu completely from OpenWrt since mac80211/compat-wireless/backports does not provide staging wireless drivers Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 49049
* wireless: add vendor dirsJohn Crispin2016-03-201-1/+3
| | | | | | | | Kernel 4.5 changes wireless driver organisation Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 49048
* wireless: remove cisco airoJohn Crispin2016-03-201-16/+0
| | | | | | | | | it depends on cfg80211 cfg80211 & wext drivers don't mix on OpenWrt Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 49046
* Revert "kernel: add rtl8723au driver (staging)"Felix Fietkau2015-06-151-21/+0
| | | | | | | | | This one cannot possibly work, as it depends on cfg80211, which is built out of tree. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45985
* kernel: drop obsolete linux 3.10 related dependencies/checksFelix Fietkau2015-04-101-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45361
* modules: remove zd1201 packageJohn Crispin2015-04-091-54/+0
| | | | | | | | it needs to be moved to compat-wireless Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45337
* kernel: add rtl8723au driver (staging)John Crispin2015-04-091-1/+21
| | | | | | | | | | | - move config symbol to separate package (Why was it there in the first place?) - 8723au might be used in some USB sticks or on some sunxi boards compile tested only Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45336
* kernel: remove obsolete kernel version dependenciesFelix Fietkau2015-03-191-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44892
* kernel: add missing symbol to realtek wifiJohn Crispin2015-02-091-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44366
* modules: Add support for Realtek r8712 and RTL8192SU.John Crispin2015-01-281-0/+32
| | | | | | | | | | This patch adds support for Realtek r8712 and RTL8188SU/RTL8191SU/RTL8192SU family of fullmac usb wireless cards. The r8712u staging driver only supports WEXT but works with no problems in OpenWRT. Signed off by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 44184
* build: drop obsolete kernel version dependenciesFelix Fietkau2015-01-241-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44110
* packages: kernel: negate kernel version checksHauke Mehrtens2014-10-311-1/+1
| | | | | | | | | | Only list the kernel versions that do not match so that new kernel versions will automatically match. This improves support for kernel 3.18. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43132
* packages: enable AP mode on r8188euZoltan Herpai2014-09-211-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42627
* modules: allow building rtl8188eu on 3.14Zoltan Herpai2014-09-171-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42588
* kernel: net-rtl8188eu depends on kmod-usbcoreHauke Mehrtens2014-05-021-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40668
* kernel: add staging r8188eu module (3.13)Zoltan Herpai2014-04-301-0/+20
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 40609
* zd1201: fix url to zd1201 firmwareHauke Mehrtens2013-10-121-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38378
* kernel: make most modules use AutoProbeJohn Crispin2013-09-171-3/+3
| | | | | | | | now that we have modprobe we can set more than half of the modules to AutoProbe Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38021
* kernel: be consistent with formatting styleLuka Perkov2013-07-261-1/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37545
* kernel: net-zd1201 depends on usb-coreFelix Fietkau2013-07-181-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37416
* packages: clean up the package folderJohn Crispin2013-06-211-0/+109
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007