X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ceee90ffd2f7913e6b31789b53f52a3d94ecece3..1aaf14ee09dc8242ee644d0320505e0f1bcbfba7:/target/linux/x86/Makefile?ds=sidebyside diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index d1e459ce8..fc0db5712 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -16,5 +16,9 @@ LINUX_VERSION:=2.6.22.4 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. \ +))