diff options
author | John Crispin <john@openwrt.org> | 2014-08-18 13:09:43 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-18 13:09:43 +0000 |
commit | a62e8bd14549f3545eda86ce596f1be08fefacd3 (patch) | |
tree | 480aada1bf3c83704ec2cf626711adbee7cf4d6f /target/linux/ramips/image/Makefile | |
parent | bb9a23aca2f35d81f14e2d90a586d890d545a70e (diff) | |
download | upstream-a62e8bd14549f3545eda86ce596f1be08fefacd3.tar.gz upstream-a62e8bd14549f3545eda86ce596f1be08fefacd3.tar.bz2 upstream-a62e8bd14549f3545eda86ce596f1be08fefacd3.zip |
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
Diffstat (limited to 'target/linux/ramips/image/Makefile')
-rw-r--r-- | target/linux/ramips/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index bf95a84272..1c65ee6c6e 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)) |