diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-20 19:10:06 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-20 19:10:06 +0000 |
commit | 139d1393f9eb551c3a9382b3d364801c4ac6aa65 (patch) | |
tree | 3a0d2112a42d87304fd7e294049676be1f7a588d /target/linux/x86/Makefile | |
parent | 723aeefa6805e5ad4193fc51c5ba752fd1d39963 (diff) |
reorganize subtargets, sort subtargets below top level targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9378 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/Makefile')
-rw-r--r-- | target/linux/x86/Makefile | 4 |
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. \ )) |