mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 07:48:58 +02:00
[package] pptp: mark /etc/ppp/options.pptp as conffile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23253 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3103d5d939
commit
a71bd64914
@ -26,10 +26,14 @@ define Package/pptp
|
||||
DEPENDS:=+ppp +kmod-gre
|
||||
endef
|
||||
|
||||
define Package/pptp/daemon
|
||||
define Package/pptp/description
|
||||
This package contains a PPTP (Point-to-Point Tunneling Protocol) client.
|
||||
endef
|
||||
|
||||
define Package/pptp/conffiles
|
||||
/etc/ppp/options.pptp
|
||||
endef
|
||||
|
||||
define Package/pptp/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
|
||||
|
Loading…
Reference in New Issue
Block a user