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 /package/fakeroot/Config.in | |
parent | 8019956f609ac365798373631e0ff76e2b8b6aab (diff) | |
download | buildroot-novena-73be7f9ef4b22e6250b77dda2d1a72245f6ce36d.tar.gz buildroot-novena-73be7f9ef4b22e6250b77dda2d1a72245f6ce36d.zip |
- make sure to download fakeroot if needed
Diffstat (limited to 'package/fakeroot/Config.in')
-rw-r--r-- | package/fakeroot/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/fakeroot/Config.in b/package/fakeroot/Config.in index f9aa1ebf8..caab206df 100644 --- a/package/fakeroot/Config.in +++ b/package/fakeroot/Config.in @@ -5,3 +5,8 @@ config BR2_PACKAGE_FAKEROOT Run commands in an environment faking root privileges. http://joostje.op.het.net/fakeroot/ + +# dummy for fakeroot-source +config BR2_HOST_FAKEROUTE + bool + default n |