aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bcm63xx: Don't hardcode the switch ethernet interface in preinit.Daniel Dickinson2010-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> SVN-Revision: 24186
* bcm63xx: Add defconfigs.Daniel Dickinson2010-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> SVN-Revision: 24185
* ath9k: fix software retry counter tracking - should fix 802.11n stability issuesFelix Fietkau2010-11-281-0/+16
| | | | SVN-Revision: 24183
* mac80211: merge the new version of the throughput led trigger patchFelix Fietkau2010-11-284-112/+90
| | | | SVN-Revision: 24182
* refresh patches and remove trailing whitespacesFlorian Fainelli2010-11-287-67/+51
| | | | SVN-Revision: 24181
* refresh and refine 972-cpmac_multi_probe.patch, patch from sn9Florian Fainelli2010-11-281-138/+146
| | | | SVN-Revision: 24180
* refresh 973-cpmac_handle_mvswitch.patchFlorian Fainelli2010-11-281-8/+8
| | | | SVN-Revision: 24179
* refresh and refine vlynq patch, patch from sn9Florian Fainelli2010-11-281-34/+36
| | | | SVN-Revision: 24178
* brcm47xx: remove support for old kernel versionsHauke Mehrtens2010-11-2868-7629/+0
| | | | SVN-Revision: 24168
* brcm47xx: use kernel 2.6.36.1 as new default kernel for this target.Hauke Mehrtens2010-11-281-1/+1
| | | | SVN-Revision: 24167
* kernel: add missing config symbols for 2.6.37-rc3Hauke Mehrtens2010-11-281-0/+2
| | | | | | Thank you maddes for reporting. (closes #8323) SVN-Revision: 24165
* ath9k: fix module reload on ar713x based systems with ar92xxFelix Fietkau2010-11-271-0/+13
| | | | SVN-Revision: 24163
* brcm47xx: reorder patches like they were commitet upstreamHauke Mehrtens2010-11-2712-139/+380
| | | | SVN-Revision: 24162
* remove CONFIG_ADM6996_PHY=y for ar7 and atheros - this driver is incomplete ↵Felix Fietkau2010-11-279-9/+0
| | | | | | and should not be used yet SVN-Revision: 24161
* kernel: remove the bogus ext2/ext3 dependency on linux 2.6.30/31 - some ↵Felix Fietkau2010-11-271-2/+2
| | | | | | people still want to use those modules SVN-Revision: 24160
* mac80211: add pending patches for throughput based led blinking and replace ↵Felix Fietkau2010-11-279-45/+1075
| | | | | | the broken ath9k blinking code with it SVN-Revision: 24159
* kernel: add missing config optionHauke Mehrtens2010-11-271-0/+1
| | | | SVN-Revision: 24157
* package/ncurses: fix freebsd install issuesAlexandros C. Couloumbis2010-11-261-0/+9
| | | | SVN-Revision: 24149
* tools/pkg-config: update to version 0.25Alexandros C. Couloumbis2010-11-251-2/+2
| | | | SVN-Revision: 24146
* opkg: ship pkg.m4, this fixes building on FreeBSDJo-Philipp Wich2010-11-251-0/+168
| | | | SVN-Revision: 24145
* mac80211: cfg80211 should not depend on rfkill.Hauke Mehrtens2010-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. SVN-Revision: 24143
* patch 972-cpmac_multi_probe.patch correctly, thanks sn9Florian Fainelli2010-11-251-0/+238
| | | | SVN-Revision: 24142
* rename 973-cpmac_handle_mvswitch.c to 973-cpmac_handle_mvswitch.patchFlorian Fainelli2010-11-251-0/+0
| | | | SVN-Revision: 24141
* handle mvswitch in cpmac, rework MII probing logic, patch from sn9 and WipsterFlorian Fainelli2010-11-254-232/+65
| | | | SVN-Revision: 24140
* handle new revisions of vlynq wrt reset sequence, patch from sn9Florian Fainelli2010-11-251-14/+300
| | | | SVN-Revision: 24139
* increase flash window size to 32MiB, patch from sn9.Florian Fainelli2010-11-251-3/+18
| | | | SVN-Revision: 24138
* update acx-mac80211 to 20101030 snapshot, patch from sn9Florian Fainelli2010-11-252-36/+3
| | | | SVN-Revision: 24137
* update to the latest stable kernelsImre Kaloz2010-11-2443-60/+60
| | | | SVN-Revision: 24136
* mtd: whitespace cleanupJo-Philipp Wich2010-11-241-1/+1
| | | | SVN-Revision: 24135
* mtd: fix r24132Jo-Philipp Wich2010-11-241-29/+29
| | | | SVN-Revision: 24134
* opkg: write error messages to stdoutJo-Philipp Wich2010-11-242-2/+17
| | | | SVN-Revision: 24133
* package/mtd: (enhancement) add option to prevent erase when writing to ↵Alexandros C. Couloumbis2010-11-241-1/+10
| | | | | | flash. (closes #8308) SVN-Revision: 24132
* change the recursive dependency template to use more make evaluation - the ↵Felix Fietkau2010-11-241-21/+22
| | | | | | shell command got so long that it triggered "Argument list too long" on some systems (#8231) SVN-Revision: 24131
* tools/e2fsprogs: fix freebsd compile issueAlexandros C. Couloumbis2010-11-241-0/+18
| | | | SVN-Revision: 24130
* tools/mtd-utils: update to mtd-utils-20101124Alexandros C. Couloumbis2010-11-243-196/+3
| | | | SVN-Revision: 24129
* tools/e2fsprogs: update to e2fsprogs-1.41.12Alexandros C. Couloumbis2010-11-241-2/+2
| | | | SVN-Revision: 24128
* image Makefile: Removed extraneous tab from Image/LimitName16 macro ↵Daniel Dickinson2010-11-241-1/+1
| | | | | | definition. The solves the strange whitespace in front of the image name in the info1 section SVN-Revision: 24127
* ramips: add support for Belkin F5D8235 v2 boardGabor Juhos2010-11-247-0/+164
| | | | | | | | No support for usb for now. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 24126
* generic: add rtl8366rb switch vlan fid supportGabor Juhos2010-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> SVN-Revision: 24125
* ramips: Use NET_IP_ALIGN instead of hardcoding 2Gabor Juhos2010-11-241-4/+5
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24124
* ramips: DMA map the correct RX skb sizeGabor Juhos2010-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> SVN-Revision: 24123
* ramips: Don't trigger BUG_ON due to skb allocation failureGabor Juhos2010-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> SVN-Revision: 24122
* ramips: Remove unnecessary skb_putGabor Juhos2010-11-241-1/+1
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24121
* uClibc: add back a few cflags that were being overwritten, might fix a few ↵Felix Fietkau2010-11-241-1/+6
| | | | | | segfauls (thx, framer99) SVN-Revision: 24120
* image: Limited image name put into the info1 field to 16 characters and ↵Daniel Dickinson2010-11-231-4/+8
| | | | | | 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. SVN-Revision: 24118
* linux/brcm47xx: sync yhe BCM4710 fix with the upcoming upstream patch.Alexandros C. Couloumbis2010-11-232-32/+37
| | | | SVN-Revision: 24116
* linux/generic: add 2.6.37 support for the Cisco 7941/7945 IP phones: ↵Alexandros C. Couloumbis2010-11-231-0/+118
| | | | | | http://lkml.org/lkml/2010/11/21/219 (thank you Kevin Cernekee) SVN-Revision: 24114
* linux/brcm47xx: add missing patch on r24112Alexandros C. Couloumbis2010-11-231-21/+34
| | | | SVN-Revision: 24113
* linux/brcm47xx: Broadcom BCM4710 does not belong in the BMIPS4KC family.Alexandros C. Couloumbis2010-11-232-6/+6
| | | | SVN-Revision: 24112
* linux/generic: refresh 2.6.37 patchesAlexandros C. Couloumbis2010-11-2312-22/+22
| | | | SVN-Revision: 24111