diff options
author | John Crispin <blogic@openwrt.org> | 2014-11-06 09:31:31 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-11-06 09:31:31 +0000 |
commit | 3d1fb84ada10d44712cff3d7530dc057532cce00 (patch) | |
tree | 8ec8760b91969070ce793fef8716e4a86c222ffd /target/linux/ramips/image | |
parent | e6a6d7d6d1c78b8a121bc4bee41d314565c700eb (diff) | |
download | upstream-3d1fb84ada10d44712cff3d7530dc057532cce00.tar.gz upstream-3d1fb84ada10d44712cff3d7530dc057532cce00.tar.bz2 upstream-3d1fb84ada10d44712cff3d7530dc057532cce00.zip |
ralink: add support for mt7628
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 58bfd6dfe4..4362d4c3b3 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -848,6 +848,18 @@ define Image/Build/Profile/Default endef endif +# +# MT7628 Profiles +# + +Image/Build/Profile/MT7628=$(call BuildFirmware/Default4M/$(1),$(1),mt7628,MT7628) + +ifeq ($(SUBTARGET),mt7628) +define Image/Build/Profile/Default + $(call Image/Build/Profile/MT7628,$(1)) +endef +endif + # # Generic Targets |