aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* mark relevant kmod-* packages as being required for rootfs mounting (patch ↵Felix Fietkau2010-02-264-54/+54
| | | | | | by cshore) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ext4: fix for commit r19799Hauke Mehrtens2010-02-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19800 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ext4: add Support for large (2TB+) block devices and filesHauke Mehrtens2010-02-211-4/+3
| | | | | | | | | | CONFIG_LBDAF is needed for mounting ext4 filesystems with huge_file enabled. This is the default option. This closes #6714. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19799 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: make NFSv4 optional and add kmods for it - patch by Peter ↵Jo-Philipp Wich2010-02-201-4/+17
| | | | | | Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: rename cp2101 driver to cp210x, has changed upstream (#6673)Jo-Philipp Wich2010-02-191-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19725 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add the token bucket filter to kmod-sched (#6681)Jo-Philipp Wich2010-02-191-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] kmod-dm: Set CONFIG_DM_LOG_USERSPACE=nLars-Peter Clausen2010-02-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19712 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: build the scsi core package even if CONFIG_SCSI=yFelix Fietkau2010-02-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a package for block2mtdFelix Fietkau2010-02-161-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a package for kmod-ata-silFelix Fietkau2010-02-161-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add audio feature flag.Lars-Peter Clausen2010-02-151-1/+1
| | | | | | | | | | There are targets which neither have usb host nor pci support but do have audio capabilities. Those targets should expliclitly specifiy that they support audio through the new feature flag. The audio feature flag is also implicitly selected by the usb and pci feature flags. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add xen kmodsJo-Philipp Wich2010-02-121-0/+110
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Here is LVM support for OpenWRT. It introduces 3 new packages:Travis Kemen2010-02-121-0/+29
| | | | | | | | | | | - kmod-dm for the device mapper kernel module. - kmod-libdevmapper for the device-mapper library. - kmod-lvm2 for the lvm tool. Note that it currently does not create the symlinks for all the lvm tools, so you have to use lvm pvs rather than just pvs. Thanks Stefan Monnier git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add kernel packages for the ixp4xx-beeper and appletalk -- closes #6618Imre Kaloz2010-02-022-0/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Fix KernelPackage/usb-net-rndis dependenciesHauke Mehrtens2010-01-291-2/+1
| | | | | | | Fix bug #6589 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: make engines support dynamically configurable (based on a patch by ↵Felix Fietkau2010-01-281-1/+1
| | | | | | puchu) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/modules: add missing gspca video drivers for 2.6.32 (patch from #6595)Gabor Juhos2010-01-281-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: kmod-usb-core depends on kmod-nls-base on 2.6.32Gabor Juhos2010-01-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete dependencies and checksFelix Fietkau2010-01-236-49/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add explicit dependency on kmod-crypto-core when required (closes: ↵Nicolas Thill2010-01-232-3/+3
| | | | | | #6557) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: specify kmod packages dependencies in a uniform wayNicolas Thill2010-01-228-258/+246
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19271 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: cleanup crypto stuff and fix module names on 2.4Nicolas Thill2010-01-061-25/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: remove even more calls to CompareKernelPatchVerNicolas Thill2010-01-063-41/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19057 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: remove more calls to CompareKernelPatchVer and use 2.4 ↵Nicolas Thill2010-01-061-12/+10
| | | | | | exceptions instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix IDE modules on 2.4Nicolas Thill2010-01-061-4/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] enable hso on ar71xx (#6432)Florian Fainelli2010-01-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: kernel/modules: package module for MAC-VLAN supportGabor Juhos2009-12-311-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] defer the loading of spidev after spi master driversFlorian Fainelli2009-12-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18974 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix bluetooth and ide breakage after r18955 (#6422)Florian Fainelli2009-12-302-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18972 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix wrong paths after r18955.Florian Fainelli2009-12-283-3/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18957 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix trailing endif after r18954. (#6420)Florian Fainelli2009-12-281-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove handling of older unsupported kernelsImre Kaloz2009-12-277-37/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 2.6.28 specific stuff from kernel packagesImre Kaloz2009-12-273-45/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: enable kmod-sound-core on umlNicolas Thill2009-12-231-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: use select instead of depend for kmod-crc16 dependency in ↵Nicolas Thill2009-12-191-1/+1
| | | | | | kmod-ax25 (closes: #5843) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix kmod-ipt-iprange (closes: #6187)Nicolas Thill2009-12-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] let usb-video load after video-core (#6214)Florian Fainelli2009-12-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix typo that prevents autoloading of the rdc321x_wdt driverJo-Philipp Wich2009-12-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* modules: package the leds-wndr3700-usb driverGabor Juhos2009-12-111-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing config option for v4l1 (fixes #6314)Felix Fietkau2009-12-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18726 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] package nls cp866 support (#6281)Florian Fainelli2009-12-071-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] allow building hostap-driver and its dependencies on 2.6.32 (#6305)Florian Fainelli2009-12-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] CONFIG_RFKILL_INPUT is a booleanFlorian Fainelli2009-12-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kmod-sound-ps3: Modified target dependenciesHamish Guthrie2009-12-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ubicom32] prevent some modules from being built on ubicom32 since they do ↵Florian Fainelli2009-11-293-3/+3
| | | | | | not compile or link git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kmod-sound-core: Add new 2.6.32 kernel config optionHamish Guthrie2009-11-241-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change ext2/ext3 load order so that lazy mount tries ext3 before ext2Nicolas Thill2009-11-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e1000: add CONFIG_E1000_NAPI=y for older kernelsFelix Fietkau2009-11-141-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e1000: depend on pci support instead of x86 target - some people have ↵Felix Fietkau2009-11-111-1/+1
| | | | | | minipci cards with this chipset git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary MPC83xx supportImre Kaloz2009-11-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18353 3c298f89-4303-0410-b956-a3cf2f4a3e73