X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc83xx%2FMakefile;h=4c25049ee5860dfdd5ce65fa800208a6913644fc;hb=e2268b7ceb4ed69e8e3d413ddb0614bfdbddceb3;hp=07f83e046756720db2647632c741284bf0555879;hpb=026ba41ee056c374a32a454aa66417a1cca88701;p=openwrt.git diff --git a/target/linux/mpc83xx/Makefile b/target/linux/mpc83xx/Makefile index 07f83e0467..4c25049ee5 100644 --- a/target/linux/mpc83xx/Makefile +++ b/target/linux/mpc83xx/Makefile @@ -9,9 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc83xx BOARDNAME:=Freescale MPC83xx -FEATURES:=squashfs targz broken +CPU_TYPE:=603e +FEATURES:=squashfs targz +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.33.3 +LINUX_VERSION:=3.8.13 include $(INCLUDE_DIR)/target.mk @@ -21,4 +23,6 @@ define Target/Description Build firmware images for Freescale MPC83xx based boards (eg. RouterBoard 600). endef +KERNELNAME:="uImage" + $(eval $(call BuildTarget))