summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [brcm63xx] image Makefile: Corrected router imagename length limiting. ↵cshore2010-11-281-1/+1
| | | | | | Thanks KanjiMonster for reminding me. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24191 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Add support for the T-Com Speedport W 500V.cshore2010-11-284-1/+95
| | | | | | | | | | Add support for the T-Com Speedport W 500V using a special tagged image as it identifies itself as a 96348GW, but has some gpios wired differently, and also has only one ethernet port without a switch attached to it. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Add board id override fixup.cshore2010-11-282-3/+75
| | | | | | | | | | | | Add a fixup for the kernel to check the bcm tag of the image for a boardid in the information1 field, and use that instead of the supplied one by cfe. This is triggered by a + at the start of the information1 field. Also modify the image generation to generate apropriately tagged images. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Finalize support for DSL-274xB, rev C2.cshore2010-11-284-2/+91
| | | | | | | | | | | | The DSL-2740B/DSL-2741B rev C2 support was missing the board definition, resulting in a kernel panic on boot. This patch adds it, and also renames the generated image name to properly reflect that it is for the revision C2, and for both the DSL-2740B and DSL-2741B. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Allow 'colored' power leds.cshore2010-11-281-1/+1
| | | | | | | | | | | Since some devices have more than one power led, they might be separated by their color in the name. To also allow them to be on after leaving preinit, set any status led starting with 'power' to on instead of only those with the exact name of 'power'. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24187 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Don't hardcode the switch ethernet interface in preinit.cshore2010-11-282-10/+10
| | | | | | | | | | Currently eth1 is hardcoded as the expected interface switches in diagmode. This patch replaces the eth1 with the ifname, and also directly tests if the interface specified by ifname has a switch attached. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Add defconfigs.cshore2010-11-283-1/+23
| | | | | | | | | | | Port the mechanism for different default configurations from ar71xx and use the old configuration as the default configuration. This should have no functional differences to before. While we are at it, remove the obsolete nat option. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix software retry counter tracking - should fix 802.11n stability issuesnbd2010-11-281-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge the new version of the throughput led trigger patchnbd2010-11-284-112/+90
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] refresh patches and remove trailing whitespacesflorian2010-11-287-67/+51
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] refresh and refine 972-cpmac_multi_probe.patch, patch from sn9florian2010-11-281-138/+146
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24180 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] refresh 973-cpmac_handle_mvswitch.patchflorian2010-11-281-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24179 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] refresh and refine vlynq patch, patch from sn9florian2010-11-281-34/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: remove support for old kernel versionshauke2010-11-2868-7629/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24168 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: use kernel 2.6.36.1 as new default kernel for this target.hauke2010-11-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24167 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing config symbols for 2.6.37-rc3hauke2010-11-281-0/+2
| | | | | | | Thank you maddes for reporting. (closes #8323) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix module reload on ar713x based systems with ar92xxnbd2010-11-271-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24163 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: reorder patches like they were commitet upstreamhauke2010-11-2712-139/+380
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove CONFIG_ADM6996_PHY=y for ar7 and atheros - this driver is incomplete ↵nbd2010-11-279-9/+0
| | | | | | and should not be used yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24161 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove the bogus ext2/ext3 dependency on linux 2.6.30/31 - some ↵nbd2010-11-271-2/+2
| | | | | | people still want to use those modules git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add pending patches for throughput based led blinking and replace ↵nbd2010-11-279-45/+1075
| | | | | | the broken ath9k blinking code with it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing config optionhauke2010-11-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ncurses: fix freebsd install issuesacoul2010-11-261-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/pkg-config: update to version 0.25acoul2010-11-251-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: ship pkg.m4, this fixes building on FreeBSDjow2010-11-251-0/+168
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: cfg80211 should not depend on rfkill.hauke2010-11-251-0/+13
| | | | | | | | If rfkill is build as an module CONFIG_RFKILL_MODULE is set and cfg80211 will also depend on that. Now all modules build from compat-wireless will not use rfkill. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [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
* [ar7] update acx-mac80211 to 20101030 snapshot, patch from sn9florian2010-11-252-36/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to the latest stable kernelskaloz2010-11-2443-60/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mtd: whitespace cleanupjow2010-11-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24135 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mtd: fix r24132jow2010-11-241-29/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: write error messages to stdoutjow2010-11-242-2/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mtd: (enhancement) add option to prevent erase when writing to ↵acoul2010-11-241-1/+10
| | | | | | flash. (closes #8308) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change the recursive dependency template to use more make evaluation - the ↵nbd2010-11-241-21/+22
| | | | | | shell command got so long that it triggered "Argument list too long" on some systems (#8231) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/e2fsprogs: fix freebsd compile issueacoul2010-11-241-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mtd-utils: update to mtd-utils-20101124acoul2010-11-243-196/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24129 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/e2fsprogs: update to e2fsprogs-1.41.12acoul2010-11-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24128 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
* uClibc: add back a few cflags that were being overwritten, might fix a few ↵nbd2010-11-241-1/+6
| | | | | | segfauls (thx, framer99) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24120 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