Felix Fietkau
a2ba826425
"default-on" LED Trigger
...
The current LED subsystem always initialises LEDs in the OFF state. This is fine for most LEDs but some should be on right from boot (e.g. POWER LED). Following some discussion with the LED subsystem maintainers, a trigger was recommended as the best way to implement this functionality.
Here is a patch to add a new trigger "default-on" which will initialise an LED in the ON state. It is not compiled by default.
Particular thanks to Rod Whitby for all his help with this.
Signed-off-by: Nick Forbes <nick.forbes@incepta.com>
SVN-Revision: 10348
17 years ago
Felix Fietkau
db8fd48426
kernel: add a default for CONFIG_NEW_GPIO
...
SVN-Revision: 10278
17 years ago
John Crispin
0844d5fe49
add generic gpio char dev for CONFIG_GENERIC_GPIO archs
...
SVN-Revision: 10261
17 years ago
Felix Fietkau
7fedac059c
add missing kconfig entry
...
SVN-Revision: 10182
17 years ago
Tim Yardley
59a715fdd5
updated layer7 to 2.15.. current is 2.16.1, i might bump again, this has been uncommitted for a bit
...
SVN-Revision: 9674
17 years ago
Felix Fietkau
691be1ebe3
add missing kernel config symbol
...
SVN-Revision: 9668
17 years ago
Felix Fietkau
ba85de21e9
add missing config symbols for ide on broadcom 4780
...
SVN-Revision: 9558
17 years ago
Felix Fietkau
4db640a503
disable pci ide irq sharing by default - probably causes issues on alix (unconfirmed)
...
SVN-Revision: 9527
17 years ago
Felix Fietkau
fa2828f9e5
move a few config options to the generic templates to avoid kernel config questions
...
SVN-Revision: 9510
17 years ago
Gabor Juhos
6310dc873b
add default option for the OTi-6858 USB serial device ( closes #2631 )
...
SVN-Revision: 9484
17 years ago
Felix Fietkau
6e69adb9e6
disable the in-kernel mac80211 and cfg80211 will be built externally
...
SVN-Revision: 9289
17 years ago
Felix Fietkau
30007a5e6c
move a few config symbols to the 2.6.23 template
...
SVN-Revision: 9288
17 years ago
Felix Fietkau
a5164cf41b
disable CONFIG_LOCALVERSION_AUTO - it breaks insmod
...
SVN-Revision: 9278
17 years ago
Felix Fietkau
069032243a
move a few kconfig options from atheros to generic-2.6
...
SVN-Revision: 9273
17 years ago
Gabor Juhos
4e05416c39
netfilter/ipset cleanups * rename patches to follow our naming conventions * update ipset patches with revision 7096 of [ https://svn.netfilter.org/netfilter/trunk/patch-o-matic-ng pom] * add CONFIG_IP_NF_SET_IPTREEMAP to default kernel configs * add ip_set_iptreemap to include/netfilter.mk * update kmod-ipt-ipset module description
...
SVN-Revision: 9269
17 years ago
Gabor Juhos
671469ec17
update generic 2.6.23 config
...
SVN-Revision: 9256
17 years ago
Eugene Konev
6efb8c8df8
add generic 2.6.23 patches and config
...
SVN-Revision: 9114
17 years ago
Gabor Juhos
962738bdac
make morse LED trigger available for all platforms
...
SVN-Revision: 9055
17 years ago
Nicolas Thill
0bf90f2a0d
add ipv6 conntrack support ( closes : #2192 )
...
SVN-Revision: 8984
17 years ago
Nicolas Thill
5f0272d618
move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
...
SVN-Revision: 8980
17 years ago
Felix Fietkau
b4142edc77
make ATM_DRIVERS default to n
...
SVN-Revision: 8967
17 years ago
Nicolas Thill
fec4d9ee3c
add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP ( closes : #2297 , thanks to aorlinsk), sync 2.4 / 2.6 kconfigs.
...
SVN-Revision: 8955
17 years ago
Nicolas Thill
926e05ef37
build IPsec transports as modules, rename kmod-ipip to kmod-iptunnel4 and add kmod-iptunnel6.
...
SVN-Revision: 8862
17 years ago
Felix Fietkau
abbe02e2fb
enable jffs2 summary for faster mount time
...
SVN-Revision: 8846
17 years ago
Florian Fainelli
8505138db8
Add some EHCI related symbols when usb is selected
...
SVN-Revision: 8686
17 years ago
Nicolas Thill
939c7224a2
build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-t
...
SVN-Revision: 8559
17 years ago
Florian Fainelli
e384acd55d
Add the icplus phy patch, will be required for the r6040 driver later, thanks to Daniel Gimpelevich
...
SVN-Revision: 8470
17 years ago
Florian Fainelli
875475af7d
Compile crc itu-t as a module
...
SVN-Revision: 8449
17 years ago
Felix Fietkau
7f04ef6341
disable romfs, nothing uses it
...
SVN-Revision: 8430
17 years ago
Florian Fainelli
0a72fc6dff
Add CONFIG_HID to not set by default
...
SVN-Revision: 8304
18 years ago
Florian Fainelli
c09d4cec7d
Fix the remaining kernel config options ( #2102 )
...
SVN-Revision: 8276
18 years ago
Florian Fainelli
f1b2dbceb2
Add the 93cx6 patch to generic-2.6, correctly fix dependencies on the rt2x00 drivers (thanks to Daniel Gimpelevich)
...
SVN-Revision: 8200
18 years ago
Felix Fietkau
700067c881
fix yealink kmod compile
...
SVN-Revision: 8089
18 years ago
Felix Fietkau
7705412da1
fix kmod-pwc compile
...
SVN-Revision: 8088
18 years ago
Gabor Juhos
934a641058
clean of the rootfs_split patch
...
SVN-Revision: 8047
18 years ago
Felix Fietkau
2255889b03
add missing config symbols
...
SVN-Revision: 8035
18 years ago
Felix Fietkau
a52d2e2214
disable a few things that are not packaged yet
...
SVN-Revision: 8030
18 years ago
Felix Fietkau
8e42553971
dynamically enable/disable kernel config options for kmod packages based on build system config
...
SVN-Revision: 8026
18 years ago
Felix Fietkau
56ac6f5bea
disable __must_check by default
...
SVN-Revision: 7996
18 years ago
Felix Fietkau
10a781acf2
brcm47xx-2.6: update for 2.6.22-rc5
...
SVN-Revision: 7699
18 years ago
Felix Fietkau
b94b11e11e
minor kernel config sync
...
SVN-Revision: 7690
18 years ago
Felix Fietkau
f019ac4dc9
prepare for the transition to linux 2.6.22 - make it possible to override the kernel version in the target makefile
...
SVN-Revision: 7644
18 years ago
Felix Fietkau
2801c15eaa
more kernel config cleanup
...
SVN-Revision: 7412
18 years ago
Mike Baker
76ffe92fe7
fix the damn kernel config
...
SVN-Revision: 7411
18 years ago
Florian Fainelli
8831f0da3a
Add support for USB HID ( #1322 )
...
SVN-Revision: 7360
18 years ago
Florian Fainelli
a2710a9eff
Add yealink usb phone kernel packages
...
SVN-Revision: 7359
18 years ago
Felix Fietkau
cef4e6112c
sync atheros-2.6 config, move parts to the generic config
...
SVN-Revision: 7348
18 years ago
Felix Fietkau
e96de53782
enable TCPMSS target by default
...
SVN-Revision: 7343
18 years ago
Imre Kaloz
022ac5019d
fix Magicbox for .21 and convert to the new structure
...
SVN-Revision: 7328
18 years ago
Imre Kaloz
15386a1583
aruba fixes, work in progress
...
SVN-Revision: 7324
18 years ago