summaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
* add crypto-pcompressJohn Crispin2012-12-151-0/+11
| | | | SVN-Revision: 34685
* kernel: in kernel 3.6.8 and later tg3 depends on hwmon.koHauke Mehrtens2012-12-131-1/+1
| | | | SVN-Revision: 34652
* package/kernel: enable CONFIG_SND_SOC_DMAENGINE_PCM in sound-soc-coreFlorian Fainelli2012-12-101-0/+1
| | | | | | | | This is required for 3.6+ kernels and some sound SoC modules. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34618
* package/kernel: snd-soc-core depends on regmapFlorian Fainelli2012-12-101-0/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34616
* package/kernel: package kmod-input-matrixkmapFlorian Fainelli2012-12-101-0/+15
| | | | | | | | This is required by some keyboard drivers in 3.6+ Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34614
* kernel: include the xfrm_algo module on 3.6+ (fixes #12552)Felix Fietkau2012-12-101-0/+1
| | | | SVN-Revision: 34611
* kernel: fix video-core build on 3.6+Felix Fietkau2012-12-061-0/+1
| | | | SVN-Revision: 34533
* kernel: remove references to TARGET_ubicom32Florian Fainelli2012-11-303-3/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34431
* modules: remove obsolete comment (#12514)Florian Fainelli2012-11-251-2/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34327
* package: kernel: make crypto kmods always visibleJonas Gorski2012-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> SVN-Revision: 34298
* kernel: modules: ext4 depends on crypto-hash on 3.6Jonas Gorski2012-11-111-1/+1
| | | | SVN-Revision: 34159
* i2c-gpio-mux: fix build for 3.6+ kernelsFlorian Fainelli2012-11-111-0/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34152
* Load schedule modulesJohn Crispin2012-11-071-0/+4
| | | | | | | | They were missing the AUTOLOAD directive. Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br> SVN-Revision: 34107
* Add ledtrig-oneshot module for 3.6 kernelsGabor Juhos2012-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> SVN-Revision: 34079
* add missing =yImre Kaloz2012-10-291-1/+1
| | | | SVN-Revision: 33988
* add missing 3.6 symbolsImre Kaloz2012-10-291-6/+8
| | | | SVN-Revision: 33986
* remove references to 2.6.39Imre Kaloz2012-10-273-4/+1
| | | | SVN-Revision: 33967
* package/kernel: arc4 needs blkcipher support on 3.6Gabor Juhos2012-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> SVN-Revision: 33965
* kernel: fix the pcspkr module, add proper dependencies, add the actual sound ↵Felix Fietkau2012-10-251-15/+21
| | | | | | module SVN-Revision: 33921
* netfilter: ip_queue has been removed in 3.6Florian Fainelli2012-10-241-0/+1
| | | | SVN-Revision: 33905
* i2c muxes modules have a different prefix since 3.5Florian Fainelli2012-10-241-2/+6
| | | | | | Kernel 3.5 started prefixing i2c muxes modules with i2c-mux-, account for that SVN-Revision: 33904
* kernel: the camellia module name has changed in kernel 3.4Florian Fainelli2012-10-241-1/+4
| | | | | | | With the support for architecture optimized camellia routines, the original camellia module got renamed to camellia_generic, account for that. SVN-Revision: 33903
* package/kernel: add IKCONFIG module optionFelix Fietkau2012-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> SVN-Revision: 33865
* licensing: Add licensing metadata to many packages Two new variables are ↵Hamish Guthrie2012-10-191-0/+3
| | | | | | | | | introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. The licensing metadata is put into the bin/<platform>/packages/Packages file for later parsing. A script for that is on it's way! SVN-Revision: 33861
* ixp4xx/cns3xxx: add rfkill module supportJohn Crispin2012-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> SVN-Revision: 33831
* package/kernel/sound: Add Gateworks Avila Sound SoC packageFelix Fietkau2012-10-101-0/+19
| | | | | | | | This package includes the audio drivers for Avila SoC Audio Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33682
* fix xen pci module, partially fixes #11970John Crispin2012-08-051-1/+1
| | | | SVN-Revision: 32996
* gspca-sn9c20x.ko was not insmod'ed due to typoJohn Crispin2012-08-041-1/+1
| | | | | | fixes #11973 SVN-Revision: 32991
* partially revert r32855Florian Fainelli2012-07-291-0/+114
| | | | | | | Too many modules were removed, while only the octeon module was meant to be removed, fix that. SVN-Revision: 32909
* bcma: update to version from wireless-testing tag master-2012-07-16Hauke Mehrtens2012-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. SVN-Revision: 32880
* make kmod-mvsas depend on x86 since it fails building on other targets (eg: ↵Florian Fainelli2012-07-261-1/+1
| | | | | | brcm63xx) SVN-Revision: 32878
* make kmod-fb dependent on DISPLAY_SUPPORT and update targets accordinglyFlorian Fainelli2012-07-251-0/+1
| | | | SVN-Revision: 32869
* move isp116x driver to target specific modules.mkFlorian Fainelli2012-07-251-19/+0
| | | | SVN-Revision: 32865
* move rt305x-dwc driver to target specific modules.mkFlorian Fainelli2012-07-251-21/+0
| | | | SVN-Revision: 32864
* move ubsec-ssb driver to target specific modules.mkFlorian Fainelli2012-07-251-16/+0
| | | | SVN-Revision: 32863
* move ssb-gige to target specific modules.mkFlorian Fainelli2012-07-251-14/+0
| | | | SVN-Revision: 32862
* move usb driver to target specific modules.mkFlorian Fainelli2012-07-251-15/+0
| | | | SVN-Revision: 32861
* kmod-r6040 depends on PCI_SUPPORTFlorian Fainelli2012-07-251-1/+1
| | | | SVN-Revision: 32860
* move mmc driver to target specific modules.mkFlorian Fainelli2012-07-251-16/+0
| | | | SVN-Revision: 32859
* move ixp4xx-eth to target specific modules.mkFlorian Fainelli2012-07-251-14/+0
| | | | SVN-Revision: 32858
* kmod-gpio-nxp74hc164 is not brcm63xx specificFlorian Fainelli2012-07-251-1/+0
| | | | SVN-Revision: 32857
* move crypto module to target specific modules.mkFlorian Fainelli2012-07-251-17/+0
| | | | SVN-Revision: 32856
* move i2c driver to target modules.mkFlorian Fainelli2012-07-251-145/+0
| | | | SVN-Revision: 32855
* move watchdog driver to target specific modules.mkFlorian Fainelli2012-07-251-16/+0
| | | | SVN-Revision: 32854
* move target specific spi modulesFlorian Fainelli2012-07-251-15/+0
| | | | SVN-Revision: 32853
* move target specific leds modules to ar71xx modules.mkFlorian Fainelli2012-07-251-33/+0
| | | | SVN-Revision: 32852
* move leds modules back to target modules.mkFlorian Fainelli2012-07-251-31/+0
| | | | SVN-Revision: 32851
* move i2c modules back to target modules.mkFlorian Fainelli2012-07-251-35/+0
| | | | SVN-Revision: 32850
* fix network devices modules to depend on PCI instead of x86Florian Fainelli2012-07-251-21/+21
| | | | SVN-Revision: 32849
* move more x86-specific modules back to target modules.mkFlorian Fainelli2012-07-251-177/+0
| | | | SVN-Revision: 32848