summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules
Commit message (Collapse)AuthorAgeFilesLines
* packages: clean up the package folderJohn Crispin2013-06-2123-8317/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* kernel: add dependencies for kernel 3.10Hauke Mehrtens2013-06-122-2/+2
| | | | SVN-Revision: 36925
* modules: make all led and button modules used during boot priority 1John Crispin2013-06-102-7/+7
| | | | | | | | This makes sure the modules are symlinked in /etc/modules-boot.d/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36892
* kmod-usb-net-cdc-mbim: fix module loadingNicolas Thill2013-06-051-1/+1
| | | | | | cdc_mbim should be loaded after cdc_ncm (closes: #13562) SVN-Revision: 36856
* add some more symbolsImre Kaloz2013-06-041-0/+1
| | | | SVN-Revision: 36834
* kernel: adapt module paths for 3.10-rc1Jonas Gorski2013-05-192-6/+6
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36662
* kernel: modules: kmod-fs-isofs depends on kmod-lib-zlibJonas Gorski2013-05-091-0/+1
| | | | | | | | Add missing dependency. Fixes #11624. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36593
* kernel: add veth moduleLuka Perkov2013-05-031-0/+17
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36540
* kernel: netfilter.mk: Explicitly set the order of autoloaded modulesJo-Philipp Wich2013-05-021-2/+2
| | | | | | | | | | | | | In my machine, the file is created with arptable_filter before arp_tables. This can't happen because the former depends on the latter. So, instead of rely on wildcards (*.ko), set by hand the files to be loaded in the correct order. Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br> SVN-Revision: 36512
* Enable hidraw support.Jo-Philipp Wich2013-04-241-1/+1
| | | | | | | | | | It's needed for dealing with certain UART-to-USB adapters built into e.g. weather stations, and increases the hid module package only slightly (e.g. on ar71xx: 35k -> 37k). Signed-off-by: Danny Baumann <dannybaumann@web.de> SVN-Revision: 36415
* Add kernel module package for hid-generic driver.Jo-Philipp Wich2013-04-241-0/+14
| | | | | | | | Needed to support e.g. keyboards and mice. Signed-off-by: Danny Baumann <dannybaumann@web.de> SVN-Revision: 36414
* kernel: add kmod-mcp23s08 packageJonas Gorski2013-04-231-0/+16
| | | | | | | | | | | Package up the Microchip MCP23S08 I/O expander driver. Needed on the CalAmp LMU5000 board. Signed-off-by: Adam Porter <porter.adam@gmail.com> [jogo@openwrt.org: fix subject] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36393
* package/kernel: only include i2c-of if CONFIG_OF enabledGabor Juhos2013-04-061-1/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36227
* kernel: Allow talitos crypto hw module selectionGabor Juhos2013-04-061-0/+14
| | | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36224
* unbreak i2c-mv64xxx dependenciesJohn Crispin2013-04-031-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36192
* fix borken of-i2c dependenciesJohn Crispin2013-04-031-4/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36191
* add cdc-mbim moduleJohn Crispin2013-04-031-0/+16
| | | | | | | | http://patchwork.openwrt.org/patch/3370/ Signed-off-by: Rusink Rusinkoff <rzrusink@gmail.com> SVN-Revision: 36184
* Add INA2XX current sensor module.John Crispin2013-04-031-0/+15
| | | | | | | | This is a I2C current/voltage/power sensor. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 36182
* add lm92 kernel moduleJohn Crispin2013-04-031-0/+14
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36181
* add pcf857x kernel moduleJohn Crispin2013-04-031-0/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36180
* make OF_I2C build as part of i2c-coreJohn Crispin2013-04-031-17/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36179
* kernel: add some fixes for kernel 3.9Hauke Mehrtens2013-03-202-2/+2
| | | | | | This patch fixes some compile problems with kernel 3.9 and adds some missing linux 3.9 handling into kernel packages. SVN-Revision: 36098
* kernel: enable SND_COMPRESS_OFFLOAD for kernels >= 3.3Florian Fainelli2013-03-171-1/+10
| | | | | | | | Most sound SoC driver enable it and rely it on to properly work. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36072
* kernel: load regmap modules after kmod-lib-lzoFlorian Fainelli2013-03-171-1/+1
| | | | | | | | | Otherwise regmap-core will not be able to lookup the lzo exported symbols. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36069
* package/kernel: i2c: don't skip built-in modulesJonas Gorski2013-02-231-1/+1
| | | | | | | | | | | Don't skip build-in modules when generating i2c kmod packages, to allow empty packages to be generated for satisfying dependencies. Closes #12259. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35755
* package/kernel: add package for the Gianfar PTP driverGabor Juhos2013-02-201-0/+17
| | | | | | | | | | | | PTP for gianfar can be built as a module. Create a package for it. [juhosg: remove the mp85xx specific patch] Patchwork: http://patchwork.openwrt.org/patch/3344/ Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35706
* package/kernel: add package for the Freescale Gianfar driverGabor Juhos2013-02-201-0/+46
| | | | | | | | | | [juhosg: move the fsl-pq-mdio driver into a separate package] Patchwork: http://patchwork.openwrt.org/patch/3345/ Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35705
* package/kernel: remove trailing whitespaces from *.mk filesGabor Juhos2013-02-207-9/+9
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35691
* package/kernel: add package for the Freescale On-Chip EHCI ControllerGabor Juhos2013-02-161-2/+19
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35627
* add nForce Ethernet moduleGabor Juhos2013-02-021-0/+15
| | | | | | Signed-off-by: Zhiqiang Wang <wang.9264@gmail.com> SVN-Revision: 35461
* package ncm & qmi wwanJohn Crispin2013-01-281-0/+46
| | | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3134/ SVN-Revision: 35360
* kernel: make usb2-pci depend on usb2 and not the other way aroundHauke Mehrtens2013-01-271-3/+3
| | | | SVN-Revision: 35339
* kernel: activate input-matrixkmap for kernel 3.8Hauke Mehrtens2013-01-271-1/+1
| | | | SVN-Revision: 35338
* kernel: add ehci-platform.ko and ehci-pci.ko when build with kernel 3.8Hauke Mehrtens2013-01-271-1/+24
| | | | SVN-Revision: 35337
* kernel: add packages for pps and ptp, they are needed by tg3 in kernel 3.8Hauke Mehrtens2013-01-272-1/+35
| | | | SVN-Revision: 35336
* kernel: 8250.ko is called 8250_core.ko on linux 3.7+, fixes package/kernel ↵Felix Fietkau2013-01-171-1/+1
| | | | | | build error in snapshot builds SVN-Revision: 35190
* kernel: allow building kmod-rtc-marvell for mvebu targetFlorian Fainelli2013-01-151-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35177
* package/kernel: move input modules into a separate submenuGabor Juhos2013-01-142-183/+193
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35161
* kernel: make sure that packages are generated for built-in crypto modules to ↵Felix Fietkau2013-01-141-1/+1
| | | | | | avoid dependency errors with kmod-crypto-core on 3.7 SVN-Revision: 35158
* kernel: avoid recursive dependency caused by kmod-i2c-mv64xxxFlorian Fainelli2013-01-141-1/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35157
* netfilter.mk: add addrtype match to iptables-mod-extra (kmod-ipt-extra)Jo-Philipp Wich2013-01-141-0/+1
| | | | SVN-Revision: 35155
* kernel: make kmod-ledtrig-usbdev depend on usb core support instead of ↵Felix Fietkau2013-01-121-1/+1
| | | | | | selecting it SVN-Revision: 35120
* kernel: add kmod-mvsdio MMC host controller for Marvell targetsFlorian Fainelli2013-01-081-0/+16
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35061
* kernel: make kmod-of-i2c available for the mvebu targetFlorian Fainelli2013-01-081-2/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35060
* kernel: adjust orion/kirkwood packages to also build for mvebu targetFlorian Fainelli2013-01-083-5/+5
| | | | | | | | | Armada XP/370 boards share these hardware blocks with Orion and Kirkwood SoCs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35059
* kernel: add more SCTP related configuration symbolsFlorian Fainelli2013-01-081-1/+6
| | | | | | | | These symbols are used by 3.8+ kernels Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35054
* kernel: fix kmod-ipsec load order (#12552)Jo-Philipp Wich2013-01-071-2/+2
| | | | SVN-Revision: 35032
* zram: add package to use compressed ram disk for swapHauke Mehrtens2013-01-061-0/+21
| | | | | | | | | | | | | The busybox size is increased by 3.2KByte uncompressed on bcm47xx with this commit. This zram-swap automatically creates a zram device, a swap partition on it and make the kernel swap pages to it. Thank you Bastian Bittorf <bittorf@bluebottle.com> for idea and the script. SVN-Revision: 35025
* kernel: add a module for the isl1208 rtcFelix Fietkau2013-01-061-0/+17
| | | | SVN-Revision: 35022
* fix regmap debloat patchJohn Crispin2013-01-051-5/+6
| | | | SVN-Revision: 35015