Jo-Philipp Wich
0f1984092e
kernel: fix dependencies for kmod-ipt-filter (required by qos-scripts)
...
SVN-Revision: 15563
2009-05-02 23:51:05 +00:00
Jo-Philipp Wich
029e43443b
kernel: make kmod-ipt-filter available on brcm-2.4, kernel 2.4 provides a textsearch implementation
...
SVN-Revision: 15549
2009-05-01 22:59:07 +00:00
Hauke Mehrtens
fd2492485e
The location of eeprom_93cx6.ko has chanced.
...
SVN-Revision: 15540
2009-05-01 15:13:18 +00:00
Jo-Philipp Wich
2a48c43b7f
kernel: fix syntax error introduced with r15524
...
SVN-Revision: 15529
2009-04-30 21:24:20 +00:00
Jo-Philipp Wich
fc521bf541
kernel: fix ide-disk problems on newer kernels - thanks russell!
...
SVN-Revision: 15524
2009-04-30 20:03:42 +00:00
Jo-Philipp Wich
78f44f7c8b
kernel: mask pcompress.ko crypto module for non-2.6.30 kernels
...
SVN-Revision: 15503
2009-04-30 02:38:23 +00:00
Imre Kaloz
98d10636bb
cryptomgr needs pcomp and hash loaded in 2.6.30
...
SVN-Revision: 15499
2009-04-29 20:54:31 +00:00
Nicolas Thill
b558d4b839
kernel: add missing kconfig symbol related to SSB
...
SVN-Revision: 15449
2009-04-27 15:48:11 +00:00
Nicolas Thill
70c8870f64
kernel: disable kmod-rfkill on UML
...
SVN-Revision: 15425
2009-04-26 12:49:11 +00:00
Hauke Mehrtens
ad4c58da91
add missing dependencies
...
SVN-Revision: 15411
2009-04-25 19:48:54 +00:00
Florian Fainelli
f4e88b7d7f
r6040 kernel module also needs to set the CONFIG_R6040_NAPI symbol
...
SVN-Revision: 15377
2009-04-24 09:31:37 +00:00
Felix Fietkau
103fec7d89
kmod-bluetooth includes hidp, which needs input-core. add the missing dependency
...
SVN-Revision: 15355
2009-04-23 16:48:05 +00:00
Gabor Juhos
f778c81d5f
modules: fix several typos in block.mk
...
SVN-Revision: 15350
2009-04-23 14:22:31 +00:00
Hamish Guthrie
e0694c7ca6
hci_usb.c has been replaced with btusb.c in 2.6.29 - modify makefile to handle this condition based upon kernel revision
...
SVN-Revision: 15336
2009-04-22 13:11:16 +00:00
Hamish Guthrie
1d511edc47
add joystick device support
...
SVN-Revision: 15295
2009-04-20 12:31:00 +00:00
Hamish Guthrie
9ced160263
correct typos in titles of event device and HID devices
...
SVN-Revision: 15294
2009-04-20 12:29:11 +00:00
Hamish Guthrie
2dcb4708a8
add hidp support
...
SVN-Revision: 15293
2009-04-20 12:27:34 +00:00
Hamish Guthrie
64b8d6ae89
update dependencies
...
SVN-Revision: 15292
2009-04-20 12:23:22 +00:00
Jo-Philipp Wich
d9310ce132
add config option for RNDIS Adds the kernel config option for RNDIS, used by some USB ADSL modems. Not selected by default, yet.
...
Signed-off-by: Andrea Borgia <andrea@borgia.bo.it>
SVN-Revision: 15289
2009-04-19 22:21:27 +00:00
Jo-Philipp Wich
489252ab43
add sata_sil24 module Signed-off-by: Erik Inge Bols? <knan-openwrt@anduin.net>
...
SVN-Revision: 15261
2009-04-19 15:42:16 +00:00
Jo-Philipp Wich
964d68dcec
Add support for CM109 USB VoIP phone
...
this patch adds support for USB VoIP-phones using the CM109 chipset.
the cm109.ko module was added to linux kernel 2.6.28
it was tested with SVN revision 15247 on a Asus WL-500G Premium.
Signed-off-by: Alfred E. Heggestad <aeh@db.org>
SVN-Revision: 15258
2009-04-19 15:27:25 +00:00
Felix Fietkau
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
...
SVN-Revision: 15242
2009-04-17 14:09:46 +00:00
Florian Fainelli
ca240aa0df
package ext4 ( #4434 )
...
SVN-Revision: 15218
2009-04-12 15:18:49 +00:00
Hauke Mehrtens
e90294b99d
The ssb module in also integrated into the kernel on brcm63xx target.
...
SVN-Revision: 15197
2009-04-10 12:19:42 +00:00
Hauke Mehrtens
2c6fe6c446
ieee80211-softmac is only avaliable in old kernels. It was removed with 2.6.26.
...
SVN-Revision: 15196
2009-04-10 12:18:45 +00:00
Hauke Mehrtens
88644c048c
kmod-crypto-hmac and kmod-crypto-core both are packing hmac.ko kmod-crypto-hmac only needs the symbol for building crypto_hash, this was done in r9004. With r13850 hmac.ko was also packed with kmod-crypto-core.
...
SVN-Revision: 15015
2009-03-24 13:44:20 +00:00
Hamish Guthrie
4af13017ff
Add ps3vram kernel module
...
SVN-Revision: 14950
2009-03-19 14:17:46 +00:00
Hauke Mehrtens
35df977921
activate CONFIG_SND_PCM_OSS and CONFIG_SND_MIXER_OSS in kmod-sound-core. These symbols are not set at an other place.
...
SVN-Revision: 14947
2009-03-19 11:29:21 +00:00
Felix Fietkau
b1e8b4677d
NET_CLS_ACT can no longer be built as module in newer kernels, force it to =y
...
SVN-Revision: 14935
2009-03-17 23:55:43 +00:00
Florian Fainelli
58a11bcb40
package the bcm63xx-spi driver
...
SVN-Revision: 14794
2009-03-08 19:21:55 +00:00
Hauke Mehrtens
5d57dbaeba
turn some of the kernel dependencies the other way around to make it easier to support new kernel.
...
SVN-Revision: 14783
2009-03-07 18:28:39 +00:00
Hauke Mehrtens
53c375c606
add kmod-crc16 dependency to ax25 module, CONFIG_MKISS needs CONFIG_CRC16
...
SVN-Revision: 14782
2009-03-07 17:16:03 +00:00
Hauke Mehrtens
44aa0b5dac
extract the rfkill module to an extra package, only build rfkill module if it is not integrated into the kernel.
...
SVN-Revision: 14780
2009-03-07 17:07:24 +00:00
Hauke Mehrtens
2b64ecf391
ipt-extra not broken on kernel 2.6.28 any more as CHAOS, TARPIT and DELUDE references were removed in r14461
...
SVN-Revision: 14779
2009-03-07 16:56:23 +00:00
Hauke Mehrtens
0b03ed454b
add textsearch, NF_CONNTRACK_AMANDA and NETFILTER_XT_MATCH_STRING need it.
...
SVN-Revision: 14778
2009-03-07 16:53:08 +00:00
Hauke Mehrtens
ea14544283
load module capifs before capi
...
SVN-Revision: 14775
2009-03-07 15:54:23 +00:00
Hauke Mehrtens
e626930ea6
add ssb dependency to b44
...
SVN-Revision: 14774
2009-03-07 15:52:13 +00:00
Hauke Mehrtens
f752ec4bbd
aec62xx is working with kernel 2.6.28 agagin.
...
SVN-Revision: 14773
2009-03-07 14:03:12 +00:00
Hauke Mehrtens
8bf437c095
Add isdn4linux and gigaset kernel modules.
...
SVN-Revision: 14772
2009-03-07 13:23:37 +00:00
Hauke Mehrtens
07926f29f6
Some symbols were missing or wrong. Tested with x86.
...
SVN-Revision: 14751
2009-03-05 21:45:59 +00:00
Markus Wigge
bb17a3dd1b
fixed KCONFIG selection of "CONFIG_CRYPTO_AES_586".
...
SVN-Revision: 14725
2009-03-02 11:47:25 +00:00
Hauke Mehrtens
1b922ab410
add missing symbols
...
SVN-Revision: 14721
2009-03-01 20:15:33 +00:00
Hauke Mehrtens
7d1e275cef
add missing symbols for some packages needed by x86 target
...
SVN-Revision: 14717
2009-03-01 19:43:43 +00:00
Felix Fietkau
474b55fe55
add missing kconfig symbols for kmod-sched
...
SVN-Revision: 14616
2009-02-22 15:15:13 +00:00
Hauke Mehrtens
e5934ebb42
Fixes kernel configuration error.
...
SVN-Revision: 14606
2009-02-21 23:54:43 +00:00
Felix Fietkau
e1799d3835
fix IMQ on linux 2.6.27 and 2.6.28
...
SVN-Revision: 14599
2009-02-21 16:33:24 +00:00
Felix Fietkau
68d73be80c
remove support for ipp2p - it's unmaintained, broken, overmatching and undermatching => not that useful for QoS
...
SVN-Revision: 14596
2009-02-21 16:30:44 +00:00
Michael Büsch
87a2d3888c
Add CRC16 kernel module
...
SVN-Revision: 14548
2009-02-17 22:54:11 +00:00
Jo-Philipp Wich
fdd629c851
add kmod for 2.6.26+ in-kernel uvc video driver ( #4637 , thanks moh_de)
...
SVN-Revision: 14526
2009-02-16 04:30:48 +00:00
Florian Fainelli
fc19f3f372
add cp852 code page ( #4607 )
...
SVN-Revision: 14522
2009-02-15 15:35:00 +00:00
Michael Büsch
c3565fdf31
Port SPI-GPIO driver from 2.6.29-rc4
...
SVN-Revision: 14465
2009-02-10 17:12:12 +00:00
Michael Büsch
335117b87c
Deprecate the old SPI-GPIO driver.
...
SVN-Revision: 14464
2009-02-10 16:55:38 +00:00
Gabor Juhos
e5c9f00637
netfilter: remove CHAOS, TARPIT and DELUDE references
...
SVN-Revision: 14461
2009-02-09 13:27:39 +00:00
Hamish Guthrie
f5842e2ba4
Added PS3 sound driver
...
SVN-Revision: 14422
2009-02-06 11:49:22 +00:00
Florian Fainelli
25ba908993
kmod-ssb should not be visible on 2.4 kernels
...
SVN-Revision: 14419
2009-02-06 10:17:45 +00:00
Florian Fainelli
20cccc1c10
correct kernel modules dependencies against kmod-i2c-core, they already depend on kmod-i2c-algo-bit, which depends on kmod-i2c-core ( #4330 )
...
SVN-Revision: 14401
2009-02-04 02:00:41 +00:00
Florian Fainelli
1645cc529b
fix tg3 libphy dependency, thanks Acinonyx
...
SVN-Revision: 14390
2009-02-03 14:26:02 +00:00
Nicolas Thill
b1ba71cbd2
kernel: mark modules that won't build on 2.6.28 as broken
...
SVN-Revision: 14356
2009-02-02 15:48:52 +00:00
Florian Fainelli
d23edab321
package libphy separately and make tg3 depend on it for kernels 2.6.27 and superior
...
SVN-Revision: 14354
2009-02-02 14:36:45 +00:00
Florian Fainelli
c27492ab1c
add libphy module to tg3 driver package - fixes unresolved symbols ( #4353 )
...
SVN-Revision: 14310
2009-01-31 16:12:41 +00:00
Nicolas Thill
6360bd2798
kernel: add modules for nfnetlink based packet logging & queuing and conntracking
...
SVN-Revision: 14308
2009-01-31 16:09:25 +00:00
Nicolas Thill
c8c15f3b9d
accomodate a change in msdos.ko path that appeared on 2.6.28
...
SVN-Revision: 14273
2009-01-30 00:50:06 +00:00
Andy Boyett
aaf139232a
kernel: fix leds-wrap dependencies
...
SVN-Revision: 14257
2009-01-29 12:23:44 +00:00
Andy Boyett
cee6f31d9c
kernel: fix leds-net48xx and scx200-gpio dependencies, closes #4486
...
SVN-Revision: 14255
2009-01-29 11:32:20 +00:00
Nicolas Thill
33169cf29f
mark kmod-ata-rb532-cf as broken
...
SVN-Revision: 14229
2009-01-27 22:02:43 +00:00
Nicolas Thill
f9b20ad946
fix kmod-sit dependencies
...
SVN-Revision: 14222
2009-01-27 17:24:31 +00:00
Nicolas Thill
088931d4de
revert [14081]: iptunnel4 does not make sense on 2.4, just add a conditionnal dependency on iptunnel4 to ipip
...
SVN-Revision: 14219
2009-01-27 09:56:05 +00:00
Rod Whitby
4c04d8b3c1
other.mk/kmod-bluetooth: select kmod-usb-core, required for hci-usb
...
SVN-Revision: 14125
2009-01-20 23:40:49 +00:00
Jo-Philipp Wich
24ac43897e
package/kernel: ensure that ipip is autoloaded after iptunnel4
...
SVN-Revision: 14095
2009-01-18 16:54:30 +00:00
Travis Kemen
c7eb38ef4e
fix compile of iptunnel4 for the 2.4 kernel
...
SVN-Revision: 14081
2009-01-18 00:18:06 +00:00
Andy Boyett
c09e052d2f
fix vfat.ko in 2.6.28
...
Signed-off-by: Jose Vasconcellos <jvasco@verizon.net>
SVN-Revision: 14020
2009-01-13 05:14:56 +00:00
Mirko Vogt
fc14ba0efb
allow targets to override kernel related soundcore configuration
...
SVN-Revision: 13999
2009-01-12 22:47:00 +00:00
Travis Kemen
1f2885ea0c
unmask ip6tables on 2.6.27 and 2.6.28
...
SVN-Revision: 13965
2009-01-10 23:52:56 +00:00
Travis Kemen
db8867b4c5
fix kernel config
...
SVN-Revision: 13958
2009-01-10 02:06:13 +00:00
Florian Fainelli
5c886899ec
Add hfcmulti mISDN driver
...
SVN-Revision: 13945
2009-01-08 23:38:37 +00:00
Florian Fainelli
04a64096d6
Package mISDN stack
...
SVN-Revision: 13944
2009-01-08 23:38:05 +00:00
Florian Fainelli
448dd4ac3a
Also load capifs
...
SVN-Revision: 13941
2009-01-08 21:39:17 +00:00
Andy Boyett
43fe08b4d2
kernel: build cs5535-gpio on olpc also
...
SVN-Revision: 13933
2009-01-08 07:04:03 +00:00
Andy Boyett
8e7f25af44
kernel: added GPIO driver for CS5535/CS5536 companion chip. Thanks Markus Wigge
...
SVN-Revision: 13920
2009-01-07 11:07:51 +00:00
Florian Fainelli
d4931a56f4
Fix prism54 firmware indentation and malformed comments
...
SVN-Revision: 13884
2009-01-06 14:31:38 +00:00
Imre Kaloz
8c3a967fae
general fixes for openwrt with kernel 2.6.28
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 13876
2009-01-05 14:46:18 +00:00
Gabor Juhos
9be7e1723f
kernel/crypto: fix crypto breakage (patch by Jose Vasconcellos)
...
SVN-Revision: 13869
2009-01-05 08:43:39 +00:00
Felix Fietkau
5bb624d8fb
clean up the crypto kernel module package and allow some of the crypto modules to be compiled into the kernel (thx to Jose Vasconcellos)
...
SVN-Revision: 13850
2009-01-04 02:40:12 +00:00
Andy Boyett
ae2ac12c9a
kernel/modules/usb.mk: hso works on 2.6.26 and later
...
SVN-Revision: 13765
2008-12-30 02:20:22 +00:00
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