summaryrefslogtreecommitdiff
path: root/package/kernel/linux
Commit message (Collapse)AuthorAgeFilesLines
* imx6: kernel: add GW16083 Ethernet Expansion Mezzanine supportLuka Perkov2014-08-111-0/+18
| | | | | | | | | | | | | | | | The GW16083 Ethernet Expansion Mezzanine adds the following to supported Gateworks baseboards: * 7-port Ethernet Switch * 4x RJ45 ports (ENET1-4) supporing 802.11af/at PoE (with optional PoE module) * 2x RJ45 ports or SFP module (ENET5-6) (auto-selected) This series adds support for a phy driver that adds support for ENET5/ENET6 PHY adding initialization for those PHY's and a polling mechanism that detects SFP insertion and configuration. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 42147
* iptables: NFLOG and NFQUEUE targets' full supportSteven Barth2014-08-071-10/+48
| | | | | | | | | | | | | | | | NFLOG and NFQUEUE targets' full support for iptables. Includes all needed kernel modules (Xtables's and Netlink's) and userspace libraries. All added kernel modules can be individually disabled, all other new libraries get their own individual packages. Reported-by: Fabian Hugelshofer <hugelshofer2006@gmx.ch> Reported-by: Rainer Poisel <rainer.poisel@fhstp.ac.at> Reported-by: Derek LaHousse <dlahouss@mtu.edu> Signed-off-by: Guillaume Déflache <guillaume.deflache@ibwag.com> SVN-Revision: 42022
* kernel: fix kmod-igb dependenciesJohn Crispin2014-07-141-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41656
* kernel: remove stray " from igp module titleJonas Gorski2014-07-141-1/+1
| | | | | | | | Fixes #17108. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41645
* kernel: add igb kernel moduleJohn Crispin2014-07-141-0/+18
| | | | | | | | Added igb kernel module which supports a variety of Intel GigE PCIe devices Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 41637
* brcm47xx: deactivate ssb and old phy code for new devicesHauke Mehrtens2014-07-121-1/+1
| | | | | | | | | This deactivates ssb and G-PHY code in b43 for the mips74k profile in brcm47xx. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41594
* kernel: add japanese codepagesJohn Crispin2014-07-011-0/+16
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41437
* try to load the orion glue automaticallyImre Kaloz2014-07-011-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41434
* kernel: xen-kbdfront.ko is at a different path Signed-off-by: John Crispin ↵John Crispin2014-06-291-1/+1
| | | | | | <blogic@openwrt.org> SVN-Revision: 41371
* make thermal framework registered sensors also register as hwmonsImre Kaloz2014-06-201-0/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41290
* package the gpio-fan moduleImre Kaloz2014-06-201-0/+16
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41289
* package the TLC59116 led driverImre Kaloz2014-06-171-0/+16
| | | | SVN-Revision: 41235
* package the TI TMP421 driverImre Kaloz2014-06-171-1/+15
| | | | SVN-Revision: 41231
* bundle ehci-orion with kmod-usb2Imre Kaloz2014-06-171-0/+3
| | | | SVN-Revision: 41230
* kernel: fix kernel builds for chipidea w/ usb-gadgetSteven Barth2014-06-111-2/+1
| | | | | | | | | | | Instead of repackaging udc-core.ko again, just add a dependency to kmod-usb-gadget, which already contains it. Fixes kmod-chipidea builds for 3.10- with usb-gadget enabled. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41115
* kernel: add missing dependency for kmod-fs-nfsFelix Fietkau2014-06-081-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41055
* kernel: fix kernel build for chipidea w/o usb-gadgetJohn Crispin2014-06-031-2/+2
| | | | | | | | | This resolves a module dependency kernel regression in r40905 with the usb-chipidea module if usb-gadget was not selected. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 40992
* netfilter: split off header matching modules not used by the default config ↵Felix Fietkau2014-06-021-0/+15
| | | | | | | | (reduces rootfs size and memory usage) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40983
* kernel: Fix xen domU kmod-xen-kbd packageJohn Crispin2014-06-021-2/+3
| | | | | | | | modified version of http://patchwork.openwrt.org/patch/5526/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40941
* kernel: Enable kmod-hid-generic driver when selecting usb-hidJohn Crispin2014-06-021-1/+1
| | | | | | | | | | | | kmod-hid-generic needs to be selected when enabling usb-hid in order to get generic devices working. This fixes keyboards support in linux 3.3+ kernels. https://dev.openwrt.org/ticket/12631 https://dev.openwrt.org/ticket/12686 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 40932
* kernel: Add kernel modules for USB gadget serial devices.John Crispin2014-06-021-0/+26
| | | | | | | | | This patch adds support for building the kernel modules for gadget serial devices. Signed-off-by: Owen Kirby <osk@exegin.com> Acked-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 40917
* kernel: usb.mk: enable chipidea udc modeJohn Crispin2014-06-021-2/+3
| | | | | | | | | | | | | | The chipidea USB OTG controller is dual-role and supports both host and device modes. Enable device mode. Tested on Gateworks Ventana imx6 board with g_ether. Are there any other targets out there that use the CHIPIDEA controller? If so testing is needed for those. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 40905
* kernel: other.mk: add pps-gpio supportLuka Perkov2014-05-231-0/+18
| | | | | | | | The pps-gpio kernel module supports Pulse-Per-Second provided by a GPIO. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 40831
* kernel: Enable CONFIG_SPI_SPIDEV when selecting kmod-spidevFlorian Fainelli2014-05-201-1/+1
| | | | | | | | | | Without this patch /dev/spidev*.* only appears if CONFIG_SPI_SPIDEV is manually selected and set to "y" from the kernel config. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 40784
* kernel: other.mk: add thermal optionLuka Perkov2014-05-111-0/+1
| | | | | | | | It is available in later kernel versions. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40752
* kernel: net-rtl8188eu depends on kmod-usbcoreHauke Mehrtens2014-05-021-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40668
* omap: fix usb dependenciesHauke Mehrtens2014-05-021-4/+3
| | | | | | | | There are some problems in the dependencies of the usb modules Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40667
* kernel: fix dependency to xor-neon.koHauke Mehrtens2014-05-021-0/+7
| | | | | | | | If this module gets build the xor module depends on it Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40666
* kernel: omap: omap-des.ko is not available in kernel 3.13Hauke Mehrtens2014-05-021-0/+7
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40665
* kernel: unify the two kmod-usb-mxs-phy packagesHauke Mehrtens2014-05-021-1/+1
| | | | | | | | | There are two packages with the name kmod-usb-mxs-phy in OpenWrt which causes warnings on every build. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40663
* kernel: make b44 depend on libphy for kernel 3.14Hauke Mehrtens2014-05-021-1/+1
| | | | | | | | In kernel 3.14 a dependency to libphy was added to b44. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40662
* kernel: add support for USB_NET_CDC_EEM and USB_NET_CDC_SUBSETHauke Mehrtens2014-05-011-0/+32
| | | | | | | | needed for Android USB Tethering Signed-off-by: Ulrich Weber <uw@ocedo.com> SVN-Revision: 40634
* kernel: Add kernel module for cramfs support.Hauke Mehrtens2014-05-011-0/+15
| | | | | | | | This patch adds support for building support for cramfs filesystems as a kernel module. Signed-off-by: Owen Kirby <osk@exegin.com> SVN-Revision: 40631
* kernel: add staging r8188eu module (3.13)Zoltan Herpai2014-04-301-0/+20
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 40609
* fs: add kernel modules for AFS clientZoltan Herpai2014-04-283-1/+87
| | | | | | | | | | | | - add/separate crypto modules - add fscache support - add rxrpc module which is required for AFS - add afs module Signed-Off-By: Nathaniel Wesley Filardo <8S9K8UGO5JGPI3U067229BBACKMQIGVH@cmx.ietfng.org> Acked-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 40587
* kernel: mark kmod-usb-phy-nop as hidden to avoid building it where it is not ↵Felix Fietkau2014-04-121-0/+1
| | | | | | | | needed Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40470
* kernel: add a dependency of kmod-r8169 on r8169-firmwareFelix Fietkau2014-04-101-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40448
* kernel: fix bluetooth and zsmalloc for 3.14Jonas Gorski2014-04-041-1/+23
| | | | | | | | | zsmalloc was promoted from staging, while bluetooth gained a dependency to a library shared with 802.15.4 for 6lowpan support. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40379
* kernel: fix usb module paths for 3.14Jonas Gorski2014-04-041-1/+9
| | | | | | | | | dwc2 was promoted from staging, while u_rndis was merged into usb_f_rndis. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40378
* kernel: fix kmod-sound-core for 3.14Jonas Gorski2014-04-041-2/+8
| | | | | | | | pcm-page-alloc was merged into snd-pcm. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40377
* kernel/modules: package Arabic charsetsJohn Crispin2014-03-301-0/+32
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 40334
* kernel/modules: package Hebrew charsetsJohn Crispin2014-03-301-0/+32
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 40333
* Add Bosch C_CAN/D_CAN modules kernel packageFelix Fietkau2014-03-211-1/+54
| | | | | | | | | Add Bosch C_CAN/D_CAN driver as a kernel package. The D_CAN controller is used on BeagleBoneBlack. Signed-off-by: Jan Kardell <jan.kardell@telliq.com> SVN-Revision: 39990
* kernel: add can.ko to the kmod-can package.Felix Fietkau2014-03-211-3/+4
| | | | | | | | | | Build all of the can support as modules, otherwise the kernel image is changed when a can kernel package is selected, because the can protocol is then built in into the kernel image. Signed-off-by: Jan Kardell <jan.kardell@telliq.com> SVN-Revision: 39989
* modules: make kmod-pcspkr depend on X86Florian Fainelli2014-03-201-1/+1
| | | | | | | | | The kernel Kconfig dependency lists X86, and we will fail building this module on other platforms such as Malta. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39974
* kernel: add missing zram optionHauke Mehrtens2014-03-121-1/+2
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39907
* kernel: add missing depends on kmod-miiHauke Mehrtens2014-02-212-19/+14
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39670
* kernel: fix kmod-usb-phy-nopHauke Mehrtens2014-02-101-0/+10
| | | | | | | | | | | phy-generic.ko was renamed and moved from kernel version to version. kernel <= 3.9: nop-usb-xceiv.ko kernel >= 3.10 && <= 3.11: phy-nop.ko kernel >= 3.12: phy-generic.ko Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39563
* kernel: fix kmod-usb-net-smsc95xxHauke Mehrtens2014-02-101-1/+1
| | | | | | | | | | smsc95xx.ko depends on crc16.ko on kernel >= 3.8 There was an additional kmod-usb-net-smsc95xx definition in the mxs target code which conflicted with the one in the common area. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39562
* phy-omap-control.ko is already part of a different packageImre Kaloz2014-02-101-1/+0
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39560