packages/l2tpd: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40139 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ff29c4bc58
commit
4aaf21f862
@ -29,9 +29,9 @@ define Package/l2tpd
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/l2tpd/description
|
define Package/l2tpd/description
|
||||||
l2tpd is the open source implementation of the L2TP tunneling
|
l2tpd is the open source implementation of the L2TP tunneling
|
||||||
protocol (RFC2661). It does implement both LAC and LNS role
|
protocol (RFC2661). It does implement both LAC and LNS role
|
||||||
in a L2TP networking architecture. The main goal of this protocol is
|
in a L2TP networking architecture. The main goal of this protocol is
|
||||||
to tunnel PPP frame trough an ip network.
|
to tunnel PPP frame trough an ip network.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ define Build/Compile
|
|||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/l2tpd/install
|
define Package/l2tpd/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
|
||||||
$(INSTALL_DIR) $(1)/etc/l2tpd
|
$(INSTALL_DIR) $(1)/etc/l2tpd
|
||||||
@ -58,4 +58,3 @@ define Package/l2tpd/install
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,l2tpd))
|
$(eval $(call BuildPackage,l2tpd))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user