diff options
Diffstat (limited to 'package/vtun')
-rw-r--r-- | package/vtun/Config.in | 3 | ||||
-rw-r--r-- | package/vtun/vtun.mk | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/vtun/Config.in b/package/vtun/Config.in index fc352125c..fe1f0d0c9 100644 --- a/package/vtun/Config.in +++ b/package/vtun/Config.in @@ -9,4 +9,7 @@ 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/ diff --git a/package/vtun/vtun.mk b/package/vtun/vtun.mk index 6aeca6566..0f0b5ce62 100644 --- a/package/vtun/vtun.mk +++ b/package/vtun/vtun.mk @@ -2,9 +2,6 @@ # # vtun # -# NOTE: Uses start-stop-daemon in init script, so be sure -# to enable that within busybox -# ############################################################# VTUN_VERSION = 3.0.3 |