Commit Graph

195 Commits (cb9821611fc83aff6880aed89088a7a8a45ecd29)

Author SHA1 Message Date
Florian Fainelli 573f15826d kmod-sctp: Add SCTP kernel support
This adds a new kmod-sctp option that enables support of SCTP in 2.6x
kernels.
The patch also contains a small cleanup in the dependencies.

Signed-off-by: Sebastien Decugis <sdecugis@nict.go.jp>

SVN-Revision: 22917
14 years ago
Florian Fainelli 4331584485 add cpu msr kernel module package
This adds a separate kernel package for x86 cpu msr support.
MSR module is needed e.g. when updating coreboot bios on alix boards.

Signed-off-by: Roman Yeryomin <roman@advem.lv>

SVN-Revision: 22890
14 years ago
Felix Fietkau 0f64b1d870 kernel: speed up building kernel packages by getting rid of unnecessary CompareKernelPatchVer calls
SVN-Revision: 22724
14 years ago
Hamish Guthrie 6953ce8a47 Add HCI_UART_H4 support (required by Gumstix Overo)
SVN-Revision: 22572
14 years ago
Claudio Mignanti 3f25930247 pwm: export the generic pwm api as module
SVN-Revision: 22297
14 years ago
Claudio Mignanti 2d86ea7bf3 massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
14 years ago
Claudio Mignanti bbcb9de935 Add package for gpio rotary encoder
SVN-Revision: 22144
14 years ago
Claudio Mignanti 828919b2ba Add package for gpio-pwm
SVN-Revision: 22143
14 years ago
Felix Fietkau ff3d5025ac remove obsolete kernel dependencies and version checks
SVN-Revision: 21956
14 years ago
Felix Fietkau 543d870e82 remove linux 2.4 support from several packages
SVN-Revision: 21954
14 years ago
Florian Fainelli dc5248c47b add kmod-gpio-nxp-74hc164 for brcm63xx only
SVN-Revision: 21771
14 years ago
Nicolas Thill 0a9999bc19 package/kernel: renable kmod-input on 2.4 (closes: #7063)
SVN-Revision: 21262
14 years ago
Nicolas Thill 36ee230fca package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 only
SVN-Revision: 21251
14 years ago
Nicolas Thill b233ad6626 move kmod-lp package defition specific to brcm-2.4 to package/kernel
SVN-Revision: 21247
14 years ago
Nicolas Thill 87984ac644 package/kernel: sort package definitions in other.mk
SVN-Revision: 21140
14 years ago
Nicolas Thill 0020915ee5 package/kernel: add another round of missing bits from [21137] & [21138] (oops again)
SVN-Revision: 21139
14 years ago
Nicolas Thill 0acadb2fbe package/kernel: add missing bits from [21137] (oops)
SVN-Revision: 21138
14 years ago
Nicolas Thill 37b02afe6a package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog module names
SVN-Revision: 21137
14 years ago
Nicolas Thill b1b2b04639 package/kernel: move PCMCIA modules to their own file & submenu
SVN-Revision: 21136
14 years ago
Nicolas Thill 014b05878d package/kernel: move pcspkr to sound.mk
SVN-Revision: 21135
14 years ago
Nicolas Thill 225ab2533f package/kernel: move block2mtd to block.mk
SVN-Revision: 21134
14 years ago
Nicolas Thill 484051d055 package/kernel: move target specific modules to their own target files
SVN-Revision: 21132
14 years ago
Nicolas Thill e9dcaa6a13 package/kernel: use macros for hid & input
SVN-Revision: 21120
14 years ago
Nicolas Thill 9d7068ebdc package/kernel: use macros for kmod-rfkill depends
SVN-Revision: 21102
14 years ago
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
14 years ago
Nicolas Thill 5a1b5c9fe9 package/kernel: add dependencies on kmod-crc16 and kmod-rfkill to kmod-bluetooth (closes: #7063)
SVN-Revision: 20913
14 years ago
Nicolas Thill 8b5bc8a9b3 package/kernel: remove references to old TARGET_olpc now that it has been merged with TARGET_x86
SVN-Revision: 20905
14 years ago
Florian Fainelli 7258f9e4ba fix kmod-crc16 loading (#6949)
SVN-Revision: 20807
14 years ago
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
14 years ago
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
14 years ago
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
15 years ago
Nicolas Thill c3ddcedf4a kernel: fix kmod-pcmcia-yenta on 2.4
SVN-Revision: 20147
15 years ago
Gabor Juhos 945cfb9059 package: add module for the RB750 LED driver
SVN-Revision: 20052
15 years ago
Felix Fietkau 61c2b29295 mark relevant kmod-* packages as being required for rootfs mounting (patch by cshore)
SVN-Revision: 19879
15 years ago
Felix Fietkau 19d6a9ce6a kernel: add a package for block2mtd
SVN-Revision: 19665
15 years ago
Imre Kaloz c272d54969 add kernel packages for the ixp4xx-beeper and appletalk -- closes #6618
SVN-Revision: 19497
15 years ago
Felix Fietkau 39b2af1f5b remove obsolete dependencies and checks
SVN-Revision: 19292
15 years ago
Nicolas Thill 04ba8ab358 kernel: remove even more calls to CompareKernelPatchVer
SVN-Revision: 19057
15 years ago
Florian Fainelli 5acf538f13 enable hso on ar71xx (#6432)
SVN-Revision: 18995
15 years ago
Florian Fainelli 1c5bc31e17 fix bluetooth and ide breakage after r18955 (#6422)
SVN-Revision: 18972
15 years ago
Florian Fainelli b6f5eeb1ee fix wrong paths after r18955.
SVN-Revision: 18957
15 years ago
Imre Kaloz 29a020ffb3 remove handling of older unsupported kernels
SVN-Revision: 18955
15 years ago
Jo-Philipp Wich c74fe3cfff kernel: fix typo that prevents autoloading of the rdc321x_wdt driver
SVN-Revision: 18767
15 years ago
Gabor Juhos 731837aa8e modules: package the leds-wndr3700-usb driver
SVN-Revision: 18759
15 years ago
Florian Fainelli 6891ad6ef6 CONFIG_RFKILL_INPUT is a boolean
SVN-Revision: 18634
15 years ago
Felix Fietkau a4081ecb34 oops, forgot the autoload
SVN-Revision: 18319
15 years ago
Felix Fietkau c386747269 fix kmod-leds-alix (#6079, #6105)
SVN-Revision: 18318
15 years ago
Florian Fainelli 40754b4525 make rdc321-wdt become a package, saves some space in the kernel
SVN-Revision: 18298
15 years ago
John Crispin 2bbb05cc5e fixes bluetooth dependency, thx sn9
SVN-Revision: 18213
15 years ago
John Crispin b2cd5b2e0d fixes DEPENDS of SSB module, thx sn9
SVN-Revision: 18196
15 years ago