diff options
author | John Crispin <john@openwrt.org> | 2015-01-20 06:34:28 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-01-20 06:34:28 +0000 |
commit | 607ecb249cb46472694c0b06cf812b2609a3b8dd (patch) | |
tree | 65bca39746d77ed3252a35007fe4470d0a09d468 /target/linux/ramips/image | |
parent | eb6acdf6b4b90ace25bc5194c81442a84dd0a026 (diff) | |
download | upstream-607ecb249cb46472694c0b06cf812b2609a3b8dd.tar.gz upstream-607ecb249cb46472694c0b06cf812b2609a3b8dd.tar.bz2 upstream-607ecb249cb46472694c0b06cf812b2609a3b8dd.zip |
ralink: add support for firewrt
this is a mt7621 based board
Signed-off-by: wengbj <linux.c@foxmail.com>
SVN-Revision: 44055
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 # |