summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/other.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* [cosmetic] package/kernel: sort package definitions in other.mknico2010-04-241-353/+357
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add another round of missing bits from [21137] & [21138] ↵nico2010-04-241-3/+3
| | | | | | (oops again) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add missing bits from [21137] (oops)nico2010-04-241-14/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog ↵nico2010-04-241-7/+7
| | | | | | module names git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: move PCMCIA modules to their own file & submenunico2010-04-241-82/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: move pcspkr to sound.mknico2010-04-241-17/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21135 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: move block2mtd to block.mknico2010-04-241-8/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: move target specific modules to their own target filesnico2010-04-241-126/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: use macros for hid & inputnico2010-04-241-7/+13
| | | | 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-3/+3
| | | | 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-1/+3
| | | | | | 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
* package/kernel: add dependencies on kmod-crc16 and kmod-rfkill to ↵nico2010-04-161-1/+2
| | | | | | kmod-bluetooth (closes: #7063) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: remove references to old TARGET_olpc now that it has been ↵nico2010-04-161-2/+2
| | | | | | merged with TARGET_x86 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix kmod-crc16 loading (#6949)florian2010-04-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] add net5501 supportflorian2010-04-111-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch brings up the net5501 platform. Note that the x86/ target included support for all x86/ class processors. That's not technically correct. This should be constrained only to the "generic" subtarget. Every x86-class target that isn't generic should be able to select only the optimizations/capabilities applicable to that architectural variant. It's also assumed that all x86 processors have keyboard & mouse ports, ISA, DMI, ACPI... the embedded ones typically don't. Again, moving that to the generic subtarget. Fortunately, this was a fairly benign tweak. The net5501 board includes the following logic: Geode/LX processor CS5535 super-I/O chip PC87360 sensor chip Via Rhine Ethernet controllers Via Sata controllers USB, LEDS, I2C Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix dependencies for x86 targethauke2010-03-291-7/+7
| | | | | | | | | | kmod-hid and kmod-input-core are directly build into the kernel for the x86 target. No package on x86 should depend on it. This fixes #6963 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20590 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: move yenta_socket to kmod-pcmcia-core on 2.4, mark ↵nico2010-03-261-16/+5
| | | | | | kmod-pcmcia-yenta as 2.6 only, move CONFIG_PCCARD_NONSTATIC from kmod-pcmcia-core to kmod-pcmcia-yenta KCONFIG git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix kmod-pcmcia-yenta on 2.4nico2010-03-111-1/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: add module for the RB750 LED driverjuhosg2010-03-081-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark relevant kmod-* packages as being required for rootfs mounting (patch ↵nbd2010-02-261-3/+3
| | | | | | by cshore) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a package for block2mtdnbd2010-02-161-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add kernel packages for the ixp4xx-beeper and appletalk -- closes #6618kaloz2010-02-021-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete dependencies and checksnbd2010-01-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: remove even more calls to CompareKernelPatchVernico2010-01-061-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19057 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] enable hso on ar71xx (#6432)florian2010-01-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix bluetooth and ide breakage after r18955 (#6422)florian2009-12-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18972 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix wrong paths after r18955.florian2009-12-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18957 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove handling of older unsupported kernelskaloz2009-12-271-16/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix typo that prevents autoloading of the rdc321x_wdt driverjow2009-12-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* modules: package the leds-wndr3700-usb driverjuhosg2009-12-111-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] CONFIG_RFKILL_INPUT is a booleanflorian2009-12-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops, forgot the autoloadnbd2009-11-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod-leds-alix (#6079, #6105)nbd2009-11-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] make rdc321-wdt become a package, saves some space in the kernelflorian2009-11-041-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes bluetooth dependency, thx sn9blogic2009-10-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18213 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes DEPENDS of SSB module, thx sn9blogic2009-10-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add kmod-input-rb532, driver for the rb532 user buttonflorian2009-10-051-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17927 3c298f89-4303-0410-b956-a3cf2f4a3e73
* small fixes mostly for kernel 2.6.31hauke2009-09-261-0/+6
| | | | | | | | | | | | - libsas needs symbols from scsi_transport_sas - autoload line in pppoe was missing - rfkill-input does not exist in kernel 2.6.31 - password for download server of r8101 changed - r8101 and siit do not build with kernel 2.6.31 - fix build of net sched esfq git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] pcmcia-core: Fix missing rsrc_nonstatic module (closes #5380)acinonyx2009-07-201-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the gpio_keys input module to menuconfigjuhosg2009-07-061-0/+17
| | | | | | | Signed-off-by: Ferenc Wagner <wferi@niif.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16716 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rfkill config cleanupkaloz2009-06-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: move SPI drivers into a new submenujuhosg2009-06-041-96/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [pcmcia] yenta is build in an other package.hauke2009-05-241-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ssb] Remove pcmcia support from ssb.hauke2009-05-241-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16023 3c298f89-4303-0410-b956-a3cf2f4a3e73
* RTCs shouldn't be modules, ever..kaloz2009-05-141-37/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] hci_usb.ko is not availably in kernel newer than 2.6.27.hauke2009-05-111-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ssb] Add support for pcmcia to ssb.hauke2009-05-111-2/+6
| | | | | | | b43 will build now with pcmcia support. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15784 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Conditionals are not supported in Kconfig.hauke2009-05-111-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15783 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for pc speakerjow2009-05-071-0/+17
| | | | | | | | | | | PC speaker could be very useful on platforms which implement it. One could easily use the speaker to produce a sound where its pitch or duration varies according to signal strength or SNR of a wireless link. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add missing backslash, thanks juhosgflorian2009-05-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15657 3c298f89-4303-0410-b956-a3cf2f4a3e73