summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-08-18 13:09:43 +0000
committerJohn Crispin <john@openwrt.org>2014-08-18 13:09:43 +0000
commita62e8bd14549f3545eda86ce596f1be08fefacd3 (patch)
tree480aada1bf3c83704ec2cf626711adbee7cf4d6f
parentbb9a23aca2f35d81f14e2d90a586d890d545a70e (diff)
downloadmtk-20170518-a62e8bd14549f3545eda86ce596f1be08fefacd3.zip
mtk-20170518-a62e8bd14549f3545eda86ce596f1be08fefacd3.tar.gz
mtk-20170518-a62e8bd14549f3545eda86ce596f1be08fefacd3.tar.bz2
ramips: add mpr-a1 to default profile
Add hame mpr-a1 to default ramips profile. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 42191
-rw-r--r--target/linux/ramips/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile
index bf95a84..1c65ee6 100644
--- a/target/linux/ramips/image/Makefile
+++ b/target/linux/ramips/image/Makefile
@@ -601,6 +601,7 @@ define Image/Build/Profile/Default
$(call Image/Build/Profile/M3,$(1))
$(call Image/Build/Profile/M4,$(1))
$(call Image/Build/Profile/MOFI3500-3GN,$(1))
+ $(call Image/Build/Profile/MPRA1,$(1))
$(call Image/Build/Profile/MPRA2,$(1))
$(call Image/Build/Profile/MZKW300NH2,$(1))
$(call Image/Build/Profile/NBG-419N,$(1))