summaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
* kernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536hauke2011-06-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536hauke2011-06-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: remove pata-amd driver from generic x86 images, add addition cs553x modulesnbd2011-05-312-1/+97
| | | | | | | | | | The pata-cs5535/pata-cs5536 driver is actually fairly rare: it only gets used on embedded platforms. Therefore, we remove it from the generic x86 configuration. Also, add definitions for other useful geode modules (high-res timers, MFGPT timers, etc). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: generic: Update 2.6.39 to finalhauke2011-05-254-10/+15
| | | | | | | | | | | | * Add missing config symbols * Update package/kernel for 2.6.39 CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module. Thank you Jonas Gorski for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] kernel: kmod-crypto-iv depends on kmod-crypto-managerjow2011-05-241-1/+1
| | | | | | | | | | | Add a missing dependency to kmod-crypto-iv. chainiv.ko and eseqiv.ko from kmod-crypto-iv depend on crypto_blkcipher.ko from kmod-crypto-manager. Signed-off-by: Lars Hjersted <lars@hjersted.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [netfilter] package u32 match and TEE target, patches by Maxim Uvarovjow2011-05-241-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26977 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [modules]blogic2011-05-171-1/+1
| | | | | | | | | * add missing aes dependency to mv_cesa Signed-off-by: Jan Willies <jan@willies.info> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26920 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: crypto: Remove renamed modules hackacinonyx2011-05-151-23/+9
| | | | | | | | | Since the oldest kernel in trunk is 2.6.30 the modules always use the newer names, so we can just use the _generic prefix directly. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: netfilter: Remove 2.4/2.6 referencesacinonyx2011-05-151-12/+8
| | | | | | | | | There's only 2.6, so it doesn't make sense to mention modules that are 2.4 only or for modules that they are available only for 2.6. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26902 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Remove all 2.4 definitionsacinonyx2011-05-155-106/+32
| | | | | | | | | With no 2.4 support in trunk, we can safely remove any 2.4 definitions for kmods and merge the 2.6 definitions into the generic ones. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Remove $(KMOD_SUFFIX) usageacinonyx2011-05-157-31/+31
| | | | | | | | | Since there's only 2.6 in trunk $(KMOD_SUFFIX) can be safely replaced with ko for all mainline kernel modules. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel/modules]blogic2011-05-092-207/+216
| | | | | | | | | | package/kernel/modules/other.mk is getting big enough that putting the LEDs stuff into its own file makes sense. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26868 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: revert r26814jow2011-05-031-16/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26815 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 1/2] kernel: add kmod-crypto-ipsecjow2011-05-031-0/+16
| | | | | | | | | | | | kmod-crypto-ipsec bundles some otherwise unprovided kernel crypto modules that are useful for IPSEC. This is an alternative to breaking these modules out into kmod-crypto-wq (crypto_wq.ko), kmod-crypto-rng (rng.ko and krng.ko), and kmod-crypto-iv (eseqiv.ko and chainiv.ko). Signed-off-by: Lars Hjersted <lars@hjersted.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26814 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 2/2] kernel: add kmod-crypto-{wq,rng,iv}jow2011-05-031-1/+1
| | | | | | | | | | Add kmod-crypto-iv as a dependency for kmod-ipsec. Also remove the extraneous kmod-crypto-core dependency to eliminate recursion. Signed-off-by: Lars Hjersted <lars@hjersted.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26813 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 1/2] kernel: add kmod-crypto-{wq,rng,iv}jow2011-05-031-0/+32
| | | | | | | | | | | | | | | | This patch adds kmod-crypto-wq, kmod-crypto-rng, and kmod-crypto-iv packages. These packages provide some missing kernel crypto modules which are required for IPSEC. The strongswan4, ipsec-tools, and possibly other IPSEC packages do not work properly without these modules. NOTE: The KCONFIG associated with each of these modules gets selected whenever CRYPTO_MANAGER (kmod-crypto-manager) is selected so these modules are already being built. Signed-off-by: Lars Hjersted <lars@hjersted.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26812 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] exclude pktgen for uml targetflorian2011-04-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26781 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: revert r24160 (remove the bogus ext2/ext3 dependency on linux 2.6.30/31)lars2011-04-131-2/+2
| | | | | | | | | | | For kernel versions newer then 2.6.31 the ext4 module can be used to mount ext2/3 filesystems. Building ext2/3 as modules on the other hand breaks using ext4 for mounting ext2 or ext3, which breaks booting from ext2/3 on machines where the ext4 module is built into the kernel. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26645 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Move zlib_deflate module to higher autoloading ↵acinonyx2011-04-121-1/+1
| | | | | | priority git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26639 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Fix r26637acinonyx2011-04-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26638 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Add kmod-zlib dependency to kmod-crypto-deflateacinonyx2011-04-121-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Add zlib packageacinonyx2011-04-122-7/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26636 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Add "Libraries" submenu and move library packages ↵acinonyx2011-04-122-96/+103
| | | | | | there git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26635 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: fix kmod-fs-btrfs deps / zlib_deflate / makefileacinonyx2011-04-121-3/+5
| | | | | | | | btrfs needs zlib_deflate, which was built but not included Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26632 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add module for the gpio_keys_polled driverjuhosg2011-04-121-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26602 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: do not build gpiolib into the kernelhauke2011-04-101-2/+2
| | | | | | | fix for r26570. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add symbols, small fixeshauke2011-04-092-8/+7
| | | | | | | | | * Some module should be loaded later to load them after the modules they are depending on * add some more missing config symbols * make CS5535 build again git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* crypto: The if statement for twofish did not work, deflate depends on ↵hauke2011-04-091-5/+10
| | | | | | zlib_deflate git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sound: do not pack ac97_bus.ko and snd-ac97-codec.ko into two packages.hauke2011-04-091-8/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iipt-debug: create bundle of netfilter modules for debugginghauke2011-04-091-0/+18
| | | | | | | | | | | Add a bundle for including commonly useful modules for IPtables debugging and development. For now, it just contains xt_TRACE.ko Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add scsi cdrom supporthauke2011-04-091-0/+18
| | | | | | | This closes #9125. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: include firmware in the e100 packagenbd2011-04-081-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26539 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Enable Realtek R8169 not only for x86acinonyx2011-04-071-1/+1
| | | | | | | | | | | This enables support for Realtek 8169 based network cards for other platforms than x86. I have a mini-PCI card on ixp4xxx running here. Maybe for the other cards in netdevices.mk a @DEPENDS change from @TARGET_x86 to @PCI_SUPPORT makes also sense. Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: enable MPPE again, got broken in r26296nbd2011-04-071-1/+1
| | | | | | | | | Since r26296 mppe.ko could not be loaded, kernel gives "device missing" error. According to KConfig cypther-ecb is required. Signed-off-by: Sven Roederer <mailinglists.sven_at_roederer.dhs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add kmod-hfcpciflorian2011-04-031-3/+22
| | | | | | | | | | Changed: - Support added for mISDN card driver for Cologne AG's HFC pci cards (single port) - Title texts and help texts for some other isdn drivers adjusted for clarification Signed-off by: Arnold Schulz <arnysch@gmx.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add kmod-ipt-ledflorian2011-04-031-0/+14
| | | | | | | | | | | Netfilter LED target triggers blinkenlichten when a network packet hits a rule. LED target requires iptables 1.4.9 or higher Signed-off-by: Łukasz Stelmach <stlman@poczta.fm> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: usb-net depends on kernel MII supportnbd2011-04-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a package for the sierra_net module for sierra wireless 3g devicesnbd2011-04-031-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove double definition of depends in crypto-mv-cesa and make it ↵hauke2011-04-021-7/+6
| | | | | | | | | look like the other entries. Thank you Maarten git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2hauke2011-04-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26407 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: ocf also requires kmod-crypto-mananger (which depends on ↵nbd2011-03-301-1/+1
| | | | | | kmod-crypto-hash) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix USB modules build on octeonflorian2011-03-301-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [octeon] package i2c master driverflorian2011-03-301-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing dependency for ocf on kmod-crypto-hashnbd2011-03-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix autoload for the crypto_hash module (patch from #9136)nbd2011-03-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: split up cryptoapi, move hash support and blockcipher/algorithm ↵nbd2011-03-251-10/+46
| | | | | | manager to separate packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix some problems with kernel 2.6.38hauke2011-03-194-29/+19
| | | | | | | | In some places LINUX_2_6_38 was just missing. Some kernel modules were moved. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26239 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: package heartbeat LED triggerjuhosg2011-03-131-0/+15
| | | | | | Patch-by: Nikolay Martynov <mar.kolya@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26120 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: further fixes to kmod-gre packagingjow2011-03-101-6/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26012 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix usage of CompareKernelPatchVer for kmod-grejow2011-03-101-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26010 3c298f89-4303-0410-b956-a3cf2f4a3e73