diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-06 16:36:48 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-06 16:36:48 +0000 |
commit | 73be7f9ef4b22e6250b77dda2d1a72245f6ce36d (patch) | |
tree | 284e19238aa2e6c954866950231de2c2442fd432 /target/iso9660 | |
parent | 8019956f609ac365798373631e0ff76e2b8b6aab (diff) |
- make sure to download fakeroot if needed
Diffstat (limited to 'target/iso9660')
-rw-r--r-- | target/iso9660/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/iso9660/Config.in b/target/iso9660/Config.in index ecfcd3962..7b3575111 100644 --- a/target/iso9660/Config.in +++ b/target/iso9660/Config.in @@ -4,6 +4,7 @@ config BR2_TARGET_ROOTFS_ISO9660 depends on BR2_i386 select BR2_TARGET_ROOTFS_EXT2 select BR2_TARGET_GRUB + select BR2_HOST_FAKEROUTE help Build a bootable iso9660 image |