diff options
author | John Crispin <blogic@openwrt.org> | 2014-11-14 16:52:36 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-11-14 16:52:36 +0000 |
commit | 812305fe4f7d61224d5e78ded33e468fa6fe028c (patch) | |
tree | ee20bdbf2c9e9fdc86f8017f24f31e5ef9938aee /target/linux/ramips/image | |
parent | 48fdd908aceb5e526424a036fa611976b97b9302 (diff) | |
download | upstream-812305fe4f7d61224d5e78ded33e468fa6fe028c.tar.gz upstream-812305fe4f7d61224d5e78ded33e468fa6fe028c.tar.bz2 upstream-812305fe4f7d61224d5e78ded33e468fa6fe028c.zip |
ralink: add support for WSR-600/1166
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43244 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 02485ba671..2fae792cb6 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -839,10 +839,14 @@ endif # Image/Build/Profile/MT7621=$(call BuildFirmware/Default4M/$(1),$(1),mt7621,MT7621) +Image/Build/Profile/WSR-600=$(call BuildFirmware/Default4M/$(1),$(1),wsr-600,WSR-600) +Image/Build/Profile/WSR-1166=$(call BuildFirmware/Default4M/$(1),$(1),wsr-1166,WSR-1166) ifeq ($(SUBTARGET),mt7621) define Image/Build/Profile/Default $(call Image/Build/Profile/MT7621,$(1)) + $(call Image/Build/Profile/WSR-600,$(1)) + $(call Image/Build/Profile/WSR-1166,$(1)) endef endif |