aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-20 19:10:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-20 19:10:06 +0000
commit86a906bed2d2011a63b11928ffd92e45f389077d (patch)
tree5845e6c791a6bce84b7ecd423afeb219df48f9af /target/linux/x86/Makefile
parentd529f387c4a7f0a479790afe270e66f414e97877 (diff)
downloadupstream-86a906bed2d2011a63b11928ffd92e45f389077d.tar.gz
upstream-86a906bed2d2011a63b11928ffd92e45f389077d.tar.bz2
upstream-86a906bed2d2011a63b11928ffd92e45f389077d.zip
reorganize subtargets, sort subtargets below top level targets
SVN-Revision: 9378
Diffstat (limited to 'target/linux/x86/Makefile')
-rw-r--r--target/linux/x86/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile
index 452065c382..b0b6ca704b 100644
--- a/target/linux/x86/Makefile
+++ b/target/linux/x86/Makefile
@@ -10,15 +10,15 @@ ARCH=i386
BOARD:=x86
BOARDNAME:=x86
FEATURES:=squashfs jffs2 ext2
+SUBTARGETS=generic mediacenter
LINUX_VERSION:=2.6.23
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. \
))