jogo
24b9c98e3a
package/kernel: invert dependencies for current kernel features
...
Instead of depending on new kernel versions, depend on not having one
of the older ones (or vice versa for modules removed in current kernels).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27934 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-09 12:19:27 +00:00
hauke
28e67957c4
kernel: add bcma package
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27732 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-23 11:17:36 +00:00
blogic
04c0360c78
add kmod definitions for at24(i2c) and at25(spi) eeproms
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-03 17:23:36 +00:00
cshore
abe3b3c585
[x86] package/kernel/modules: Alexandros pointed me at this patch, and I noted that not only the MFGPT module but also the new GPIO driver both rely on the mfd_core functionality to operate correctly.
...
Signed-off-by: Alexandros C. Couloumbis <alex@ozo.com>
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27372 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-03 03:14:58 +00:00
cshore
33241d2031
[x86] Revert "Like the earlier mfgpt patch, the new GPIO drivers also require the MFD driver to be present for the BAR's to be mapped."
...
This reverts commit c485487b63d1c1de72a375f1278d8a98546ba3af.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27370 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-03 03:14:51 +00:00
cshore
9b1189e191
Like the earlier mfgpt patch, the new GPIO drivers also require the MFD driver to be present for the BAR's to be mapped.
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-03 03:14:48 +00:00
rwhitby
986196ebae
package/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful kmod-bluetooth compile.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27201 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-17 11:21:16 +00:00
hauke
6e8223e0dd
package/kernel: Update version dependencies and kmods for linux 3.0
...
Also disable rtc-core for now since this changed to a bool, now directly
used in the kernel if enabled.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27186 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-15 21:12:49 +00:00
nbd
17982e54d4
x86: remove pata-amd driver from generic x86 images, add addition cs553x modules
...
The pata-cs5535/pata-cs5536 driver is actually fairly rare: it only gets used on embedded platforms. Therefore, we remove it from the generic x86 configuration.
Also, add definitions for other useful geode modules (high-res timers, MFGPT timers, etc).
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27037 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-31 16:57:01 +00:00
hauke
31c95ff1eb
kernel: generic: Update 2.6.39 to final
...
* Add missing config symbols
* Update package/kernel for 2.6.39
CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module.
Thank you Jonas Gorski for the patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27010 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-25 19:51:40 +00:00
acinonyx
5d02fa2bd3
package/kernel: Remove $(KMOD_SUFFIX) usage
...
Since there's only 2.6 in trunk $(KMOD_SUFFIX) can be safely replaced with
ko for all mainline kernel modules.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26900 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-15 09:37:24 +00:00
blogic
a375812a88
[kernel/modules]
...
package/kernel/modules/other.mk is getting big enough that putting the LEDs stuff into its own file makes sense.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26868 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-09 20:28:04 +00:00
acinonyx
79d6834581
[package] kernel/modules: Add "Libraries" submenu and move library packages there
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26635 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-12 23:18:48 +00:00
juhosg
4faaed949e
package/kernel: add module for the gpio_keys_polled driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-12 09:29:14 +00:00
hauke
b722ce28af
kernel: do not build gpiolib into the kernel
...
fix for r26570.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26574 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-10 10:28:30 +00:00
hauke
3d37807283
kernel: add symbols, small fixes
...
* Some module should be loaded later to load them after the modules they are depending on
* add some more missing config symbols
* make CS5535 build again
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26570 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-09 23:34:20 +00:00
juhosg
341f2c4ead
package/kernel: package heartbeat LED trigger
...
Patch-by: Nikolay Martynov <mar.kolya@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26120 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 15:08:33 +00:00
mb
f96b92c0c3
omap24xx: Add config option for n810 bluetooth driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25934 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-07 16:14:10 +00:00
nbd
ec4b08c1c1
add kmod-oprofile to package/kernel
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25690 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-24 01:11:16 +00:00
florian
78b3702cb8
[package] switch to newer CS5535 GPIO driver, patch from Philip Prindeville
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-20 19:59:29 +00:00
florian
2d96209135
[package] add Marvell orion watchdog timer module
...
This patch adds kernelmodule for watchdog timer on platform orion.
Signed-off-by: Michael Kämmerer <mrk_at_h3c_._de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-20 17:24:20 +00:00
jow
cff50cbe16
[package] kernel: remove bogus LINUX_2_6 dependency, thanks KanjiMonster for spotting this
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-19 18:11:31 +00:00
mb
5e6af80dcc
n810: Support modular battery management
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25422 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-08 17:25:02 +00:00
jow
d2983aa0be
[package] kernel: fix packaging of kmod-cs5535-gpio, thanks Philip Prindeville
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24950 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-09 22:25:15 +00:00
juhosg
cbb8a432c4
package/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24853 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-29 18:08:24 +00:00
juhosg
f7a210d168
generic: add LED trigger for USB device presence/activity
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24646 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-17 17:10:11 +00:00
juhosg
a5e2750f20
ar71xx: add rtc modules for nbg460n
...
This adds the rtc-class and rtc-pcf8563 modules for the
real time clock used in the NBG460N/550N/550NH.
Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24420 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-10 15:17:06 +00:00
claudio
353c5301c0
[package] Add package for ledtrigger netfilter
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23902 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-06 21:08:41 +00:00
claudio
de00929dae
[package] Add package for ledtrigger gpio
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-06 21:05:37 +00:00
florian
cf5ff97899
[package] add kmod-leds-net5501
...
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-30 22:35:59 +00:00
florian
f84ac6cfd8
[package] prefer the cs5535 gpiolib driver after 2.6.32
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-30 22:35:54 +00:00
hcg
a9993e8d63
[packages] kernel: Add kernel module for OMAP WDT
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23689 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-28 08:50:43 +00:00
florian
672815cf95
[package] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22917 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 18:06:49 +00:00
florian
a3eeda1387
[x86] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22890 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 16:03:20 +00:00
nbd
67dac5cad6
kernel: speed up building kernel packages by getting rid of unnecessary CompareKernelPatchVer calls
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-19 12:49:56 +00:00
hcg
1c1a3a7f98
[kmod-bluetooth] Add HCI_UART_H4 support (required by Gumstix Overo)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22572 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-10 07:55:25 +00:00
claudio
dba337333d
[kernel] pwm: export the generic pwm api as module
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-19 21:14:24 +00:00
claudio
ae57d8838c
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-12 14:06:13 +00:00
claudio
d63165a48d
[kernel] Add package for gpio rotary encoder
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22144 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-12 13:20:04 +00:00
claudio
4747359497
[kernel] Add package for gpio-pwm
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22143 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-12 13:20:01 +00:00
nbd
5b8b96e823
remove obsolete kernel dependencies and version checks
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 20:44:28 +00:00
nbd
fef81766d0
remove linux 2.4 support from several packages
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 20:43:41 +00:00
florian
3d61140414
[package] add kmod-gpio-nxp-74hc164 for brcm63xx only
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21771 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-12 18:10:28 +00:00
nico
e98cf6be1b
package/kernel: renable kmod-input on 2.4 ( closes : #7063 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21262 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-29 16:04:19 +00:00
nico
eb30c3b7ce
package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 only
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21251 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-29 10:25:57 +00:00
nico
5c60dae018
move kmod-lp package defition specific to brcm-2.4 to package/kernel
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21247 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-29 03:57:55 +00:00
nico
308de87300
[cosmetic] package/kernel: sort package definitions in other.mk
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21140 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-24 15:21:54 +00:00
nico
da5b99cb76
package/kernel: add another round of missing bits from [21137] & [21138] (oops again)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21139 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-24 15:20:42 +00:00
nico
effae9f3dc
package/kernel: add missing bits from [21137] (oops)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21138 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-24 14:13:39 +00:00
nico
7716517d56
package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog module names
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-24 14:08:49 +00:00