From e9edbffe92eae4954991da341263b70a6ca2226e Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 1 Sep 2014 13:21:31 +0000 Subject: [PATCH] ramips: add mpr-a1 to default profile Add hame mpr-a1 to default ramips profile. Signed-off-by: Cezary Jackiewicz Backport of r42191 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42365 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 257b8b8..f203312 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -597,6 +597,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))