aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux
Commit message (Collapse)AuthorAgeFilesLines
* linux: fix platform dependency of kmod-usb2-fslJo-Philipp Wich2013-07-191-1/+1
| | | | SVN-Revision: 37428
* linux: kmod-ipt-filter depends on kmod-ipt-conntrackJo-Philipp Wich2013-07-191-1/+1
| | | | SVN-Revision: 37427
* kernel: change ipt depends to a selectJonas Gorski2013-07-191-1/+1
| | | | | | | | Fixes recursive dependencies with kmod-ipt-core. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37426
* kernel: video-core depends on i2c-core if i2c-core is selectedJonas Gorski2013-07-181-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37421
* kernel: kmod-gpio-mcp23s08 depends on i2c-coreJonas Gorski2013-07-181-1/+1
| | | | | | | | But only if it is selected, so make it a conditionl dependency. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37420
* kernel: kmod-pcmcia-serial requires kmod-serial-8250Jonas Gorski2013-07-181-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37419
* kernel: kmod-e1000e depends on pip for 3.8+Jonas Gorski2013-07-181-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37418
* kernel: net-zd1201 depends on usb-coreFelix Fietkau2013-07-181-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37416
* kernel: fix usb-net-cdc-mbim dependenciesFelix Fietkau2013-07-181-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37415
* kernel: usb-serial-qualcomm depends on usb-serial-wwanFelix Fietkau2013-07-181-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37414
* kernel: usb-serial-keyspan needs to include ezusb.koFelix Fietkau2013-07-181-1/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37413
* kernel: usb-serial-ipw depends on usb-serial-wwanFelix Fietkau2013-07-181-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37412
* kernel: mtdtests depends on nandFelix Fietkau2013-07-181-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37411
* kernel: bluetooth depends on crypto-hashFelix Fietkau2013-07-181-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37410
* kernel: rfkill depends on input-coreFelix Fietkau2013-07-182-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37409
* kernel: split slhc into a separate package and make slip depend on itFelix Fietkau2013-07-181-6/+18
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37408
* kernel: fix accidental depends line duplicationFelix Fietkau2013-07-181-2/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37407
* kernel: sctp depends on ipv6 if ipv6 is enabledFelix Fietkau2013-07-181-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37406
* kernel: make kmod-sched depend on kmod-ipt-coreFelix Fietkau2013-07-181-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37404
* kernel: reduce spurious rebuilds of simple kmod-* packagesFelix Fietkau2013-07-181-0/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37403
* linux: introduce new kmod-iptunnel for Linux 3.10+, add missing dependencies ↵Jo-Philipp Wich2013-07-181-7/+25
| | | | | | to netsupport packages SVN-Revision: 37402
* linux: add missing netfilter dependenciesJo-Philipp Wich2013-07-181-1/+5
| | | | SVN-Revision: 37401
* linux: add missing dependency to kmod-i2c-tiny-usbJo-Philipp Wich2013-07-181-1/+1
| | | | SVN-Revision: 37399
* linux: add missing dependencies to kmod-fs-msdos and kmod-fs-xfsJo-Philipp Wich2013-07-181-1/+2
| | | | SVN-Revision: 37398
* kernel: btrfs supports raid6 in 3.10, thus depends on lib-raid6Jonas Gorski2013-07-181-1/+1
| | | | | | | | btrfs now supports raid5/6 and added appropriate depenendcies for 3.10. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37396
* kernel: move xor into its own packageJonas Gorski2013-07-182-5/+19
| | | | | | | | | | xor.ko is needed by btrfs in 3.10+, so split it out into its own package. Make it hidden as it does not provide any functionality on its own. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37395
* kernel: split out lib-raid6Jonas Gorski2013-07-182-4/+18
| | | | | | | | | | raid_pq.ko is needed by btrfs in 3.10+, so split it out into its own package. Make it hidden as it does not provide any functionality on its own. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37394
* kernel: kmod-dm depends on cryptoJonas Gorski2013-07-181-0/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37393
* kernel: crypto: add missing dependencies and filesJonas Gorski2013-07-181-3/+4
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37392
* kernel: drop kmod-ata-sisJonas Gorski2013-07-181-15/+0
| | | | | | | | | it was broken since 2.6.21, evidently nobody uses it and we can just remove it. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37391
* linux: add missing dependencies to kmod-ip6tablesJo-Philipp Wich2013-07-181-1/+1
| | | | SVN-Revision: 37389
* build: add kernel modules to package provides info (along with shared libs)Felix Fietkau2013-07-181-0/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37385
* imx23: ChipIdea changesZoltan Herpai2013-07-171-0/+19
| | | | | | | | | - move ci_hdrc into generic modules - add separate package for imx-specific modules Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37384
* kernel: add sound-soc-imx-sgtl5000Luka Perkov2013-07-151-0/+16
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37360
* kernel: add sound-soc-imxLuka Perkov2013-07-151-1/+22
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37359
* kernel: add usb-dwc2 kmodJohn Crispin2013-07-151-0/+23
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37338
* brcm47xx: do not load the kernel modules needed for Ethernet manuallyHauke Mehrtens2013-07-143-5/+5
| | | | | | | add the boot flag to make the kernel modules needed for Ethernet and diag load on startup. SVN-Revision: 37284
* kernel: move codel from kmod-sched-core to kmod-sched, it is rarely neededFelix Fietkau2013-07-111-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37256
* kernel: make libsas depend on x86Felix Fietkau2013-07-111-0/+1
| | | | | | | | | | It is only used by one driver that already depends on x86. Disabling it prevents a few kilobytes of bloat from leaking into all targets via CONFIG_BLK_DEV_BSG Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37254
* kernel: package the HW random core moduleFlorian Fainelli2013-07-102-1/+15
| | | | | | | | And update the crypto-hw-hifn-795x to use it. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37231
* kernel: unbreal of_i2c selectionJohn Crispin2013-07-081-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37201
* kernel: fix 8250 ko name for 3.9John Crispin2013-07-041-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37164
* packages: clean up the package folderJohn Crispin2013-06-2124-0/+8369
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007