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
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
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
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
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
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
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
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
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
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
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
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
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
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
John Crispin
e995ed5060
modules: set dwc2 gadget dependency for at91
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44688
2015-03-12 10:06:01 +00:00