Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: add kmod-crypto-{wq,rng,iv} Add kmod-crypto-iv as a dependency for ↵ | Jo-Philipp Wich | 2011-05-03 | 1 | -1/+1 |
| | | | | | | | | kmod-ipsec. Also remove the extraneous kmod-crypto-core dependency to eliminate recursion. Signed-off-by: Lars Hjersted <lars@hjersted.com> SVN-Revision: 26813 | ||||
* | kernel: add kmod-crypto-{wq,rng,iv} This patch adds kmod-crypto-wq, ↵ | Jo-Philipp Wich | 2011-05-03 | 1 | -0/+32 |
| | | | | | | | | | | | | 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> SVN-Revision: 26812 | ||||
* | exclude pktgen for uml target | Florian Fainelli | 2011-04-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 26781 | ||||
* | kernel: revert r24160 (remove the bogus ext2/ext3 dependency on linux 2.6.30/31) | Lars-Peter Clausen | 2011-04-13 | 1 | -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. SVN-Revision: 26645 | ||||
* | kernel/modules: Move zlib_deflate module to higher autoloading priority | Vasilis Tsiligiannis | 2011-04-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 26639 | ||||
* | kernel/modules: Fix r26637 | Vasilis Tsiligiannis | 2011-04-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 26638 | ||||
* | kernel/modules: Add kmod-zlib dependency to kmod-crypto-deflate | Vasilis Tsiligiannis | 2011-04-12 | 1 | -5/+4 |
| | | | | SVN-Revision: 26637 | ||||
* | kernel/modules: Add zlib package | Vasilis Tsiligiannis | 2011-04-12 | 2 | -7/+16 |
| | | | | SVN-Revision: 26636 | ||||
* | kernel/modules: Add "Libraries" submenu and move library packages there | Vasilis Tsiligiannis | 2011-04-12 | 2 | -96/+103 |
| | | | | SVN-Revision: 26635 | ||||
* | kernel/modules: fix kmod-fs-btrfs deps / zlib_deflate / makefile | Vasilis Tsiligiannis | 2011-04-12 | 1 | -3/+5 |
| | | | | | | | | btrfs needs zlib_deflate, which was built but not included Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 26632 | ||||
* | package/kernel: add module for the gpio_keys_polled driver | Gabor Juhos | 2011-04-12 | 1 | -0/+19 |
| | | | | SVN-Revision: 26602 | ||||
* | kernel: do not build gpiolib into the kernel | Hauke Mehrtens | 2011-04-10 | 1 | -2/+2 |
| | | | | | | fix for r26570. SVN-Revision: 26574 | ||||
* | kernel: add symbols, small fixes | Hauke Mehrtens | 2011-04-09 | 2 | -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 SVN-Revision: 26570 | ||||
* | crypto: The if statement for twofish did not work, deflate depends on ↵ | Hauke Mehrtens | 2011-04-09 | 1 | -5/+10 |
| | | | | | | zlib_deflate SVN-Revision: 26569 | ||||
* | sound: do not pack ac97_bus.ko and snd-ac97-codec.ko into two packages. | Hauke Mehrtens | 2011-04-09 | 1 | -8/+23 |
| | | | | SVN-Revision: 26568 | ||||
* | iipt-debug: create bundle of netfilter modules for debugging | Hauke Mehrtens | 2011-04-09 | 1 | -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> SVN-Revision: 26567 | ||||
* | kernel: add scsi cdrom support | Hauke Mehrtens | 2011-04-09 | 1 | -0/+18 |
| | | | | | | This closes #9125. SVN-Revision: 26548 | ||||
* | kernel: include firmware in the e100 package | Felix Fietkau | 2011-04-08 | 1 | -0/+7 |
| | | | | SVN-Revision: 26539 | ||||
* | kernel/modules: Enable Realtek R8169 not only for x86 | Vasilis Tsiligiannis | 2011-04-07 | 1 | -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> SVN-Revision: 26529 | ||||
* | kernel: enable MPPE again, got broken in r26296 | Felix Fietkau | 2011-04-07 | 1 | -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> SVN-Revision: 26507 | ||||
* | add kmod-hfcpci | Florian Fainelli | 2011-04-03 | 1 | -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> SVN-Revision: 26452 | ||||
* | add kmod-ipt-led | Florian Fainelli | 2011-04-03 | 1 | -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> SVN-Revision: 26451 | ||||
* | kernel: usb-net depends on kernel MII support | Felix Fietkau | 2011-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 26425 | ||||
* | kernel: add a package for the sierra_net module for sierra wireless 3g devices | Felix Fietkau | 2011-04-03 | 1 | -0/+14 |
| | | | | SVN-Revision: 26424 | ||||
* | kernel: remove double definition of depends in crypto-mv-cesa and make it ↵ | Hauke Mehrtens | 2011-04-02 | 1 | -7/+6 |
| | | | | | | | | look like the other entries. Thank you Maarten SVN-Revision: 26413 | ||||
* | kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2 | Hauke Mehrtens | 2011-04-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 26407 | ||||
* | kernel: ocf also requires kmod-crypto-mananger (which depends on ↵ | Felix Fietkau | 2011-03-30 | 1 | -1/+1 |
| | | | | | | kmod-crypto-hash) SVN-Revision: 26375 | ||||
* | fix USB modules build on octeon | Florian Fainelli | 2011-03-30 | 1 | -1/+3 |
| | | | | SVN-Revision: 26374 | ||||
* | package i2c master driver | Florian Fainelli | 2011-03-30 | 1 | -0/+15 |
| | | | | SVN-Revision: 26373 | ||||
* | kernel: add missing dependency for ocf on kmod-crypto-hash | Felix Fietkau | 2011-03-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 26372 | ||||
* | kernel: fix autoload for the crypto_hash module (patch from #9136) | Felix Fietkau | 2011-03-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 26358 | ||||
* | kernel: split up cryptoapi, move hash support and blockcipher/algorithm ↵ | Felix Fietkau | 2011-03-25 | 1 | -10/+46 |
| | | | | | | manager to separate packages SVN-Revision: 26296 | ||||
* | kernel: fix some problems with kernel 2.6.38 | Hauke Mehrtens | 2011-03-19 | 4 | -29/+19 |
| | | | | | | | In some places LINUX_2_6_38 was just missing. Some kernel modules were moved. SVN-Revision: 26239 | ||||
* | package/kernel: package heartbeat LED trigger | Gabor Juhos | 2011-03-13 | 1 | -0/+15 |
| | | | | | | Patch-by: Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 26120 | ||||
* | kernel: further fixes to kmod-gre packaging | Jo-Philipp Wich | 2011-03-10 | 1 | -6/+8 |
| | | | | SVN-Revision: 26012 | ||||
* | kernel: fix usage of CompareKernelPatchVer for kmod-gre | Jo-Philipp Wich | 2011-03-10 | 1 | -3/+3 |
| | | | | SVN-Revision: 26010 | ||||
* | kernel: package kmod-pptp, autoload kmod-gre | Jo-Philipp Wich | 2011-03-09 | 1 | -0/+15 |
| | | | | SVN-Revision: 25987 | ||||
* | kernel: fix kmod-gre for Kernel >= 2.6.37 (#9009) | Jo-Philipp Wich | 2011-03-09 | 1 | -2/+4 |
| | | | | SVN-Revision: 25985 | ||||
* | omap24xx: Add config option for n810 bluetooth driver | Michael Büsch | 2011-03-07 | 1 | -0/+16 |
| | | | | SVN-Revision: 25934 | ||||
* | Fix loading of ethernet gadget | Michael Büsch | 2011-03-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 25905 | ||||
* | Load MUSB before gadget and host drivers are loaded | Michael Büsch | 2011-03-06 | 1 | -3/+3 |
| | | | | SVN-Revision: 25903 | ||||
* | kernel: disable scheduler actions by default, they will be enabled only when ↵ | Felix Fietkau | 2011-02-27 | 1 | -0/+1 |
| | | | | | | kmod-sched is selected SVN-Revision: 25771 | ||||
* | add kmod-oprofile to package/kernel | Felix Fietkau | 2011-02-24 | 1 | -0/+15 |
| | | | | SVN-Revision: 25690 | ||||
* | kmod-crypto: fix selecting core crypto modules | Felix Fietkau | 2011-02-24 | 1 | -0/+5 |
| | | | | SVN-Revision: 25688 | ||||
* | kmod-crypto: remove pcomp, nothing uses it | Felix Fietkau | 2011-02-24 | 1 | -1/+0 |
| | | | | SVN-Revision: 25686 | ||||
* | kernel: fix path to pcidev driver | Jo-Philipp Wich | 2011-02-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 25670 | ||||
* | kernel: make xen pcidev driver depend on Linux 2.6.37 or 2.6.38 | Jo-Philipp Wich | 2011-02-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 25669 | ||||
* | kernel: fix kmod-xen-evtchn for Linux 2.6.37+ | Jo-Philipp Wich | 2011-02-23 | 1 | -2/+23 |
| | | | | SVN-Revision: 25668 | ||||
* | kernel: remove imq support, refresh patches | Felix Fietkau | 2011-02-21 | 1 | -24/+0 |
| | | | | SVN-Revision: 25641 | ||||
* | kernel: add a new scheduler action for restoring the connection tracking ↵ | Felix Fietkau | 2011-02-21 | 1 | -0/+1 |
| | | | | | | mark - useful for ingress shaping, will be used for replacing IMQ later SVN-Revision: 25639 |