summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/other.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* add a workaround for watchdog path changesnico2008-02-061-8/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] pcmcia-core: fix a typojuhosg2008-01-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10154 3c298f89-4303-0410-b956-a3cf2f4a3e73
* LED driver for PCEngines ALIX boardsnbd2007-12-141-0/+16
| | | | | | | | | | | | | | This patch adds a driver for the three LEDs that exists on the PCEngines ALIX 2 and 3 series boards. The driver is also added to the Alix profile. Signed-off-by: Petr Liebman <petrliebman@gmail.com> -- git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make morse LED trigger available as a package, and fix it to compile with 2.6.23juhosg2007-10-201-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] add LEDs trigger for switch port states, thanks to Bernhard Held ↵juhosg2007-10-201-1/+18
| | | | | | (closes: #2153) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] add a kernel module for GPIO LEDsjuhosg2007-10-111-2/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] build leds-adm5120 as a modulejuhosg2007-10-091-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move hardware monitoring support in a separate hwmon.mk (before adding other ↵nico2007-09-231-37/+0
| | | | | | modules) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move crypto support to a seperate crypto.mk file, split modules into ↵nico2007-09-231-35/+0
| | | | | | multiple packages and adjust dependencies, sync crypto options in kconfigs. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable another module on UMLnico2007-09-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move kernel sound support in its own file from other.mk to sound.mk, rename ↵nico2007-09-201-66/+0
| | | | | | kmod-soundcore to kmod-sound-core to be consistent, cleanup alsa-lib git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only build sound-core module on targets supporting USB, since we don't have ↵nico2007-09-191-1/+1
| | | | | | any PCI sound devices supported atm git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable package that can't build on atheros target (no pci/usb)nico2007-09-171-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8823 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wrong submenu for kmod-leds-wrapnico2007-09-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8821 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move CAPI/ISDN module from other.mk to network.mknico2007-09-171-21/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add kernel module for PCengines WRAP ledsnico2007-09-161-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8814 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move kmod-nbd & kmod-loop from other.mk to block.mk, disable cryptoloop ↵nico2007-09-161-30/+0
| | | | | | since it's not packaged anywhere git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8812 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic changes: rename submenu vars, add missing copyright headersnico2007-09-161-22/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8808 3c298f89-4303-0410-b956-a3cf2f4a3e73
* various changes for kernel video support:nico2007-09-161-32/+0
| | | | | | | | | | | * move kernel video related modules to a separate "Video Support" submenu and video.mk file * rename kmod-videodev to kmod-video-core * prefix all video modules with kmod-video- * add missing dependencies on USB support * rename kmod-usb-qc to kmod-video-quickcam git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix target names in DEPENDS (closes: #2341)nico2007-09-111-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package descriptions to separate definitionsnico2007-09-111-2/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops, 2 typos missed from [8721]nico2007-09-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix KCONFIG in packages: move back all KCONFIG from package variants to the ↵nico2007-09-091-31/+63
| | | | | | | | | | main package since we don't know the kernel version at dump time. keep old KCONFIG lines commented out, so we can switch back easily later. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8721 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod-crypto, emit warning messages for kmod packages that cannot be ↵nbd2007-09-081-25/+25
| | | | | | built due to missing kernel config options git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8697 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵nico2007-09-071-18/+71
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵nico2007-09-031-29/+106
| | | | | | to actually build a kmod package, tweak and fix kernel package definitions. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-tnico2007-08-301-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pcmcia submenu (broken by [8520])nico2007-08-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic fixes: rearrange KernelPackage definitionsnico2007-08-281-30/+58
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8520 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pcmcia kmod package fixes for au1000nbd2007-08-161-6/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing dependency (#2237)nbd2007-08-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing kconfig symbolnbd2007-08-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix a bogus line with kmod-softdogflorian2007-07-311-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8278 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more dependency fixesnbd2007-07-231-46/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing dependencies and kernel config optionsnbd2007-07-231-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix #2112nbd2007-07-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dynamically enable/disable kernel config options for kmod packages based on ↵nbd2007-07-181-67/+56
| | | | | | build system config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* check if oss emulation is available before trying to package it into soundcorenbd2007-07-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added 3 new crypto modules needed by ppp_mppeblogic2007-06-181-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Also load compat_ioctl32 for V4L devices to loadflorian2007-06-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add dependency on kmod-input-core to kmod-input-evdevnico2007-06-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7550 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update uml-2.6 to 2.6.21.1 on i386, fix uml-2.6 sound modules packagingnico2007-06-041-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7485 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add yealink usb phone kernel packagesflorian2007-05-271-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the scx200 watchdog typo (#1724)florian2007-05-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7277 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for 16 bit pcmcia cardsnbd2007-05-111-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix build of pcmcia package on x86-2.6nbd2007-05-091-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Improved autorebuild for kernel related stuff.nbd2007-04-181-53/+53
| | | | | | | | | | - make modules_install in the kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add profile for Soekris Net4801 boards (#1072)florian2007-04-161-0/+70
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Load soundcore before all other modules (#1586)florian2007-04-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add magicbox 2.0 cf slot support - kmod-ide must not be used on magicbox 1.1 ↵nbd2007-04-091-1/+1
| | | | | | (no working hw detection yet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6909 3c298f89-4303-0410-b956-a3cf2f4a3e73