summaryrefslogtreecommitdiff
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
* allow building 8021q and bridge as modulesFlorian Fainelli2011-11-151-0/+62
| | | | SVN-Revision: 29163
* kmod-r6040 depends on kmod-libphyFlorian Fainelli2011-11-151-1/+1
| | | | SVN-Revision: 29162
* package: kernel: fix typoJonas Gorski2011-11-091-1/+1
| | | | SVN-Revision: 28898
* package: kernel: add handling for 3.2 renames (and some missed ones for 3.1)Jonas Gorski2011-11-095-50/+198
| | | | SVN-Revision: 28897
* modules: fixes ko files that were renamed in 3.1John Crispin2011-11-032-0/+15
| | | | SVN-Revision: 28724
* omap24xx: Fix MUSB compileMichael Büsch2011-10-291-0/+1
| | | | SVN-Revision: 28674
* package/kernel: various NLS handling fixesNicolas Thill2011-10-294-15/+17
| | | | | | | | * move AddDepends/nls to 001-depends.mk for proper use by other packages (closes: #7639) * make kmod-usb-core use it * fix deps generated from its arguments (as used in kmod-fs-hfsplus) SVN-Revision: 28668
* package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-fs-udf (closes: ↵Nicolas Thill2011-10-291-0/+1
| | | | | | #8045) SVN-Revision: 28666
* package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-firewireNicolas Thill2011-10-291-2/+2
| | | | SVN-Revision: 28665
* package/kernel: fix my previous kmod-fs-cifs fix in r28661 (could I be ↵Nicolas Thill2011-10-281-7/+6
| | | | | | sleep-deprived?) SVN-Revision: 28663
* package/kernel: enable kmod-ata-core & kmod-scsi-core on x86Nicolas Thill2011-10-283-7/+6
| | | | SVN-Revision: 28662
* package/kernel: fix kmod-fs-cifs dependencies (closes: #9381, #10055)Nicolas Thill2011-10-281-0/+8
| | | | SVN-Revision: 28661
* package/kernel: move MD4 crypto module in its own packageNicolas Thill2011-10-281-2/+12
| | | | SVN-Revision: 28660
* package/kernel: fix kmod-fs-btrfs dependencies (missed in r28656)Nicolas Thill2011-10-281-1/+1
| | | | SVN-Revision: 28659
* package/kernel: prefix library modules with lib-Nicolas Thill2011-10-287-34/+34
| | | | SVN-Revision: 28656
* package/kernel: add dependency on kmod-lib-lzo to kmod-fs-btrfsNicolas Thill2011-10-281-1/+1
| | | | SVN-Revision: 28655
* package/kernel: add kmod-lib-lzoNicolas Thill2011-10-281-0/+19
| | | | SVN-Revision: 28654
* package/kernel: remove SetDepends not needed anymoreNicolas Thill2011-10-283-24/+4
| | | | SVN-Revision: 28653
* package/kernel: change kmod-libcrc32 dependency to kmod-crypto-crc32c onlyNicolas Thill2011-10-281-2/+2
| | | | SVN-Revision: 28652
* package/kernel: move crc32c in its own packageNicolas Thill2011-10-281-2/+11
| | | | SVN-Revision: 28651
* bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to ↵Michael Büsch2011-10-271-2/+2
| | | | | | =m for older kernels automagically. SVN-Revision: 28638
* package: kernel: remove last use of $(LINUX_KMOD_SUFFIX)Jonas Gorski2011-10-261-1/+1
| | | | SVN-Revision: 28600
* package/kernel: remove remaining uses of $(LINUX_KMOD_SUFFIX)Nicolas Thill2011-10-261-6/+6
| | | | SVN-Revision: 28598
* kernel: add dependency on kmod-crypto-authenc to kmod-ipsec (closes: #7431)Nicolas Thill2011-10-221-1/+1
| | | | SVN-Revision: 28515
* kernel: fix i2c section after r28334Florian Fainelli2011-10-101-1/+2
| | | | SVN-Revision: 28399
* Add patch for linux-3.0 as well.Daniel Dickinson2011-10-031-0/+2
| | | | | | | Fix typo from previous submission with input-keys-polled. Philip Prindeville - 2011-10-03 01:44:55 SVN-Revision: 28356
* The name gpio-cs5535 used to refer to the drivers/char/ module, but in 3.1 ↵Daniel Dickinson2011-10-031-0/+5
| | | | | | it refers to what had been drivers/gpio/cs5535-gpio in more recent kernels. Philip Prindeville - 2011-08-29 04:55:59 SVN-Revision: 28354
* package I2C_MUX_GPIOJohn Crispin2011-10-011-0/+15
| | | | | | | | this module was missing from [28334] buildbots timed out as the symbol was not defined SVN-Revision: 28352
* add kmod-hwmon-lm95241Florian Fainelli2011-09-301-0/+14
| | | | | | | | This allows building the module for the national lm95241 i2c temperature sensor. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28335
* add support for more i2c muxesFlorian Fainelli2011-09-301-0/+92
| | | | | | | | | | | | | | | | This patch should bring support for several kernel modules related to I2C to openwrt, which are existing for several years now. Namely there is the i2c-tiny-usb bus driver, to hook up an I2C bus on any device with usb support (prevent voiding warranty when opening and soldering). Second, there is support for the i2c-mux driver and pca954x as a I2C switch driver. Finally there is support for common I2C gpio expander driver modules pca953x and pcf857x. They work without providing platform data recently (can be instantiated at runtime). Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> SVN-Revision: 28334
* kernel: remove the x86 dependency from kmod-sky2 so that it can be used on ↵Felix Fietkau2011-09-281-1/+0
| | | | | | other platforms as well SVN-Revision: 28314
* kernel: modules: usb.mk: fix a typoJonas Gorski2011-09-221-1/+1
| | | | | | Closes #10143. SVN-Revision: 28290
* package: dwc_otg is required for external root on ramips.Gabor Juhos2011-08-221-1/+1
| | | | | | Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl> SVN-Revision: 28074
* kernel: add kmod-crypto-userFlorian Fainelli2011-08-171-0/+16
| | | | | | | | | Add kernel crypto user-space interface (af_alg). Includes interface for hash algorithms (algif_hash) and skcipher algorithms (algif_skcipher). Signed-off-by: Lars Hjersted <lars@hjersted.com> SVN-Revision: 28026
* add support for DS2482 1-Wire I2C bus masterFlorian Fainelli2011-08-161-0/+17
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 28010
* package/kernel: create package for the RT305x dwc_otg driverGabor Juhos2011-08-151-0/+19
| | | | | | Based on a patch by Layne Edwards <ledwards76@gmail.com> SVN-Revision: 27998
* kernel: remove kmod-input-core just for some x86 profiles.Hauke Mehrtens2011-08-151-2/+2
| | | | | | | | Not all x86 profiles have CONFIG_INPUT=y in their configuration. Just remove kmod-input-core for them. Thank you Philip Prindeville for pointing out this problem. SVN-Revision: 27988
* package/kernel: kmod-hid: can't mix and match DEPENDS:= and $(call ↵Jonas Gorski2011-08-141-2/+1
| | | | | | | | | | | | | | SetDepends/...) Since the SetDepends macro does a: DEPENDS:= ... it can't be used after setting DEPENDS:= explicitly, or it will clobber the previous value. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27983
* package/kernel: Fix AddDepends/SetDepends calls with make 3.82Jonas Gorski2011-08-141-1/+1
| | | | | | | | | | The module definitions depend on 001-depends.mk being the first included, but make 3.82 does not sort the results of wildcards anymore, so do an explicit sort of the includes. Found by Philip Prindeville, thanks! SVN-Revision: 27982
* package/kernel: Mark mvswitch as broken for linux 3.1Jonas Gorski2011-08-091-1/+1
| | | | | | mvswitch does not compile because of VLAN API changes. SVN-Revision: 27936
* package/kernel: invert dependencies for current kernel featuresJonas Gorski2011-08-094-7/+7
| | | | | | | Instead of depending on new kernel versions, depend on not having one of the older ones (or vice versa for modules removed in current kernels). SVN-Revision: 27934
* kernel: typo in cs5535 and cs5536 pata driver kernel definitionsHauke Mehrtens2011-08-061-4/+4
| | | | | | closes #9773 SVN-Revision: 27924
* kernel: Fix firewire for 2.6.37+Jonas Gorski2011-08-021-3/+71
| | | | | | | | The old ieee1394 stack was removed in 2.6.37. The new firewire stack is available for all kernel versions, but experimental for the older one, so make both available where appropriate. SVN-Revision: 27874
* kernel/modules: Add missing config symbolVasilis Tsiligiannis2011-08-011-2/+3
| | | | SVN-Revision: 27862
* package/kernel: move kmod-fs-mbcache into fs-ext4Jonas Gorski2011-07-311-23/+9
| | | | | | | mbcache is only needed if xattr support is enabled, but this is only true for ext4 on 2.6.37+, so just bundle it with ext4 when needed. SVN-Revision: 27849
* kernel: crypto: fix spellingHauke Mehrtens2011-07-241-1/+1
| | | | SVN-Revision: 27757
* ocf-linux: version bump to 20110720Hauke Mehrtens2011-07-241-0/+16
| | | | | | | | | | | | | | | Fixes problem with TFM allocation in cryptosoft.c Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Hauke: * remove ubsec_ssb package and take it from ocf-linux * use patches from ocf-linux package * refresh all patches * readd some build fixes for OpenWrt. * readd CRYPTO_MANAGER dependency SVN-Revision: 27753
* kernel: add bcma packageHauke Mehrtens2011-07-231-0/+23
| | | | SVN-Revision: 27732
* fixup orion compileImre Kaloz2011-07-111-1/+1
| | | | SVN-Revision: 27591
* kmod-dm9000 should build as a moduleJohn Crispin2011-07-071-2/+4
| | | | SVN-Revision: 27543