ppc44x: mark as broken
[openwrt/openwrt.git] / target / linux / ppc44x / Makefile
index 5f29716ee441092fb0e0c6eed4843f750a688696..07404d5b47e3f8f60465cdaac38932ff550aa112 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2012 OpenWrt.org
+# Copyright (C) 2007-2015 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -13,16 +13,14 @@ FEATURES:=squashfs broken
 CPU_TYPE:=440
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
-LINUX_VERSION:=3.10.36
-
-include $(INCLUDE_DIR)/target.mk
-
-DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES))
+KERNEL_PATCHVER:=3.18
 
 define Target/Description
        Build firmware images for AMCC/IBM PPC44x based boards.
 endef
 
-KERNELNAME:="uImage cuImage.taishan"
+include $(INCLUDE_DIR)/target.mk
+
+KERNELNAME:=uImage cuImage.taishan
 
 $(eval $(call BuildTarget))