2009-08-30 19:15:51 +00:00
|
|
|
#
|
2011-08-15 18:55:50 +00:00
|
|
|
# Copyright (C) 2008-2011 OpenWrt.org
|
2009-08-30 19:15:51 +00: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 15:17:59 +00:00
|
|
|
BOARDNAME:=Ralink RT288x/RT3xxx
|
2013-09-17 21:45:39 +00:00
|
|
|
SUBTARGETS:=rt305x rt3883 mt7620a rt288x
|
2013-04-03 09:58:37 +00:00
|
|
|
FEATURES:=squashfs gpio
|
2009-08-30 19:15:51 +00:00
|
|
|
|
2013-11-05 08:25:45 +00:00
|
|
|
LINUX_VERSION:=3.10.18
|
2009-08-30 19:15:51 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2011-08-15 18:55:50 +00:00
|
|
|
DEFAULT_PACKAGES+=\
|
2012-02-11 19:37:06 +00:00
|
|
|
kmod-leds-gpio kmod-input-core kmod-input-polldev \
|
|
|
|
kmod-input-gpio-keys-polled kmod-button-hotplug \
|
2013-02-16 11:50:25 +00:00
|
|
|
kmod-rt2800-pci wpad-mini swconfig
|
2009-08-30 19:15:51 +00:00
|
|
|
|
|
|
|
define Target/Description
|
2012-02-13 15:17:59 +00:00
|
|
|
Build firmware images for Ralink RT288x/RT3xxx based boards.
|
2009-08-30 19:15:51 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|