summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-16 13:11:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-16 13:11:33 +0100
commit422fe42ea4a4f5c5f868736e17a0462e1e5c1c6b (patch)
tree387c24796571c19abda81843ae13e5356091b3bf /target
parent24db4fb9b27f4ea87b3ecdf8fd4dd07b62ba9514 (diff)
small fixes for iso target
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in1
-rw-r--r--target/x86/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index db04414de..99b056546 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -755,6 +755,7 @@ config ADK_TARGET_ROOTFS_ISO
select ADK_KERNEL_SCSI
select ADK_KERNEL_BLK_DEV_SR
depends on ADK_HOST_LINUX
+ depends on ADK_LINUX_X86
help
Use this option to create a bootable ISO image.
diff --git a/target/x86/Makefile b/target/x86/Makefile
index 87d3b5806..b228810c7 100644
--- a/target/x86/Makefile
+++ b/target/x86/Makefile
@@ -65,8 +65,8 @@ ifeq ($(ADK_HARDWARE_QEMU),y)
@echo "Start qemu with following command line:"
@echo 'qemu-system-i386 -nographic -net user,hostfwd=tcp::2222-:22 -net nic,model=e1000 -kernel $(BIN_DIR)/$(TARGET_KERNEL)'
endif
+endif
ifeq (${ADK_TARGET_FS},iso)
imageinstall: ${BIN_DIR}/${ROOTFSISO}
@echo 'ISO image is at $<'
endif
-endif