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