diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2011-04-12 18:31:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 20:02:31 +0200 |
commit | 36e2dea8b335502fbbd367d7d09018bc58769a0e (patch) | |
tree | 7620659d77fca6f8572a54d48398d939cff7b3b0 /package/busybox/config/libbb | |
parent | 933e74c07231e815bbfd9ed90073308eaf253a00 (diff) |
package/busybox: minor update, some fixes and comments
- update to 1.18.4
- introduce BB_MAKE_FLAGS, simplifying package/busybox/Makefile a bit
- document how the package/busybox/config may be updated
- document what needs to be done so one may drop 003-defaults.patch
- update package/busybox/config, a few busybox features were not
selectable
Diffstat (limited to 'package/busybox/config/libbb')
-rw-r--r-- | package/busybox/config/libbb/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/config/libbb/Config.in b/package/busybox/config/libbb/Config.in index 1fc888630..c42a93bbb 100644 --- a/package/busybox/config/libbb/Config.in +++ b/package/busybox/config/libbb/Config.in @@ -151,6 +151,7 @@ config BUSYBOX_FEATURE_COPYBUF_KB config BUSYBOX_MONOTONIC_SYSCALL bool "Use clock_gettime(CLOCK_MONOTONIC) syscall" default y + depends on BUSYBOX_PLATFORM_LINUX help Use clock_gettime(CLOCK_MONOTONIC) syscall for measuring time intervals (time, ping, traceroute etc need this). |