Rafał Miłecki
c1a7e13587
mac80211: update brcmfmac to the wireless-drivers-next-for-davem-2015-04-09
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45576
2015-04-24 10:45:33 +00:00
Imre Kaloz
2b6db94fdc
mwlwifi: upgrade to the latest revision
...
New revision adds transmit frame rate info
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45560
2015-04-22 09:57:32 +00:00
Felix Fietkau
ad44c2d101
mt76: remove specific firmware versions from makefile
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45549
2015-04-21 12:10:44 +00:00
John Crispin
fea3e1cedc
kernel: remove module checks for 3.15/3.16/3.17
...
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45534
2015-04-21 06:59:41 +00:00
John Crispin
cde596abea
kernel: remove usb-serial-motorola-phone
...
replaced by usb-serial-simple (see r45233)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45533
2015-04-21 06:59:35 +00:00
John Crispin
6bb20ea6d6
wpan: remove duplicate DEPENDS
...
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45532
2015-04-21 06:59:29 +00:00
John Crispin
a560493ad7
kernel: add bluetooth symbols from Kernel 4.0
...
upstream commit: Bluetooth: Introduce BT_BREDR and BT_LE config options
id: 65efd2bf4885312b42de9829159789199221cc60
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45531
2015-04-21 06:59:23 +00:00
John Crispin
87ef12fad3
wpan: rework bluetooth / wpan and 6lowpan dependencies
...
- remove/rename of 6lowpan-iphc
upstream change in 3.17: 6lowpan: introduce new net/6lowpan directory
id: 2c6bed7cfcd3f594ed9e4d6919fa2ebea2243d19
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45529
2015-04-21 06:59:10 +00:00
Felix Fietkau
e2e2fb168b
mac80211: fallback to wpa_supplicant to setup encrypted mesh
...
instead of failing when authsae is not installed, also try using
wpa_supplicant as the newly added -mesh variants support mesh mode
and SAE encryption.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 45520
2015-04-20 15:00:13 +00:00
Felix Fietkau
d86d0bf7ea
kernel: mark kmod-usb-bcma/ssb as hidden, they are only selected from ohci/ehci
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45475
2015-04-17 11:56:28 +00:00
Felix Fietkau
83e31eb7e7
bcm53xx: add USB 2.0 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45450
2015-04-15 16:06:14 +00:00
Felix Fietkau
b5073ca2c8
mac80211: merge a number of upstream driver fixes/improvements
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45432
2015-04-14 12:17:34 +00:00
Felix Fietkau
d0ba3bb1e2
kernel: finally remove layer7 filter support
...
it has been non-functional for years and caused numerous memleaks and
crashes for people that tried to enable it.
it has no maintained upstream source, and it does not look like it's
going to be fixed any time soon
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45423
2015-04-13 22:23:14 +00:00
Imre Kaloz
8c684f42e5
mvebu: add support for the in-CPU RTC on the Armada 38x
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45415
2015-04-13 13:06:34 +00:00
Luka Perkov
33b93243ec
wpan: remove duplicate DEPENDS
...
Signed-off-by: Varka Bhadram <varkab@cdac.in>
SVN-Revision: 45409
2015-04-13 07:01:32 +00:00
John Crispin
354f06b84c
modules: add missing imx6 depenedency to dwc2
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45397
2015-04-12 15:34:44 +00:00
Imre Kaloz
8de815c4e7
modules: package the mvebu ahci driver
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45394
2015-04-12 15:02:43 +00:00
Felix Fietkau
086b0a15ee
kernel: remove leftover @ ( #19454 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45383
2015-04-11 12:23:36 +00:00
Felix Fietkau
daaed6f251
netifd: fix start_disabled 'sh: bad number' in mac80211 setup (bug #19345 )
...
Two errors "netifd: radio0: sh: bad number" have recently surfaced in system
log in trunk when wifi interfaces come up. I tracked the errors to checking
numerical values of some config options without ensuring that the option has
any value.
The errors I see have apparently been introduced by r45051 (ieee80211r in
hostapd) and r45326 (start_disabled in mac80211). My patches fix two
instances of "bad number", but there may be a third one, as the original
report in bug 19345 pre-dates r45326 and already has two "bad number" errors
for radio0.
https://dev.openwrt.org/ticket/19345
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 45379
2015-04-11 10:51:55 +00:00
Felix Fietkau
e8126cbfbd
kernel: remove kernel module checks/dependencies for 3.14
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45377
2015-04-11 10:43:46 +00:00
John Crispin
e4bf2d73f6
modules: more wpan fixes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45365
2015-04-10 14:42:11 +00:00
John Crispin
e20e49273b
modules: add missing wpan fakehard driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45364
2015-04-10 13:39:38 +00:00
Felix Fietkau
42e950ec75
kernel: drop obsolete linux 3.10 related dependencies/checks
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45361
2015-04-10 11:52:54 +00:00
Jonas Gorski
edaf5c31da
kernel: fix kmod-ieee802154_6lowpan config symbol
...
Fixes build failure caught by buildbot:
IEEE Std 802.15.4 Low-Rate Wireless Personal Area Networks support (IEEE802154) [M/n/y/?] m
6lowpan support over IEEE 802.15.4 (IEEE802154_6LOWPAN) [N/m/?] (NEW) aborted!
Console input/output is redirected. Run 'make oldconfig' to update configuration.
make[6]: *** [silentoldconfig] Error 1
make[5]: *** [silentoldconfig] Error 2
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45357
2015-04-10 10:30:00 +00:00
John Crispin
5471e15bdb
kernel: adds wpan related packages
...
This patch adds the IEEE-802.15.4 and 6LoWPAN related
packages.
Signed-off-by: Varka Bhadram <varkab@cdac.in>
SVN-Revision: 45348
2015-04-10 08:29:35 +00:00
John Crispin
e946028610
qca-nss-gmac: update to latest version
...
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45346
2015-04-10 08:29:05 +00:00
John Crispin
4e21318600
modules: remove zd1201 package
...
it needs to be moved to compat-wireless
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45337
2015-04-09 10:33:26 +00:00
John Crispin
1d345d3e6b
kernel: add rtl8723au driver (staging)
...
- 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
2015-04-09 10:33:16 +00:00
John Crispin
d564779563
mac80211: add start_disabled option
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45326
2015-04-09 10:31:56 +00:00
Rafał Miłecki
e4c35bd9fb
mac80211: make b43 N-PHY default for brcm47xx legacy subtarget
...
Subtarget legacy is supposed to support all ssb SoC except for BCM4705.
There are few BCM4703 devices with 802.11n supprt (WRT160N v1.0, v1.1).
Few BCM4704 devices with 802.11n: ASUS WL-500W, Linksys WRT150N v1.0 &
v1.1, Linksys WRT300N v1.0, Netgear WNDR3300 v1, WNR834B v1 & v2.
It seems we have to enable N-PHY for legacy as well to support above.
Unfortunately it increases root.squashfs size by 48 460 B.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45309
2015-04-08 05:55:28 +00:00
Imre Kaloz
28cdf74fd7
mwlwifi: upgrade to the latest revision
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45301
2015-04-07 21:11:37 +00:00
Felix Fietkau
94850b0068
mac80211: get rid of tx power related log spam
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45271
2015-04-04 17:51:53 +00:00
John Crispin
0b44b593a7
kernel: switch to upstream
...
This driver is upstream since 2012 (commit: a8e510f682f), so switch to
it and remove own sources. Also place it under "Network Devices" menu
together with other phy drivers.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 45269
2015-04-04 06:10:03 +00:00
John Crispin
0e78550030
kernel: fix dwc3 symbols
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45268
2015-04-04 05:20:34 +00:00
Felix Fietkau
98cd35e477
mac80211: update the software queue patch to the version accepted upstream
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45265
2015-04-03 19:42:33 +00:00
John Crispin
114338003a
kernel: add package for dwc3 usb driver used on ipq806x
...
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45260
2015-04-03 19:06:21 +00:00
Felix Fietkau
3cc4fd7370
ath: relax regulatory rules for default regd code
...
Most AP devices out there do not have a properly programmed regulatory
domain code, which means they are limited to US frequencies by default.
This has been a major annoyance for a long time now. Since no fix for
the manfuacturing process seems to be forthcoming, the only sane option
seems to be to allow users to change the country code in such cases.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45252
2015-04-03 16:39:28 +00:00
John Crispin
7d091dca2e
modules: echo module was moved between 3.14 and 3.18
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45248
2015-04-02 16:15:41 +00:00
Nicolas Thill
2848bc57cc
trelay: add conffiles section
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45246
2015-04-02 14:53:41 +00:00
Nicolas Thill
3bd422f610
kernel/modules: remove merge conflicts leftovers
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45243
2015-04-02 14:53:19 +00:00
John Crispin
2bd178c175
kernel: watchdog modules should be loaded on boot
...
Otherwise procd cannot initialize the watchdog since the module will
be loaded later.
Tested with booke_wdt.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 45239
2015-04-02 14:32:07 +00:00
John Crispin
92376fdfed
kernel: fix kmod-usb2-omap usb module
...
CONFIG_MFD_OMAP_USB_HOST is needed for working USB on BeagleBoard
tested on BeagleBoard C4 (EBVBeagle)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45236
2015-04-02 14:31:44 +00:00
John Crispin
259a9b6629
kernel: fix kmod-usb-phy-omap-usb2
...
upstream change in Kernel 3.18
commit: "phy: rename struct omap_control_usb to struct omap_control_phy"
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45234
2015-04-02 14:31:25 +00:00
John Crispin
d7794261cc
kernel: add usb-serial-simple module
...
replaces kmod-usb-serial-motorola-phone it's found only in Kernel <3.12
This module handles many simple USB serial devices
like Motorola Phones, GPS reveivers in Kernels above 3.14
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45233
2015-04-02 14:31:15 +00:00
John Crispin
63442803af
kernel: add garmin_gps module
...
OpenWrt on sailboats
requested: https://forum.openwrt.org/viewtopic.php?id=56586
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45232
2015-04-02 14:31:10 +00:00
John Crispin
023a05fe7a
kernel: add uinput module
...
This module is needed for bluetooth audio playback
with pulseaudio 6 and bluez5.
a working guide can be found in the wiki:
http://wiki.openwrt.org/wiki/bluetooth.audio
(additional packages/modifications are required
and submitted to github feeds)
tested with:
Android mobile (Sony Xperia M) as audio source
TI omap BeagleBoard as audio sink
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45231
2015-04-02 14:31:02 +00:00
John Crispin
d1457d5db4
kernel: remove kernel version dependency from ochi-pci module
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45222
2015-04-01 13:56:03 +00:00
John Crispin
66d785b634
kernel: add usb-ohci-pci module
...
This add usb-ohci-pci module for USB1.x devices
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
SVN-Revision: 45221
2015-04-01 13:52:31 +00:00
John Crispin
66c742b621
modules: package line echo canceller module
...
...so we can go ahead cleaning up dahdi-linux
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 45206
2015-04-01 08:31:33 +00:00
John Crispin
e078fbdacf
kernel: add missing symbols to config and modules
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
v2: changes in input.mk broke the patch, some of the CONFIG_SND_*
stuff was added already
SVN-Revision: 45205
2015-04-01 08:31:26 +00:00
Imre Kaloz
f7ff532239
mwlwifi: upgrade to today's snapshot
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45201
2015-03-31 19:28:39 +00:00
John Crispin
d5c913705f
modules: more xen modules have been moved
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45154
2015-03-30 12:45:01 +00:00
John Crispin
274747da1a
modules: xen-fbfront.ko has moved
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45142
2015-03-29 16:11:28 +00:00
Felix Fietkau
3da7fe6e5b
kernel: remove useless AddDepends/rtc abstraction
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45136
2015-03-29 08:12:50 +00:00
Felix Fietkau
13e7b6d77d
kernel: remove useless AddDepends/input abstraction
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45135
2015-03-29 08:12:39 +00:00
Felix Fietkau
0b39a6d4e9
kernel: remove useless AddDepends/hid abstraction
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45134
2015-03-29 08:12:31 +00:00
Felix Fietkau
b2f3e852d0
kernel: remove useless AddDepends/crc16 abstraction
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45133
2015-03-29 08:12:23 +00:00
Felix Fietkau
9d9b2ddf30
kernel: make crypto-ctr depend on crypto-iv
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45124
2015-03-29 05:20:58 +00:00
Felix Fietkau
7ae1c1b4e8
linux: modules: crypto: adds ccm package
...
This patch adds support crypto-ccm modules support.
Signed-off-by: Varka Bhadram <varkab@cdac.in>
SVN-Revision: 45123
2015-03-29 05:20:50 +00:00
Felix Fietkau
3a4cd5cdc1
kernel: remove mp-alg
...
from upstream
commit title: "[IPV4]: The scheduled removal of multipath cached routing support."
removed in Kernel 2.6.23 (2007)
Reasons: very buggy, no maintainer, no fixes
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45121
2015-03-29 05:15:58 +00:00
Felix Fietkau
26ebaa485a
kernel: video.mk: [media] sn9c102: remove deprecated driver
...
driver in staging since 3.14
removed upstream in 3.17
from upstream commit message:
Most webcams covered by this driver are now supported by gspca.
Nobody has the hardware or is willing to convert the remaining devices to gspca.
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45120
2015-03-29 05:15:51 +00:00
Felix Fietkau
196fb76a4c
x86: make x86_64 a subtarget instead of a standalone target
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45115
2015-03-29 04:32:01 +00:00
Felix Fietkau
b3d110fc53
kernel: add crc16 as boot module, it is required by ext4
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45098
2015-03-29 01:44:01 +00:00
Zoltan Herpai
74caf0077d
modules: fix dwc2 build breakage on mxs
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45085
2015-03-28 12:28:02 +00:00
Felix Fietkau
b872533e68
build: remove leftover olpc support code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45084
2015-03-28 11:40:06 +00:00
Felix Fietkau
54dd25eef4
mac80211: fix tx queue allocation issues ( #19329 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45069
2015-03-27 20:31:14 +00:00
Felix Fietkau
b67719f571
mac80211: remove a leftover patch chunk that should have been deleted in r45061
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45064
2015-03-27 15:04:00 +00:00
Felix Fietkau
7cc4cbb4d3
mac80211: rework memory allocation for software queueing patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45061
2015-03-27 14:54:46 +00:00
Imre Kaloz
f6eff33b8d
mvebu: fixup usb3 support on the a38x
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45026
2015-03-26 14:32:45 +00:00
Felix Fietkau
cf862cd717
mwlwifi: depend on TARGET_mvebu until it is fixed for non-OF platforms
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45023
2015-03-26 13:17:46 +00:00
Rafał Miłecki
a7724918c9
kernel: mac80211: backport bcma patch renaming IRQ control function
...
This backports upstream commit 702131e2a393b45174be326f1dbe20b658b4f157
bcma: move PCI IRQ control function to host specific code
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44969
2015-03-24 10:38:59 +00:00
Felix Fietkau
5d9eeab64a
build: remove obsolete references to cris and avr32
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44965
2015-03-24 10:07:40 +00:00
Steven Barth
321ff8d516
mac80211: disable for uml
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44953
2015-03-23 14:51:56 +00:00
Imre Kaloz
a86b430a85
mwlwifi: update to the new revision
...
Adds client mode support and fixes for Apple devices
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44950
2015-03-23 12:45:19 +00:00
John Crispin
dbd0e9d092
kernel: fix usb kernel package Makefile
...
Signed-off-by: zouxf <fl.service@t-firefly.com>
SVN-Revision: 44928
2015-03-21 21:48:04 +00:00
Rafał Miłecki
aafe123d02
mac80211: include brcmfmac firmware for BCM43602
...
It can be found e.g. in Netgear R8000.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44915
2015-03-20 23:57:35 +00:00
Rafał Miłecki
bd82b403cf
mac80211: update linux-firmware to 2015-03-20
...
It includes new Broadcom firmware files for brcmfmac.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44914
2015-03-20 22:36:28 +00:00
Felix Fietkau
34eb384597
kernel: fix ipset related build error ( #19231 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44912
2015-03-20 17:01:06 +00:00
Felix Fietkau
9143cf5fc9
mac80211: merge a few performance enhancements
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44910
2015-03-20 16:24:14 +00:00
Felix Fietkau
f7a861615c
mac80211: update software queueing patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44909
2015-03-20 16:24:06 +00:00
Imre Kaloz
211a4484a1
mac80211: fix 5ghz variable name
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44907
2015-03-20 12:13:11 +00:00
Imre Kaloz
8f91c80ea1
mac80211: when looking for VHT, check 5GHz support as well
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44906
2015-03-20 11:47:16 +00:00
Felix Fietkau
46efd56b40
netfilter: clean up compatibility code for old kernels
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44904
2015-03-20 11:01:26 +00:00
Felix Fietkau
eff93e4027
kernel: remove bogus dependency of zram on !TARGET_ep93xx
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44893
2015-03-19 11:59:21 +00:00
Felix Fietkau
b3fdc3cfea
kernel: remove obsolete kernel version dependencies
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44892
2015-03-19 11:59:17 +00:00
Felix Fietkau
31681f0878
ipset: use in-tree kernel modules to fix crash issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44883
2015-03-19 11:58:17 +00:00
Felix Fietkau
2e5125c3d6
mac80211: add some improvements to the software queueing code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44872
2015-03-17 17:14:43 +00:00
John Crispin
17564eeaaa
package/om-watchdog: add OpenMesh OM5P-AN support
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 44864
2015-03-17 09:43:47 +00:00
John Crispin
0a0cca5fdb
ltq-hcd: remove ar10 and vr9 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44858
2015-03-17 09:43:01 +00:00
Felix Fietkau
e1a8e41287
ltq-adsl-mei: fix bugs in linux 3.18 compatiblity change
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44845
2015-03-16 13:05:49 +00:00
Felix Fietkau
6cfad3ca21
ltq-adsl: fix bugs in linux 3.18 compatiblity change
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44844
2015-03-16 13:05:42 +00:00
Rafał Miłecki
f60113762a
mac80211: include brcmfmac USB firmware only if support was enabled
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44808
2015-03-16 07:04:28 +00:00
Rafał Miłecki
190cd817b0
mac80211: add option for USB support in brcmfmac
...
This makes it consistent with other buses configuration.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44807
2015-03-16 06:52:26 +00:00
Rafał Miłecki
e5d89ea721
mac80211: update wiki URLs
...
linuxwireless.org was moved to wireless.wiki.kernel.org and it RO now
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44806
2015-03-16 06:39:10 +00:00
Felix Fietkau
ff92fe5770
mac80211: add missing dependency for brcmfmac with SDIO support enabled ( fixes #19184 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44790
2015-03-15 17:51:16 +00:00
Jonas Gorski
798916442d
modules: add depenency on usb-gadget for dwc2 also on brcm63xx
...
Bcm63xx supports usb gadget, so dwc2 will default do dual mode.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44786
2015-03-15 14:19:14 +00:00
Felix Fietkau
4568e73396
ltq-vdsl-fw: fix md5sum for new firmware
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44770
2015-03-15 07:57:55 +00:00
Felix Fietkau
876fb249a8
ath9k: disable TPC support for now until bugs have been found and fixed
...
SVN-Revision: 44768
2015-03-15 07:10:38 +00:00
Felix Fietkau
603975efe8
ltq-vdsl-fw: update firmware cutter URL for newer Speedport firmware ( fixes #19160 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44767
2015-03-15 06:51:45 +00:00
Felix Fietkau
ea5c986aa6
ath9k: always select relay support, not just when debugfs is enabled - fixes an unresolved symbol error
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44754
2015-03-14 12:12:25 +00:00