diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2015-05-12 10:51:31 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-05-13 10:12:17 +0200 |
commit | ffce535003f18a4f7fc7f0bb2a1c7fcf5d42624c (patch) | |
tree | c7af2f7f7e0df83e5f58a50315c35c8367a8853c /package/Config.in.host | |
parent | cd305934285c5cb5d5b8817219332e880875963c (diff) | |
download | buildroot-ffce535003f18a4f7fc7f0bb2a1c7fcf5d42624c.tar.gz buildroot-ffce535003f18a4f7fc7f0bb2a1c7fcf5d42624c.zip |
package: add host-faketime
For use by packages or post-build/image scripts to fake the current time for
obnoxious programs that insists on adding a timestamp.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in.host')
-rw-r--r-- | package/Config.in.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in.host b/package/Config.in.host index 051bc4a137..1e047aadfd 100644 --- a/package/Config.in.host +++ b/package/Config.in.host @@ -7,6 +7,7 @@ menu "Host utilities" source "package/dosfstools/Config.in.host" source "package/e2fsprogs/Config.in.host" source "package/e2tools/Config.in.host" + source "package/faketime/Config.in.host" source "package/genext2fs/Config.in.host" source "package/genimage/Config.in.host" source "package/genpart/Config.in.host" |