diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 16:25:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 16:25:33 +0000 |
commit | 5d0f9914ba42ff93f19019f5047a097a58286c20 (patch) | |
tree | 15225a5268eba17cfaad9c871da44e94140149eb /package/ppp/Makefile | |
parent | 63fef8ed5dd5a4eeaa39b63f000a38cc54d64658 (diff) | |
download | upstream-5d0f9914ba42ff93f19019f5047a097a58286c20.tar.gz upstream-5d0f9914ba42ff93f19019f5047a097a58286c20.tar.bz2 upstream-5d0f9914ba42ff93f19019f5047a097a58286c20.zip |
ppp: add a more descriptive title for ppp-multilink
SVN-Revision: 25524
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |