X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fx86%2FMakefile;h=ddb50e64046b894ee4b2e1acf05bad5eaf5f2d5f;hb=58b2f95a8711a73dd7c031f087725476a09769db;hp=705cc84ad1e4938b07da69413817972a0755b1b0;hpb=17c7b6c3fdc48301e50d22cc6138ede16bd1be24;p=openwrt-10.03%2F.git diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 705cc84ad..ddb50e640 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -13,11 +13,12 @@ FEATURES:=squashfs jffs2 ext2 LINUX_VERSION:=2.6.22.4 -include $(INCLUDE_DIR)/kernel-build.mk +include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci -# include the profiles --include profiles/*.mk - -$(eval $(call BuildKernel)) - +$(eval $(call Target,generic)) +$(eval $(call Target,mediacenter)) +$(eval $(call BuildTarget)) +$(eval $(call RequireCommand,mkisofs, \ + Please install mkisofs. \ +))