diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-18 13:09:43 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-18 13:09:43 +0000 |
commit | b8834bbbcd9bca786a7eb36385464d7744ef60c9 (patch) | |
tree | e3408b2952ede7918e2219e91cb9a6cd6455ae92 /target/linux/ramips/image/Makefile | |
parent | d27b8331d4f54c0502cd45d8cf0471cf522115b0 (diff) | |
download | upstream-b8834bbbcd9bca786a7eb36385464d7744ef60c9.tar.gz upstream-b8834bbbcd9bca786a7eb36385464d7744ef60c9.tar.bz2 upstream-b8834bbbcd9bca786a7eb36385464d7744ef60c9.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42191 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)) |