projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63fef8e
)
ppp: add a more descriptive title for ppp-multilink
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Feb 2011 16:25:33 +0000
(16:25 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Feb 2011 16:25:33 +0000
(16:25 +0000)
SVN-Revision: 25524
package/ppp/Makefile
patch
|
blob
|
history
diff --git
a/package/ppp/Makefile
b/package/ppp/Makefile
index 1f423789be5cd68f827d032f35e6c18fb5e0b1e3..fba51821597e182fef07bd9294f2977c669ed087 100644
(file)
--- 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