X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=6a7531077a7d2f4c96e6485a38e2a5647b41b106;hb=80108568420c8cd6c74d94fa734a40bdea0189cb;hp=3bfbf6cf22065e84a4fc36291fefa886162a7902;hpb=530802ba69f170f1d7821d85d1cfbd5304dc5a3f;p=openwrt.git diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 3bfbf6cf22..6a7531077a 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 broken +CFLAGS:=-Os -pipe -mcpu=8540 +FEATURES:=spe_fpu squashfs MAINTAINER:=Imre Kaloz +SUBTARGETS=generic p1020 -LINUX_VERSION:=3.3.7 +LINUX_VERSION:=3.10.4 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.