From: nbd Date: Sun, 13 Feb 2011 16:25:33 +0000 (+0000) Subject: ppp: add a more descriptive title for ppp-multilink X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=51f2fa2929e5697b83b3b61a257ea284159718b7;p=openwrt.git ppp: add a more descriptive title for ppp-multilink git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25524 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 1f423789be..fba5182159 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