aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-24 19:29:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-24 19:29:56 +0000
commite516bca1daf7bb144e230107b76ce9875fa21aed (patch)
treed812d92114264b261a9642d49fd7ba099edc26b6 /target
parent25efad11d198142913d9ffd3fcec4356e4671d07 (diff)
downloadmaster-187ad058-e516bca1daf7bb144e230107b76ce9875fa21aed.tar.gz
master-187ad058-e516bca1daf7bb144e230107b76ce9875fa21aed.tar.bz2
master-187ad058-e516bca1daf7bb144e230107b76ce9875fa21aed.zip
ramips: fix typo in image makefile (#18712)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47627 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 9521f2cfd0..e58d012699 100644
--- a/target/linux/ramips/image/Makefile
+++ b/target/linux/ramips/image/Makefile
@@ -708,7 +708,7 @@ define Image/Build/Profile/Default
$(call Image/Build/Profile/3G6200NL,$(1))
$(call Image/Build/Profile/3G150B,$(1))
$(call Image/Build/Profile/3G300M,$(1))
- $(call Image/Build/Profile/A5-11,$(1))
+ $(call Image/Build/Profile/A5-V11,$(1))
$(call Image/Build/Profile/AIR3GII,$(1))
$(call Image/Build/Profile/ALL02393G,$(1))
$(call Image/Build/Profile/ALL0256N,$(1))