aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
* kernel: do not build gpiolib into the kernelHauke Mehrtens2011-04-101-2/+2
| | | | | | fix for r26570. SVN-Revision: 26574
* kernel: add symbols, small fixesHauke Mehrtens2011-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 SVN-Revision: 26570
* crypto: The if statement for twofish did not work, deflate depends on ↵Hauke Mehrtens2011-04-091-5/+10
| | | | | | zlib_deflate SVN-Revision: 26569
* sound: do not pack ac97_bus.ko and snd-ac97-codec.ko into two packages.Hauke Mehrtens2011-04-091-8/+23
| | | | SVN-Revision: 26568
* iipt-debug: create bundle of netfilter modules for debuggingHauke Mehrtens2011-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> SVN-Revision: 26567
* kernel: add scsi cdrom supportHauke Mehrtens2011-04-091-0/+18
| | | | | | This closes #9125. SVN-Revision: 26548
* kernel: include firmware in the e100 packageFelix Fietkau2011-04-081-0/+7
| | | | SVN-Revision: 26539
* kernel/modules: Enable Realtek R8169 not only for x86Vasilis Tsiligiannis2011-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> SVN-Revision: 26529
* kernel: enable MPPE again, got broken in r26296Felix Fietkau2011-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> SVN-Revision: 26507
* add kmod-hfcpciFlorian Fainelli2011-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> SVN-Revision: 26452
* add kmod-ipt-ledFlorian Fainelli2011-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> SVN-Revision: 26451
* kernel: usb-net depends on kernel MII supportFelix Fietkau2011-04-031-1/+1
| | | | SVN-Revision: 26425
* kernel: add a package for the sierra_net module for sierra wireless 3g devicesFelix Fietkau2011-04-031-0/+14
| | | | SVN-Revision: 26424
* kernel: remove double definition of depends in crypto-mv-cesa and make it ↵Hauke Mehrtens2011-04-021-7/+6
| | | | | | | | look like the other entries. Thank you Maarten SVN-Revision: 26413
* kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2Hauke Mehrtens2011-04-021-0/+1
| | | | SVN-Revision: 26407
* kernel: ocf also requires kmod-crypto-mananger (which depends on ↵Felix Fietkau2011-03-301-1/+1
| | | | | | kmod-crypto-hash) SVN-Revision: 26375
* fix USB modules build on octeonFlorian Fainelli2011-03-301-1/+3
| | | | SVN-Revision: 26374
* package i2c master driverFlorian Fainelli2011-03-301-0/+15
| | | | SVN-Revision: 26373
* kernel: add missing dependency for ocf on kmod-crypto-hashFelix Fietkau2011-03-301-1/+1
| | | | SVN-Revision: 26372
* kernel: fix autoload for the crypto_hash module (patch from #9136)Felix Fietkau2011-03-291-1/+1
| | | | SVN-Revision: 26358
* kernel: split up cryptoapi, move hash support and blockcipher/algorithm ↵Felix Fietkau2011-03-251-10/+46
| | | | | | manager to separate packages SVN-Revision: 26296
* kernel: fix some problems with kernel 2.6.38Hauke Mehrtens2011-03-194-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 triggerGabor Juhos2011-03-131-0/+15
| | | | | | Patch-by: Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 26120
* kernel: further fixes to kmod-gre packagingJo-Philipp Wich2011-03-101-6/+8
| | | | SVN-Revision: 26012
* kernel: fix usage of CompareKernelPatchVer for kmod-greJo-Philipp Wich2011-03-101-3/+3
| | | | SVN-Revision: 26010
* kernel: package kmod-pptp, autoload kmod-greJo-Philipp Wich2011-03-091-0/+15
| | | | SVN-Revision: 25987
* kernel: fix kmod-gre for Kernel >= 2.6.37 (#9009)Jo-Philipp Wich2011-03-091-2/+4
| | | | SVN-Revision: 25985
* omap24xx: Add config option for n810 bluetooth driverMichael Büsch2011-03-071-0/+16
| | | | SVN-Revision: 25934
* Fix loading of ethernet gadgetMichael Büsch2011-03-061-1/+1
| | | | SVN-Revision: 25905
* Load MUSB before gadget and host drivers are loadedMichael Büsch2011-03-061-3/+3
| | | | SVN-Revision: 25903
* kernel: disable scheduler actions by default, they will be enabled only when ↵Felix Fietkau2011-02-271-0/+1
| | | | | | kmod-sched is selected SVN-Revision: 25771
* add kmod-oprofile to package/kernelFelix Fietkau2011-02-241-0/+15
| | | | SVN-Revision: 25690
* kmod-crypto: fix selecting core crypto modulesFelix Fietkau2011-02-241-0/+5
| | | | SVN-Revision: 25688
* kmod-crypto: remove pcomp, nothing uses itFelix Fietkau2011-02-241-1/+0
| | | | SVN-Revision: 25686
* kernel: fix path to pcidev driverJo-Philipp Wich2011-02-231-1/+1
| | | | SVN-Revision: 25670
* kernel: make xen pcidev driver depend on Linux 2.6.37 or 2.6.38Jo-Philipp Wich2011-02-231-1/+1
| | | | SVN-Revision: 25669
* kernel: fix kmod-xen-evtchn for Linux 2.6.37+Jo-Philipp Wich2011-02-231-2/+23
| | | | SVN-Revision: 25668
* kernel: remove imq support, refresh patchesFelix Fietkau2011-02-211-24/+0
| | | | SVN-Revision: 25641
* kernel: add a new scheduler action for restoring the connection tracking ↵Felix Fietkau2011-02-211-0/+1
| | | | | | mark - useful for ingress shaping, will be used for replacing IMQ later SVN-Revision: 25639
* switch to newer CS5535 GPIO driver, patch from Philip PrindevilleFlorian Fainelli2011-02-201-7/+19
| | | | SVN-Revision: 25631
* add Marvell orion watchdog timer moduleFlorian Fainelli2011-02-201-0/+16
| | | | | | | | This patch adds kernelmodule for watchdog timer on platform orion. Signed-off-by: Michael Kämmerer <mrk_at_h3c_._de> SVN-Revision: 25620
* kernel: remove bogus LINUX_2_6 dependency, thanks KanjiMonster for spotting thisJo-Philipp Wich2011-02-191-1/+0
| | | | SVN-Revision: 25592
* kernel: add a missing module for ahci on 2.6.35+Felix Fietkau2011-02-161-1/+6
| | | | SVN-Revision: 25553
* make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that ↵Felix Fietkau2011-02-131-3/+3
| | | | | | hostapd/wpa_supplicant can make it optional SVN-Revision: 25518
* move the cbc crypto module out of the crypto core and into a separate ↵Felix Fietkau2011-02-122-2/+11
| | | | | | package - it is only used for ipsec SVN-Revision: 25493
* remove an obsolete CompareKernelPatchVer callFelix Fietkau2011-02-121-1/+1
| | | | SVN-Revision: 25492
* move the deflate crypto module out of the crypto core and into a separate ↵Felix Fietkau2011-02-122-3/+12
| | | | | | package - it is only used for ipsec SVN-Revision: 25491
* remove a remaining reference to linux 2.4Felix Fietkau2011-02-121-6/+0
| | | | SVN-Revision: 25490
* allow gemini target to use rfkillFlorian Fainelli2011-02-121-1/+1
| | | | SVN-Revision: 25488
* tahvo doesn't need ohciMichael Büsch2011-02-111-1/+1
| | | | SVN-Revision: 25469