diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-27 09:23:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-27 09:23:52 +0000 |
commit | 8b30c849c33bf3399af86cfc8f2baa4760ca9910 (patch) | |
tree | 38936f80cfac46c539e1934634ee05c3d0762315 /target/linux/ramips/image/Makefile | |
parent | 42558633c693550436d7d471fbd7ea543e79ab37 (diff) | |
download | upstream-8b30c849c33bf3399af86cfc8f2baa4760ca9910.tar.gz upstream-8b30c849c33bf3399af86cfc8f2baa4760ca9910.tar.bz2 upstream-8b30c849c33bf3399af86cfc8f2baa4760ca9910.zip |
ramips: add MPR-A1 support
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37568 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 3ddf726ea4..04d68fe496 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -341,6 +341,7 @@ Image/Build/Profile/FREESTATION5=$(call BuildFirmware/Default8M/$(1),$(1),freest Image/Build/Profile/MOFI3500-3GN=$(call BuildFirmware/Default8M/$(1),$(1),mofi3500-3gn,MOFI3500-3GN) # Kernel name should be "Linux Kernel Image" to make the OpenWrt image installable from factory Web UI +Image/Build/Profile/MPRA1=$(call BuildFirmware/Default4M/$(1),$(1),mpr-a1,MPRA1,Linux Kernel Image) Image/Build/Profile/MPRA2=$(call BuildFirmware/Default8M/$(1),$(1),mpr-a2,MPRA2,Linux Kernel Image) Image/Build/Profile/NBG-419N=$(call BuildFirmware/Default4M/$(1),$(1),nbg-419n,NBG-419N) |