X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=278cdee34578660f867b2407fcc3ca06fb01895e;hp=3950c6ddcc13eb7a747d1a84840c8d777d45fa8d;hb=0db91251574fd221641a5d89564d244e5406e44f;hpb=08ff97672027a8d1fa148779c0fa06e154dd0a85 diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 3950c6ddcc..278cdee345 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,15 +9,19 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc85xx BOARDNAME:=Freescale MPC85xx -CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 -FEATURES:=spe_fpu ramdisk +CPU_TYPE:=8540 +FEATURES:=spe_fpu squashfs MAINTAINER:=Imre Kaloz +SUBTARGETS=generic p1020 -LINUX_VERSION:=3.7.6 +LINUX_VERSION:=3.10.12 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-booke-wdt +DEFAULT_PACKAGES += \ + kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \ + kmod-leds-gpio kmod-booke-wdt \ + swconfig kmod-ath9k wpad-mini define Target/Description Build images for the Freescale MPC85xx based boards.