Gabor Juhos
901317f935
fix compile errors in USB driver under 2.6.27
...
SVN-Revision: 12891
16 years ago
Felix Fietkau
6fdb738d10
don't register GPIO 0 as LED. it drives the chip select line of the SPI flash on most AR2317 boards. fixes strange jffs2 errors on bootup
...
SVN-Revision: 12881
16 years ago
Gabor Juhos
19fd45301c
update mini_fo fix for 2.6.27
...
SVN-Revision: 12875
16 years ago
Gabor Juhos
5d46bb5efc
make gpio_dev compatible with GPIOLIB & GPIO_SYSFS ( closes #4016 )
...
SVN-Revision: 12864
16 years ago
Gabor Juhos
6bfeb81548
experimental support for 2.6.27
...
SVN-Revision: 12863
16 years ago
Gabor Juhos
eed889b77b
2.6.27: revert case insensitive match support in xt_string while we are using iptables-1.4.0
...
SVN-Revision: 12862
16 years ago
Gabor Juhos
d90429dcaf
fix a typo in the generic 2.6.27 config
...
SVN-Revision: 12861
16 years ago
Gabor Juhos
b4d1994bed
move some 2.6.27 config stuff to generic
...
SVN-Revision: 12860
16 years ago
Gabor Juhos
296a038de9
experimental support for 2.6.27
...
SVN-Revision: 12859
16 years ago
Gabor Juhos
12701b1d25
refresh 2.6.27 patches based on -rc8
...
SVN-Revision: 12858
16 years ago
Gabor Juhos
fd03974e36
backport cevt-r4k fixes from mainline
...
SVN-Revision: 12857
16 years ago
Peter Denison
3edacc961c
Add workaround for eth0/1 PHY on WRTSL54GS
...
SVN-Revision: 12829
16 years ago
Felix Fietkau
fe1570e63b
CONFIG_NF_CT_ACCT is deprecated in 2.6.27
...
SVN-Revision: 12819
16 years ago
Gabor Juhos
b4e9e7ae45
forgot the kernel pacthes for the watchdog driver
...
SVN-Revision: 12816
16 years ago
Gabor Juhos
3994f8e4c3
add hardware watchdog driver
...
SVN-Revision: 12810
16 years ago
Florian Fainelli
6e44b5c9c1
Delete 2.6.24 files for OLPC
...
SVN-Revision: 12806
16 years ago
Florian Fainelli
12f3b7feab
Do not override classifier kernel configuration symbols
...
SVN-Revision: 12805
16 years ago
Felix Fietkau
77703482ff
move some 2.6.27 config stuff from ixp to generic, use slab instead of slub by default (slub crashes early on), enable kallsyms for now until the target is stable
...
SVN-Revision: 12800
16 years ago
Felix Fietkau
af5fbc893b
as discussed on irc: revert config-default->config-2.6.26 rename
...
SVN-Revision: 12798
16 years ago
Felix Fietkau
bc92b67c41
port generic and ixp4xx kernel patches to 2.6.27 (compiles except for iptables, but otherwise completely untested)
...
SVN-Revision: 12790
16 years ago
Felix Fietkau
9b2097af21
ixp4xx: rename config-default to config-2.6.26
...
SVN-Revision: 12789
16 years ago
Felix Fietkau
eb6f02a23f
ixp4xx: remove 2.6.25 patches
...
SVN-Revision: 12788
16 years ago
Felix Fietkau
fc59ffea21
fix ar2315 watchdog restart (patch from #3953 )
...
SVN-Revision: 12775
16 years ago
Gabor Juhos
dcca20be51
2.6.25/2.6.26: fix compiler warning in imq.c
...
SVN-Revision: 12770
16 years ago
Andy Boyett
c514c50057
create a profile for brcm47xx and ixp4xx
...
SVN-Revision: 12744
16 years ago
Andy Boyett
74a598a426
make b43 the default profile
...
SVN-Revision: 12743
16 years ago
Lars-Peter Clausen
8186dcaa7d
Remove 2.6.23 config, files and patches from olpc target.
...
SVN-Revision: 12742
16 years ago
Lars-Peter Clausen
41ac00278f
Update olpc target kernel to 2.26.5.
...
SVN-Revision: 12740
16 years ago
Lars-Peter Clausen
50dd431344
Generate olpc.fth depending on the target image type.
...
SVN-Revision: 12732
16 years ago
Florian Fainelli
5718709711
Fix reference to the old and replaced kmod-rt61
...
SVN-Revision: 12723
16 years ago
Gabor Juhos
821170133f
update to 2.6.26.5 and 2.6.25.17
...
SVN-Revision: 12718
16 years ago
Gabor Juhos
31d6fde17f
sync kernel config
...
SVN-Revision: 12712
16 years ago
Gabor Juhos
3b7f041bce
sync kernel config
...
SVN-Revision: 12711
16 years ago
Nicolas Thill
e812557612
add gpio related config symbols to generic config
...
SVN-Revision: 12710
16 years ago
Gabor Juhos
3c8963aa9b
remove broken status from the Big Endian subtarget
...
SVN-Revision: 12708
16 years ago
John Crispin
d58b9ba0d0
add gpio_is_valid(); ifxmips, mmc_gpio was not building correctly
...
SVN-Revision: 12704
16 years ago
Nicolas Thill
3616f2d48c
disable CONFIG_USB_SUPPORT on avr32
...
SVN-Revision: 12700
16 years ago
Felix Fietkau
71b68efe91
sysupgrade for adm5120
...
Sysupgrade adapted from the bcm47xx one.
Add a hook to disable watchdog before upgrading.
Signed-off-by: Frédéric Moulins <ffrrrr@gmail.com>
SVN-Revision: 12694
16 years ago
Nicolas Thill
59a058534c
move CONFIG_MEDIA_ATTACH & CONFIG_VIDEO_ALLOW_V4L1 to generic config and disable the later (deprecated Video for Linux API v1)
...
SVN-Revision: 12692
16 years ago
Nicolas Thill
3029c2fd53
disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable it on targets where USB is supported
...
SVN-Revision: 12690
16 years ago
Nicolas Thill
1990fc90fd
allow SDK to install trunk packages with scripts/feeds & build them, instead of trying to embed precompiled ones ( closes : #3097 )
...
SVN-Revision: 12689
16 years ago
Nicolas Thill
73bbafd32a
don't override netfilter configuration on storm
...
SVN-Revision: 12686
16 years ago
Nicolas Thill
2def3b5f01
add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23
...
SVN-Revision: 12684
16 years ago
Nicolas Thill
4a5ee15bde
add missing CONFIG_SPI_DEBUG symbol
...
SVN-Revision: 12683
16 years ago
Nicolas Thill
94d41bca72
build 'IPsec BEET mode' as a module on storm
...
SVN-Revision: 12680
16 years ago
Felix Fietkau
065306a9a8
fix small logic error in x86 sysupgrade script, which prevented upgrades from jffs2 to squashfs ( #3321 )
...
SVN-Revision: 12672
16 years ago
Felix Fietkau
c3ae8337f4
AR7 watchdog supports magic close
...
This patch adds the magic close flag (stopping the watchdog on an expected close
by wrting 'V' to the device before closing it) to the watchdogs list, which the
AR7 watchdog code actually supports.
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 12666
16 years ago
Gabor Juhos
cd9ca196b6
experimental support for the Motorola MU Gateway
...
SVN-Revision: 12662
16 years ago
Felix Fietkau
f47a4a58c5
fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based config append optional (leave enabled on x86)
...
SVN-Revision: 12657
16 years ago
Gabor Juhos
6ce27efe73
add board specific UART registration
...
SVN-Revision: 12654
16 years ago