#
# 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_v2
BOARDNAME:=MediaTek Ralink MIPS
SUBTARGETS:=mt7621
FEATURES:=squashfs gpio
MAINTAINER:=John Crispin <john@phrozen.org>

LINUX_VERSION:=4.4.198
KERNEL_PATCHVER:=4.4.198


include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += busybox_custom conntrack-tools swconfig

define Target/Description
	Build firmware images for MediaTek Ralink MIPS based boards.
endef

$(eval $(call BuildTarget))
