From 5e84d173fa024934058d5ba7547ce7cfb59d318e Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Mon, 17 Aug 2015 05:58:35 +0000
Subject: [PATCH] ramips: fix Asus RT-N56U dts filename

Other Asus RT-N dts files are named "RT-N..." (not "RTN..."), so use the same for RT-N56U.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>

SVN-Revision: 46619
---
 target/linux/ramips/dts/{RTN56U.dts => RT-N56U.dts} | 0
 target/linux/ramips/image/Makefile                  | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename target/linux/ramips/dts/{RTN56U.dts => RT-N56U.dts} (100%)

diff --git a/target/linux/ramips/dts/RTN56U.dts b/target/linux/ramips/dts/RT-N56U.dts
similarity index 100%
rename from target/linux/ramips/dts/RTN56U.dts
rename to target/linux/ramips/dts/RT-N56U.dts
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile
index 232742c68b..5e749e65a5 100644
--- a/target/linux/ramips/image/Makefile
+++ b/target/linux/ramips/image/Makefile
@@ -819,12 +819,12 @@ omniembhpm_mtd_size=16449536
 Image/Build/Profile/OMNIEMBHPM=$(call BuildFirmware/CustomFlash/$(1),$(1),omni-emb-hpm,OMNI-EMB-HPM,$(omniembhpm_mtd_size))
 
 define BuildFirmware/RTN56U/squashfs
-	$(call BuildFirmware/Default8M/$(1),$(1),rt-n56u,RTN56U)
+	$(call BuildFirmware/Default8M/$(1),$(1),rt-n56u,RT-N56U)
 	-mkrtn56uimg -s $(call sysupname,$(1),rt-n56u)
 	-cp $(call sysupname,$(1),rt-n56u) $(call imgname,$(1),rt-n56u)-factory.bin
 	-mkrtn56uimg -f $(call imgname,$(1),rt-n56u)-factory.bin
 endef
-Image/Build/Profile/RTN56U=$(call BuildFirmware/RTN56U/$(1),$(1),rt-n56u,RTN56U)
+Image/Build/Profile/RTN56U=$(call BuildFirmware/RTN56U/$(1),$(1),rt-n56u,RT-N56U)
 
 Image/Build/Profile/TEW691GR=$(call BuildFirmware/UMedia/$(1),$(1),tew-691gr,TEW-691GR,0x026910)
 
-- 
2.30.2