summaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel: add VirtIO device support Add support for VirtIO-based ↵Jo-Philipp Wich2010-09-051-0/+48
| | | | | | | | paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22943
* kernel: move xen.mk to virtual.mk Move Xen kernel modules into a general ↵Jo-Philipp Wich2010-09-051-6/+6
| | | | | | virtualization category. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22942
* Fix musb-hdrc module loadingMichael Büsch2010-09-051-2/+3
| | | | SVN-Revision: 22928
* kmod-sctp: Add SCTP kernel supportFlorian Fainelli2010-09-043-5/+40
| | | | | | | | | | This adds a new kmod-sctp option that enables support of SCTP in 2.6x kernels. The patch also contains a small cleanup in the dependencies. Signed-off-by: Sebastien Decugis <sdecugis@nict.go.jp> SVN-Revision: 22917
* add dm-crypt and fix tabsFlorian Fainelli2010-09-041-13/+13
| | | | | | Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 22916
* add XTS cipher CryptoAPI moduleFlorian Fainelli2010-09-041-0/+17
| | | | | | | | needed for proper dm-crypt support Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 22915
* add kmod-usb-serial-ipw moduleFlorian Fainelli2010-09-041-0/+11
| | | | | | | | | This patch adds support to compile kmod-usb-serial-ipw module. It is used by USB IPWireless communication devices used for 3G. Signed-off-by: Lukas macura <macura@opf.slu.cz> SVN-Revision: 22891
* add cpu msr kernel module packageFlorian Fainelli2010-09-041-0/+16
| | | | | | | | | This adds a separate kernel package for x86 cpu msr support. MSR module is needed e.g. when updating coreboot bios on alix boards. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 22890
* generic: move iptables/netfilter kernel options from generic/config to ↵Alexandros C. Couloumbis2010-09-011-1/+4
| | | | | | package/kernel/modules/netfilter.mk SVN-Revision: 22867
* Add usb gadget feature flagMichael Büsch2010-08-251-0/+1
| | | | SVN-Revision: 22798
* Add usb gadget packagesMichael Büsch2010-08-241-2/+57
| | | | SVN-Revision: 22785
* tahvo-usb: Use platform device interface properly (don't crash)Michael Büsch2010-08-231-1/+1
| | | | SVN-Revision: 22780
* kernel: speed up building kernel packages by getting rid of unnecessary ↵Felix Fietkau2010-08-193-3/+5
| | | | | | CompareKernelPatchVer calls SVN-Revision: 22724
* kernel: add a missing config symbol for ext4Felix Fietkau2010-08-191-0/+1
| | | | SVN-Revision: 22717
* Add Tahvo USB supportMichael Büsch2010-08-191-0/+20
| | | | SVN-Revision: 22712
* package/kernel: enable raw HID device support in kmod-usb-hid (closes: #7310)Nicolas Thill2010-08-141-1/+1
| | | | SVN-Revision: 22632
* package/kernel: video: add missing dependencies (closes: #6497, #7542) * ↵Nicolas Thill2010-08-111-1/+2
| | | | | | kmod-i2c-core to kmod-video-core * kmod-input-core to kmod-video-uvc SVN-Revision: 22597
* package/kernel: video: remove redundant AddDepends/video callsNicolas Thill2010-08-111-5/+5
| | | | SVN-Revision: 22596
* Add HCI_UART_H4 support (required by Gumstix Overo)Hamish Guthrie2010-08-101-0/+1
| | | | SVN-Revision: 22572
* rename kmod-switch-ip175c package to kmod-switch-ip17xxFlorian Fainelli2010-08-081-7/+7
| | | | SVN-Revision: 22544
* kernel: fix missing symbol introduced by l2tpJo-Philipp Wich2010-08-061-1/+1
| | | | SVN-Revision: 22507
* kernel: package L2TP v3 ("Pseudowire") modules, restrict them to 2.6.35Jo-Philipp Wich2010-08-061-0/+50
| | | | SVN-Revision: 22501
* kmod-ipsec: fix a compile error with some configurations. since ↵Felix Fietkau2010-07-271-0/+1
| | | | | | CONFIG_XFRM_IPCOMP is not selectable on its own (no prompt), always select CONFIG_INET_IPCOMP along with it, to make sure that it gets enabled SVN-Revision: 22402
* load e1000 earlier to fix the order of the ethernet ports on Axiomtek NA-200Felix Fietkau2010-07-231-1/+1
| | | | SVN-Revision: 22359
* fix kmod-crypto-hw-padlock dependency against kmod-crypto-aes (#7643)Florian Fainelli2010-07-201-0/+1
| | | | SVN-Revision: 22321
* pwm: export the generic pwm api as moduleClaudio Mignanti2010-07-191-2/+17
| | | | SVN-Revision: 22297
* package/kernel: modularize ixp4xx_eth driver & marvel 88E6060 phy supportAlexandros C. Couloumbis2010-07-181-0/+29
| | | | SVN-Revision: 22283
* finalize r22241 fixesAlexandros C. Couloumbis2010-07-171-2/+3
| | | | SVN-Revision: 22242
* package/kernel: update r22229Alexandros C. Couloumbis2010-07-171-1/+1
| | | | SVN-Revision: 22241
* iptables: package hashlimit module (#6696)Jo-Philipp Wich2010-07-161-0/+14
| | | | SVN-Revision: 22229
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-1219-438/+438
| | | | SVN-Revision: 22145
* Add package for gpio rotary encoderClaudio Mignanti2010-07-121-0/+16
| | | | SVN-Revision: 22144
* Add package for gpio-pwmClaudio Mignanti2010-07-121-0/+16
| | | | SVN-Revision: 22143
* kernel: modules names changed with kernel 2.6.35Hauke Mehrtens2010-07-112-0/+14
| | | | SVN-Revision: 22139
* kmod-usb-core is buildin on etrax targetClaudio Mignanti2010-07-111-1/+1
| | | | SVN-Revision: 22130
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-2616-102/+44
| | | | SVN-Revision: 21956
* remove linux 2.4 support from several packagesFelix Fietkau2010-06-266-189/+19
| | | | SVN-Revision: 21954
* package TPROXY target and module infrastructureJo-Philipp Wich2010-06-221-0/+21
| | | | SVN-Revision: 21883
* kernel: package tulip family modules into kmod-tulipJo-Philipp Wich2010-06-211-0/+35
| | | | SVN-Revision: 21859
* add kmod-gpio-nxp-74hc164 for brcm63xx onlyFlorian Fainelli2010-06-121-0/+14
| | | | SVN-Revision: 21771
* package/kernel: fix missing parenthesis on r21758Alexandros C. Couloumbis2010-06-111-1/+1
| | | | SVN-Revision: 21759
* package/kernel: fix dependency modulesAlexandros C. Couloumbis2010-06-111-1/+1
| | | | SVN-Revision: 21758
* kernel: ensure that IMQ is autoloaded after ip_queue, fixes disappearing ↵Jo-Philipp Wich2010-06-071-1/+1
| | | | | | traffic when using qos rules SVN-Revision: 21700
* fix kmod-swconfig module loading typoFlorian Fainelli2010-05-211-1/+1
| | | | SVN-Revision: 21530
* add kmod-swconfig and kmod-swich-ip175cFlorian Fainelli2010-05-211-0/+30
| | | | SVN-Revision: 21520
* hwmon: fix depends definitionClaudio Mignanti2010-05-161-4/+2
| | | | SVN-Revision: 21481
* hifnHIPP also depends on PCIFlorian Fainelli2010-05-111-1/+1
| | | | SVN-Revision: 21425
* kmod-ocf-hifn7751 depends on PCI, spotted by buildbotFlorian Fainelli2010-05-051-1/+1
| | | | SVN-Revision: 21381
* kernel: package ocf hifn7751 and hifnHIPP drivers, allow OCF on brcm-2.4Jo-Philipp Wich2010-05-041-1/+25
| | | | SVN-Revision: 21358
* package/kernel: renable kmod-input on 2.4 (closes: #7063)Nicolas Thill2010-04-291-3/+10
| | | | SVN-Revision: 21262