Florian Fainelli
d22b22b356
add pcmcia hermes module, patch from Guillaume Lecerf
...
SVN-Revision: 20353
2010-03-21 17:16:36 +00:00
Hauke Mehrtens
3c2943b45a
kernel: fix some minor error:
...
* module ide-pci-generic is also included if it was build
* correct loading queue for kmod-dm
* place for mvsas.ko changed in new kernel.
SVN-Revision: 20348
2010-03-21 14:22:38 +00:00
Hauke Mehrtens
cd2cee46ac
kernel: these modules are already loaded by the scsi-core package
...
SVN-Revision: 20347
2010-03-21 14:19:48 +00:00
Hauke Mehrtens
68a2efe2d1
kernel: x86 remove dependency on ata-core and scsi-core
...
The x86 image includes the modules out of ata-core and scsi-core
directly in the kernel image. Do not depend on these packages, because
they are not build in a x86 image.
This fixes #6873
SVN-Revision: 20346
2010-03-21 14:18:11 +00:00
Hauke Mehrtens
c91903ad41
kernel: load after its dependencies
...
SVN-Revision: 20345
2010-03-21 14:12:32 +00:00
Hauke Mehrtens
5925292e14
kernel: fix tg3 installation
...
libphy is build into the kernel for brcm47xx and not as an extra module.
SVN-Revision: 20344
2010-03-21 14:09:24 +00:00
Hauke Mehrtens
627ebde4db
kernel: include aes-i586 and twofish-i586 into crypto packages for x86
...
SVN-Revision: 20343
2010-03-21 14:07:30 +00:00
Hauke Mehrtens
35ccc68de9
kernel: fix typo
...
SVN-Revision: 20342
2010-03-21 14:06:32 +00:00
Hauke Mehrtens
94e9763799
kernel: make ISDN build again
...
In combination with r20339 ISDN will be build again.
* Fix syntax problem in kmod-capi
* add xfrm_ipcomp to kmod-ipsec
SVN-Revision: 20341
2010-03-21 14:05:59 +00:00
Florian Fainelli
ea66b2355d
add more usb-storage modules ( #6067 )
...
SVN-Revision: 20323
2010-03-20 17:18:54 +00:00
Florian Fainelli
0bb16e35b2
add missing dependency to kmod-crypto-misc, patch from Benjamin Cama
...
SVN-Revision: 20312
2010-03-20 10:27:30 +00:00
Florian Fainelli
e796067c6a
update netfilter packages description, patch from Edgar Soldin
...
SVN-Revision: 20311
2010-03-20 10:27:24 +00:00
Florian Fainelli
05178e6695
add sn9c201 webcam driver, patch from Chris Li
...
SVN-Revision: 20310
2010-03-20 10:27:18 +00:00
Travis Kemen
411ab9871e
fix missing nls support for 2.6.33
...
SVN-Revision: 20214
2010-03-14 18:22:57 +00:00
Felix Fietkau
14e104688d
add missing kconfig symbol for the hifn 795x crypto accelerator module (patch by dogge10)
...
SVN-Revision: 20196
2010-03-14 13:16:26 +00:00
Nicolas Thill
c3ddcedf4a
kernel: fix kmod-pcmcia-yenta on 2.4
...
SVN-Revision: 20147
2010-03-11 16:37:11 +00:00
Claudio Mignanti
ff96ad6b8b
fix kernel modules dependences for i2c and ata-core
...
SVN-Revision: 20146
2010-03-11 15:38:50 +00:00
Nicolas Thill
5601865155
kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIG
...
SVN-Revision: 20133
2010-03-11 09:12:44 +00:00
Lars-Peter Clausen
93f97a1bb0
kernel: Add SoC sound support package
...
SVN-Revision: 20130
2010-03-11 01:35:12 +00:00
Nicolas Thill
f00bcb24be
kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with the other stable nfs modules)
...
SVN-Revision: 20123
2010-03-10 17:53:04 +00:00
Hauke Mehrtens
32885a5a05
mac80211: build ipw2x00 driver from compat-wireless
...
ipw2x00 now depends on cfg80211 which is build form compat-wireless and not directly from kernel.
SVN-Revision: 20073
2010-03-08 22:05:36 +00:00
Gabor Juhos
945cfb9059
package: add module for the RB750 LED driver
...
SVN-Revision: 20052
2010-03-08 12:10:07 +00:00
Imre Kaloz
cf57e90014
drop support for the old style magicbox-cf driver
...
SVN-Revision: 19932
2010-03-01 08:04:14 +00:00
Imre Kaloz
c4d515e007
partly revert [19925] as the ata version builds fine
...
SVN-Revision: 19931
2010-03-01 08:00:03 +00:00
Nicolas Thill
4949756ceb
kernel: mark ata-magicbox-cf & ide-magicbox as BROKEN for now (they don't build on 2.6.32)
...
SVN-Revision: 19925
2010-03-01 06:25:44 +00:00
Florian Fainelli
32bba7d154
fix kmod-nls-base dependency with usb-core ( #6753 )
...
SVN-Revision: 19918
2010-02-28 20:50:41 +00:00
Felix Fietkau
61c2b29295
mark relevant kmod-* packages as being required for rootfs mounting (patch by cshore)
...
SVN-Revision: 19879
2010-02-26 22:46:00 +00:00
Hauke Mehrtens
f56666bde4
ext4: fix for commit r19799
...
SVN-Revision: 19800
2010-02-21 20:26:37 +00:00
Hauke Mehrtens
ad11f6881a
ext4: add Support for large (2TB+) block devices and files
...
CONFIG_LBDAF is needed for mounting ext4 filesystems with huge_file enabled.
This is the default option.
This closes #6714 .
SVN-Revision: 19799
2010-02-21 20:14:24 +00:00
Jo-Philipp Wich
3651c9804b
kernel: make NFSv4 optional and add kmods for it - patch by Peter Wagner <tripolar@gmx.at>
...
SVN-Revision: 19772
2010-02-20 05:17:39 +00:00
Jo-Philipp Wich
bd4f4a9204
kernel: rename cp2101 driver to cp210x, has changed upstream ( #6673 )
...
SVN-Revision: 19725
2010-02-19 02:12:48 +00:00
Jo-Philipp Wich
5ebe347f07
kernel: add the token bucket filter to kmod-sched ( #6681 )
...
SVN-Revision: 19723
2010-02-19 01:56:10 +00:00
Lars-Peter Clausen
8d7a6df6ef
kmod-dm: Set CONFIG_DM_LOG_USERSPACE=n
...
SVN-Revision: 19712
2010-02-18 23:31:08 +00:00
Felix Fietkau
e9d9efa678
kernel: build the scsi core package even if CONFIG_SCSI=y
...
SVN-Revision: 19666
2010-02-16 18:28:59 +00:00
Felix Fietkau
19d6a9ce6a
kernel: add a package for block2mtd
...
SVN-Revision: 19665
2010-02-16 18:28:55 +00:00
Felix Fietkau
eca17a4a28
kernel: add a package for kmod-ata-sil
...
SVN-Revision: 19664
2010-02-16 18:28:50 +00:00
Lars-Peter Clausen
900de42186
Add audio feature flag.
...
There are targets which neither have usb host nor pci support but do have audio
capabilities. Those targets should expliclitly specifiy that they support audio
through the new feature flag. The audio feature flag is also implicitly selected
by the usb and pci feature flags.
SVN-Revision: 19643
2010-02-15 20:03:18 +00:00
Jo-Philipp Wich
e48f324dc0
kernel: add xen kmods
...
SVN-Revision: 19611
2010-02-12 19:01:45 +00:00
Travis Kemen
9e5844fda2
Here is LVM support for OpenWRT. It introduces 3 new packages: - kmod-dm for the device mapper kernel module. - kmod-libdevmapper for the device-mapper library. - kmod-lvm2 for the lvm tool. Note that it currently does not create the symlinks for all the lvm tools, so you have to use lvm pvs rather than just pvs. Thanks Stefan Monnier
...
SVN-Revision: 19595
2010-02-12 01:37:02 +00:00
Imre Kaloz
c272d54969
add kernel packages for the ixp4xx-beeper and appletalk -- closes #6618
...
SVN-Revision: 19497
2010-02-02 11:26:53 +00:00
Hauke Mehrtens
d711afb3be
Fix KernelPackage/usb-net-rndis dependencies Fix bug #6589
...
SVN-Revision: 19386
2010-01-29 21:08:28 +00:00
Felix Fietkau
1a4a9cea95
openssl: make engines support dynamically configurable (based on a patch by puchu)
...
SVN-Revision: 19371
2010-01-28 19:28:06 +00:00
Gabor Juhos
b774acb479
package/modules: add missing gspca video drivers for 2.6.32 (patch from #6595 )
...
SVN-Revision: 19364
2010-01-28 18:38:27 +00:00
Gabor Juhos
af7050699e
package: kmod-usb-core depends on kmod-nls-base on 2.6.32
...
SVN-Revision: 19347
2010-01-26 14:41:29 +00:00
Felix Fietkau
39b2af1f5b
remove obsolete dependencies and checks
...
SVN-Revision: 19292
2010-01-23 17:07:59 +00:00
Nicolas Thill
815dc97a58
add explicit dependency on kmod-crypto-core when required ( closes : #6557 )
...
SVN-Revision: 19291
2010-01-23 16:39:31 +00:00
Nicolas Thill
405553df58
kernel: specify kmod packages dependencies in a uniform way
...
SVN-Revision: 19271
2010-01-22 08:18:04 +00:00
Nicolas Thill
6769fc65bb
kernel: cleanup crypto stuff and fix module names on 2.4
...
SVN-Revision: 19058
2010-01-06 18:50:38 +00:00
Nicolas Thill
04ba8ab358
kernel: remove even more calls to CompareKernelPatchVer
...
SVN-Revision: 19057
2010-01-06 18:46:42 +00:00
Nicolas Thill
6e3bbe7843
kernel: remove more calls to CompareKernelPatchVer and use 2.4 exceptions instead
...
SVN-Revision: 19049
2010-01-06 01:11:31 +00:00
Nicolas Thill
ad91c89f08
kernel: fix IDE modules on 2.4
...
SVN-Revision: 19048
2010-01-06 01:08:00 +00:00
Florian Fainelli
5acf538f13
enable hso on ar71xx ( #6432 )
...
SVN-Revision: 18995
2010-01-02 12:15:20 +00:00
Gabor Juhos
f759c749de
package: kernel/modules: package module for MAC-VLAN support
...
SVN-Revision: 18980
2009-12-31 14:33:31 +00:00
Florian Fainelli
328e4d3405
defer the loading of spidev after spi master drivers
...
SVN-Revision: 18974
2009-12-30 22:19:49 +00:00
Florian Fainelli
1c5bc31e17
fix bluetooth and ide breakage after r18955 ( #6422 )
...
SVN-Revision: 18972
2009-12-30 10:52:28 +00:00
Florian Fainelli
b6f5eeb1ee
fix wrong paths after r18955.
...
SVN-Revision: 18957
2009-12-28 14:55:38 +00:00
Florian Fainelli
36743687a8
fix trailing endif after r18954. ( #6420 )
...
SVN-Revision: 18956
2009-12-28 09:19:32 +00:00
Imre Kaloz
29a020ffb3
remove handling of older unsupported kernels
...
SVN-Revision: 18955
2009-12-27 21:54:09 +00:00
Imre Kaloz
4e71b48c2a
remove 2.6.28 specific stuff from kernel packages
...
SVN-Revision: 18954
2009-12-27 21:42:38 +00:00
Nicolas Thill
f624d673dd
kernel: enable kmod-sound-core on uml
...
SVN-Revision: 18901
2009-12-23 08:56:46 +00:00
Nicolas Thill
8b10e4eab2
kernel: use select instead of depend for kmod-crc16 dependency in kmod-ax25 ( closes : #5843 )
...
SVN-Revision: 18847
2009-12-19 13:14:17 +00:00
Nicolas Thill
9ca044a009
kernel: fix kmod-ipt-iprange ( closes : #6187 )
...
SVN-Revision: 18838
2009-12-18 19:09:33 +00:00
Florian Fainelli
be7d2663b3
let usb-video load after video-core ( #6214 )
...
SVN-Revision: 18788
2009-12-15 20:17:44 +00:00
Jo-Philipp Wich
c74fe3cfff
kernel: fix typo that prevents autoloading of the rdc321x_wdt driver
...
SVN-Revision: 18767
2009-12-12 21:31:17 +00:00
Gabor Juhos
731837aa8e
modules: package the leds-wndr3700-usb driver
...
SVN-Revision: 18759
2009-12-11 20:32:33 +00:00
Felix Fietkau
eb760dffc3
add missing config option for v4l1 ( fixes #6314 )
...
SVN-Revision: 18726
2009-12-09 19:04:57 +00:00
Florian Fainelli
6a4814517f
package nls cp866 support ( #6281 )
...
SVN-Revision: 18690
2009-12-07 23:59:06 +00:00
Florian Fainelli
03ca3bf5bb
allow building hostap-driver and its dependencies on 2.6.32 ( #6305 )
...
SVN-Revision: 18658
2009-12-05 12:54:30 +00:00
Florian Fainelli
6891ad6ef6
CONFIG_RFKILL_INPUT is a boolean
...
SVN-Revision: 18634
2009-12-04 14:52:41 +00:00
Hamish Guthrie
40f51884ed
kmod-sound-ps3: Modified target dependencies
...
SVN-Revision: 18629
2009-12-04 12:18:01 +00:00
Florian Fainelli
8ba061b3cf
prevent some modules from being built on ubicom32 since they do not compile or link
...
SVN-Revision: 18595
2009-11-29 00:33:32 +00:00
Hamish Guthrie
e1a2e7037f
kmod-sound-core: Add new 2.6.32 kernel config option
...
SVN-Revision: 18523
2009-11-24 10:39:31 +00:00
Nicolas Thill
0cd7179165
change ext2/ext3 load order so that lazy mount tries ext3 before ext2
...
SVN-Revision: 18442
2009-11-17 21:29:27 +00:00
Felix Fietkau
1d91c8b455
e1000: add CONFIG_E1000_NAPI=y for older kernels
...
SVN-Revision: 18416
2009-11-14 02:55:48 +00:00
Felix Fietkau
3f5c35c742
e1000: depend on pci support instead of x86 target - some people have minipci cards with this chipset
...
SVN-Revision: 18376
2009-11-11 16:30:33 +00:00
Imre Kaloz
a992d6986c
add preliminary MPC83xx support
...
SVN-Revision: 18353
2009-11-09 11:45:04 +00:00
Felix Fietkau
a4081ecb34
oops, forgot the autoload
...
SVN-Revision: 18319
2009-11-05 16:12:11 +00:00
Felix Fietkau
c386747269
fix kmod-leds-alix ( #6079 , #6105 )
...
SVN-Revision: 18318
2009-11-05 16:11:45 +00:00
Felix Fietkau
f2c7149bf5
add missing CONFIG_MEDIA_SUPPORT symbol for v4l ( fixes #6108 )
...
SVN-Revision: 18309
2009-11-05 11:06:23 +00:00
Florian Fainelli
40754b4525
make rdc321-wdt become a package, saves some space in the kernel
...
SVN-Revision: 18298
2009-11-04 22:43:05 +00:00
John Crispin
2bbb05cc5e
fixes bluetooth dependency, thx sn9
...
SVN-Revision: 18213
2009-10-29 21:25:55 +00:00
Florian Fainelli
1a2862798a
remove references to 2_6_27
...
SVN-Revision: 18202
2009-10-29 12:22:53 +00:00
John Crispin
b2cd5b2e0d
fixes DEPENDS of SSB module, thx sn9
...
SVN-Revision: 18196
2009-10-28 15:10:30 +00:00
Vasilis Tsiligiannis
79973cfaa7
usb-core: Add dependency to nls-base ( #5973 )
...
SVN-Revision: 18041
2009-10-12 11:44:36 +00:00
Florian Fainelli
5f55a89021
package the octeon compact flash driver
...
SVN-Revision: 18012
2009-10-09 07:36:19 +00:00
Florian Fainelli
ffc90868e4
add support for the dwc_otg USB controller
...
SVN-Revision: 18006
2009-10-08 17:56:31 +00:00
Imre Kaloz
d57b766c2f
enable ATA_SFF (PATA support) in the generic configs
...
SVN-Revision: 17993
2009-10-08 09:40:38 +00:00
Florian Fainelli
3da62691c0
[package* ata-ixp4xx-cf depends on TARGET_ixp4xx
...
SVN-Revision: 17956
2009-10-06 15:24:28 +00:00
Florian Fainelli
900e7fda79
add kmod-input-rb532, driver for the rb532 user button
...
SVN-Revision: 17927
2009-10-05 20:05:56 +00:00
Nicolas Thill
4674fd1eae
kernel: fix Promise PDC202xx IDE driver location
...
SVN-Revision: 17909
2009-10-05 17:08:44 +00:00
Andy Boyett
333be1a4d7
modules/crypto: package AMCC ppc4xx hardware crypto driver
...
SVN-Revision: 17906
2009-10-05 17:05:43 +00:00
Andy Boyett
dfe46f3d38
add missing kconfig option to ps3 sound module
...
SVN-Revision: 17899
2009-10-05 17:04:17 +00:00
Andy Boyett
94d54bb667
modules/usb: fix usb-etrax dependencies
...
SVN-Revision: 17898
2009-10-05 17:03:42 +00:00
John Crispin
047eb61a56
adds mountd. There is still much space for improvement, static mounts and fstab are not supported yet
...
SVN-Revision: 17853
2009-10-04 14:01:17 +00:00
Nicolas Thill
0e43e71159
remove ipset support from core, it is now provided by xtables-addons from the packages feed
...
SVN-Revision: 17844
2009-10-03 23:51:10 +00:00
Claudio Mignanti
7f3ed114f2
Export USB host driver as kernel package
...
SVN-Revision: 17818
2009-10-02 09:34:10 +00:00
Hauke Mehrtens
e014faf13f
Update ipset to version 3.2
...
SVN-Revision: 17764
2009-09-27 15:03:41 +00:00
Hauke Mehrtens
80574578ec
small fixes mostly for kernel 2.6.31
...
- libsas needs symbols from scsi_transport_sas
- autoload line in pppoe was missing
- rfkill-input does not exist in kernel 2.6.31
- password for download server of r8101 changed
- r8101 and siit do not build with kernel 2.6.31
- fix build of net sched esfq
SVN-Revision: 17752
2009-09-26 21:23:53 +00:00
Hauke Mehrtens
3a923e436e
fixes for kernel 2.6.31
...
SVN-Revision: 17739
2009-09-26 13:31:42 +00:00
Felix Fietkau
0464fa7f2a
fix wrong kernel version based nls dependency
...
SVN-Revision: 17436
2009-08-28 16:26:53 +00:00
Felix Fietkau
e6b2b9bd41
add missing dependency for kmod-ntfs (patch from #5638 )
...
SVN-Revision: 17435
2009-08-28 16:26:48 +00:00
Florian Fainelli
c7d20c0a7e
add the in-tree gspca driver
...
Signed-off-by: David Cooper <dave at kupesoft.com>
SVN-Revision: 17421
2009-08-27 08:38:16 +00:00
Felix Fietkau
13269c1891
fix pdc20xx compile for linux 2.6
...
SVN-Revision: 17359
2009-08-24 00:52:00 +00:00
Felix Fietkau
f29409ca1c
brcm-2.4: fix ide disk detection on the wl-hdd
...
SVN-Revision: 17358
2009-08-23 23:56:19 +00:00
Florian Fainelli
7f931f64df
add missing libsas configuration symbol
...
SVN-Revision: 17297
2009-08-18 12:46:39 +00:00
Gabor Juhos
c0d4cb1f24
Fix broken i2c module loading in R17269
...
Strip .ko suffix from module name.
Fix typo in name of i2c-scx200-acb module to be loaded.
Steve
Signed-off-by: Steve Brown <sbrown@cortland.com>
SVN-Revision: 17288
2009-08-16 12:39:47 +00:00
Hauke Mehrtens
a8c28fc63c
exclude kernel 2.6.27
...
SVN-Revision: 17274
2009-08-15 16:27:35 +00:00
Gabor Juhos
e89dfa6f3c
kernel/modules: allow I2C modules to be compiled into the kernel ( closes #5702 )
...
SVN-Revision: 17269
2009-08-15 09:12:37 +00:00
Florian Fainelli
92ee7505d8
fix path to orinoco wireless modules ( #5701 )
...
SVN-Revision: 17264
2009-08-14 15:21:23 +00:00
Vasilis Tsiligiannis
b520582861
kmod-ipt-nathelper-extra: Fix kmod-textsearch dependency ( #5665 )
...
SVN-Revision: 17225
2009-08-11 16:39:53 +00:00
Hauke Mehrtens
ece3bdcdd6
Correct bool expressions in dependencies. This fixes #5627
...
SVN-Revision: 17208
2009-08-10 18:26:18 +00:00
Vasilis Tsiligiannis
08f7b6c408
kmod-net-hermes-pci, kmod-net-hermes-plx: Fix kmod-net-hermes dependency
...
SVN-Revision: 17206
2009-08-09 22:51:04 +00:00
Florian Fainelli
2542bd81a2
add usb-net-dm9601-ether, thanks groz
...
SVN-Revision: 17133
2009-08-05 15:10:29 +00:00
Florian Fainelli
4a2409f4d0
add usb-serial-motorola-phone, thanks groz
...
SVN-Revision: 17132
2009-08-05 15:09:21 +00:00
Florian Fainelli
70a835f466
fix isdn symbols for 2.4 kernels
...
SVN-Revision: 17044
2009-07-29 21:28:10 +00:00
Florian Fainelli
774f667614
add btrfs filesystem support, patch from Benjamin Cama
...
SVN-Revision: 16999
2009-07-26 10:49:39 +00:00
Florian Fainelli
fa714a7f51
add kmod-pppol2tp, patch from Vladimir Voronkov
...
SVN-Revision: 16995
2009-07-26 10:27:35 +00:00
Florian Fainelli
18b5b6d1ce
add support for the sn9c102 video chips ( #3976 )
...
SVN-Revision: 16991
2009-07-25 23:41:22 +00:00
Florian Fainelli
dc506df093
add support for mcs-7830 usb ethernet adapter ( #3977 )
...
SVN-Revision: 16990
2009-07-25 23:39:54 +00:00
Florian Fainelli
0e783dde14
split ebtables packages and modules into ebtables ipv4/6 and watchers ( #5001 )
...
SVN-Revision: 16980
2009-07-25 19:47:48 +00:00
Gabor Juhos
b154676401
kernel/modules: package driver for the LM75 sensor
...
SVN-Revision: 16958
2009-07-22 11:13:03 +00:00
Gabor Juhos
9594ef9079
kernel/modules: package ATA version of the Magicbox CF driver
...
SVN-Revision: 16957
2009-07-22 10:45:04 +00:00
Florian Fainelli
b483359d38
make libsas depend on x86, over targets using it may unmask it later
...
SVN-Revision: 16953
2009-07-22 08:32:51 +00:00
Florian Fainelli
998465b1d9
add libsas and mvsas required for VIA NAS7800
...
SVN-Revision: 16941
2009-07-21 11:37:12 +00:00
Florian Fainelli
2a93dc020f
allow via-velocity to be selectable on x86
...
SVN-Revision: 16940
2009-07-21 11:01:25 +00:00
Vasilis Tsiligiannis
240bce0986
pcmcia-core: Fix missing rsrc_nonstatic module ( closes #5380 )
...
SVN-Revision: 16935
2009-07-20 13:49:58 +00:00
Gabor Juhos
e315e7a2ce
kernel/modules: enable Magicbox CF driver on 2.6.28
...
SVN-Revision: 16924
2009-07-19 17:46:46 +00:00
Gabor Juhos
80b3c0875a
kernel/modules: package module for OpenFirmware I2C accessors
...
SVN-Revision: 16921
2009-07-19 15:52:10 +00:00
Gabor Juhos
5066aab06b
kernel/modules: package I2C bus driver for PPC4xx based systems
...
SVN-Revision: 16919
2009-07-19 12:22:26 +00:00
Gabor Juhos
0f7cfac9f3
kernel/modules: fix Magicbox CF card driver definitions
...
SVN-Revision: 16911
2009-07-19 09:13:25 +00:00
Felix Fietkau
12b429b3a2
get rid of linux 2.6.29
...
SVN-Revision: 16883
2009-07-17 16:20:25 +00:00
Florian Fainelli
2ec0cba393
This patch adds a target for the IBM PowerXCell Accelerator Board. (aka mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars)
...
http://us.fixstars.com/products/gigaaccel/
This build will create zImage suitable for TFTP boot image.
* v2
- add axonram device driver
- switch to 2.6.30.1
Signed-off-by: Akinobu Mita <mita@fixstars.com>
SVN-Revision: 16860
2009-07-16 10:19:13 +00:00
Florian Fainelli
ac8dd23b37
isdn4linux modules fixes
...
SVN-Revision: 16829
2009-07-13 14:38:00 +00:00
Florian Fainelli
bc2aaeae95
NET_EMATCH is a boolean ( #5506 )
...
SVN-Revision: 16828
2009-07-13 12:58:18 +00:00
Florian Fainelli
fc5ad60288
fix isdn4linux kernel modules with the 2.4.37 update
...
SVN-Revision: 16799
2009-07-12 12:09:15 +00:00
Felix Fietkau
2020fc8c56
kernel: clean up scheduler default config and kmod-sched kconfig symbols, enable skbedit by default
...
SVN-Revision: 16789
2009-07-12 00:01:12 +00:00
Nicolas Thill
05672efde8
use .$(LINUX_KMOD_SUFFIX) instead of .ko in AutoLoad ( closes : #5452 )
...
SVN-Revision: 16726
2009-07-07 02:11:11 +00:00
Gabor Juhos
7ffee1f66f
Baltic language support in kernel
...
Add Baltic langugae support in kernel package
Signed-off-by: zintis.petersons@e-mail.lv
SVN-Revision: 16717
2009-07-06 16:10:22 +00:00
Gabor Juhos
0c1004ac2c
Add the gpio_keys input module to menuconfig
...
Signed-off-by: Ferenc Wagner <wferi@niif.hu>
SVN-Revision: 16716
2009-07-06 16:10:20 +00:00
Florian Fainelli
b5bdf8222b
fix kmod-ip6tables modules ( #5274 )
...
SVN-Revision: 16702
2009-07-05 19:42:39 +00:00
Florian Fainelli
a83ae90eb0
remove 2.6.26 check, do not build ide-generic on arm it is not available ( #5303 )
...
SVN-Revision: 16670
2009-07-04 09:54:46 +00:00
Florian Fainelli
d78eac0079
include arpfilter and arp_mangle in the kmod-arptables modules ( #5410 )
...
SVN-Revision: 16600
2009-06-28 06:18:22 +00:00
Imre Kaloz
e01651285f
rfkill config cleanup
...
SVN-Revision: 16471
2009-06-15 07:13:00 +00:00
Gabor Juhos
42011abcb6
kernel/modules: package the VSC7385 driver
...
SVN-Revision: 16325
2009-06-04 07:54:10 +00:00
Gabor Juhos
976f690ebd
kernel/modules: move SPI drivers into a new submenu
...
SVN-Revision: 16323
2009-06-04 06:39:36 +00:00
Imre Kaloz
d55f736329
package the e1000e driver
...
SVN-Revision: 16295
2009-06-02 10:02:23 +00:00
Imre Kaloz
954717298d
another 2.6.30 related crypto fix
...
SVN-Revision: 16253
2009-06-01 14:04:06 +00:00
Hauke Mehrtens
442cdc9a1b
Config symbol is boolean.
...
SVN-Revision: 16198
2009-05-29 20:12:37 +00:00
Felix Fietkau
82139b165b
fix kmod-crypto-core compile with 2.6.30 ( #5201 )
...
SVN-Revision: 16175
2009-05-29 11:12:47 +00:00
Felix Fietkau
7584729fb9
fix missing kernel config symbol for ipv6
...
SVN-Revision: 16056
2009-05-25 14:50:34 +00:00
Felix Fietkau
4cb9ba9612
enable multicast routing by default
...
SVN-Revision: 16044
2009-05-24 21:26:40 +00:00
Hauke Mehrtens
93360fb62d
yenta is build in an other package.
...
SVN-Revision: 16024
2009-05-24 11:31:22 +00:00
Hauke Mehrtens
e80f5ca91e
Remove pcmcia support from ssb.
...
SVN-Revision: 16023
2009-05-24 11:30:06 +00:00
Nicolas Thill
aaa3868c5c
kernel: change dependency on kmod-nfs-common in kmod-nfs & kmod-nfsd from "depends" to "select"
...
SVN-Revision: 15888
2009-05-17 03:07:24 +00:00
Imre Kaloz
8c06d46268
set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831
...
SVN-Revision: 15869
2009-05-15 12:26:18 +00:00
Hauke Mehrtens
394a26da94
orinoco is only one module with kernel 2.6.30
...
SVN-Revision: 15852
2009-05-14 19:02:10 +00:00
Imre Kaloz
3b397b7f74
RTCs shouldn't be modules, ever..
...
SVN-Revision: 15837
2009-05-14 09:28:34 +00:00
Hauke Mehrtens
81ebf13b9e
Activate CONFIG_USB_EHCI_HCD_SSB and CONFIG_USB_OHCI_HCD_SSB only on brcm47xx.
...
SVN-Revision: 15807
2009-05-12 22:02:19 +00:00
Florian Fainelli
214f8bee10
fix crypto pcompress configuration symbol name w/ 2.6.30
...
SVN-Revision: 15798
2009-05-12 10:53:22 +00:00
Hauke Mehrtens
20182554ad
The it821x is at an other location in older kernels.
...
SVN-Revision: 15787
2009-05-11 20:58:08 +00:00
Hauke Mehrtens
11629e8492
hci_usb.ko is not availably in kernel newer than 2.6.27.
...
SVN-Revision: 15786
2009-05-11 20:57:09 +00:00
Hauke Mehrtens
f24c234150
Add support for pcmcia to ssb. b43 will build now with pcmcia support.
...
SVN-Revision: 15784
2009-05-11 20:51:38 +00:00
Hauke Mehrtens
de44ea0536
Conditionals are not supported in Kconfig.
...
SVN-Revision: 15783
2009-05-11 20:46:51 +00:00
Hauke Mehrtens
037e296207
The vfat directory have chanced with all newer kernel.
...
SVN-Revision: 15782
2009-05-11 20:46:01 +00:00
Hauke Mehrtens
0ce9ef9060
Make nfs and xfs load again.
...
SVN-Revision: 15781
2009-05-11 20:44:27 +00:00
Hauke Mehrtens
050d860d65
kmod-libphy also needed with kernel 2.6.30
...
SVN-Revision: 15780
2009-05-11 20:41:15 +00:00
Hauke Mehrtens
34d864de0a
With kernel bigger than 2.6.29 compat_ioctl32 will not be build.
...
SVN-Revision: 15779
2009-05-11 20:40:28 +00:00
Hauke Mehrtens
5b9b001e23
Remove ieee80211-softmac and net-bcm43xx, because it is not used any more. This is only included in old kernel versions.
...
SVN-Revision: 15778
2009-05-11 20:36:19 +00:00
Hauke Mehrtens
bd6f8e261c
/net/ieee80211/ was removed in new kernel versions. This adds lib80211 for new kernel versions and make ipw2x00 and hostap driver depend on it.
...
SVN-Revision: 15777
2009-05-11 20:31:31 +00:00
Gabor Juhos
73a315e772
kernel/modules: build pcompress.ko for kernel >=2.6.30
...
SVN-Revision: 15737
2009-05-09 06:16:56 +00:00
Gabor Juhos
4adc356f03
kernel/modules: add ar71xx specific KCONFIG options for the OHCI/EHCI drivers
...
SVN-Revision: 15695
2009-05-07 19:13:44 +00:00
Jo-Philipp Wich
e5aa5ddc36
Add support for pc speaker PC speaker could be very useful on platforms which implement it. One could easily use the speaker to produce a sound where its pitch or duration varies according to signal strength or SNR of a wireless link.
...
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 15684
2009-05-07 14:05:42 +00:00
Florian Fainelli
35bfac4623
add missing backslash, thanks juhosg
...
SVN-Revision: 15657
2009-05-07 08:35:12 +00:00
Jo-Philipp Wich
a2be06692f
kernel: prepare kconfig for imq update
...
SVN-Revision: 15652
2009-05-07 03:06:03 +00:00
Florian Fainelli
9ff2cc6d2a
fix kernel module name for autoloading
...
SVN-Revision: 15649
2009-05-07 00:23:44 +00:00
Florian Fainelli
e389d9c59f
add missing rtc-lib module to rtc-core
...
SVN-Revision: 15648
2009-05-07 00:21:08 +00:00
Florian Fainelli
059438dc01
package the rtc-core and rtc-m48t86 driver
...
SVN-Revision: 15647
2009-05-06 23:52:46 +00:00
Florian Fainelli
bf199cc318
package the Winbond w83627hf super i/o controller
...
SVN-Revision: 15646
2009-05-06 23:50:11 +00:00
Florian Fainelli
5a6231ebea
package the ITE it821x IDE controller driver
...
SVN-Revision: 15645
2009-05-06 23:49:17 +00:00
Jo-Philipp Wich
4bead4bb96
kernel: fix conditional handling of ide-support
...
SVN-Revision: 15577
2009-05-04 00:38:53 +00:00
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
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