summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 05:58:44 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 05:58:44 +0000
commitf38d42b8e4340c654378c2a3dd505ec3c385849d (patch)
treee9a87381051ec483cb8906407b9503a05973b885
parent5e84d173fa024934058d5ba7547ce7cfb59d318e (diff)
downloadmaster-31e0f0ae-f38d42b8e4340c654378c2a3dd505ec3c385849d.tar.gz
master-31e0f0ae-f38d42b8e4340c654378c2a3dd505ec3c385849d.tar.bz2
master-31e0f0ae-f38d42b8e4340c654378c2a3dd505ec3c385849d.zip
ramips: fix Belkin F7C027 image name
This patch removes manufacturer from Belkin F7C027 image name ("belkinf7c027" -> "f7c027"). Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46620
-rw-r--r--target/linux/ramips/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile
index 5e749e65a5..c8c60b0623 100644
--- a/target/linux/ramips/image/Makefile
+++ b/target/linux/ramips/image/Makefile
@@ -525,7 +525,7 @@ Image/Build/Profile/F5D8235V2=$(call BuildFirmware/CustomFlash/$(1),$(1),f5d8235
# 0x770000
belkin_f7c027_mtd_size=7798784
-Image/Build/Profile/F7C027=$(call BuildFirmware/CustomFlash/$(1),$(1),belkinf7c027,F7C027,$(belkin_f7c027_mtd_size))
+Image/Build/Profile/F7C027=$(call BuildFirmware/CustomFlash/$(1),$(1),f7c027,F7C027,$(belkin_f7c027_mtd_size))
Image/Build/Profile/FONERA20N=$(call BuildFirmware/Edimax/$(1),$(1),fonera20n,FONERA20N,$(ralink_default_fw_size_8M),RSDK,NL1T,0x50000,0xc0000)