From: Jo-Philipp Wich Date: Fri, 6 Aug 2010 12:09:32 +0000 (+0000) Subject: [packages] l2tpv3tun: fix invalid quotes breaking menuconfig X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=b7355489cbdad9c3562a361e023d108b9d30d4e4 [packages] l2tpv3tun: fix invalid quotes breaking menuconfig SVN-Revision: 22510 --- diff --git a/net/l2tpv3tun/Makefile b/net/l2tpv3tun/Makefile index 9091137a6f..568665b6a0 100644 --- a/net/l2tpv3tun/Makefile +++ b/net/l2tpv3tun/Makefile @@ -21,7 +21,7 @@ define Package/l2tpv3tun SECTION:=net CATEGORY:=Network DEPENDS:=+libnl @LINUX_2_6_35 - TITLE:=Control utility for static L2TP v3 ("Pseudowire") tunnels + TITLE:=Control utility for static L2TP v3 (Pseudowire) tunnels MAINTAINER:=Thomas Heil URL:=http://www.openl2tp.org endef