aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-10-08 18:53:19 +0000
committerJohn Crispin <john@openwrt.org>2007-10-08 18:53:19 +0000
commit215fa7eb8b055e580c30a9851fbcacdc5fef15a6 (patch)
treeefdafbe4938b49e93198f6371d2cff7ba65506c4 /target/linux/x86/Makefile
parent0f4363326335a3acf67d821e6f4e6958bd2c4cba (diff)
downloadupstream-215fa7eb8b055e580c30a9851fbcacdc5fef15a6.tar.gz
upstream-215fa7eb8b055e580c30a9851fbcacdc5fef15a6.tar.bz2
upstream-215fa7eb8b055e580c30a9851fbcacdc5fef15a6.zip
added generation of x86 livecds, from #2391
SVN-Revision: 9191
Diffstat (limited to 'target/linux/x86/Makefile')
-rw-r--r--target/linux/x86/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile
index 27987a41bf..ddb50e6404 100644
--- a/target/linux/x86/Makefile
+++ b/target/linux/x86/Makefile
@@ -19,4 +19,6 @@ DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
$(eval $(call Target,generic))
$(eval $(call Target,mediacenter))
$(eval $(call BuildTarget))
-
+$(eval $(call RequireCommand,mkisofs, \
+ Please install mkisofs. \
+))