summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/001-depends.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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