summaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
* kernel: package kmod-zd1201 (#8386)Jo-Philipp Wich2010-12-101-0/+54
| | | | SVN-Revision: 24443
* ar71xx: add rtc modules for nbg460nGabor Juhos2010-12-101-3/+33
| | | | | | | | | This adds the rtc-class and rtc-pcf8563 modules for the real time clock used in the NBG460N/550N/550NH. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 24420
* kernel: fix raid module packaging on newer kernels (#8384)Jo-Philipp Wich2010-12-091-1/+10
| | | | SVN-Revision: 24394
* kernel: add dummy net deviceHauke Mehrtens2010-12-051-0/+14
| | | | | | | Thank you Thomas Jansen. (partly closes #5849) SVN-Revision: 24272
* kernel: add kmod-usb-serial-wwanHauke Mehrtens2010-12-051-0/+17
| | | | | | | | This package is needed by kmod-usb-serial-option Thank you raver (closes #7731) SVN-Revision: 24271
* kernel: package md and raid level modules (#7184)Jo-Philipp Wich2010-12-021-0/+144
| | | | SVN-Revision: 24214
* kernel: remove the bogus ext2/ext3 dependency on linux 2.6.30/31 - some ↵Felix Fietkau2010-11-271-2/+2
| | | | | | people still want to use those modules SVN-Revision: 24160
* remove 2.6.25 supportImre Kaloz2010-11-221-1/+1
| | | | SVN-Revision: 24089
* fix typosImre Kaloz2010-11-221-2/+2
| | | | SVN-Revision: 24086
* use ext4 for ext2/3 on 2.6.32+Imre Kaloz2010-11-221-2/+2
| | | | SVN-Revision: 24083
* target/linux: revert r24014 (further testing is needed)Alexandros C. Couloumbis2010-11-161-2/+2
| | | | SVN-Revision: 24015
* linux/generic: add kernel mppc/mppe for 2.6.37. ↵Alexandros C. Couloumbis2010-11-161-2/+2
| | | | | | http://yablochkin.net.ru/mppc/ (not enabled by default) SVN-Revision: 24014
* kernel: fix l2tp kernel packagesHauke Mehrtens2010-11-141-18/+19
| | | | | | | l2tp-ip and l2tp-eth should depend on l2tp_netlink fix pppol2tp for kernel >= 2.6.35 SVN-Revision: 23993
* kernel: add CONFIG_IPV6_SIT_6RDHauke Mehrtens2010-11-131-5/+4
| | | | | | This closes #8227 SVN-Revision: 23986
* l2tp: activate l2tp for kernel 2.6.36 and 2.6.37 and fix pppol2tpHauke Mehrtens2010-11-101-3/+7
| | | | SVN-Revision: 23948
* wireless: build hermes packages from compat-wirelessand not from the kernel.Hauke Mehrtens2010-11-101-66/+0
| | | | | | hermes now depends on cfg80211 and that is provided by compat-wireless, so the hermes driver should also be taken from that source. SVN-Revision: 23946
* Add package for ledtrigger netfilterClaudio Mignanti2010-11-061-0/+21
| | | | SVN-Revision: 23902
* Add package for ledtrigger gpioClaudio Mignanti2010-11-061-0/+15
| | | | SVN-Revision: 23901
* add kmod-leds-net5501Florian Fainelli2010-10-301-0/+15
| | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 23729
* prefer the cs5535 gpiolib driver after 2.6.32Florian Fainelli2010-10-301-1/+7
| | | | SVN-Revision: 23728
* kernel: Add kernel module for OMAP WDTHamish Guthrie2010-10-281-0/+16
| | | | SVN-Revision: 23689
* kernel/modules: Fix CH341 USB-to-serial description (#8097)Vasilis Tsiligiannis2010-10-211-1/+1
| | | | SVN-Revision: 23563
* 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