summaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
* kernel: underscores in package names are bad, rename kmod-crypto-mv_cesa to ↵Jo-Philipp Wich2010-10-101-2/+2
| | | | | | kmod-crypto-mv-cesa SVN-Revision: 23383
* package/kernel: fix Kconfig symbol name for OV511 video driver (closes: #8017)Nicolas Thill2010-10-081-1/+1
| | | | SVN-Revision: 23345
* Add support for nokia n810 soundMichael Büsch2010-10-071-0/+41
| | | | SVN-Revision: 23303
* kmod-sound-i8x0 missing dependencies kmod-sound-i8x0 fails to include the ↵Jo-Philipp Wich2010-10-071-2/+4
| | | | | | ac97 modules and misspells the module name in AutoLoad. SVN-Revision: 23283
* Make mv_cesa crypto module available on Orion as well.Lars-Peter Clausen2010-10-041-0/+11
| | | | SVN-Revision: 23229
* kernel: Add hwmon-lm63 packageLars-Peter Clausen2010-10-041-0/+14
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 23216
* kernel: kirkwood/orion I2C module supportLars-Peter Clausen2010-10-041-0/+16
| | | | | | | | This patch adds support for configuring kirkwood/orion i2c module. Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 23215
* kernel: Move CONFIG_CRYPTO_HW to crypto-coreLars-Peter Clausen2010-10-031-6/+5
| | | | | | | | | | hw-crypto modules depend on CONFIG_CRYPTO_HW beeing set. Instead of selecting CONFIG_CRYPTO_HW from each crypto module let it be selected by crypto core. It only opens the submenu for hw-crypto devices and does not generate any overhead. Patch by Jan Willies SVN-Revision: 23190
* kernel: flag as "hold", this is inherited by all kmods as well and will ↵Jo-Philipp Wich2010-10-021-0/+1
| | | | | | prevent opkg on the target from upgrading them SVN-Revision: 23173
* Fix missing dependency in solos-pci moduleFlorian Fainelli2010-09-191-1/+1
| | | | | | | | | Modinfo for solos-pci tells us that it has a dependency on "atm", but this isn't captured in the Makefile. Signed-off-by: Philip A. Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 23086
* Support for Solos PCI ADSL2+ modem This driver is used by Traverse ↵Jo-Philipp Wich2010-09-151-0/+17
| | | | | | | | | | Technologies' Geos ADSL2+ x86 router: http://www.traverse.com.au/productview.php?product_id=117 Signed-off-by: Nathan Williams <nathan@traverse.com.au> SVN-Revision: 23070
* Support for RTL-8139C+ ethernet adapters Signed-off-by: Nathan Williams ↵Jo-Philipp Wich2010-09-151-0/+16
| | | | | | <nathan@traverse.com.au> SVN-Revision: 23068
* Fix compilation of crypto modules. This fixes #7920Michael Büsch2010-09-121-2/+2
| | | | SVN-Revision: 23028
* Fix kernel crypto modules for >= 2.6.36Michael Büsch2010-09-111-2/+2
| | | | SVN-Revision: 23026
* package/kernel: update crypto.mk for kernel 2.6.36Alexandros C. Couloumbis2010-09-061-1/+2
| | | | SVN-Revision: 22954
* kernel: virtio modules depend on x86_kvm_guest Make the VirtIO modules ↵Jo-Philipp Wich2010-09-051-3/+3
| | | | | | | | depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22945
* 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