diff options
author | John Crispin <john@openwrt.org> | 2015-05-23 15:27:05 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-05-23 15:27:05 +0000 |
commit | 9c86abae0e22107ed10fad76b568190ac3f2a6ca (patch) | |
tree | 1737255ed5e064d0696e621eb74dbcdc04d104f4 /target/linux/ramips/image | |
parent | 4810f3f8037389d2efe0c4ea750ec7d6218d5902 (diff) | |
download | upstream-9c86abae0e22107ed10fad76b568190ac3f2a6ca.tar.gz upstream-9c86abae0e22107ed10fad76b568190ac3f2a6ca.tar.bz2 upstream-9c86abae0e22107ed10fad76b568190ac3f2a6ca.zip |
ramips: Adding support for AXIMCom MR-102N 3G/4G Travel Mobile Router
MR-102N is a RT3050F based wireless router(32M RAM + 8M NOR flash) with 1 USB
and 1 ethernet port. The original product information can be found at:
http://www.aximcom.com/en/MR-102N
Signed-off-by: Tai-hwa Liang <atliang@gmail.com>
SVN-Revision: 45724
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 2f4fdf16ed..b0b35796a7 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -554,6 +554,8 @@ Image/Build/Profile/MOFI3500-3GN=$(call BuildFirmware/Default8M/$(1),$(1),mofi35 # Kernel name should be "Linux Kernel Image" to make the OpenWrt image installable from factory Web UI Image/Build/Profile/3G150B=$(call BuildFirmware/Default4M/$(1),$(1),3g150b,3G150B,Linux Kernel Image) +Image/Build/Profile/MR102N=$(call BuildFirmware/Default8M/$(1),$(1),mr-102n,MR-102N) + 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) @@ -724,6 +726,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/MR102N,$(1)) $(call Image/Build/Profile/MPRA1,$(1)) $(call Image/Build/Profile/MPRA2,$(1)) $(call Image/Build/Profile/MZKW300NH2,$(1)) |