summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* [ar7] patch 972-cpmac_multi_probe.patch correctly, thanks sn9florian2010-11-251-0/+238
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] rename 973-cpmac_handle_mvswitch.c to 973-cpmac_handle_mvswitch.patchflorian2010-11-251-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] handle mvswitch in cpmac, rework MII probing logic, patch from sn9 and ↵florian2010-11-254-232/+65
| | | | | | Wipster git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] handle new revisions of vlynq wrt reset sequence, patch from sn9florian2010-11-251-14/+300
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] increase flash window size to 32MiB, patch from sn9.florian2010-11-251-3/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to the latest stable kernelskaloz2010-11-2442-54/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] image Makefile: Removed extraneous tab from Image/LimitName16 ↵cshore2010-11-241-1/+1
| | | | | | macro definition. The solves the strange whitespace in front of the image name in the info1 section git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add support for Belkin F5D8235 v2 boardjuhosg2010-11-247-0/+164
| | | | | | | | No support for usb for now. Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: add rtl8366rb switch vlan fid supportjuhosg2010-11-243-7/+66
| | | | | | | | | | | Allows to use fids 0 to 7. Default is 0. Those who will use this don't forget to `set vlan fid` every time after `set vlan ports` if you want non default behavior. Minor changes. Version bump. Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: Use NET_IP_ALIGN instead of hardcoding 2juhosg2010-11-241-4/+5
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24124 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: DMA map the correct RX skb sizejuhosg2010-11-241-2/+2
| | | | | | | | | | The skb_reserve call prior to DMA mapping the RX skb reduced the skb data len by 2. To not allow DMA to write behind the skb we should pass the correct skb data len to the device. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: Don't trigger BUG_ON due to skb allocation failurejuhosg2010-11-241-16/+19
| | | | | | | | | Instead just drop the rx'ed frame silently and reuse the already available buffer. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: Remove unnecessary skb_putjuhosg2010-11-241-1/+1
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24121 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] image: Limited image name put into the info1 field to 16 ↵cshore2010-11-231-4/+8
| | | | | | characters and eliminted the OpenWRT revision. This makes using the image (router) name as the board name possible, so that boards with same real boardid but different GPIOs can be detected and the correct GPIOs used. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/brcm47xx: sync yhe BCM4710 fix with the upcoming upstream patch.acoul2010-11-232-32/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24116 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: add 2.6.37 support for the Cisco 7941/7945 IP phones: ↵acoul2010-11-231-0/+118
| | | | | | http://lkml.org/lkml/2010/11/21/219 (thank you Kevin Cernekee) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24114 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/brcm47xx: add missing patch on r24112acoul2010-11-231-21/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/brcm47xx: Broadcom BCM4710 does not belong in the BMIPS4KC family.acoul2010-11-232-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: refresh 2.6.37 patchesacoul2010-11-2312-22/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [gumstix] Fix ext4 buildhcg2010-11-232-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [gumstix] Bump kernel versionhcg2010-11-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [gumstix] Remove NAND supporthcg2010-11-231-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/brcm47xx: properly fix r24096acoul2010-11-223-195/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/brcm47xx: mainline 2.6.37 602977b0d672687909b0cb0542ede134ed6ef858 ↵acoul2010-11-222-4/+197
| | | | | | | | | commit broke CPU revision: 00024000, MIPS (cc 0x805, rev 0x00, vendor 0x4243) functionality. Revert that patch until we get a proper fix. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/linux: sync kernel patches to 2.6.37-rc3acoul2010-11-221-18/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 2.6.25 supportkaloz2010-11-2271-128833/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [coldfire]: remove 2.6.25 supportkaloz2010-11-2287-66838/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [coldfire]: 2.6.31 support (WiP)kaloz2010-11-2261-4/+21947
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/x86]: move x86 back to .32 for nowkaloz2010-11-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch from ext2 to ext4 (w/o) journalingkaloz2010-11-2227-84/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use ext4 for ext2/3 on 2.6.32+kaloz2010-11-226-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add 2.6.32 patches to use ext4 for ext2/3kaloz2010-11-223-0/+202
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/x86]: additional Kconfig options for newer kernelskaloz2010-11-221-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24081 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/x86]: we don't need microcode updateskaloz2010-11-221-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing Kconfig symbolskaloz2010-11-221-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: add missing l1 cache shift changenbd2010-11-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24072 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: turn off CONFIG_X86_GENERIC for geos and net5501nbd2010-11-212-2/+5
| | | | | | | | CONFIG_X86_GENERIC obscures CONFIG_MGEODE_LX, etc. and causes it to use wrong cache-line size. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] Initial support for Telsey CPVA642 boards (no vlans, no DSL, GPIO ↵cshore2010-11-192-0/+40
| | | | | | led/buttons not known). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [avr32]: upgrade u-boot to v2010.12-rc1kaloz2010-11-193-1143/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: D-Link DIR-825 B1 eth1 MAC address is garbagejuhosg2010-11-191-1/+1
| | | | | | | | | r22700 contained a copy-and-paste error that set eth0's MAC address twice and never set eth1's. Signed-off-by: Mark Mentovai <mark@moxienet.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: refresh config, enable pci express supportnbd2010-11-174-29/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/linux: revert r24014 (further testing is needed)acoul2010-11-162-1745/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: add kernel mppc/mppe for 2.6.37. ↵acoul2010-11-162-0/+1745
| | | | | | http://yablochkin.net.ru/mppc/ (not enabled by default) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24014 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: fix a dynamic ingress_queue allocation on 2.6.37. ↵acoul2010-11-161-0/+18
| | | | | | http://patchwork.ozlabs.org/patch/71237/ (thank you KanjiMonster) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24013 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: switch to userspace __aligned_u64 calls. acoul2010-11-161-0/+25
| | | | | | | http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=79b5dc0c64d88cda3da23b2e22a5cec0964372ac (thank you hauke) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24012 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools/firmware-utils] imagetag: Significantly updated brcm63xx imagetag ↵cshore2010-11-161-23/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | writing tool. * Rewrote commandline parsing code using gengetopt - We now get long options - We have more options including use of the info section for board information (e.g. to add the same boardid but different GPIOs on different routers) * Added back the ability to write stock images (this is useful, for example, when copying the firmware from the in-memory flash, and then being able to create an image that will let you revert to/test stock firmware * Fixed copying of CRCs to use memcpy instead of strncpy (strncpy stops at 0) * Added ability to use all sections of the imagetag, including custom magic signatures (e.g. for the Telsey router I'm adding soon), info sections, and reserved sections * Added putting the router type (as defined in the image generating Makefile) into the info1 section and the filesystem type in the info2 section. This will be used by mtd (when I add the code) to return the name of image used to flash this router. (As requested by Jo, as well as being useful for same boardid different board scenario described above). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24011 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] fix r6040 multicast operations (#7848)florian2010-11-151-0/+177
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 2.6.32 patchesflorian2010-11-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: update to layer7-2.22 for kernels >=2.6.36acoul2010-11-154-1455/+1577
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/linux: add some 2.6.37 missing symbols. (thank you maddes)acoul2010-11-151-0/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24002 3c298f89-4303-0410-b956-a3cf2f4a3e73