diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2013-06-05 23:53:29 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-06 22:30:00 +0200 |
commit | f2c2f25cef00d153dd60e60a4c8def826567d0b6 (patch) | |
tree | 79f090ea269fb48b48340e0a606e533907e2636e /package/vtun | |
parent | 51dea66f96b5c00433070ef126d829292b3cad97 (diff) |
Remove description and url from header
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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 |