aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
* 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
* kernel: move regmap bloat out of the kernel image if it is only being used ↵Felix Fietkau2013-01-031-3/+6
| | | | | | in modules SVN-Revision: 34999
* add kmod-fs-configfs to replace kernel bloat added by selecting ↵Felix Fietkau2013-01-031-0/+16
| | | | | | kmod-mmc-over-gpio SVN-Revision: 34998
* brcm47xx: build b44 as a moduleHauke Mehrtens2013-01-031-1/+1
| | | | SVN-Revision: 34994
* Remove remaining etrax referencesJohn Crispin2013-01-024-4/+3
| | | | SVN-Revision: 34968
* fix typo in HFS kernel moduleJohn Crispin2013-01-021-1/+1
| | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com> SVN-Revision: 34963
* fix video modules package generationJohn Crispin2013-01-021-82/+97
| | | | | | | | The folder layout changed between 3.6 and 3.7 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 34960
* package/kernel: select crypto-sha256 for cifs on 3.7+Gabor Juhos2013-01-011-1/+2
| | | | | | | | Based on a patch from #12711 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34956
* package/kernel: create separate package for the sha256 crypto moduleGabor Juhos2013-01-011-2/+11
| | | | | | | | Based on a patch from #12711 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34955
* package/kernel: remove obsolete CONFIG_USB_[EO]HCI_RT3883=y symbolsGabor Juhos2012-12-221-2/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34844
* kernel: fix module names for crypto modules in 3.7Gabor Juhos2012-12-181-2/+5
| | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34751
* kernel: add a module for ipv6 greFelix Fietkau2012-12-151-0/+16
| | | | SVN-Revision: 34709
* 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