summaryrefslogtreecommitdiff
path: root/target/linux/ramips/image
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-19 16:44:49 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-19 16:44:49 +0000
commit3489515a7eb66c6489c3aeefda06e132532f5811 (patch)
treed66b1b0d6f66ba151dcba9646d9a8ac97008cd56 /target/linux/ramips/image
parent413caddc3408102b368fc8cb969c85de018ca912 (diff)
downloadmtk-20170518-3489515a7eb66c6489c3aeefda06e132532f5811.zip
mtk-20170518-3489515a7eb66c6489c3aeefda06e132532f5811.tar.gz
mtk-20170518-3489515a7eb66c6489c3aeefda06e132532f5811.tar.bz2
ramips: rt305x: add support for the Skyline SL-R7205 Wireless 3G router
[juhosg: - don't switch back to 2.6.39 - update config-3.2 - change machine id to SL-R7205 - reorder case entries in platform scripts - remove button hotplug script] Signed-off-by: Haipoh Teoh <hpteoh@ceedtec.com> SVN-Revision: 30645
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r--target/linux/ramips/image/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile
index 347bafd..588dfa5 100644
--- a/target/linux/ramips/image/Makefile
+++ b/target/linux/ramips/image/Makefile
@@ -313,6 +313,10 @@ define Image/Build/Profile/WR5123GN
$(call Image/Build/Template/GENERIC_8M,$(1),wr512-3gn-8M,WR512-3GN)
endef
+define Image/Build/Profile/SLR7205
+ $(call Image/Build/Template/GENERIC_4M,$(1),sl-r7205,SL-R7205)
+endef
+
ifeq ($(CONFIG_RALINK_RT305X),y)
define Image/Build/Profile/Default
$(call Image/Build/Profile/ARGUS_ATP52B,$(1))
@@ -327,6 +331,7 @@ define Image/Build/Profile/Default
$(call Image/Build/Profile/NW718,$(1))
$(call Image/Build/Profile/OMNIEMB,$(1))
$(call Image/Build/Profile/PWH2004,$(1))
+ $(call Image/Build/Profile/SLR7205,$(1))
$(call Image/Build/Profile/WHRG300N,$(1))
$(call Image/Build/Profile/WCR150GN,$(1))
$(call Image/Build/Profile/F5D8235V2,$(1))