From 51f7506fa167740475e51cbbf7a891f5a3e35173 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 17 Aug 2015 05:57:41 +0000 Subject: ramips: fix Zbtlink ZBT-WR8305RT board name There is another Zbtlink board (ZBT-WA05) supported in ramips target, so use the same naming scheme for ZBT-WR8305RT board and its dts file. Signed-off-by: Piotr Dymacz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46614 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/base-files/lib/ramips.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/base-files/lib/ramips.sh') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 7db6d370e8..436ed092e5 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -406,8 +406,8 @@ ramips_board_detect() { *"OY-0001") name="oy-0001" ;; - *"ZBT WR8305RT") - name="wr8305rt" + *"Zbtlink ZBT-WR8305RT") + name="zbt-wr8305rt" ;; *"ZTE Q7") name="zte-q7" -- cgit v1.2.3