targets: prepare for supporting normal and initramfs images
[openwrt.git] / target / linux / x86 / Makefile
index 8f11717a4e7ce4938acab094037071fd065f2c4f..0d4fe4764f4e1c588c52052c99f88c6a832750b9 100644 (file)
@@ -9,10 +9,13 @@ include $(TOPDIR)/rules.mk
 ARCH:=i386
 BOARD:=x86
 BOARDNAME:=x86
-FEATURES:=squashfs jffs2 ext4 vdi vmdk pcmcia targz
-SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos
+FEATURES:=squashfs ext4 vdi vmdk pcmcia targz
+SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos alix2 thincan \
+          rdc
 
-LINUX_VERSION:=2.6.32.33
+LINUX_VERSION:=3.3.8
+
+KERNELNAME:=bzImage
 
 include $(INCLUDE_DIR)/target.mk