diff options
| author | Jonathan Bauer | 2012-09-28 17:01:23 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2012-09-28 17:01:23 +0200 |
| commit | 044b30c4e36b461d6bd844fc17a3592d48da16d0 (patch) | |
| tree | 293bc4866c718bd020488da164436e86ab16f125 | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-044b30c4e36b461d6bd844fc17a3592d48da16d0.tar.gz tm-scripts-044b30c4e36b461d6bd844fc17a3592d48da16d0.tar.xz tm-scripts-044b30c4e36b461d6bd844fc17a3592d48da16d0.zip | |
busybox config fix
| -rw-r--r-- | remote/tools/busybox/busybox.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/busybox/busybox.conf b/remote/tools/busybox/busybox.conf index 03928171..7151d5a2 100644 --- a/remote/tools/busybox/busybox.conf +++ b/remote/tools/busybox/busybox.conf @@ -1,4 +1,4 @@ GIT=git://git.openslx.org/openslx/tools/busybox DEPS="" -REQUIRED_BINARIES="" +REQUIRED_BINARIES="busybox" REQUIRED_FILES="" |
