aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/base-files
Commit message (Expand)AuthorAgeFilesLines
* sunxi: CC: fix networking on Olimex A20 MicroZoltan HERPAI2015-07-311-1/+1
* sunxi: workaround switch being uninitialized on netifd startupZoltan HERPAI2015-01-301-0/+17
* sunxi: add support for Lamobo R1Zoltan HERPAI2015-01-302-0/+10
* sunxi: use sunxi_board_name when generating default network settingsZoltan HERPAI2015-01-301-15/+6
* sunxi: introduce sunxi_board_name() in /lib/sunxi.shZoltan HERPAI2015-01-301-0/+9
* sunxi: implement board_detect for device-tree kernelsZoltan HERPAI2015-01-301-38/+130
* sunxi: bump kernel to 3.18Zoltan HERPAI2015-01-091-0/+2
* sunxi: fix network config on A20-OLinuXino-LIMENicolas Thill2014-11-061-1/+2
* sunxi: update devtree name in network setup for pcduino3 as preparing for 3.18Zoltan HERPAI2014-11-021-0/+1
* sunxi: add default interface for bananaPiZoltan HERPAI2014-09-171-0/+1
* sunxi: fix typo in uci-defaults network configZoltan HERPAI2014-06-011-1/+1
* sunxi: various a13 changesZoltan HERPAI2014-05-011-0/+3
* sunxi: add default network config for missing boardsZoltan HERPAI2014-04-301-0/+3
* sunxi: init eth0 as lan instead of wan, add a couple boardsZoltan HERPAI2014-03-201-2/+4
* sunxi: rework targetZoltan HERPAI2013-11-143-0/+59
* sunxi: add new targetLuka Perkov2013-11-051-0/+22
ng */
#
# Copyright (C) 2009-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk

ARCH:=powerpc
BOARD:=mpc52xx
BOARDNAME:=Freescale MPC52xx
FEATURES:=targz ext4

LINUX_VERSION:=2.6.30.10

include $(INCLUDE_DIR)/target.mk

define Target/Description
	Build images for the Freescale MPC52xx based boards.
endef

$(eval $(call BuildTarget))