diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 05:58:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 05:58:35 +0000 |
commit | 5e84d173fa024934058d5ba7547ce7cfb59d318e (patch) | |
tree | 6e6a13ba226627dd00fabb5dabe13a51ee777ef0 | |
parent | 7bf1db0dcb625f1e20728eeb57e2f62ec8a75c84 (diff) | |
download | upstream-5e84d173fa024934058d5ba7547ce7cfb59d318e.tar.gz upstream-5e84d173fa024934058d5ba7547ce7cfb59d318e.tar.bz2 upstream-5e84d173fa024934058d5ba7547ce7cfb59d318e.zip |
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
-rw-r--r-- | target/linux/ramips/dts/RT-N56U.dts (renamed from target/linux/ramips/dts/RTN56U.dts) | 0 | ||||
-rw-r--r-- | target/linux/ramips/image/Makefile | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/RTN56U.dts b/target/linux/ramips/dts/RT-N56U.dts index 3ecd1b7f73..3ecd1b7f73 100644 --- a/target/linux/ramips/dts/RTN56U.dts +++ b/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) |