diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-26 07:13:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-26 07:13:40 +0000 |
commit | 7c5c213621909f85a59ecf65ae6e654f4de560a1 (patch) | |
tree | 82992fc461e32421f9aa713840ba61f4a828dc45 /target/linux | |
parent | 27aada7658acbf572c0224288a99dc377b26fb61 (diff) | |
download | upstream-7c5c213621909f85a59ecf65ae6e654f4de560a1.tar.gz upstream-7c5c213621909f85a59ecf65ae6e654f4de560a1.tar.bz2 upstream-7c5c213621909f85a59ecf65ae6e654f4de560a1.zip |
ar71xx: fix tl-wr710n images (#19692)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45756
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 38d01c85a9..ee8af8a6c1 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -412,7 +412,7 @@ endef define Device/tl-wr710n-v1 $(Device/tplink-8mlzma) - BOARDNAME := TL-WR710NV1 + BOARDNAME := TL-WR710N DEVICE_PROFILE := TLWR710 TPLINK_HWID := 0x07100001 CONSOLE := ttyATH0,115200 @@ -420,7 +420,7 @@ endef define Device/tl-wr710n-v2 $(Device/tplink-4mlzma) - BOARDNAME := TL-WR710NV2 + BOARDNAME := TL-WR710N DEVICE_PROFILE := TLWR710 TPLINK_HWID := 0x07100001 CONSOLE := ttyATH0,115200 |