diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-24 19:29:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-24 19:29:56 +0000 |
commit | d8a62fdbc28c8b716094cbee18a361ebad035eda (patch) | |
tree | ac0ee58ea64df108419acbe7919897992d79a83f /target | |
parent | c3fc2a7a35c9270028839532a4d0b4f4dcd57e12 (diff) | |
download | master-31e0f0ae-d8a62fdbc28c8b716094cbee18a361ebad035eda.tar.gz master-31e0f0ae-d8a62fdbc28c8b716094cbee18a361ebad035eda.tar.bz2 master-31e0f0ae-d8a62fdbc28c8b716094cbee18a361ebad035eda.zip |
ramips: fix typo in image makefile (#18712)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47627
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
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)) |