summaryrefslogtreecommitdiffstats
path: root/package/ppp/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-13 16:25:33 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-13 16:25:33 +0000
commit51f2fa2929e5697b83b3b61a257ea284159718b7 (patch)
treeb18030683908a196c955505359a73d64200c8220 /package/ppp/Makefile
parent49d1bc17655fde37822a5a5daaa428ff2a0493e6 (diff)
ppp: add a more descriptive title for ppp-multilink
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25524 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r--package/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index 1f423789b..fba518215 100644
--- a/package/ppp/Makefile
+++ b/package/ppp/Makefile
@@ -41,7 +41,7 @@ endef
define Package/ppp-multilink
$(call Package/ppp/Default)
DEPENDS:=+kmod-ppp
- TITLE:=PPP daemon
+ TITLE:=PPP daemon (with multilink support)
VARIANT:=multilink
endef