diff options
author | 2018-11-16 01:16:47 -0200 | |
---|---|---|
committer | 2018-11-26 17:18:39 +0100 | |
commit | 5edb7ab4e4c51229719650a705d6d23b17f0cdd6 (patch) | |
tree | 4c291c34b96784fa7555538dd7ee25c5a83d7ee6 | |
parent | 8771409fa87d3bc76b7ef081e3f5b598810d30f4 (diff) | |
download | buildroot-5edb7ab4e4c51229719650a705d6d23b17f0cdd6.tar.gz buildroot-5edb7ab4e4c51229719650a705d6d23b17f0cdd6.tar.bz2 |
vtun: remove reference to start-stop-daemon from package help
None of the other 82 packages that use start-stop-daemon does this.
Signed-off-by: Carlos Santos <casantos@datacom.com.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 11d96cdeb9d59e81973c49fb713fb5982f196110)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/vtun/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/vtun/Config.in b/package/vtun/Config.in index bb8919c3d0..d63e7c76ef 100644 --- a/package/vtun/Config.in +++ b/package/vtun/Config.in @@ -10,7 +10,4 @@ config BR2_PACKAGE_VTUN It supports IP, PPP, SLIP, Ethernet and other tunnel types. - NOTE: It uses start-stop-daemon in init script, so be sure - to enable that within busybox - http://vtun.sourceforge.net/ |