Gabor Juhos
3789aa82ac
ar71xx: fix phy interface selection for the RB-450G
...
Patch from: https://forum.openwrt.org/viewtopic.php?pid=95865#p95865
SVN-Revision: 19185
2010-01-17 14:33:26 +00:00
Gabor Juhos
e02f1581d0
Fix Routerboard 411ar on board wireless
...
This patch adds the appropriate interrupt for slot 0 pin 1 of the Routerboard 411ar (RB411 with on board Atheros wireless).
Signed-off-by: Andrew Bates abates@omeganetserv.com
SVN-Revision: 19184
2010-01-17 14:33:23 +00:00
Jo-Philipp Wich
82e1ed603f
missing prerequisite for Orion images Webupgrade image building for WRT350Nv2 needs zip package. Copy command for WRT350Nv2 recovery image overrides error code of webupgrade builder, moved behind brackets. Removed indention of comments to avoid output in log. Signed-off by: Matthias Buecher <mail@maddes.net>
...
SVN-Revision: 19183
2010-01-17 13:50:10 +00:00
Felix Fietkau
ae440b2f00
ar71xx: the lack of DQ* flash status checking for cfi cmdset 0002 does not only apply to erase commands, it also affects writes. extend the workaround to cover writes commands as well
...
SVN-Revision: 19175
2010-01-17 01:07:18 +00:00
Jo-Philipp Wich
2a4a1eeae3
fix serial flash support ( #6442 )
...
SVN-Revision: 19171
2010-01-16 15:11:52 +00:00
Jo-Philipp Wich
e44b91f718
add sysupgrade support for the Netgear WNR854T and Linksys WRT350N v2 - thanks Matthias Buecher
...
SVN-Revision: 19166
2010-01-16 13:36:27 +00:00
Daniel Dickinson
f623119680
Fix typo in AGPF_S0 reset button definition
...
SVN-Revision: 19160
2010-01-16 03:13:56 +00:00
Claudio Mignanti
ec7ce827d5
etrax: fix detection of samsung flash chip ( #6155 )
...
SVN-Revision: 19153
2010-01-15 13:40:18 +00:00
Claudio Mignanti
b031e14bf0
bcm63xx: add gpio leds to alice gate
...
SVN-Revision: 19152
2010-01-15 13:30:46 +00:00
Gabor Juhos
21a235bc67
ar71xx: fix typos in the ar71xx.sh
...
SVN-Revision: 19151
2010-01-15 12:11:05 +00:00
Gabor Juhos
cb80426641
ar71xx: add preliminary support for the Buffalo WZR-HP-G300NH
...
SVN-Revision: 19150
2010-01-15 12:08:03 +00:00
Gabor Juhos
e92c0c7830
ar71xx: add GPIO driver for the NXP 74HC153 chip
...
SVN-Revision: 19149
2010-01-15 12:07:58 +00:00
Gabor Juhos
3dc1073b53
ar71xx: reduce button threshold values
...
SVN-Revision: 19116
2010-01-13 10:18:30 +00:00
Gabor Juhos
21742847bd
kernel: change debounce logic in the gpio-buttons driver
...
* thanks to Nuno Gonçalves
SVN-Revision: 19115
2010-01-13 10:18:24 +00:00
Gabor Juhos
29653e2467
ar71xx: fix 320S33B flash chip support
...
SVN-Revision: 19114
2010-01-13 06:52:12 +00:00
Lars-Peter Clausen
a0a6ab8181
Disable CONFIG_MODVERSIONS
...
SVN-Revision: 19109
2010-01-11 19:48:32 +00:00
Imre Kaloz
ad558af26d
targets using 2.6.32 should use the latest release
...
SVN-Revision: 19101
2010-01-11 09:16:40 +00:00
Gabor Juhos
58301cdeb8
ar71xx: add support for the D-Link DIR-600 rev. A1 board
...
SVN-Revision: 19100
2010-01-11 08:02:10 +00:00
Lars-Peter Clausen
541158d5ad
Merge xburst target.
...
SVN-Revision: 19098
2010-01-11 04:44:45 +00:00
Lars-Peter Clausen
db06ca593b
Add support for building ubifs images.
...
SVN-Revision: 19097
2010-01-11 01:10:45 +00:00
Imre Kaloz
3c0f3ae294
FIT uImage support for the MPC8377-WLAN
...
SVN-Revision: 19094
2010-01-10 18:14:23 +00:00
Imre Kaloz
7d5f49afc1
upgrade to 2.6.31, add preliminary support for the Freescale MPC8377E-WLAN board - not finished, yet
...
SVN-Revision: 19092
2010-01-10 16:02:11 +00:00
Imre Kaloz
46783f81ee
remove unneeded patch
...
SVN-Revision: 19088
2010-01-09 23:17:49 +00:00
Imre Kaloz
f8834b9c70
upgrade to latest kernels
...
SVN-Revision: 19087
2010-01-09 23:13:27 +00:00
Gabor Juhos
d8ace8978a
ar71xx: add NAPI statistics to the ag71xx driver
...
SVN-Revision: 19079
2010-01-08 20:22:55 +00:00
Gabor Juhos
a37ae4f128
ar71xx: add missing flash partition for the DIR-825
...
SVN-Revision: 19075
2010-01-08 13:35:25 +00:00
Michael Büsch
c97341b761
bcm47xx: Add basic 2.6.32 support.
...
SVN-Revision: 19062
2010-01-07 16:06:05 +00:00
Jo-Philipp Wich
d8bd549d71
fix typo after r19054
...
SVN-Revision: 19059
2010-01-06 20:16:07 +00:00
Gabor Juhos
d2ff313775
ar71xx: don't include nvram.h for the WRT400N
...
SVN-Revision: 19055
2010-01-06 15:24:04 +00:00
Gabor Juhos
51c76750fc
ar71xx: add detailed interrupt statistics for the ag71xx driver
...
SVN-Revision: 19054
2010-01-06 15:24:01 +00:00
Gabor Juhos
f5111bd23b
kernel: use generic thread_info allocator on MIPS
...
* Fixes kernel panic if SLUB_DEBUG is enabled.
SVN-Revision: 19053
2010-01-06 15:23:57 +00:00
Felix Fietkau
e5e3624fff
ixp4xx: allocate all skbs using GFP_DMA this ensures that dma bounce buffers will not be used frequently when bridging or routing frames between ethernet and wifi. significantly improves ath9k performance and obsoletes an ath specific patch
...
SVN-Revision: 19051
2010-01-06 06:05:15 +00:00
Gabor Juhos
de6bbad010
ar71xx: init PCI on the WRT400N board (thanks to Ben Pfountz for testing)
...
SVN-Revision: 19047
2010-01-05 20:12:12 +00:00
Nicolas Thill
ba699cf1c1
ixp4xx: add missing config symbol for 2.6.30
...
SVN-Revision: 19046
2010-01-05 19:47:55 +00:00
Felix Fietkau
e8d518154f
ar71xx: fix ubntxm image builds
...
SVN-Revision: 19044
2010-01-05 18:37:22 +00:00
Florian Fainelli
80dc021b97
remove target since it was merged as a subtarget of x86
...
SVN-Revision: 19035
2010-01-04 19:16:38 +00:00
Felix Fietkau
29a6649cf0
ar71xx: clean up image fs selection templates
...
SVN-Revision: 19034
2010-01-04 16:27:41 +00:00
Gabor Juhos
4e558554cb
ar71xx: add missing templates for PB4X image generation
...
SVN-Revision: 19033
2010-01-04 14:28:31 +00:00
Gabor Juhos
46b572636b
ar71xx: update Kconfig of the ag71xx driver
...
SVN-Revision: 19032
2010-01-04 14:28:28 +00:00
Gabor Juhos
63a320c8f7
ar71xx: add dummy debugfs support for the ag71xx driver
...
SVN-Revision: 19031
2010-01-04 14:28:25 +00:00
Gabor Juhos
8113f1ae11
ar71xx: fix RB-450G board detection ( closes : #6453 )
...
SVN-Revision: 19030
2010-01-04 14:28:20 +00:00
Felix Fietkau
4dbf116c5f
ar71xx: fix generating pb4x images
...
SVN-Revision: 19029
2010-01-04 11:54:58 +00:00
Florian Fainelli
5a481b16ad
add support for titan variant (WRTP54G) ( #6185 )
...
SVN-Revision: 19022
2010-01-03 20:19:32 +00:00
Gabor Juhos
fd6bfeaf65
adm5120: don't use IRQF_DISABLED flag in the switch driver
...
SVN-Revision: 19017
2010-01-03 12:14:19 +00:00
Gabor Juhos
d256f20adc
adm5120: improve sysupgrade support
...
SVN-Revision: 19016
2010-01-03 12:14:17 +00:00
Gabor Juhos
87d1ab25af
adm5120: fix board detection
...
SVN-Revision: 19015
2010-01-03 12:14:14 +00:00
Hauke Mehrtens
2a87343a00
amazon: readd wrongly removed file
...
SVN-Revision: 19014
2010-01-03 00:06:37 +00:00
Hauke Mehrtens
3478d91266
amazon: work on pci controller
...
SVN-Revision: 19013
2010-01-02 23:08:15 +00:00
Gabor Juhos
ac4b63a18b
ar71xx: create firmware images for the AP81/PB42/PB44 boards
...
SVN-Revision: 19011
2010-01-02 16:30:52 +00:00
Gabor Juhos
acf09aa0a8
ar71xx: simplify image generation a bit
...
SVN-Revision: 19010
2010-01-02 16:30:49 +00:00