projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
drop the '0' default in config_get_bool
[openwrt.git]
/
package
/
pptp
/
Makefile
diff --git
a/package/pptp/Makefile
b/package/pptp/Makefile
index
eb6652f
..
2779dbf
100644
(file)
--- a/
package/pptp/Makefile
+++ b/
package/pptp/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=pptp
PKG_VERSION:=1.6.0
PKG_NAME:=pptp
PKG_VERSION:=1.6.0
-PKG_RELEASE:=
3
+PKG_RELEASE:=
4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/pptpclient
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/pptpclient
@@
-22,11
+22,13
@@
define Package/pptp
SECTION:=net
CATEGORY:=Network
TITLE:=PPTP client
SECTION:=net
CATEGORY:=Network
TITLE:=PPTP client
- DESCRIPTION:=\
- This package contains a PPTP (Point-to-Point Tunneling Protocol) client.
URL:=http://pptpclient.sourceforge.net/
endef
URL:=http://pptpclient.sourceforge.net/
endef
+define Package/pptp/daemon
+ This package contains a PPTP (Point-to-Point Tunneling Protocol) client.
+endef
+
define Package/pptp/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
define Package/pptp/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
This page took
0.02679 seconds
and
4
git commands to generate.