aboutsummaryrefslogtreecommitdiffstats
path: root/tools/expat
Commit message (Expand)AuthorAgeFilesLines
* tools/expat: update to 2.2.10Hannu Nyman2020-11-211-2/+2
* tools/expat: change package source to GitHubDavid Bauer2019-11-241-1/+1
* expat: Update to version 2.2.9Josef Schlehofer2019-10-061-2/+2
* expat: Update to 2.2.7Daniel Engberg2019-08-061-2/+2
* tools/expat: fix docbook2man error on some systemsMarko Ratkaj2018-09-111-0/+3
* tools/expat: Update to 2.2.6Daniel Engberg2018-09-101-2/+2
* tools/expat: Update to 2.2.5Daniel Engberg2017-12-161-2/+2
* add PKG_CPE_ID ids to package and toolsAlexander Couzens2017-11-171-0/+1
* tools/expat: Update to 2.2.4Daniel Engberg2017-09-161-2/+2
* tools/expat: Update to 2.2.3Daniel Engberg2017-08-091-5/+2
* tools: expat: fix build on older host systemsJo-Philipp Wich2017-07-181-0/+3
* tools/expat: Update host version to 2.2.2Ted Hess2017-07-171-2/+2
* treewide: clean up download hashesFelix Fietkau2016-12-161-1/+1
* tools/expat: Update to 2.2.0diizzyy2016-10-041-3/+3
* tools: add expat library (to be used by gdb)Felix Fietkau2015-07-101-0/+25
olor: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#
# 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:=Ralink RT288x/RT3xxx
SUBTARGETS:=rt288x rt305x rt3883 mt7620a
CFLAGS:=-Os -pipe -fno-caller-saves -mno-branch-likely
FEATURES:=squashfs gpio

LINUX_VERSION:=3.9.8

include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES+=\
	kmod-leds-gpio kmod-input-core kmod-input-polldev \
	kmod-input-gpio-keys-polled kmod-button-hotplug \
	kmod-rt2800-pci wpad-mini swconfig

define Target/Description
	Build firmware images for Ralink RT288x/RT3xxx based boards.
endef

$(eval $(call BuildTarget))