summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules
Commit message (Collapse)AuthorAgeFilesLines
* kernel: fix kmod-ipsec load order (#12552)jow2013-01-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* zram: add package to use compressed ram disk for swaphauke2013-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a module for the isl1208 rtcnbd2013-01-061-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix regmap debloat patchblogic2013-01-051-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: move regmap bloat out of the kernel image if it is only being used ↵nbd2013-01-031-3/+6
| | | | | | in modules git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add kmod-fs-configfs to replace kernel bloat added by selecting ↵nbd2013-01-031-0/+16
| | | | | | kmod-mmc-over-gpio git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: build b44 as a modulehauke2013-01-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove remaining etrax referencesblogic2013-01-024-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix typo in HFS kernel moduleblogic2013-01-021-1/+1
| | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix video modules package generationblogic2013-01-021-82/+97
| | | | | | | | The folder layout changed between 3.6 and 3.7 Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34960 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: select crypto-sha256 for cifs on 3.7+juhosg2013-01-011-1/+2
| | | | | | | | Based on a patch from #12711 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: create separate package for the sha256 crypto modulejuhosg2013-01-011-2/+11
| | | | | | | | Based on a patch from #12711 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: remove obsolete CONFIG_USB_[EO]HCI_RT3883=y symbolsjuhosg2012-12-221-2/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix module names for crypto modules in 3.7juhosg2012-12-181-2/+5
| | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a module for ipv6 grenbd2012-12-151-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add crypto-pcompressblogic2012-12-151-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: in kernel 3.6.8 and later tg3 depends on hwmon.kohauke2012-12-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: enable CONFIG_SND_SOC_DMAENGINE_PCM in sound-soc-coreflorian2012-12-101-0/+1
| | | | | | | | This is required for 3.6+ kernels and some sound SoC modules. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34618 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: snd-soc-core depends on regmapflorian2012-12-101-0/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34616 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: package kmod-input-matrixkmapflorian2012-12-101-0/+15
| | | | | | | | This is required by some keyboard drivers in 3.6+ Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34614 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: include the xfrm_algo module on 3.6+ (fixes #12552)nbd2012-12-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix video-core build on 3.6+nbd2012-12-061-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: remove references to TARGET_ubicom32florian2012-11-303-3/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] modules: remove obsolete comment (#12514)florian2012-11-251-2/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: kernel: make crypto kmods always visiblejogo2012-11-221-1/+1
| | | | | | | | | | | Don't hide crypo submodules unless crypo-core is selected. Fixes kmods depending on crypto modules being unselectable until crypto core is selected (like ext4 on 3.6 or mac80211). Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: modules: ext4 depends on crypto-hash on 3.6jogo2012-11-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] i2c-gpio-mux: fix build for 3.6+ kernelsflorian2012-11-111-0/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34152 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Load schedule modulesblogic2012-11-071-0/+4
| | | | | | | | They were missing the AUTOLOAD directive. Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ledtrig-oneshot module for 3.6 kernelsjuhosg2012-11-051-0/+17
| | | | | | | | | | | This patch adds a package for the ledtrig-oneshot module, available in 3.6 and later. [juhosg: change dependency from LINUX_3_6 to !LINUX_3_3] Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34079 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing =ykaloz2012-10-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33988 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing 3.6 symbolskaloz2012-10-291-6/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33986 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/kernel]: remove references to 2.6.39kaloz2012-10-273-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33967 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: arc4 needs blkcipher support on 3.6juhosg2012-10-271-1/+1
| | | | | | | | | | [ 78.530000] arc4: Unknown symbol blkcipher_walk_done (err 0) [ 78.530000] arc4: Unknown symbol blkcipher_walk_virt (err 0) [ 78.540000] arc4: Unknown symbol crypto_blkcipher_type (err 0) Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix the pcspkr module, add proper dependencies, add the actual sound ↵nbd2012-10-251-15/+21
| | | | | | module git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33921 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] netfilter: ip_queue has been removed in 3.6florian2012-10-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] i2c muxes modules have a different prefix since 3.5florian2012-10-241-2/+6
| | | | | | Kernel 3.5 started prefixing i2c muxes modules with i2c-mux-, account for that git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: the camellia module name has changed in kernel 3.4florian2012-10-241-1/+4
| | | | | | | With the support for architecture optimized camellia routines, the original camellia module got renamed to camellia_generic, account for that. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add IKCONFIG module optionnbd2012-10-191-0/+15
| | | | | | | | | Add an option for building the configs.ko module which provides kernel configuration via /proc/config.gz Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx/cns3xxx: add rfkill module supportblogic2012-10-172-3/+4
| | | | | | | | | Both ixp4xx and cns3xxx targets support RFKILL in the kernel. Also add a RFKILL_GPIO default for kernel config Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel/sound: Add Gateworks Avila Sound SoC packagenbd2012-10-101-0/+19
| | | | | | | | This package includes the audio drivers for Avila SoC Audio Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix xen pci module, partially fixes #11970blogic2012-08-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32996 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] gspca-sn9c20x.ko was not insmod'ed due to typoblogic2012-08-041-1/+1
| | | | | | fixes #11973 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32991 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] partially revert r32855florian2012-07-291-0/+114
| | | | | | | Too many modules were removed, while only the octeon module was meant to be removed, fix that. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] bcma: update to version from wireless-testing tag master-2012-07-16hauke2012-07-261-0/+1
| | | | | | | | | I did not add the last patch, because it add some stubs for the flash drivers and our patches have to be changed for that, if the flash support in bcma is able to do something I will integrate it. This also contains 3 additional patches fixing some bugs in bcma. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] make kmod-mvsas depend on x86 since it fails building on other ↵florian2012-07-261-1/+1
| | | | | | targets (eg: brcm63xx) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] make kmod-fb dependent on DISPLAY_SUPPORT and update targets ↵florian2012-07-251-0/+1
| | | | | | accordingly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ppc40x] move isp116x driver to target specific modules.mkflorian2012-07-251-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] move rt305x-dwc driver to target specific modules.mkflorian2012-07-251-21/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] move ubsec-ssb driver to target specific modules.mkflorian2012-07-251-16/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] move ssb-gige to target specific modules.mkflorian2012-07-251-14/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32862 3c298f89-4303-0410-b956-a3cf2f4a3e73