X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=c36675cc05663c049670dd497b91f97bbc7e03fd;hb=a231c4ed4568c99bf507f470a4307fa3f7cd4828;hp=7964e0a6853fc6cb383e1a310f14e82a5273cacc;hpb=d3305e8570dba327c25bc62584e2874fbb3d2008;p=15.05%2Fopenwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 7964e0a685..c36675cc05 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs broken CPU_TYPE:=440 MAINTAINER:=Imre Kaloz -LINUX_VERSION:=3.10.26 +KERNEL_PATCHVER:=3.10 include $(INCLUDE_DIR)/target.mk @@ -23,6 +23,6 @@ define Target/Description Build firmware images for AMCC/IBM PPC44x based boards. endef -KERNELNAME:="uImage cuImage.taishan" +KERNELNAME:=uImage cuImage.taishan $(eval $(call BuildTarget))