diff options
author | John Crispin <john@openwrt.org> | 2015-02-16 21:19:18 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-16 21:19:18 +0000 |
commit | 361839151407c897bb1856bc66712a28dc7f0024 (patch) | |
tree | 284caad2ce76c6a7a53fdc095b000b4784c59174 /target/linux/ramips/base-files/lib/upgrade | |
parent | f440414c55f770e02e3b6a4b827b7b3820fd9101 (diff) | |
download | upstream-361839151407c897bb1856bc66712a28dc7f0024.tar.gz upstream-361839151407c897bb1856bc66712a28dc7f0024.tar.bz2 upstream-361839151407c897bb1856bc66712a28dc7f0024.zip |
ramips: Buffalo WZR-AGL300NH target support
I got work with this patch.
Ethernet switch (includes VLAN), WiFi connected via PCIe, LEDs, buttons.
In mtd partion map of DTS file, I renamed Linux firmware regions (kernel + root squashfs) to “firmware”because it allows kernel to split kernel and roots and rootfsdata.
signed-off-by: ngc@ff.iij4u.or.jp
——
——
SVN-Revision: 44470
Diffstat (limited to 'target/linux/ramips/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 356a0856c9..fffbe72cb8 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -100,6 +100,7 @@ platform_check_image() { wl-351 | \ wl341v3 | \ wli-tx4-ag300n | \ + wzr-agl300nh | \ wmr300 |\ wnce2001 | \ wr512-3gn |\ |