aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/001-depends.mk
Commit message (Collapse)AuthorAgeFilesLines
* ixp4xx/cns3xxx: add rfkill module supportJohn Crispin2012-10-171-2/+2
| | | | | | | | | 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
* kernel: remove the dummy kmod-rtc-core-* package, make all rtc drivers ↵Felix Fietkau2012-05-171-3/+1
| | | | | | depend on @RTC_SUPPORT - prevent RTC support from leaking into kernels for targets that do not need this SVN-Revision: 31778
* kernel: remove kernel modules and references to kernels <= 2.6.36Hauke Mehrtens2012-05-061-2/+2
| | | | | | OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions. SVN-Revision: 31634
* package/kernel: allow to build RTC modules for 3.xGabor Juhos2012-03-271-0/+7
| | | | SVN-Revision: 31105
* package/kernel: various NLS handling fixesNicolas Thill2011-10-291-0/+5
| | | | | | | | * move AddDepends/nls to 001-depends.mk for proper use by other packages (closes: #7639) * make kmod-usb-core use it * fix deps generated from its arguments (as used in kmod-fs-hfsplus) SVN-Revision: 28668
* package/kernel: prefix library modules with lib-Nicolas Thill2011-10-281-1/+1
| | | | SVN-Revision: 28656
* package/kernel: remove SetDepends not needed anymoreNicolas Thill2011-10-281-21/+4
| | | | SVN-Revision: 28653
* kernel: remove kmod-input-core just for some x86 profiles.Hauke Mehrtens2011-08-151-2/+2
| | | | | | | | Not all x86 profiles have CONFIG_INPUT=y in their configuration. Just remove kmod-input-core for them. Thank you Philip Prindeville for pointing out this problem. SVN-Revision: 27988
* allow gemini target to use rfkillFlorian Fainelli2011-02-121-1/+1
| | | | SVN-Revision: 25488
* remove linux 2.4 support from several packagesFelix Fietkau2010-06-261-2/+2
| | | | SVN-Revision: 21954
* package/kernel: adjust kmod-crc16 dependencies, it does not exist on 2.4Nicolas Thill2010-04-291-2/+2
| | | | SVN-Revision: 21250
* package/kernel: allow additional dependencies as arguments to AddDepends macrosNicolas Thill2010-04-241-5/+4
| | | | SVN-Revision: 21128
* package/kernel: use macros for hid & inputNicolas Thill2010-04-241-0/+19
| | | | SVN-Revision: 21120
* package/kernel: use macros for kmod-rfkill dependsNicolas Thill2010-04-231-0/+10
| | | | SVN-Revision: 21102
* package/kernel: introduce a new file that will be sourced first and holding ↵Nicolas Thill2010-04-231-0/+16
complex dependencies spread over multiple files, use it for kmod-crc16 SVN-Revision: 21101