summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2009-09-24brcm47xx - add cache workarounds to 2.6.28 (merged from 2.6.30), fixes ↵nbd
#4293, should fix #2374 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17710 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-24merge r17683 to 2.6.30nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-24atheros: add config and patches for 2.6.31 (untested), includes patch from #5847nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17700 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-24add bfs to linux 2.6.31nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23ar71xx: flush mii register writesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23ar71xx: refresh 2.6.28 patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23ar71xx: don't use mac_base2 in the ag71xx driverjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17693 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23ar71xx: remove some extern directives in the ag71xx driverjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17692 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23merge missing updates to squashfs lzma support from 2.6.30 to 2.6.31nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17686 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23kernel: refresh 2.6.30 patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17685 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23uml: refresh patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23kernel: check return code of nla_parse in pcomp_lzma on 2.6.31juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-22when using -O2 instead of -Os, get rid of the two optimizations that are ↵nbd
causing most of the extra bloat. brings kernel size close to the -Os size again git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17679 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-22unlzma: fix a race condition and add some optimizations to improve performancenbd
also make peek_old_byte errors non-fatal git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17678 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-22[atheros] Implement a preliminary combined image format.jow
- 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17668 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-21[s3c24xx] Add 2.6.31 patcheslars
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-21Cleaned config-2.6.31 defaults for PPChcg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-21implement write support for partitions covering only a part of an eraseblock ↵nbd
(buffer data that would otherwise be erased) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-21atheros: use the correct mtd erase callback in the spiflash drivernbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17657 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-20[imagebuilder] remove board name hack (#5823)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-19add support for the Brain Fuck Scheduler v230 for 2.6.30 (disabled by default)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17606 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-17Fix lzma cmd args.lars
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17604 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-17update to latest 2.6.27 and 2.6.30 kernelskaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-17adm5120: use netdev_ops on kernels >= 2.6.30 (based on a patch by Alexandros ↵juhosg
C. Couloumbis, closes #5846) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17601 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-17adm5120: refresh 2.6.30 patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17600 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-16Fix Buffalo WBR-G54 and WBR-B11 support (updated patch)nbd
Signed-off-by: Roger Hardiman <roger@rjh.org.uk> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-16atheros: disable CONFIG_COMPAT_NET_DEV_OPS, it is no longer necessarynbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17595 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-16move the updated version (for 2.6.30+) of ar8216/mvswitch to the generic ↵nbd
files directory and remove patches for older kernel versions (no longer in use) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17594 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-16atheros: remove 2.6.28 supportnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17593 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-15ar71xx: preliminary Ubiquiti Bullet M supportmatteo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17586 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-12Backport arm ppoll()/pselect6() etc. implementation from linux-next@36984265a3noz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17573 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-11kernel: wrong image_cmdline patches has been sent by accidentaly, replace themjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17570 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-11[kernel] update to 2.6.27.33florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17569 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10kernel: add missing symbols to the 2.6.31 configjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17568 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10kernel: get rid of the simple_prom_emulator, it is not really usefuljuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17567 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10ar71xx: rewrite prom code (based on a patch by Jeff Hansen)juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17566 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10rb532: use the generic image_cmdline hackjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17565 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10adm5120: use the generic image_cmdline hackjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17564 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10kernel: add generic image_cmdline hack to MIPS targetsjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17563 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10ar71xx: refresh patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17559 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10kernel: add md5sum for 2.6.31 final, and refresh 2.6.31 patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17558 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10kernel: refresh 2.6.30 patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17557 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10[generic-2.4] refresh patchesagb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17553 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10[generic-2.4] remove nat pptp conntracking patchagb
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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17552 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-10[generic-2.4] patches/607-netfilter_connmark: fix typoagb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17551 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-09[kernel] update to 2.6.30.6, compile tested on some targets onlyflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17549 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-09[kernel] update to 2.6.27.32florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17548 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-08ar71xx: add preliminary support for the RB-411U (thanks to Feher Zoltan for ↵juhosg
testing) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17543 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-08[brcm63xx] prevent gpio-buttons registration failureflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17542 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-08ar71xx: the adm6996 phy driver does not work with the RouterStation, disable ↵juhosg
it until we find a better solution git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17539 3c298f89-4303-0410-b956-a3cf2f4a3e73