bump to 2.6.23.12
[openwrt/svn-archive/archive.git] / target / linux / x86 / Makefile
index 27987a41bf614dc3503afa79f7bd8f318ba0761f..f4b2763aeeba1bd7c153f1866fa7a620df59cc66 100644 (file)
@@ -10,13 +10,15 @@ ARCH=i386
 BOARD:=x86
 BOARDNAME:=x86
 FEATURES:=squashfs jffs2 ext2
+SUBTARGETS=generic mediacenter
 
-LINUX_VERSION:=2.6.22.4
+LINUX_VERSION:=2.6.23.12
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
 
-$(eval $(call Target,generic))
-$(eval $(call Target,mediacenter))
 $(eval $(call BuildTarget))
 
+$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
+       Please install mkisofs. \
+))