From 9286ab00d3e9b5d11d489a557871a2879ef93a02 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 20 Jan 2015 06:34:28 +0000 Subject: ralink: add support for firewrt this is a mt7621 based board Signed-off-by: wengbj git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44055 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/image/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index f935a95d3b..e4dea9b7b5 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -893,7 +893,7 @@ endif # ifeq ($(SUBTARGET),mt7621) - TARGET_DEVICES += mt7621 wsr-600 wsr-1166 dir-860l-b1 + TARGET_DEVICES += mt7621 wsr-600 wsr-1166 dir-860l-b1 firewrt endif define Device/mt7621 @@ -925,6 +925,11 @@ define Device/dir-860l-b1 seama-seal -m "signature=wrgac13_dlink.2013gui_dir860lb" endef +define Device/firewrt + DTS := FIREWRT + IMAGE_SIZE := $(ralink_default_fw_size_8M) +endef + # # MT7628 Profiles # -- cgit v1.2.3