aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/other.mk
Commit message (Collapse)AuthorAgeFilesLines
* make morse LED trigger available as a package, and fix it to compile with 2.6.23Gabor Juhos2007-10-201-0/+15
| | | | SVN-Revision: 9363
* add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153)Gabor Juhos2007-10-201-1/+18
| | | | SVN-Revision: 9362
* add a kernel module for GPIO LEDsGabor Juhos2007-10-111-2/+19
| | | | SVN-Revision: 9262
* build leds-adm5120 as a moduleGabor Juhos2007-10-091-0/+16
| | | | SVN-Revision: 9219
* move hardware monitoring support in a separate hwmon.mk (before adding other ↵Nicolas Thill2007-09-231-37/+0
| | | | | | modules) SVN-Revision: 8983
* move crypto support to a seperate crypto.mk file, split modules into ↵Nicolas Thill2007-09-231-35/+0
| | | | | | multiple packages and adjust dependencies, sync crypto options in kconfigs. SVN-Revision: 8980
* disable another module on UMLNicolas Thill2007-09-201-1/+1
| | | | SVN-Revision: 8869
* move kernel sound support in its own file from other.mk to sound.mk, rename ↵Nicolas Thill2007-09-201-66/+0
| | | | | | kmod-soundcore to kmod-sound-core to be consistent, cleanup alsa-lib SVN-Revision: 8865
* only build sound-core module on targets supporting USB, since we don't have ↵Nicolas Thill2007-09-191-1/+1
| | | | | | any PCI sound devices supported atm SVN-Revision: 8838
* disable package that can't build on atheros target (no pci/usb)Nicolas Thill2007-09-171-1/+4
| | | | SVN-Revision: 8823
* fix wrong submenu for kmod-leds-wrapNicolas Thill2007-09-171-1/+1
| | | | SVN-Revision: 8821
* move CAPI/ISDN module from other.mk to network.mkNicolas Thill2007-09-171-21/+0
| | | | SVN-Revision: 8819
* add kernel module for PCengines WRAP ledsNicolas Thill2007-09-161-0/+16
| | | | SVN-Revision: 8814
* move kmod-nbd & kmod-loop from other.mk to block.mk, disable cryptoloop ↵Nicolas Thill2007-09-161-30/+0
| | | | | | since it's not packaged anywhere SVN-Revision: 8812
* cosmetic changes: rename submenu vars, add missing copyright headersNicolas Thill2007-09-161-22/+22
| | | | SVN-Revision: 8808
* various changes for kernel video support: * move kernel video related ↵Nicolas Thill2007-09-161-32/+0
| | | | | | 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 SVN-Revision: 8806
* fix target names in DEPENDS (closes: #2341)Nicolas Thill2007-09-111-5/+5
| | | | SVN-Revision: 8748
* move package descriptions to separate definitionsNicolas Thill2007-09-111-2/+8
| | | | SVN-Revision: 8745
* oops, 2 typos missed from [8721]Nicolas Thill2007-09-091-1/+1
| | | | SVN-Revision: 8722
* fix KCONFIG in packages: move back all KCONFIG from package variants to the ↵Nicolas Thill2007-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. SVN-Revision: 8721
* fix kmod-crypto, emit warning messages for kmod packages that cannot be ↵Felix Fietkau2007-09-081-25/+25
| | | | | | built due to missing kernel config options SVN-Revision: 8697
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-18/+71
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵Nicolas Thill2007-09-031-29/+106
| | | | | | to actually build a kmod package, tweak and fix kernel package definitions. SVN-Revision: 8591
* build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-tNicolas Thill2007-08-301-0/+25
| | | | SVN-Revision: 8559
* fix pcmcia submenu (broken by [8520])Nicolas Thill2007-08-281-0/+1
| | | | SVN-Revision: 8524
* cosmetic fixes: rearrange KernelPackage definitionsNicolas Thill2007-08-281-30/+58
| | | | SVN-Revision: 8520
* pcmcia kmod package fixes for au1000Felix Fietkau2007-08-161-6/+11
| | | | SVN-Revision: 8420
* add missing dependency (#2237)Felix Fietkau2007-08-161-0/+1
| | | | SVN-Revision: 8417
* add missing kconfig symbolFelix Fietkau2007-08-011-1/+1
| | | | SVN-Revision: 8308
* Fix a bogus line with kmod-softdogFlorian Fainelli2007-07-311-1/+0
| | | | SVN-Revision: 8278
* more dependency fixesFelix Fietkau2007-07-231-46/+1
| | | | SVN-Revision: 8115
* add missing dependencies and kernel config optionsFelix Fietkau2007-07-231-0/+2
| | | | SVN-Revision: 8112
* fix #2112Felix Fietkau2007-07-201-1/+1
| | | | SVN-Revision: 8080
* dynamically enable/disable kernel config options for kmod packages based on ↵Felix Fietkau2007-07-181-67/+56
| | | | | | build system config SVN-Revision: 8026
* check if oss emulation is available before trying to package it into soundcoreFelix Fietkau2007-07-161-2/+2
| | | | SVN-Revision: 7999
* added 3 new crypto modules needed by ppp_mppeJohn Crispin2007-06-181-1/+3
| | | | SVN-Revision: 7670
* Also load compat_ioctl32 for V4L devices to loadFlorian Fainelli2007-06-121-1/+1
| | | | SVN-Revision: 7599
* add dependency on kmod-input-core to kmod-input-evdevNicolas Thill2007-06-101-0/+1
| | | | SVN-Revision: 7550
* update uml-2.6 to 2.6.21.1 on i386, fix uml-2.6 sound modules packagingNicolas Thill2007-06-041-0/+9
| | | | SVN-Revision: 7485
* Add yealink usb phone kernel packagesFlorian Fainelli2007-05-271-0/+21
| | | | SVN-Revision: 7359
* Fix the scx200 watchdog typo (#1724)Florian Fainelli2007-05-201-1/+1
| | | | SVN-Revision: 7277
* add support for 16 bit pcmcia cardsFelix Fietkau2007-05-111-0/+1
| | | | SVN-Revision: 7182
* fix build of pcmcia package on x86-2.6Felix Fietkau2007-05-091-2/+2
| | | | SVN-Revision: 7147
* Improved autorebuild for kernel related stuff. - make modules_install in the ↵Felix Fietkau2007-04-181-53/+53
| | | | | | 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 SVN-Revision: 6998
* Add profile for Soekris Net4801 boards (#1072)Florian Fainelli2007-04-161-0/+70
| | | | SVN-Revision: 6962
* Load soundcore before all other modules (#1586)Florian Fainelli2007-04-131-1/+1
| | | | SVN-Revision: 6943
* add magicbox 2.0 cf slot support - kmod-ide must not be used on magicbox 1.1 ↵Felix Fietkau2007-04-091-1/+1
| | | | | | (no working hw detection yet) SVN-Revision: 6909
* Add ISDN support (#1498)Florian Fainelli2007-04-081-0/+9
| | | | SVN-Revision: 6905
* add bnep to the bluetooth kmod package (patch by Henryk)Felix Fietkau2007-04-061-2/+4
| | | | SVN-Revision: 6874
* add missing modules for usb sound support on 2.6 (#1535)Felix Fietkau2007-04-051-3/+6
| | | | SVN-Revision: 6869