summaryrefslogtreecommitdiff
path: root/target/linux/ramips/Makefile
blob: ed2999af10b2c917a95304bb6413c7178422567c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Copyright (C) 2008-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk

ARCH:=mipsel
BOARD:=ramips
BOARDNAME:=MTK/Ralink APSoC (MIPS)
SUBTARGETS:=mt7620 mt7621 mt7628
FEATURES:=squashfs gpio
LINUX_VERSION:=3.10.14
LINUX_P4REV:=169495
LINUX_EXT_VERSION:=$(LINUX_VERSION)-$(LINUX_P4REV)

include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += 

define Target/Description
	Build firmware images for MTK/Ralink APSoC based boards.
endef

$(eval $(call BuildTarget))