2009-08-31 03:15:51 +08:00
|
|
|
#
|
2011-08-16 02:55:50 +08:00
|
|
|
# Copyright (C) 2008-2011 OpenWrt.org
|
2009-08-31 03:15:51 +08:00
|
|
|
#
|
|
|
|
# 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
|
2012-02-13 23:17:59 +08:00
|
|
|
BOARDNAME:=Ralink RT288x/RT3xxx
|
2015-07-24 17:11:56 +08:00
|
|
|
SUBTARGETS:=rt305x mt7620 mt7621 mt7628 mt7688 rt3883 rt288x
|
2016-01-05 06:35:36 +08:00
|
|
|
FEATURES:=squashfs gpio mips16
|
2016-05-11 15:06:21 +08:00
|
|
|
MAINTAINER:=John Crispin <john@phrozen.org>
|
2009-08-31 03:15:51 +08:00
|
|
|
|
2016-03-08 01:56:53 +08:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2009-08-31 03:15:51 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2014-06-12 01:01:19 +08:00
|
|
|
DEFAULT_PACKAGES += \
|
|
|
|
kmod-leds-gpio kmod-gpio-button-hotplug wpad-mini swconfig
|
2009-08-31 03:15:51 +08:00
|
|
|
|
|
|
|
define Target/Description
|
2012-02-13 23:17:59 +08:00
|
|
|
Build firmware images for Ralink RT288x/RT3xxx based boards.
|
2009-08-31 03:15:51 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|