Nicolas Thill
0acadb2fbe
package/kernel: add missing bits from [21137] (oops)
...
SVN-Revision: 21138
2010-04-24 14:13:39 +00:00
Nicolas Thill
37b02afe6a
package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog module names
...
SVN-Revision: 21137
2010-04-24 14:08:49 +00:00
Nicolas Thill
b1b2b04639
package/kernel: move PCMCIA modules to their own file & submenu
...
SVN-Revision: 21136
2010-04-24 13:53:31 +00:00
Nicolas Thill
014b05878d
package/kernel: move pcspkr to sound.mk
...
SVN-Revision: 21135
2010-04-24 13:46:31 +00:00
Nicolas Thill
225ab2533f
package/kernel: move block2mtd to block.mk
...
SVN-Revision: 21134
2010-04-24 13:45:05 +00:00
Nicolas Thill
cccc72df2c
package/kernel: sort block package definitions
...
SVN-Revision: 21133
2010-04-24 13:43:30 +00:00
Nicolas Thill
484051d055
package/kernel: move target specific modules to their own target files
...
SVN-Revision: 21132
2010-04-24 13:34:51 +00:00
Nicolas Thill
4d773ec4d1
package/kernel: allow additional dependencies as arguments to AddDepends macros
...
SVN-Revision: 21128
2010-04-24 12:29:50 +00:00
Nicolas Thill
0655bed93c
package/kernel: set correct submenu entry for NLS packages
...
SVN-Revision: 21127
2010-04-24 12:17:50 +00:00
Nicolas Thill
f02dad6aca
package/kernel: sort FS package definitions
...
SVN-Revision: 21126
2010-04-24 12:09:30 +00:00
Nicolas Thill
75534ab4ae
package/kernel: move NLS modules to their own file & submenu
...
SVN-Revision: 21125
2010-04-24 11:50:44 +00:00
Nicolas Thill
194b6b20ea
package/kernel: rename KernelPackage/*/Depends to AddDepends/*
...
SVN-Revision: 21124
2010-04-24 11:42:17 +00:00
Nicolas Thill
2bd16b6e18
package/kernel: load target specific modules .mk files after generic ones
...
SVN-Revision: 21123
2010-04-24 11:41:35 +00:00
Nicolas Thill
e9dcaa6a13
package/kernel: use macros for hid & input
...
SVN-Revision: 21120
2010-04-24 11:01:06 +00:00
Alexandros C. Couloumbis
acb329137e
fix kmod-nls-base dependency with usb-core ( #6753 )
...
SVN-Revision: 21114
2010-04-23 15:50:28 +00:00
Jo-Philipp Wich
b1e7cd577b
cleanup Makefiles ( #7212 )
...
SVN-Revision: 21107
2010-04-23 11:27:29 +00:00
Jo-Philipp Wich
62c8bfcbbd
kernel: package cypress m8 usb-to-serial module ( #7210 )
...
SVN-Revision: 21104
2010-04-23 10:55:26 +00:00
Nicolas Thill
9d7068ebdc
package/kernel: use macros for kmod-rfkill depends
...
SVN-Revision: 21102
2010-04-23 04:08:26 +00:00
Nicolas Thill
5034b75865
package/kernel: introduce a new file that will be sourced first and holding complex dependencies spread over multiple files, use it for kmod-crc16
...
SVN-Revision: 21101
2010-04-23 04:01:03 +00:00
Hauke Mehrtens
8c0ee9484b
gigaset: build gigaset with isdn4linux support
...
SVN-Revision: 20997
2010-04-18 18:24:34 +00:00
Gabor Juhos
9fb0688893
package/modules: package isp116x-hcd driver
...
Cc: backfire@openwrt.org
SVN-Revision: 20934
2010-04-16 18:40:15 +00:00
Jo-Philipp Wich
7e29eac780
- enable PCI - add kmod-pcnet32 to default packages - make kmod-pcnet32 available for malta target
...
SVN-Revision: 20923
2010-04-16 11:34:21 +00:00
Nicolas Thill
5a1b5c9fe9
package/kernel: add dependencies on kmod-crc16 and kmod-rfkill to kmod-bluetooth ( closes : #7063 )
...
SVN-Revision: 20913
2010-04-16 10:44:11 +00:00
Nicolas Thill
8b5bc8a9b3
package/kernel: remove references to old TARGET_olpc now that it has been merged with TARGET_x86
...
SVN-Revision: 20905
2010-04-16 09:15:02 +00:00
Nicolas Thill
f1eb6dd095
package/kernel: add dependency on kmod-input-core to kmod-sound-core ( closes : #7140 )
...
SVN-Revision: 20901
2010-04-16 03:52:49 +00:00
Nicolas Thill
83e4e40e22
package/kernel: add missing modules autoloading for kmod-ipsec, kmod-ipsec4 & kmod-ipsec6 (partially closes : #7164 )
...
SVN-Revision: 20893
2010-04-16 00:08:52 +00:00
Florian Fainelli
2de2c9ead2
add kmod-ata-pdc202xx-old ( #6950 )
...
SVN-Revision: 20808
2010-04-11 18:39:03 +00:00
Florian Fainelli
7258f9e4ba
fix kmod-crc16 loading ( #6949 )
...
SVN-Revision: 20807
2010-04-11 18:38:56 +00:00
Florian Fainelli
15e8d2e0b7
add net5501 support
...
This patch brings up the net5501 platform.
Note that the x86/ target included support for all x86/ class
processors. That's not technically correct. This should be constrained
only to the "generic" subtarget. Every x86-class target that isn't
generic should be able to select only the optimizations/capabilities
applicable to that architectural variant.
It's also assumed that all x86 processors have keyboard & mouse ports,
ISA, DMI, ACPI... the embedded ones typically don't. Again, moving
that to the generic subtarget.
Fortunately, this was a fairly benign tweak.
The net5501 board includes the following logic:
Geode/LX processor
CS5535 super-I/O chip
PC87360 sensor chip
Via Rhine Ethernet controllers
Via Sata controllers
USB, LEDS, I2C
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 20794
2010-04-11 12:36:55 +00:00
Nicolas Thill
79897ae09a
netfilter: fix extension list in package descriptions ( closes : #7045 )
...
SVN-Revision: 20694
2010-04-04 12:40:06 +00:00
Nicolas Thill
90888d6b35
kernel: move support for generic IDE chipsets out of ide-core in their own packages, fix ixp4xx build issue ( closes : #6939 )
...
SVN-Revision: 20664
2010-04-03 01:36:27 +00:00
Hauke Mehrtens
23c3cdcd66
kernel: fix dependencies for x86 target
...
kmod-hid and kmod-input-core are directly build into the kernel for the
x86 target. No package on x86 should depend on it.
This fixes #6963
SVN-Revision: 20590
2010-03-29 21:02:14 +00:00
Nicolas Thill
39ee357098
ps3: move ps3lan kmod under target/linux/ps3
...
SVN-Revision: 20533
2010-03-28 03:29:22 +00:00
Hamish Guthrie
8356fc0b8e
Create kernel module for PS3 networking
...
SVN-Revision: 20447
2010-03-26 14:11:01 +00:00
Nicolas Thill
4ea6e1c968
kernel: move yenta_socket to kmod-pcmcia-core on 2.4, mark kmod-pcmcia-yenta as 2.6 only, move CONFIG_PCCARD_NONSTATIC from kmod-pcmcia-core to kmod-pcmcia-yenta KCONFIG
...
SVN-Revision: 20436
2010-03-26 10:09:13 +00:00
Nicolas Thill
04dd1fc593
kernel: fix kmod-crypto-misc on 2.4
...
SVN-Revision: 20413
2010-03-25 05:15:25 +00:00
Florian Fainelli
023067da16
fix typo in gspa sn9c20x autoload line, patch from Chris Li
...
SVN-Revision: 20409
2010-03-24 23:33:50 +00:00
Jo-Philipp Wich
75b8822733
kernel: fix xen-fbdev description This patch fixes the description for KernelPackage xen-fbdev caused by a typo in xen.mk.
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 20389
2010-03-23 15:24:54 +00:00
Hauke Mehrtens
4dd46dd8a4
kernel: fix some documentation
...
SVN-Revision: 20362
2010-03-21 19:12:36 +00:00
Florian Fainelli
479ff12fae
fix path to the orinoco pcmcia driver, thanks hauke
...
SVN-Revision: 20357
2010-03-21 17:56:19 +00:00
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
3b61c2c2b1
now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the board name around in kmod-* package versions anymore
...
SVN-Revision: 17528
2009-09-06 17:26:37 +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
ab04e16a1a
don't fail if there are no modules.mk under ./target/linux/
...
SVN-Revision: 12675
2008-09-23 20:45:40 +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