Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: refresh patches with 2.6.34-rc4 | Hauke Mehrtens | 2010-04-18 | 50 | -204/+204 |
| | | | | SVN-Revision: 20999 | ||||
* | brcm47xx: refresh patches | Hauke Mehrtens | 2010-04-18 | 14 | -42/+38 |
| | | | | SVN-Revision: 20996 | ||||
* | kernel: add missing symbols | Hauke Mehrtens | 2010-04-18 | 3 | -2/+8 |
| | | | | SVN-Revision: 20995 | ||||
* | brcm47xx: fix build of tg3 for kernel 2.6.34 | Hauke Mehrtens | 2010-04-18 | 1 | -29/+29 |
| | | | | SVN-Revision: 20994 | ||||
* | kernel: fix build with kernel 2.6.34-rc4 | Hauke Mehrtens | 2010-04-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 20992 | ||||
* | kernel: add missing symbols | Hauke Mehrtens | 2010-04-18 | 1 | -0/+20 |
| | | | | SVN-Revision: 20991 | ||||
* | ar71xx: adding support for zyxel nbg460n/550n/550nh boards | Gabor Juhos | 2010-04-18 | 8 | -0/+245 |
| | | | | | | | | | | This patch adds support for the zyxel nbg460n/550n/550nh routers. Currently this only works if a second stage bootloader is also flashed, as the used switch needs extra initialization. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 20990 | ||||
* | ppc40x: build initramfs images for the OpenRB/Magicbox boards | Gabor Juhos | 2010-04-18 | 1 | -0/+8 |
| | | | | SVN-Revision: 20980 | ||||
* | kernel: refresh 2.6.32 patches | Gabor Juhos | 2010-04-17 | 2 | -4/+4 |
| | | | | SVN-Revision: 20952 | ||||
* | ppc40x: fix MagicBox partition table | Gabor Juhos | 2010-04-17 | 1 | -4/+4 |
| | | | | SVN-Revision: 20951 | ||||
* | gemini: add support for wiligear wbd-222 (patch by Darius Augulis) | Felix Fietkau | 2010-04-16 | 3 | -0/+216 |
| | | | | SVN-Revision: 20949 | ||||
* | gemini: either scatter/gather dma or hw checksum breaks ethernet, comment ↵ | Felix Fietkau | 2010-04-16 | 1 | -0/+11 |
| | | | | | | out the define that enables both SVN-Revision: 20940 | ||||
* | swconfig: Add cpu port index to help output. | Gabor Juhos | 2010-04-16 | 2 | -0/+2 |
| | | | | | | | | | | | | | Let swconfig provide the cpu port index in its help page. This is needed as e.g. Atheros switches have their cpu port at port 0, not port 5. This could allow e.g. luci to get a rough overview of the layout of the switch. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 20939 | ||||
* | atheros: nuke clocksoure init patch | Gabor Juhos | 2010-04-16 | 3 | -168/+0 |
| | | | | SVN-Revision: 20937 | ||||
* | ppc40x: enable USB support | Gabor Juhos | 2010-04-16 | 1 | -0/+1 |
| | | | | | | Cc: backfire@openwrt.org SVN-Revision: 20933 | ||||
* | ppc40x: add isp116x-hcd to the device tree for the OpenRB board | Gabor Juhos | 2010-04-16 | 1 | -2/+28 |
| | | | | | | Cc: backfire@openwrt.org SVN-Revision: 20932 | ||||
* | ppc40x: make isp116x-hcd driver usable on the OpenRB board | Gabor Juhos | 2010-04-16 | 2 | -0/+417 |
| | | | | | | Cc: backfire@openwrt.org SVN-Revision: 20931 | ||||
* | ppc40x: add more EBC_BXCR defines | Gabor Juhos | 2010-04-16 | 4 | -18/+37 |
| | | | | | | Cc: backfire@openwrt.org SVN-Revision: 20930 | ||||
* | ppc40x: move perwe fixup into a separate function | Gabor Juhos | 2010-04-16 | 2 | -12/+24 |
| | | | | | | Cc: backfire@openwrt.org SVN-Revision: 20929 | ||||
* | brcm47xx: fix ide drive assignment (closes #7061) | Alexandros C. Couloumbis | 2010-04-16 | 3 | -0/+42 |
| | | | | SVN-Revision: 20924 | ||||
* | - enable PCI - add kmod-pcnet32 to default packages - make kmod-pcnet32 ↵ | Jo-Philipp Wich | 2010-04-16 | 3 | -7/+41 |
| | | | | | | available for malta target SVN-Revision: 20923 | ||||
* | ar71xx: fix up alignment handling | Felix Fietkau | 2010-04-15 | 2 | -26/+41 |
| | | | | | | | | | | | - on ar724x, rx buffers can be aligned with an offset of 2, which keeps the ip header aligned - alignment offset is only added if the ar8216 workaround is not active and the phy driver does not advertise its own packet alignment - ar71xx and ar91xx can not handle rx alignment offsets, however taking a hit on unaligned exceptions seems to have less overhead than re-aligning the data for large packets - use memmove to re-align small packets, if necessary tested on ar9132, ar7240 and ar7242 based devices without ar8216 headers SVN-Revision: 20892 | ||||
* | brcm47xx: add preliminary 2.6.34 support | Alexandros C. Couloumbis | 2010-04-15 | 24 | -0/+2672 |
| | | | | SVN-Revision: 20888 | ||||
* | 2.6.34: fix kzalloc error | Alexandros C. Couloumbis | 2010-04-15 | 1 | -1/+2 |
| | | | | SVN-Revision: 20881 | ||||
* | target/adm5120: fix image building after r20834 | Nicolas Thill | 2010-04-14 | 1 | -0/+4 |
| | | | | SVN-Revision: 20855 | ||||
* | target/ixp4xx: fix image building after r20834 (closes: #7157) | Nicolas Thill | 2010-04-14 | 2 | -2/+2 |
| | | | | SVN-Revision: 20854 | ||||
* | tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in ↵ | Daniel Dickinson | 2010-04-14 | 1 | -2/+2 |
| | | | | | | imagetag (was invalid strings in bcm_tag.h). Closes #7120 SVN-Revision: 20850 | ||||
* | add Buffalo WHR-G125 specifc switch quirks to netconfig, shorten code by ↵ | Jo-Philipp Wich | 2010-04-13 | 1 | -12/+4 |
| | | | | | | merging identical fixes SVN-Revision: 20846 | ||||
* | add lzma/jffs2 patches for 2.6.34 | Alexandros C. Couloumbis | 2010-04-13 | 1 | -0/+5142 |
| | | | | SVN-Revision: 20845 | ||||
* | don't use lzma/jffs2 on <2.6.33, set lzma/jffs2 as default for >=2.6.33. ↵ | Alexandros C. Couloumbis | 2010-04-13 | 2 | -2/+4 |
| | | | | | | switch verbose mode on compresor statistics. SVN-Revision: 20844 | ||||
* | vp6500: Add backlight device | Lars-Peter Clausen | 2010-04-13 | 3 | -8/+187 |
| | | | | SVN-Revision: 20843 | ||||
* | ar71xx: fix image builds (broken by r20834) | Felix Fietkau | 2010-04-13 | 1 | -7/+7 |
| | | | | SVN-Revision: 20840 | ||||
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 | 42 | -244/+228 |
| | | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834 | ||||
* | remove 'svn:executable' property | Nicolas Thill | 2010-04-12 | 8 | -0/+0 |
| | | | | SVN-Revision: 20831 | ||||
* | add jffs2/lzma support (not activated by default yet) | Alexandros C. Couloumbis | 2010-04-12 | 1 | -0/+5142 |
| | | | | SVN-Revision: 20828 | ||||
* | fix module loading due to CONFIG_LOCALVERSION being on (#7144) | Florian Fainelli | 2010-04-12 | 2 | -2/+0 |
| | | | | SVN-Revision: 20822 | ||||
* | ppc40x: add sysupgrade support | Gabor Juhos | 2010-04-12 | 5 | -15/+110 |
| | | | | | | Cc: backfire@openwrt.org SVN-Revision: 20821 | ||||
* | ppc40x: increase kernel partition size on OpenRB/Magicbox | Gabor Juhos | 2010-04-12 | 3 | -10/+10 |
| | | | | | | Cc: backfire@openwrt.org SVN-Revision: 20820 | ||||
* | ppc40x: sync kernel config | Gabor Juhos | 2010-04-12 | 1 | -26/+28 |
| | | | | | | Cc: backfire@openwrt.org SVN-Revision: 20819 | ||||
* | mpc83xx: add 2.6.33 support | Alexandros C. Couloumbis | 2010-04-12 | 28 | -0/+4716 |
| | | | | SVN-Revision: 20818 | ||||
* | vp6500: Add leds and keypad devices. | Lars-Peter Clausen | 2010-04-12 | 3 | -6/+100 |
| | | | | SVN-Revision: 20817 | ||||
* | Add missing symbols to 2.6.34 config | Lars-Peter Clausen | 2010-04-11 | 1 | -0/+9 |
| | | | | SVN-Revision: 20816 | ||||
* | Use lzma kernel compression. | Lars-Peter Clausen | 2010-04-11 | 2 | -3/+79 |
| | | | | SVN-Revision: 20815 | ||||
* | swconfig: Check vlan/port indexes for validity. | Florian Fainelli | 2010-04-11 | 1 | -0/+4 |
| | | | | | | | | | | | | Swconfig needs to make sure that requested vlans/ports actually exist, else it might read or modify memory not belonging to itself. This patch adds a quick range check in swconfig's kernel part to prevent accidential or intentional memory modification. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 20811 | ||||
* | refresh 2.6.33 patches for 2.6.33.2 | Florian Fainelli | 2010-04-11 | 21 | -72/+72 |
| | | | | SVN-Revision: 20803 | ||||
* | ramips: nuke clocksource init patch | Gabor Juhos | 2010-04-11 | 1 | -56/+0 |
| | | | | SVN-Revision: 20802 | ||||
* | ramips: generate sysupgrade images for the rt305x devices | Gabor Juhos | 2010-04-11 | 1 | -10/+75 |
| | | | | SVN-Revision: 20801 | ||||
* | ramips: add sysupgrade support | Gabor Juhos | 2010-04-11 | 1 | -0/+38 |
| | | | | SVN-Revision: 20800 | ||||
* | ramips: add diag support | Gabor Juhos | 2010-04-11 | 4 | -2/+96 |
| | | | | SVN-Revision: 20799 | ||||
* | ramips: enable image commandline hack and cmdline partition parsing | Gabor Juhos | 2010-04-11 | 2 | -0/+4 |
| | | | | SVN-Revision: 20798 |