* upgrade ixp4xx to 2.6.23.12
[openwrt-10.03/.git] / target / linux / ixp4xx / Makefile
index 25b60a47b720fe3c96c4b7be6d6802b9d885ea27..50db8539fb3476566db427a47e3254d119971cc1 100644 (file)
@@ -10,15 +10,12 @@ ARCH:=armeb
 BOARD:=ixp4xx
 BOARDNAME:=Intel XScale IXP4xx
 FEATURES:=squashfs
+SUBTARGETS=generic harddisk
 
-LINUX_VERSION:=2.6.21.6
+LINUX_VERSION:=2.6.23.12
 
-define Target/Description
-endef
+include $(INCLUDE_DIR)/target.mk
 
-include $(INCLUDE_DIR)/kernel-build.mk
+DEFAULT_PACKAGES += ixp4xx-microcode
 
-# include the profiles
--include profiles/*.mk
-
-$(eval $(call BuildKernel))
+$(eval $(call BuildTarget))