Commit graph

468 commits

Author SHA1 Message Date
Andy Boyett
8e1a483c0f kernel/modules: split network makefile into netdevices and netsupport
SVN-Revision: 13757
2008-12-29 01:25:58 +00:00
Felix Fietkau
1ee70a6f1e remove the obsolete ixp4xx-npe package and references to it (thx, Jose Vasconcellos)
SVN-Revision: 13722
2008-12-22 19:08:42 +00:00
Nicolas Thill
48c661f867 add dependency on rb532 target for its CF module
SVN-Revision: 13704
2008-12-21 02:37:49 +00:00
Imre Kaloz
4a018d2445 disable IMQ on 2.6.28 as well -- people should use IFB..
SVN-Revision: 13612
2008-12-12 11:11:28 +00:00
Imre Kaloz
1e9300de8b load crypto_blkcipher before cryptomgr.. *sigh*
SVN-Revision: 13603
2008-12-11 20:48:17 +00:00
Nicolas Thill
1fa1460691 remove references to kmod-crypto-aead, removed in [13584]
SVN-Revision: 13601
2008-12-11 20:11:12 +00:00
Nicolas Thill
37ddee74a1 load aead after crypto_algapi
SVN-Revision: 13600
2008-12-11 20:08:40 +00:00
Imre Kaloz
b0c8cfd950 load aead automatically, too
SVN-Revision: 13590
2008-12-11 10:10:08 +00:00
Imre Kaloz
fe2af46117 move aead into crypto-core
SVN-Revision: 13584
2008-12-10 18:43:42 +00:00
Travis Kemen
fb1241cce8 fix pcmcia build
SVN-Revision: 13565
2008-12-09 18:31:13 +00:00
Florian Fainelli
355a67401b Finally fix the CONFIG_SSB_SILENT symbol
SVN-Revision: 13500
2008-12-03 20:37:01 +00:00
Florian Fainelli
f6bdc6a9bd Corrected SSB Config
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 13428
2008-11-29 15:09:32 +00:00
Florian Fainelli
674659a4df Add ata over ethernet modules (#4074)
SVN-Revision: 13413
2008-11-28 18:19:01 +00:00
Jo-Philipp Wich
e9cf2c505a split Soekris profile into 45xx and 48xx, add kernel package for required watchdog driver on 45xx
SVN-Revision: 13411
2008-11-28 18:04:36 +00:00
Florian Fainelli
cd96a09834 ssb module config symbols fixup
SVN-Revision: 13365
2008-11-26 17:43:50 +00:00
Florian Fainelli
ad530354e7 Hardware crypto modules require CONFIG_CRYPTO_HW=y to be set (#3883), thanks Norbert
SVN-Revision: 13338
2008-11-24 12:42:13 +00:00
Florian Fainelli
919fc96bdf Package ssb glue code out of the kernel, and make b43 be built for non-brcm47xx targets as well
SVN-Revision: 13301
2008-11-20 23:01:07 +00:00
Gabor Juhos
a81c3dacb9 kernel/modules: disable automatic loading of crypto-test module
SVN-Revision: 13292
2008-11-19 18:01:26 +00:00
Gabor Juhos
ae87ca9a83 kernel/modules: move ixp4xx hardware crypto module package into crypto.mk
SVN-Revision: 13281
2008-11-18 19:38:50 +00:00
Florian Fainelli
ac26d5ea2c Package pata_rb532_cf separately and update kernel config
SVN-Revision: 13225
2008-11-16 01:04:52 +00:00
Florian Fainelli
ac679ab302 The package kmod-net-prism54 misses the firmware file in /lib/firmware.
Signed-Off-By: Joerg Albert <jal2 at gmx.de>

SVN-Revision: 13223
2008-11-15 17:39:50 +00:00
Florian Fainelli
4cacc7208c Split out pcmcia core support from the socket drivers
SVN-Revision: 13214
2008-11-15 12:28:36 +00:00
Florian Fainelli
cb126cd576 Package bcm63xx-pcmcia kernel module and fix compilation
SVN-Revision: 13212
2008-11-15 11:26:23 +00:00
Nicolas Thill
1b1e42ba53 add missing kconfig symbol when SBP2 is enabled
SVN-Revision: 13177
2008-11-11 02:42:27 +00:00
Nicolas Thill
dec6a89589 FireWire/IEEE1394 requires PCI support
SVN-Revision: 13176
2008-11-11 02:40:01 +00:00
Nicolas Thill
c76305413e ack CONFIG_ISDN change introduced in 2.6.27+
SVN-Revision: 13175
2008-11-11 02:36:20 +00:00
Peter Denison
a9f61c0f34 Change order of module startup to force USB2 before USB1.1
SVN-Revision: 13151
2008-11-09 16:50:17 +00:00
Peter Denison
83007f4d6b Add firewire kernel modules to menuconfig
SVN-Revision: 13150
2008-11-09 16:50:11 +00:00
Felix Fietkau
03daa9a28d fix trailing backslash error introduced in r13115 - fixes kernel config issues
SVN-Revision: 13131
2008-11-06 13:21:43 +00:00
Felix Fietkau
73784f8351 split out crc-ccitt
SVN-Revision: 13115
2008-11-03 22:09:39 +00:00
Travis Kemen
cddfdc8938 add phidget kernel module from #4116
SVN-Revision: 12994
2008-10-17 04:27:45 +00:00
Gabor Juhos
7613c343b5 netfilter/iptables: disable IMQ on 2.6.27
SVN-Revision: 12984
2008-10-15 10:56:13 +00:00
Florian Fainelli
93c504a8ae Add support for HW crypto cores: padlock, geode and hifn75x (#388#)
SVN-Revision: 12752
2008-09-28 07:09:47 +00:00
Nicolas Thill
05df3ec37b fix IMQ autoloading
SVN-Revision: 12722
2008-09-27 10:09:54 +00:00
Nicolas Thill
0e3e521269 load {arp,eb,ip6}tables kernel modules last after other conntrack modules (closes: #4032)
SVN-Revision: 12685
2008-09-24 14:11:36 +00:00
Nicolas Thill
2c8010b2dc make the whole iptables/netfiter modular (closes: #3871, #3527)
SVN-Revision: 12649
2008-09-22 15:19:59 +00:00
Gabor Juhos
94fee20231 remove 2.6.25 specific stuff
SVN-Revision: 12598
2008-09-13 17:32:20 +00:00
Nicolas Thill
0fa02d0f80 Change even more dependencies on kmod-video-core after [12460]
SVN-Revision: 12462
2008-09-01 14:18:32 +00:00
Nicolas Thill
5506066981 Fix AT91 MMC host controller path on 2.6.25
SVN-Revision: 12458
2008-09-01 13:21:34 +00:00
Nicolas Thill
5f84265c34 Make ide-core depend on pci support, remove dupe Kconfig item
SVN-Revision: 12448
2008-08-31 21:27:38 +00:00
Gabor Juhos
8d28e6dc68 fix the CF driver on 2.6.26.x, and create a package for it
SVN-Revision: 12364
2008-08-21 16:52:06 +00:00
Nicolas Thill
f04069c30b fix kmod-ipt-imq module generation (closes: #3896)
SVN-Revision: 12361
2008-08-21 13:17:47 +00:00
Felix Fietkau
166de52b8f fix kmod-ide-core packaging for 2.6.26+
SVN-Revision: 12269
2008-08-10 14:37:23 +00:00
Felix Fietkau
b1683b748d add missing kconfig symbol for generic ide
SVN-Revision: 12268
2008-08-10 14:37:18 +00:00
Felix Fietkau
26aa731dc1 fix aes on x86 (thx, Acinonyx)
SVN-Revision: 12267
2008-08-10 12:06:23 +00:00
Gabor Juhos
db4d23b457 add 2.6.26 specific files
SVN-Revision: 12239
2008-08-07 13:50:02 +00:00
Florian Fainelli
1b0318158d Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove the hackish SetInitramfs actions
SVN-Revision: 12136
2008-08-05 13:42:36 +00:00
Gabor Juhos
3527e7a649 modules/gpio_dev: move to drivers/char/ on older kernels as well, and create a package for it
SVN-Revision: 12133
2008-08-05 09:52:23 +00:00
Nicolas Thill
4c195465a8 rework workarounds for crypto modules renamed in 2.6.24 & 2.6.25, add workaround for sha512 renamed in 2.6.26
SVN-Revision: 12098
2008-08-04 16:59:16 +00:00
Andy Boyett
5a0f48c499 Fix broken hso kmod definition
SVN-Revision: 12074
2008-08-02 07:35:51 +00:00
Andy Boyett
fb8ef51362 net/usb: only package hso for 2.6.26
SVN-Revision: 12069
2008-08-02 03:19:42 +00:00
Travis Kemen
e6d14f7cd7 try to clean up some kernel configs
SVN-Revision: 12067
2008-08-02 02:33:15 +00:00
Florian Fainelli
7836449276 OCF cannot be built under UML
SVN-Revision: 12064
2008-08-01 10:05:12 +00:00
John Crispin
fba71e7fb1 fixes etables CONFIG_* selection for >= 2.6.25, fixes #3674
SVN-Revision: 12002
2008-07-30 00:58:36 +00:00
John Crispin
411e1a0757 fixes ipkg dependency bug for spi modules, #3272
SVN-Revision: 12001
2008-07-30 00:27:21 +00:00
John Crispin
a817bad21f add lm sensor and clean up dependency, fixes #3821
SVN-Revision: 11999
2008-07-29 23:49:16 +00:00
Florian Fainelli
3d6f8816dc Fix nfs kernel modules for 2.4 kernels
SVN-Revision: 11989
2008-07-29 10:57:02 +00:00
Andy Boyett
0abeea4e60 usb-serial: Fix swapped dependencies for belkin and ch341
SVN-Revision: 11953
2008-07-27 03:39:11 +00:00
Florian Fainelli
63622fbbec ipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully load (#3813)
SVN-Revision: 11942
2008-07-26 18:24:59 +00:00
Imre Kaloz
4a3cc5d9a7 add backported HSO driver
SVN-Revision: 11938
2008-07-26 17:01:54 +00:00
Andy Boyett
df9f22f73c usb-serial: Add ch341 driver for 2.6.24 and later kernels. Closes #2968
SVN-Revision: 11914
2008-07-24 06:25:47 +00:00
Florian Fainelli
5d5385684d Fix nfs modules options and modules, only package modules that are built for all targets (#3796)
SVN-Revision: 11906
2008-07-22 10:14:02 +00:00
Travis Kemen
1a47f8142d This series of patches closes the support gap on one of the explicitly supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com>
SVN-Revision: 11898
2008-07-21 20:36:16 +00:00
Florian Fainelli
f8e0d6edb9 Package common nfs kernel modules separately, add missing modules to nfsd (#3558)
SVN-Revision: 11875
2008-07-19 16:56:24 +00:00
Florian Fainelli
8162875807 Enable russian codepage 1251 (#819)
SVN-Revision: 11810
2008-07-13 21:59:49 +00:00
Imre Kaloz
13d8b1a32a add ocf kernel patch
SVN-Revision: 11803
2008-07-13 15:16:54 +00:00
John Crispin
981105308f fixes zd1211rw compile and cleans up mac80211 Makefile
SVN-Revision: 11787
2008-07-12 15:04:36 +00:00
Imre Kaloz
fc80a07184 generate package for the new IXP4xx crpyto driver
SVN-Revision: 11777
2008-07-12 02:00:55 +00:00
Imre Kaloz
a4d444f859 create crypto packages for aead and authenc
SVN-Revision: 11774
2008-07-12 01:57:22 +00:00
Matteo Croce
1c70591c3d sit depends on tunnel4
SVN-Revision: 11755
2008-07-09 21:51:36 +00:00
Florian Fainelli
61f7b17ef0 Add support for Connexant USB ADSL modemds (#3553)
SVN-Revision: 11549
2008-06-21 13:21:49 +00:00
Florian Fainelli
6d88031192 Add syskonnect yukon2 support (#2568)
SVN-Revision: 11437
2008-06-11 15:51:23 +00:00
Gabor Juhos
f9518d9a74 netfilter/iptables: enable IMQ on 2.6.25
SVN-Revision: 11335
2008-06-02 19:46:47 +00:00
Florian Fainelli
b11e790e7a Fix ATM usb device selection (#3429)
SVN-Revision: 11307
2008-05-31 12:14:02 +00:00
Felix Fietkau
5ad3720371 This Makefile patch adds support for the "Privacy Extensions", "IP-in-IPv6 tunnel", "Multiple Routing Tables" and "source address based routing" in the 2.6 Kernel.
Signed-off-by: "Alina Friedrichsen" <x-alina-ml@gmx.net>

SVN-Revision: 11288
2008-05-29 09:27:33 +00:00
Nicolas Thill
ae879baa57 remove hacks to disable modules on some targets now that we do have proper PCI & USB support detected on all targets at config-time, mark p54 as broken (for too long)
SVN-Revision: 11272
2008-05-26 22:57:51 +00:00
Florian Fainelli
29365f1d14 Fix compilation of lm77 module (#3447)
SVN-Revision: 11256
2008-05-24 14:16:23 +00:00
Matteo Croce
925ad245e0 avr32: add watchdog driver
SVN-Revision: 11192
2008-05-18 23:13:25 +00:00
Rod Whitby
6a79ee257d sound: Remove atheros restriction, since atheros can have usb sound cards
SVN-Revision: 11168
2008-05-18 11:54:49 +00:00
Florian Fainelli
d543939042 Add support for OTI6858 and ARK3116 usb serial converters (#3442)
SVN-Revision: 11167
2008-05-18 11:21:28 +00:00
Rod Whitby
aff3215d29 modules/other.mk: Enable bluetooth for atheros
SVN-Revision: 11150
2008-05-16 16:35:04 +00:00
Andy Boyett
e136c5203d Fix kmod-ata-piix deps
SVN-Revision: 11121
2008-05-12 06:41:12 +00:00
Andy Boyett
bd06be4f73 Package nvidia sata driver
SVN-Revision: 11120
2008-05-12 06:40:54 +00:00
Andy Boyett
78b7201f2a Package AHCI driver
SVN-Revision: 11119
2008-05-12 06:40:37 +00:00
Andy Boyett
0ff7ae2d6c Package VIA sata driver
SVN-Revision: 11118
2008-05-12 06:40:18 +00:00
Nicolas Thill
94940b2265 disable ip6tables as well on 2.6.25 until we have working IMQ support
SVN-Revision: 11117
2008-05-11 22:41:49 +00:00
Nicolas Thill
e93e293b41 add a macro to compare kernel patch versions and use it for crypto and watchdog changes in 2.6.24+ kernels (closes: #3402)
SVN-Revision: 11115
2008-05-11 20:56:51 +00:00
Nicolas Thill
d7f96cfa50 fix typos in [11073]
SVN-Revision: 11094
2008-05-09 07:16:15 +00:00
Nicolas Thill
a7b3ffc182 cosmetic change: rename IPT_NAT_DEFAULT & IPT_NAT_EXTRA to IPT_NATHELPER & IPT_NATHELPER_EXTRA respectively, to better match package names
SVN-Revision: 11073
2008-05-08 11:32:46 +00:00
Nicolas Thill
50ee10f486 package/kernel fixes: - remove dup netfilter.mk includes - always define NF_KMOD so that proper KCONFIG entries are emitted for netfilter modules at DUMP time
SVN-Revision: 11072
2008-05-08 11:16:07 +00:00
Nicolas Thill
b99ab355c1 remove dependency on zd1211-firmware, since it was removed in [11022]
SVN-Revision: 11040
2008-05-03 23:24:12 +00:00
Gabor Juhos
1b90498e69 IMQ is not yet available on 2.6.25
SVN-Revision: 11007
2008-05-02 11:29:53 +00:00
Gabor Juhos
3c05234962 kmod-ipt-iprange: fix build error on .25
SVN-Revision: 10992
2008-04-30 15:42:10 +00:00
Rod Whitby
d05cc5d68d block.mk: Added ata-ixp4xx-cf module support for tw5334 board.
SVN-Revision: 10986
2008-04-30 05:16:17 +00:00
Gabor Juhos
275ae38814 kernel/modules: modify AutoLoad levels of the W1 modules
SVN-Revision: 10981
2008-04-29 18:13:32 +00:00
Gabor Juhos
4006f2fbdd kernel/modules: make use the new GPIO_SUPPORT option
SVN-Revision: 10980
2008-04-29 17:21:08 +00:00
Gabor Juhos
363c6e196a remove the i2c-gpio-custom driver from adm5120, and make it available on all platforms
SVN-Revision: 10979
2008-04-29 17:18:21 +00:00
Gabor Juhos
9a3fa80e0d add Dallas's 1-wire related packages
SVN-Revision: 10977
2008-04-29 15:53:04 +00:00
Andy Boyett
e569db2e4b only build kmod-hwmon-pc87360 for x86
SVN-Revision: 10933
2008-04-23 21:46:02 +00:00
Felix Fietkau
3de189af5d add missing kmod-hid module (thx, fish)
SVN-Revision: 10894
2008-04-20 21:01:03 +00:00
Gabor Juhos
67fd9d7fba move spi_gpio driver into the kernel, clean-up SPI modules
SVN-Revision: 10844
2008-04-15 07:33:43 +00:00
Gabor Juhos
d80f43d15f update iptables to 1.4.0 (2.6 kernels only), refresh kernel patches
SVN-Revision: 10843
2008-04-15 06:11:23 +00:00
Nicolas Thill
d07eb95838 mark b44 as broken, it doesn't build anymore due to SSB changes apparently (closes: #3333)
SVN-Revision: 10838
2008-04-15 01:56:41 +00:00
Nicolas Thill
a08643d7ab add missing MMC config symbol
SVN-Revision: 10798
2008-04-12 20:27:48 +00:00
Florian Fainelli
867145bd32 Fix errors on capifs loading (#3250)
SVN-Revision: 10789
2008-04-11 14:21:06 +00:00
Gabor Juhos
5798590c7c add a polled GPIO buttons input driver
SVN-Revision: 10766
2008-04-07 19:54:44 +00:00
Florian Fainelli
825915f38f Make sure we will build USB hid support
SVN-Revision: 10719
2008-04-03 13:51:14 +00:00
Florian Fainelli
a1114db1e8 Fix kmod-nls-* dependency under brcm-2.4
SVN-Revision: 10712
2008-04-02 15:00:37 +00:00
Travis Kemen
1bdcabb1cf fix wrong description name
SVN-Revision: 10684
2008-03-29 05:30:43 +00:00
Travis Kemen
4b467fd22e add sdcard support for avr32 platforms
SVN-Revision: 10683
2008-03-29 05:16:10 +00:00
Florian Fainelli
6776a34d73 Create the kmod-spi package and load mmc_over_gpio after spi (#3273)
SVN-Revision: 10675
2008-03-27 18:36:56 +00:00
Florian Fainelli
f6631d7bd4 Fix the watchdog path for the SCX200 watchdog driver
Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>

SVN-Revision: 10672
2008-03-27 16:50:07 +00:00
Florian Fainelli
e9c19c7de9 Create a dummy sit package for 2.4 kernelsq
SVN-Revision: 10668
2008-03-27 15:44:14 +00:00
Travis Kemen
af4faf3373 This patch fixes missing hwmon-vid module error on LM77 package build. hwmon-vid is not a dependency for LM77 so it does not get build. Signed-off-by: Vasilis Tsiligiannis <acinonyxs@yahoo.gr>
SVN-Revision: 10657
2008-03-25 15:18:16 +00:00
Michael Büsch
12b5a779b9 linux-2.6: Add a driver to run an MMC or SD card over a GPIO based SPI interface.
SVN-Revision: 10637
2008-03-21 16:52:27 +00:00
Florian Fainelli
8bd1e72bd0 Upgrade x86 to 2.6.24
SVN-Revision: 10575
2008-03-09 11:21:18 +00:00
John Crispin
d0a1717399 add new led trigger for network traffic, fixes #2776
SVN-Revision: 10567
2008-03-07 21:34:54 +00:00
Florian Fainelli
f5708f2369 Add PCnet32 ethernet support (#3195)
SVN-Revision: 10558
2008-03-07 10:47:23 +00:00
Gabor Juhos
69083f6e4d kernel/modules/usb: add support for the cp2101 USB to serial converter, thanks to bifferos (closes: #3175)
SVN-Revision: 10548
2008-03-06 19:28:42 +00:00
Michael Büsch
19477a56a9 bcm47xx: Add driver for the SSB Gigabit Ethernet core. It doesn't work, yet, but let's commit what we have.
SVN-Revision: 10509
2008-02-20 17:56:24 +00:00
Nicolas Thill
1725614fc0 fix a typo in kmod-crypto-test
SVN-Revision: 10406
2008-02-06 13:04:26 +00:00
Nicolas Thill
78be22e32d add a workaround for watchdog path changes
SVN-Revision: 10403
2008-02-06 07:41:04 +00:00
Nicolas Thill
f497e4c1c7 add a workaround for crypto modules renamed in 2.6.24
SVN-Revision: 10402
2008-02-06 07:36:51 +00:00
Gabor Juhos
31c7a323e6 kernel/modules: fix zd1211 dependancy (closes: #2985)
SVN-Revision: 10175
2008-01-11 19:32:33 +00:00
Tim Yardley
b55a670253 add broadcom b44 driver support
SVN-Revision: 10162
2008-01-10 21:15:03 +00:00
Gabor Juhos
6ea68a4b4e pcmcia-core: fix a typo
SVN-Revision: 10154
2008-01-09 07:44:17 +00:00
Felix Fietkau
60de55965d revert r9801 - fixes #2921
SVN-Revision: 10132
2008-01-06 12:58:01 +00:00
John Crispin
552743fe07 add sound packages for olpc
SVN-Revision: 10076
2008-01-01 14:29:27 +00:00
John Crispin
16664379f2 add package for olpc sound module
SVN-Revision: 10067
2007-12-31 13:33:54 +00:00
Felix Fietkau
09c8712627 fix ext3 compile (broken by [9822])
SVN-Revision: 9869
2007-12-23 01:40:06 +00:00
Florian Fainelli
81bcc8cf96 Ext3 cannot load without mbcache, package it as well
SVN-Revision: 9822
2007-12-22 11:04:32 +00:00
Florian Fainelli
a952a8dac6 Put back kmod-ebtables for 2.4 kernels
SVN-Revision: 9801
2007-12-19 08:19:34 +00:00
Felix Fietkau
985ee9fc8f LED driver for PCEngines ALIX boards
This patch adds a driver for the three LEDs that exists on the
PCEngines ALIX 2 and 3 series boards.

The driver is also added to the Alix profile.

Signed-off-by: Petr Liebman <petrliebman@gmail.com>

--

SVN-Revision: 9748
2007-12-14 00:52:15 +00:00
Gabor Juhos
bb6c1aa770 new experimental driver for the CF slot on the RouterBOARD 153
SVN-Revision: 9707
2007-12-11 09:00:06 +00:00
Felix Fietkau
252fa41bc0 fixes Ticket #2792 (unresolved symbols) - added module snd-seq-device to package/kernel/modules/sound.mk
Signed-off-by: Mirko Vogt <dev@nanl.de>

SVN-Revision: 9696
2007-12-09 20:46:10 +00:00
Felix Fietkau
aee342712b add i8x0 audio driver
Signed-off-by: Jan Willies <jan@willies.info>

SVN-Revision: 9652
2007-12-03 21:21:17 +00:00
Florian Fainelli
bbf087176a Fix AutoLoad macro typos (#2765)
SVN-Revision: 9615
2007-11-28 13:33:59 +00:00
Felix Fietkau
2b32beba84 package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon)
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9613
2007-11-28 12:50:20 +00:00
Felix Fietkau
679089c6a8 work around kernel config issues with sound modules
SVN-Revision: 9598
2007-11-25 17:15:30 +00:00
Felix Fietkau
4402192ded add missing dependency
SVN-Revision: 9597
2007-11-25 16:26:39 +00:00
Gabor Juhos
63c05b7e2e kernel: add a kernel module for the usbtest driver
SVN-Revision: 9572
2007-11-16 09:38:18 +00:00
Felix Fietkau
46383c512e fix up ata/scsi core depends
SVN-Revision: 9526
2007-11-10 16:56:51 +00:00
Felix Fietkau
04ad386f48 turn kmod-crypto-core dep into a select, so that packages like mac80211 are always selectable
SVN-Revision: 9521
2007-11-10 15:22:56 +00:00
Florian Fainelli
6b70ed8f18 Fix the r8169 kernel module (#2554)
SVN-Revision: 9436
2007-10-24 19:23:47 +00:00
Florian Fainelli
2514d7f799 The RB513 CF driver is now a module, enable it by default for the RB1xx profile. Fix the membase of the CF driver.
SVN-Revision: 9416
2007-10-23 10:46:19 +00:00
Felix Fietkau
db9e706f8c fix up a few ide related kernel config issues (related to #2516)
SVN-Revision: 9364
2007-10-20 14:39:17 +00:00
Gabor Juhos
ab8a75d73f make morse LED trigger available as a package, and fix it to compile with 2.6.23
SVN-Revision: 9363
2007-10-20 14:32:13 +00:00
Gabor Juhos
d2cfb2934f add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153)
SVN-Revision: 9362
2007-10-20 07:45:08 +00:00
John Crispin
dc0a4f8ff8 added rtl8169, from #2554
SVN-Revision: 9339
2007-10-16 21:02:36 +00:00
Gabor Juhos
4e05416c39 netfilter/ipset cleanups * rename patches to follow our naming conventions * update ipset patches with revision 7096 of [https://svn.netfilter.org/netfilter/trunk/patch-o-matic-ng pom] * add CONFIG_IP_NF_SET_IPTREEMAP to default kernel configs * add ip_set_iptreemap to include/netfilter.mk * update kmod-ipt-ipset module description
SVN-Revision: 9269
2007-10-12 14:58:35 +00:00