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 | 3aa1b8e27b102c73c873e5585251a4bb334375aa (patch) | |
tree | 095668b41bbf0031d92ed73fa17e1f50f7b0dbd1 /target | |
parent | 4b968fc70eb72511a2681022f85b80f1f2c97aad (diff) | |
download | upstream-3aa1b8e27b102c73c873e5585251a4bb334375aa.tar.gz upstream-3aa1b8e27b102c73c873e5585251a4bb334375aa.tar.bz2 upstream-3aa1b8e27b102c73c873e5585251a4bb334375aa.zip |
ar71xx: fix tl-wr710n images (#19692)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45756 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |