Vasilis Tsiligiannis
0a0b8c621c
kernel/modules: Add "Libraries" submenu and move library packages there
...
SVN-Revision: 26635
2011-04-12 23:18:48 +00:00
Vasilis Tsiligiannis
627438d0ff
kernel/modules: fix kmod-fs-btrfs deps / zlib_deflate / makefile
...
btrfs needs zlib_deflate, which was built but not included
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 26632
2011-04-12 23:18:30 +00:00
Gabor Juhos
98d3aa13f4
package/kernel: add module for the gpio_keys_polled driver
...
SVN-Revision: 26602
2011-04-12 09:29:14 +00:00
Hauke Mehrtens
077377a294
kernel: do not build gpiolib into the kernel
...
fix for r26570.
SVN-Revision: 26574
2011-04-10 10:28:30 +00:00
Hauke Mehrtens
2ce13f05cb
kernel: add symbols, small fixes
...
* 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
2011-04-09 23:34:20 +00:00
Hauke Mehrtens
3b659a2519
crypto: The if statement for twofish did not work, deflate depends on zlib_deflate
...
SVN-Revision: 26569
2011-04-09 23:30:09 +00:00
Hauke Mehrtens
be08c96f01
sound: do not pack ac97_bus.ko and snd-ac97-codec.ko into two packages.
...
SVN-Revision: 26568
2011-04-09 23:26:00 +00:00
Hauke Mehrtens
24c1caef5f
iipt-debug: create bundle of netfilter modules for debugging
...
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
2011-04-09 23:23:46 +00:00
Hauke Mehrtens
0a637d604b
kernel: add scsi cdrom support
...
This closes #9125 .
SVN-Revision: 26548
2011-04-09 15:59:03 +00:00
Felix Fietkau
df49468a51
kernel: include firmware in the e100 package
...
SVN-Revision: 26539
2011-04-08 21:53:38 +00:00
Vasilis Tsiligiannis
6fab820124
kernel/modules: Enable Realtek R8169 not only for x86
...
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
2011-04-07 23:31:56 +00:00
Felix Fietkau
40d6cd6c16
kernel: enable MPPE again, got broken in r26296
...
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
2011-04-07 19:06:34 +00:00
Florian Fainelli
9f36adcf54
add kmod-hfcpci
...
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
2011-04-03 18:30:43 +00:00
Florian Fainelli
5959cd2850
add kmod-ipt-led
...
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
2011-04-03 18:30:37 +00:00
Felix Fietkau
d34eae3378
kernel: usb-net depends on kernel MII support
...
SVN-Revision: 26425
2011-04-03 01:23:20 +00:00
Felix Fietkau
dff02aa4b5
kernel: add a package for the sierra_net module for sierra wireless 3g devices
...
SVN-Revision: 26424
2011-04-03 01:23:16 +00:00
Hauke Mehrtens
f4aef6d553
kernel: remove double definition of depends in crypto-mv-cesa and make it look like the other entries.
...
Thank you Maarten
SVN-Revision: 26413
2011-04-02 19:31:21 +00:00
Hauke Mehrtens
25b6ffe3d7
kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2
...
SVN-Revision: 26407
2011-04-02 15:41:04 +00:00
Felix Fietkau
d6d41eb0cb
kernel: ocf also requires kmod-crypto-mananger (which depends on kmod-crypto-hash)
...
SVN-Revision: 26375
2011-03-30 15:59:40 +00:00
Florian Fainelli
70225e0de3
fix USB modules build on octeon
...
SVN-Revision: 26374
2011-03-30 15:36:26 +00:00
Florian Fainelli
cb476efc17
package i2c master driver
...
SVN-Revision: 26373
2011-03-30 15:36:22 +00:00
Felix Fietkau
ada4206cc5
kernel: add missing dependency for ocf on kmod-crypto-hash
...
SVN-Revision: 26372
2011-03-30 15:07:09 +00:00
Felix Fietkau
d1da16a093
kernel: fix autoload for the crypto_hash module (patch from #9136 )
...
SVN-Revision: 26358
2011-03-29 13:31:39 +00:00
Felix Fietkau
a119ee0013
kernel: split up cryptoapi, move hash support and blockcipher/algorithm manager to separate packages
...
SVN-Revision: 26296
2011-03-25 21:28:44 +00:00
Hauke Mehrtens
aadec1ec97
kernel: fix some problems with kernel 2.6.38
...
In some places LINUX_2_6_38 was just missing.
Some kernel modules were moved.
SVN-Revision: 26239
2011-03-19 17:42:48 +00:00
Gabor Juhos
72cb0af66d
package/kernel: package heartbeat LED trigger
...
Patch-by: Nikolay Martynov <mar.kolya@gmail.com>
SVN-Revision: 26120
2011-03-13 15:08:33 +00:00
Jo-Philipp Wich
395bd8bf60
kernel: further fixes to kmod-gre packaging
...
SVN-Revision: 26012
2011-03-10 15:41:04 +00:00
Jo-Philipp Wich
cce1002869
kernel: fix usage of CompareKernelPatchVer for kmod-gre
...
SVN-Revision: 26010
2011-03-10 14:30:05 +00:00
Jo-Philipp Wich
378a7cadb9
kernel: package kmod-pptp, autoload kmod-gre
...
SVN-Revision: 25987
2011-03-09 22:20:16 +00:00
Jo-Philipp Wich
eb5ed5087b
kernel: fix kmod-gre for Kernel >= 2.6.37 ( #9009 )
...
SVN-Revision: 25985
2011-03-09 21:57:03 +00:00
Michael Büsch
b09817a5e7
omap24xx: Add config option for n810 bluetooth driver
...
SVN-Revision: 25934
2011-03-07 16:14:10 +00:00
Michael Büsch
d80af7ebba
Fix loading of ethernet gadget
...
SVN-Revision: 25905
2011-03-06 21:44:32 +00:00
Michael Büsch
693bc17d40
Load MUSB before gadget and host drivers are loaded
...
SVN-Revision: 25903
2011-03-06 21:36:02 +00:00
Felix Fietkau
875c8353f6
kernel: disable scheduler actions by default, they will be enabled only when kmod-sched is selected
...
SVN-Revision: 25771
2011-02-27 19:52:57 +00:00
Felix Fietkau
cf3b7563cf
add kmod-oprofile to package/kernel
...
SVN-Revision: 25690
2011-02-24 01:11:16 +00:00
Felix Fietkau
ac9a5cf885
kmod-crypto: fix selecting core crypto modules
...
SVN-Revision: 25688
2011-02-24 01:11:04 +00:00
Felix Fietkau
b1b89bf646
kmod-crypto: remove pcomp, nothing uses it
...
SVN-Revision: 25686
2011-02-24 00:30:13 +00:00
Jo-Philipp Wich
1de2fe5617
kernel: fix path to pcidev driver
...
SVN-Revision: 25670
2011-02-23 21:51:17 +00:00
Jo-Philipp Wich
e733270b96
kernel: make xen pcidev driver depend on Linux 2.6.37 or 2.6.38
...
SVN-Revision: 25669
2011-02-23 21:43:50 +00:00
Jo-Philipp Wich
f84ba3d981
kernel: fix kmod-xen-evtchn for Linux 2.6.37+
...
SVN-Revision: 25668
2011-02-23 20:13:40 +00:00
Felix Fietkau
9dad83362d
kernel: remove imq support, refresh patches
...
SVN-Revision: 25641
2011-02-21 02:06:51 +00:00
Felix Fietkau
c0f0316109
kernel: add a new scheduler action for restoring the connection tracking mark - useful for ingress shaping, will be used for replacing IMQ later
...
SVN-Revision: 25639
2011-02-21 00:03:20 +00:00
Florian Fainelli
29fd37780b
switch to newer CS5535 GPIO driver, patch from Philip Prindeville
...
SVN-Revision: 25631
2011-02-20 19:59:29 +00:00
Florian Fainelli
43d7aff94e
add Marvell orion watchdog timer module
...
This patch adds kernelmodule for watchdog timer on platform orion.
Signed-off-by: Michael Kämmerer <mrk_at_h3c_._de>
SVN-Revision: 25620
2011-02-20 17:24:20 +00:00
Jo-Philipp Wich
70f42675b1
kernel: remove bogus LINUX_2_6 dependency, thanks KanjiMonster for spotting this
...
SVN-Revision: 25592
2011-02-19 18:11:31 +00:00
Felix Fietkau
a800b91f59
kernel: add a missing module for ahci on 2.6.35+
...
SVN-Revision: 25553
2011-02-16 15:12:54 +00:00
Felix Fietkau
240b10673d
make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that hostapd/wpa_supplicant can make it optional
...
SVN-Revision: 25518
2011-02-13 14:18:13 +00:00
Felix Fietkau
858292316b
move the cbc crypto module out of the crypto core and into a separate package - it is only used for ipsec
...
SVN-Revision: 25493
2011-02-12 23:55:06 +00:00
Felix Fietkau
69c52daa49
remove an obsolete CompareKernelPatchVer call
...
SVN-Revision: 25492
2011-02-12 23:55:03 +00:00
Felix Fietkau
2d9427566a
move the deflate crypto module out of the crypto core and into a separate package - it is only used for ipsec
...
SVN-Revision: 25491
2011-02-12 23:54:59 +00:00