aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/wireless.mk
Commit message (Collapse)AuthorAgeFilesLines
* firmware: extract prism54-firmware into own packageHauke Mehrtens2016-07-201-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-07-041-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wireless: add vendor dirsJohn Crispin2016-03-201-1/+3
| | | | | | | | Kernel 4.5 changes wireless driver organisation Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: drop obsolete linux 3.10 related dependencies/checksFelix Fietkau2015-04-101-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45361 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove obsolete kernel version dependenciesFelix Fietkau2015-03-191-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44892 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing symbol to realtek wifiJohn Crispin2015-02-091-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: drop obsolete kernel version dependenciesFelix Fietkau2015-01-241-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: enable AP mode on r8188euZoltan HERPAI2014-09-211-1/+1
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* modules: allow building rtl8188eu on 3.14Zoltan HERPAI2014-09-171-1/+1
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: net-rtl8188eu depends on kmod-usbcoreHauke Mehrtens2014-05-021-1/+1
| | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add staging r8188eu module (3.13)Zoltan HERPAI2014-04-301-0/+20
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* zd1201: fix url to zd1201 firmwareHauke Mehrtens2013-10-121-1/+1
| | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: be consistent with formatting styleLuka Perkov2013-07-261-1/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: net-zd1201 depends on usb-coreFelix Fietkau2013-07-181-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: clean up the package folderJohn Crispin2013-06-211-0/+109
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37007 3c298f89-4303-0410-b956-a3cf2f4a3e73