summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/001-depends.mk
Commit message (Collapse)AuthorAgeFilesLines
* ixp4xx/cns3xxx: add rfkill module supportblogic2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove the dummy kmod-rtc-core-* package, make all rtc drivers ↵nbd2012-05-171-3/+1
| | | | | | depend on @RTC_SUPPORT - prevent RTC support from leaking into kernels for targets that do not need this git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove kernel modules and references to kernels <= 2.6.36hauke2012-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: allow to build RTC modules for 3.xjuhosg2012-03-271-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31105 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: various NLS handling fixesnico2011-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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: prefix library modules with lib-nico2011-10-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28656 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: remove SetDepends not needed anymorenico2011-10-281-21/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove kmod-input-core just for some x86 profiles.hauke2011-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27988 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] allow gemini target to use rfkillflorian2011-02-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25488 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove linux 2.4 support from several packagesnbd2010-06-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: adjust kmod-crc16 dependencies, it does not exist on 2.4nico2010-04-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: allow additional dependencies as arguments to AddDepends macrosnico2010-04-241-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21128 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: use macros for hid & inputnico2010-04-241-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21120 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: use macros for kmod-rfkill dependsnico2010-04-231-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: introduce a new file that will be sourced first and holding ↵nico2010-04-231-0/+16
complex dependencies spread over multiple files, use it for kmod-crc16 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21101 3c298f89-4303-0410-b956-a3cf2f4a3e73