summaryrefslogtreecommitdiff
path: root/package/kernel/linux/modules
Commit message (Collapse)AuthorAge
...
* kernel: fix kmod-usb-phy-omap-usb2John Crispin2015-04-02
| | | | | | | | | 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
* kernel: add usb-serial-simple moduleJohn Crispin2015-04-02
| | | | | | | | | | | 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
* kernel: add garmin_gps moduleJohn Crispin2015-04-02
| | | | | | | | | OpenWrt on sailboats requested: https://forum.openwrt.org/viewtopic.php?id=56586 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45232
* kernel: add uinput moduleJohn Crispin2015-04-02
| | | | | | | | | | | | | | | | | | 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
* kernel: remove kernel version dependency from ochi-pci moduleJohn Crispin2015-04-01
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45222
* kernel: add usb-ohci-pci moduleJohn Crispin2015-04-01
| | | | | | | | This add usb-ohci-pci module for USB1.x devices Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> SVN-Revision: 45221
* modules: package line echo canceller moduleJohn Crispin2015-04-01
| | | | | | | | ...so we can go ahead cleaning up dahdi-linux Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 45206
* kernel: add missing symbols to config and modulesJohn Crispin2015-04-01
| | | | | | | | 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
* modules: more xen modules have been movedJohn Crispin2015-03-30
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45154
* modules: xen-fbfront.ko has movedJohn Crispin2015-03-29
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45142
* kernel: remove useless AddDepends/rtc abstractionFelix Fietkau2015-03-29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45136
* kernel: remove useless AddDepends/input abstractionFelix Fietkau2015-03-29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45135
* kernel: remove useless AddDepends/hid abstractionFelix Fietkau2015-03-29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45134
* kernel: remove useless AddDepends/crc16 abstractionFelix Fietkau2015-03-29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45133
* kernel: make crypto-ctr depend on crypto-ivFelix Fietkau2015-03-29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45124
* linux: modules: crypto: adds ccm packageFelix Fietkau2015-03-29
| | | | | | | | This patch adds support crypto-ccm modules support. Signed-off-by: Varka Bhadram <varkab@cdac.in> SVN-Revision: 45123
* kernel: remove mp-algFelix Fietkau2015-03-29
| | | | | | | | | | | 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
* kernel: video.mk: [media] sn9c102: remove deprecated driverFelix Fietkau2015-03-29
| | | | | | | | | | | | | 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
* x86: make x86_64 a subtarget instead of a standalone targetFelix Fietkau2015-03-29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45115
* kernel: add crc16 as boot module, it is required by ext4Felix Fietkau2015-03-29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45098
* modules: fix dwc2 build breakage on mxsZoltan Herpai2015-03-28
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 45085
* build: remove leftover olpc support codeFelix Fietkau2015-03-28
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45084
* mvebu: fixup usb3 support on the a38xImre Kaloz2015-03-26
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45026
* build: remove obsolete references to cris and avr32Felix Fietkau2015-03-24
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44965
* kernel: fix usb kernel package MakefileJohn Crispin2015-03-21
| | | | | | Signed-off-by: zouxf <fl.service@t-firefly.com> SVN-Revision: 44928
* kernel: fix ipset related build error (#19231)Felix Fietkau2015-03-20
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44912
* netfilter: clean up compatibility code for old kernelsFelix Fietkau2015-03-20
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44904
* kernel: remove bogus dependency of zram on !TARGET_ep93xxFelix Fietkau2015-03-19
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44893
* kernel: remove obsolete kernel version dependenciesFelix Fietkau2015-03-19
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44892
* ipset: use in-tree kernel modules to fix crash issuesFelix Fietkau2015-03-19
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44883
* modules: add depenency on usb-gadget for dwc2 also on brcm63xxJonas Gorski2015-03-15
| | | | | | | | Bcm63xx supports usb gadget, so dwc2 will default do dual mode. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44786
* modules: set dwc2 gadget dependency for at91John Crispin2015-03-12
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44688
* modules: make dwc2 only depend on gadget support for brcm2708John Crispin2015-03-11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44683
* kmod-usb-dwc2: depends on udc-core (kmod-usb-gadget)John Crispin2015-03-09
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44633
* kernel: disbale HAMRADIO in generic configJohn Crispin2015-03-06
| | | | | | | | | | | | | | | HAMRADIO enabled in all generic configs, but no one platform directly use related drivers/protocols. This symbol is only used for kmod-ax25 package modules. Furthermore, half of platforms explicitly disables this symbol, what silently disables build of modules for kmod-ax25 package. So disable HAMRADIO by-default in generic config, add it to kmod-ax25 package and remove it from platform specific configs. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44613
* kernel: add ip_vti tunnel moduleJohn Crispin2015-03-05
| | | | | | | | | IP VTI (Virtual Tunnel Interface) is used to create a virtual device for IPsec VPN (similar to OpenVPN). Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> SVN-Revision: 44606
* modules: make ahci-platform depend on TARGET_ipq806xJohn Crispin2015-02-25
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44534
* modules: add ahci-platformJohn Crispin2015-02-24
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44524
* leds: package the NXP PCA963x driverImre Kaloz2015-02-23
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44510
* kernel: Fix USB gadget modules for v3.18John Crispin2015-02-22
| | | | | | | | Updated patch that fixes whitespace and supports kernel v3.3 too. Signed-off-by: Owen Kirby <osk@exegin.com> SVN-Revision: 44502
* linux: fix kmod-usb-net-* for >= 3.17John Crispin2015-02-16
| | | | | | | | | | Kernel commit 1bb5a356c3ea ("net: reduce USB network driver config options.") hid the USB network drivers behind the new config symbol CONFIG_USB_NET_DRIVERS. Signed-off-by: Bjørn Mork <bjorn@mork.no> SVN-Revision: 44460
* kernel: add missing symbol to realtek wifiJohn Crispin2015-02-09
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44366
* linux/modules: add support for Asix ax88179 USB-Gigabit Ethernet adaptersJohn Crispin2015-02-04
| | | | | | | | | requested and tested by forum user OWonPi https://forum.openwrt.org/viewtopic.php?id=55495 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 44256
* modules: fix usb-gadget build on 3.18Zoltan Herpai2015-02-01
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 44235
* linux: enable kmod-bcma on ppc40x after r44230Jo-Philipp Wich2015-01-31
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44231
* linux: convert CompareKernelPatchVer to version tagged symbolsJo-Philipp Wich2015-01-31
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44229
* linux: fix framebuffer kmods for >= 3.15Jo-Philipp Wich2015-01-31
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44227
* linux: add kmod-udptunnel4 & kmod-udptunnel6 required by kmod-vxlan and ↵Jo-Philipp Wich2015-01-29
| | | | | | | | kmod-l2tp for >= 3.16 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44210
* linux: kmod-usb-net-huawei-cdc-ncm depends on kmod-usb-net-cdc-ncmJo-Philipp Wich2015-01-29
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44209
* linux: kmod-zram requires kmod-lib-lz4 for >= 3.15Jo-Philipp Wich2015-01-29
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44205