aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel: kmod-appletalk: fix dependenciesHauke Mehrtens2013-08-041-2/+6
| | | | | | | | | | | | | | When CONFIG_LLC gets build as a module, also p8022.ko and psnap.ko are getting build as a module. kmod-appletalk depends on llc.ko and psnap.ko, but at least psnap.ko,was not packed. On most systems CONFIG_LLC will be build into the kernel so this problem does not show up. This fixes the missing dependency of kmod-appletalk on psnap.ko Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37673
* kernel: only add v4l2-compat-ioctl32 when CONFIG_COMPAT is setHauke Mehrtens2013-08-031-2/+2
| | | | SVN-Revision: 37661
* kernel: add missing module to video-core for kernel < 3.6Hauke Mehrtens2013-08-021-0/+8
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37659
* kernel: fix usb-chipidea compilation with kernel <= 3.9Hauke Mehrtens2013-08-021-3/+3
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37658
* kernel: load libphy before tg3Hauke Mehrtens2013-08-011-1/+1
| | | | SVN-Revision: 37651
* kernel: add usb-mxs-phy packageLuka Perkov2013-07-281-0/+17
| | | | SVN-Revision: 37580
* kernel: update usb-chipidea packageLuka Perkov2013-07-281-4/+6
| | | | SVN-Revision: 37579
* kernel: update usb2 packageLuka Perkov2013-07-281-2/+7
| | | | SVN-Revision: 37578
* kernel: be consistent with formatting styleLuka Perkov2013-07-2619-194/+231
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37545
* kernel: ebtables depends on bridgeJonas Gorski2013-07-231-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37520
* kernel: add a new global config symbol for enabling rfkill support (can be ↵Felix Fietkau2013-07-212-7/+2
| | | | | | | | enabled by default via target feature flag) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37491
* kernel: fix config breakage from removing the de4x5 tulip driverJonas Gorski2013-07-211-0/+1
| | | | | | | | | Properly define the config symbol to n so it doesn't break build for targets which do have it available (e.g. mostly everything except arm). Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37489
* kernel: fix kmod-crypto-hw-ppc4xx dependenciesFelix Fietkau2013-07-211-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37488
* kernel: add missing config symbol for the chipidea usb driverFelix Fietkau2013-07-211-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37487
* kernel: remove an exotic ethernet driver from the tulip package which does ↵Felix Fietkau2013-07-211-2/+0
| | | | | | | | not build on some platforms Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37486
* kernel: fix crypto-hw-talitos dependenciesGabor Juhos2013-07-201-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37485
* kernel: fix kmod-fs-btrfs dependenciesHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37466
* kernel: add fbdev.ko to kmod-fb on x86 dependenciesHauke Mehrtens2013-07-191-0/+5
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37460
* kernel: fix kmod-rtc-pcf8563 dependenciesHauke Mehrtens2013-07-192-2/+2
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37459
* kernel: package the usbmon moduleGabor Juhos2013-07-191-0/+13
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37458
* kernel: simplify kmod-crypto-misc dependenciesHauke Mehrtens2013-07-191-3/+2
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37448
* kernel: fix kmod-et131x dependenciesHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37446
* kernel: fix usb-net-asix dependenciesHauke Mehrtens2013-07-191-0/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37445
* kernel: fix crypto-hw-geode dependenciesHauke Mehrtens2013-07-191-0/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37443
* kernel: fix crypto-hw-padlock dependenciesHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37442
* kernel: fix syntax error in kmod-crypto-miscHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37441
* kernel: add missing module for mmc-spiFelix Fietkau2013-07-191-2/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37440
* kernel: fix kmod-usb-chipideai syntaxHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37438
* kernel: fix kmod-usb-chipideai dependenciesHauke Mehrtens2013-07-191-0/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37437
* kernel: remove gpio_buttonsJonas Gorski2013-07-191-18/+0
| | | | | | | | | | It hasn't been buildable for a long time, and there are no users of it anymore left as all of them have been switched to the upstream accepted version. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37436
* 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