Gabor Juhos
fb5d52ee9f
ar71xx: refresh 2.6.28 patches
...
SVN-Revision: 17694
2009-09-23 17:44:05 +00:00
Gabor Juhos
0eba7ba4ff
ar71xx: don't use mac_base2 in the ag71xx driver
...
SVN-Revision: 17693
2009-09-23 17:44:02 +00:00
Gabor Juhos
6ed55b43d7
ar71xx: remove some extern directives in the ag71xx driver
...
SVN-Revision: 17692
2009-09-23 17:43:57 +00:00
Felix Fietkau
a29453627d
merge missing updates to squashfs lzma support from 2.6.30 to 2.6.31
...
SVN-Revision: 17686
2009-09-23 13:32:13 +00:00
Gabor Juhos
f8da6ac9c6
kernel: refresh 2.6.30 patches
...
SVN-Revision: 17685
2009-09-23 12:05:48 +00:00
Gabor Juhos
1eeff91ada
uml: refresh patches
...
SVN-Revision: 17684
2009-09-23 12:05:44 +00:00
Gabor Juhos
60132f56f7
kernel: check return code of nla_parse in pcomp_lzma on 2.6.31
...
SVN-Revision: 17683
2009-09-23 09:30:31 +00:00
Felix Fietkau
6f4e700acd
when using -O2 instead of -Os, get rid of the two optimizations that are causing most of the extra bloat. brings kernel size close to the -Os size again
...
SVN-Revision: 17679
2009-09-22 18:00:35 +00:00
Felix Fietkau
0754070949
unlzma: fix a race condition and add some optimizations to improve performance also make peek_old_byte errors non-fatal
...
SVN-Revision: 17678
2009-09-22 18:00:28 +00:00
Jo-Philipp Wich
f20af38322
Implement a preliminary combined image format. - add sysupgrade support for combined images by providing a platform.sh backend - use the mtd fis partition table rewrite facility to resize partitions on demand - generate generic combined images for the atheros target
...
SVN-Revision: 17668
2009-09-22 01:09:04 +00:00
Lars-Peter Clausen
f2c1e05f37
Add 2.6.31 patches
...
SVN-Revision: 17665
2009-09-21 18:29:46 +00:00
Hamish Guthrie
59e3af45d1
Cleaned config-2.6.31 defaults for PPC
...
SVN-Revision: 17664
2009-09-21 14:06:38 +00:00
Felix Fietkau
87a8e8ac10
implement write support for partitions covering only a part of an eraseblock (buffer data that would otherwise be erased)
...
SVN-Revision: 17658
2009-09-21 09:58:36 +00:00
Felix Fietkau
239f30c87f
atheros: use the correct mtd erase callback in the spiflash driver
...
SVN-Revision: 17657
2009-09-21 09:58:30 +00:00
Florian Fainelli
b1f1f7c5a9
remove board name hack ( #5823 )
...
SVN-Revision: 17652
2009-09-20 16:06:53 +00:00
Felix Fietkau
672e12f960
add support for the Brain Fuck Scheduler v230 for 2.6.30 (disabled by default)
...
SVN-Revision: 17606
2009-09-19 13:15:20 +00:00
Lars-Peter Clausen
afb54c9789
Fix lzma cmd args.
...
SVN-Revision: 17604
2009-09-17 22:16:31 +00:00
Imre Kaloz
85fcc97a13
update to latest 2.6.27 and 2.6.30 kernels
...
SVN-Revision: 17602
2009-09-17 11:22:33 +00:00
Gabor Juhos
01bd609f11
adm5120: use netdev_ops on kernels >= 2.6.30 (based on a patch by Alexandros C. Couloumbis, closes #5846 )
...
SVN-Revision: 17601
2009-09-17 08:43:14 +00:00
Gabor Juhos
072ebb84e1
adm5120: refresh 2.6.30 patches
...
SVN-Revision: 17600
2009-09-17 08:43:11 +00:00
Felix Fietkau
43a802864a
Fix Buffalo WBR-G54 and WBR-B11 support (updated patch)
...
Signed-off-by: Roger Hardiman <roger@rjh.org.uk>
SVN-Revision: 17598
2009-09-16 18:14:29 +00:00
Felix Fietkau
dd88fdee33
atheros: disable CONFIG_COMPAT_NET_DEV_OPS, it is no longer necessary
...
SVN-Revision: 17595
2009-09-16 12:25:05 +00:00
Felix Fietkau
30e635c55b
move the updated version (for 2.6.30+) of ar8216/mvswitch to the generic files directory and remove patches for older kernel versions (no longer in use)
...
SVN-Revision: 17594
2009-09-16 12:24:46 +00:00
Felix Fietkau
8bf5ee0324
atheros: remove 2.6.28 support
...
SVN-Revision: 17593
2009-09-16 12:24:22 +00:00
Matteo Croce
41ab4d3021
ar71xx: preliminary Ubiquiti Bullet M support
...
SVN-Revision: 17586
2009-09-15 09:16:21 +00:00
Peter Denison
f09cdf822c
Backport arm ppoll()/pselect6() etc. implementation from linux-next@36984265a3
...
SVN-Revision: 17573
2009-09-12 20:37:26 +00:00
Gabor Juhos
1a60ab36d9
kernel: wrong image_cmdline patches has been sent by accidentaly, replace them
...
SVN-Revision: 17570
2009-09-11 08:15:55 +00:00
Florian Fainelli
031e6f65ba
update to 2.6.27.33
...
SVN-Revision: 17569
2009-09-11 07:45:08 +00:00
Gabor Juhos
6d8d5cddfd
kernel: add missing symbols to the 2.6.31 config
...
SVN-Revision: 17568
2009-09-10 19:12:08 +00:00
Gabor Juhos
47c0d7419f
kernel: get rid of the simple_prom_emulator, it is not really useful
...
SVN-Revision: 17567
2009-09-10 18:30:20 +00:00
Gabor Juhos
967cc718f8
ar71xx: rewrite prom code (based on a patch by Jeff Hansen)
...
SVN-Revision: 17566
2009-09-10 18:30:12 +00:00
Gabor Juhos
9040201ef5
rb532: use the generic image_cmdline hack
...
SVN-Revision: 17565
2009-09-10 18:30:09 +00:00
Gabor Juhos
211b8fd286
adm5120: use the generic image_cmdline hack
...
SVN-Revision: 17564
2009-09-10 18:30:06 +00:00
Gabor Juhos
d59f5b3a98
kernel: add generic image_cmdline hack to MIPS targets
...
SVN-Revision: 17563
2009-09-10 18:30:01 +00:00
Gabor Juhos
fee7b3530c
ar71xx: refresh patches
...
SVN-Revision: 17559
2009-09-10 13:37:34 +00:00
Gabor Juhos
c7d90d3dc4
kernel: add md5sum for 2.6.31 final, and refresh 2.6.31 patches
...
SVN-Revision: 17558
2009-09-10 13:37:31 +00:00
Gabor Juhos
7763c09a10
kernel: refresh 2.6.30 patches
...
SVN-Revision: 17557
2009-09-10 13:35:47 +00:00
Andy Boyett
22dfa7ae22
refresh patches
...
SVN-Revision: 17553
2009-09-10 10:06:35 +00:00
Andy Boyett
7c6ce66330
remove nat pptp conntracking patch
...
Patch 603-netfilter_nat_pptp.patch appears to be the cause of the
longstanding brcm-2.4 dnat off-by-one port forwarding bug. Months of
testing builds with this patch removed have not been able to reproduce
the issue.
The 603 patch is rather large and we (the OpenWrt developers) have not
been able to isolate the cause of the bug within the patch. The number
of people have actually use pptp nat conntracking is far less than
number of people that use port forwarding and as a result we must drop
this patch to ensure proper behavior for the majority of users.
SVN-Revision: 17552
2009-09-10 10:06:26 +00:00
Andy Boyett
29666ffa21
patches/607-netfilter_connmark: fix typo
...
SVN-Revision: 17551
2009-09-10 10:05:47 +00:00
Florian Fainelli
3ce53b8d92
update to 2.6.30.6, compile tested on some targets only
...
SVN-Revision: 17549
2009-09-09 07:35:06 +00:00
Florian Fainelli
43d0be69d7
update to 2.6.27.32
...
SVN-Revision: 17548
2009-09-09 07:13:09 +00:00
Gabor Juhos
376fba2698
ar71xx: add preliminary support for the RB-411U (thanks to Feher Zoltan for testing)
...
SVN-Revision: 17543
2009-09-08 19:16:15 +00:00
Florian Fainelli
b9c0291e32
prevent gpio-buttons registration failure
...
SVN-Revision: 17542
2009-09-08 15:24:06 +00:00
Gabor Juhos
04f8c5293d
ar71xx: the adm6996 phy driver does not work with the RouterStation, disable it until we find a better solution
...
SVN-Revision: 17539
2009-09-08 07:03:20 +00:00
Florian Fainelli
8ceff55a08
fix typos against the gpio buttons driver ( #5804 )
...
SVN-Revision: 17538
2009-09-07 18:17:45 +00:00
Michael Büsch
2b71a6167f
bcm47xx: Fix EHCI/OHCI dependencies
...
SVN-Revision: 17536
2009-09-06 21:15:12 +00:00
Michael Büsch
daa3c84109
bcm47xx: Fix EHCI/OHCI dependencies
...
SVN-Revision: 17535
2009-09-06 20:55:01 +00:00
Michael Büsch
caa8d2f9dc
Fix merge error
...
SVN-Revision: 17534
2009-09-06 20:43:44 +00:00
Michael Büsch
1941a86b15
bcm47xx: Port usb fixes to .30
...
SVN-Revision: 17533
2009-09-06 20:25:11 +00:00