diff options
Diffstat (limited to 'package/pptp/Makefile')
-rw-r--r-- | package/pptp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile index eb6652f008..6a3d98bea6 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -22,11 +22,13 @@ define Package/pptp 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 +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/ |