2010-12-05 19:38:59 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 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:=mpc85xx
|
|
|
|
BOARDNAME:=Freescale MPC85xx
|
2013-09-27 01:53:28 +08:00
|
|
|
CPU_TYPE:=8540
|
2015-07-08 20:06:16 +08:00
|
|
|
FEATURES:=squashfs
|
2010-12-05 19:38:59 +08:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2013-04-27 00:57:43 +08:00
|
|
|
SUBTARGETS=generic p1020
|
2010-12-05 19:38:59 +08:00
|
|
|
|
2016-01-18 05:05:19 +08:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2010-12-05 19:38:59 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2015-10-05 18:25:28 +08:00
|
|
|
KERNEL_IMAGES := zImage
|
|
|
|
ifeq ($(SUBTARGET),generic)
|
|
|
|
KERNEL_IMAGES += cuImage.tl-wdr4900-v1
|
|
|
|
endif
|
|
|
|
|
2013-02-17 01:13:38 +08:00
|
|
|
DEFAULT_PACKAGES += \
|
|
|
|
kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \
|
2013-02-21 18:26:03 +08:00
|
|
|
kmod-leds-gpio kmod-booke-wdt \
|
2013-04-01 17:53:29 +08:00
|
|
|
swconfig kmod-ath9k wpad-mini
|
2012-04-29 23:00:38 +08:00
|
|
|
|
2010-12-05 19:38:59 +08:00
|
|
|
define Target/Description
|
|
|
|
Build images for the Freescale MPC85xx based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|