Felix Fietkau
6bff456212
ar71xx: enable uimage split for wzr-hp-ag300h/wzr-600dhp
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37294
11 years ago
Felix Fietkau
fbde376c53
ar71xx: use uimage split for WZR-HP-G300NH
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37293
11 years ago
Felix Fietkau
a7c5f6708b
ar71xx: use uimage split for WZR-HP-G450H
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37292
11 years ago
Felix Fietkau
ab5e21a9a5
ar71xx: enable uimage split and use it for carambola2
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37291
11 years ago
Felix Fietkau
8d5d96e833
ar71xx: remove linux 3.8
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37290
11 years ago
Felix Fietkau
d1238718c2
ar71xx: move the watchdog driver to the kernel
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37289
11 years ago
Felix Fietkau
8cf868e1a6
ar71xx: set linux 3.10 as default
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37288
11 years ago
Felix Fietkau
9b9c6facfc
ar71xx: fix ar933x watchdog clock ( #13866 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37273
11 years ago
John Crispin
39531131a9
ar71xx: add carambola2 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37260
12 years ago
John Crispin
2d854d022c
ar71xx: set priority of ath79_wdt to 1
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37251
12 years ago
Florian Fainelli
8149689393
ar71xx: fix TPLINK/TPLINKOLD initramfs images typos
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37237
12 years ago
Florian Fainelli
9e40952c92
ar71xx: fix Netgear initramfs images
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37230
12 years ago
Florian Fainelli
399283f875
ar71xx: fix some more issues with initramfs images
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37229
12 years ago
Felix Fietkau
eb2e09c5e9
ar71xx: make implicit alignment in struct pptp_addr explicit to fix ABI breakage caused by the unaligned access hacks patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37223
12 years ago
Felix Fietkau
64dde7d981
ar71xx: add linux 3.10
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37214
12 years ago
Gabor Juhos
e61a77a05c
ar71xx: disable JTAG on TL-WR841N-v8/MR3420v2
...
It also fixes USB Power on MR3420v2.
Signed-off-by: Dmytro <dioptimizer@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37194
12 years ago
Gabor Juhos
446a962481
ar71xx: fix partition layout on Netgear WNDAP360
...
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37193
12 years ago
Gabor Juhos
ca02639d17
ar71xx: fix for wrong eth0 mac assignment on Netgear WNDAP360
...
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37192
12 years ago
Luka Perkov
ecfb0c6de6
ar71xx: merge patches [611-*,621-*] into 610-*
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37176
12 years ago
Luka Perkov
1f546910cb
ar71xx: Buffalo WZR-HP-AG300H (600DHP) enable PCI
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37167
12 years ago
Luka Perkov
7b6e3df6ab
ar71xx: $(KDIR_TMP) must be present before starting initramfs build
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37155
12 years ago
Luka Perkov
c9926f77b4
ar71xx: Buffalo WZR-HP-AG300H (600DHP) change button type
...
switch buttons should be declared as switch so the failsafe shell is not
triggered by accident in procd
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37131
12 years ago
Florian Fainelli
c627ae768e
ar71xx: only invoke Initramfs building when enabled
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37129
12 years ago
Florian Fainelli
460233fa2a
ar71xx: fix initramfs images generation after r37049
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37120
12 years ago
Florian Fainelli
6a4f2922f6
targets: prepare for supporting normal and initramfs images
...
In order to support both normal images and initramfs, ensure that each
target sets KERNELNAME properly so that the generic kernel building code
can copy the corresponding files over $(KDIR) with the appropriate
extension. Update the various paths to the kernel and wrapper images
from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37049
12 years ago
John Crispin
67f5f188b1
base-files: input/button drivers get loaded before preinit by procd
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37000
12 years ago
John Crispin
e6ef318802
base-files: diag does not need to insmod any drivers, procd already did it for us
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36999
12 years ago
John Crispin
2be717560a
ar71xx: drop procd_init console hack
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36992
12 years ago
Felix Fietkau
ab529a529b
ar71xx: disable routerboard support in the generic subtarget, enable it for the nand subtarget only
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36879
12 years ago
Gabor Juhos
5bb2e8030d
ar71xx: add support for WIFI button on tp-link tl-mr3220v2
...
The TP-LINK TL-MR3220 v2 has a button on the left side
labeled "WIFI". This is GPIO 24. This patch adds the
support for this button.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36848
12 years ago
Gabor Juhos
da66ea52ec
ar71xx: register USB port for RB2011U* devices
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36801
12 years ago
Gabor Juhos
23bcceb058
ar71xx: create a separated network interface for the RB2011UAS SFP port
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36800
12 years ago
Gabor Juhos
151dca0935
ar71xx: make the SFP port usable on RB2011*S boards
...
The port 6 of the switch is connected to the SFP
cage on the RB2011*S boards. Add a helper function
to correctly initialize the switch configuration
data on those boards to make the SFP port usable.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36799
12 years ago
Gabor Juhos
3467b17e69
ar71xx: rb2011: add switch led control values
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36796
12 years ago
Gabor Juhos
4cf6e53ccc
ar71xx: rb2011: update RGMII RX/TX delay values
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36795
12 years ago
Gabor Juhos
6da63a8793
ar71xx: rb2011: move NAND nCE init to rb2011_nand_init
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36794
12 years ago
Gabor Juhos
50c59c4797
ar71xx: add user-space support for RB2011UAS
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36793
12 years ago
Gabor Juhos
d6554bf66a
ar71xx: add kernel support for the RB2011UAS
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36792
12 years ago
Gabor Juhos
d19dae6e2d
ar71xx: add profile and build image for the Archer C7 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36790
12 years ago
Gabor Juhos
35b5b38316
ar71xx: add user-space support for TP-LINK Archer C7 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36789
12 years ago
Gabor Juhos
91d7c3efc1
ar71xx: add kernel support for the TP-LINK Archer C7 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36788
12 years ago
Gabor Juhos
f02765086d
ar71xx: add USB workarounds for AR934x/QCA955x SoCs
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36787
12 years ago
Gabor Juhos
6ff976a87a
ar71xx: add profile and build image for the DIR-601-B1
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36786
12 years ago
Gabor Juhos
424c4c0b0a
ar71xx: allow to build CameoHornet images for multiple regions
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36785
12 years ago
Gabor Juhos
184dd34b6d
ar71xx: allow to override fw version in CameoHornet profile
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36784
12 years ago
Gabor Juhos
c4d0a49348
ar71xx: typo in detect TL-MR10U/TL-MR11U
...
At offset 0x40, signature for TL-MR10U/TL-MR11U begin
from 0x00, not 0x10/0x11.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36727
12 years ago
Gabor Juhos
cc7bedf8a3
ar71xx: fix TL-MR10U usb power
...
MR10U is closer to MR3040 than WR703N. This changes also
enable USB power on GPIO18.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36726
12 years ago
Gabor Juhos
46225b99d9
kernel: update linux 3.8 to 3.8.13
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36724
12 years ago
Gabor Juhos
93ce462b7e
ar71xx: set eth0 mac address to match bottom label of the OM2P LC
...
Signed-off-by: marek@open-mesh.com
CC: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36723
12 years ago
Gabor Juhos
0842478e44
ar71xx: add TP-LINK TL-MR10U
...
Small router with 4MB flash, 32MB RAM
http://www.tp-link.com.cn/product_300.html
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36722
12 years ago