Browse Source

Revert "xl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes with l2tpv3"

This reverts commit 981f2da457.
OpenWrt wiki knew l2tp from l2tpv3tun, but luci knew l2tp from xl2tpd
lilik-openwrt-22.03
Steven Barth 10 years ago
parent
commit
96b04afce6
2 changed files with 5 additions and 5 deletions
  1. +1
    -1
      net/xl2tpd/Makefile
  2. +4
    -4
      net/xl2tpd/files/l2tp.sh

+ 1
- 1
net/xl2tpd/Makefile View File

@ -67,7 +67,7 @@ define Package/xl2tpd/install
$(INSTALL_DATA) ./files/options.xl2tpd $(1)/etc/ppp/
$(INSTALL_DIR) $(1)/lib/netifd/proto
$(INSTALL_BIN) ./files/l2tpv2.sh $(1)/lib/netifd/proto
$(INSTALL_BIN) ./files/l2tp.sh $(1)/lib/netifd/proto
endef
$(eval $(call BuildPackage,xl2tpd))

net/xl2tpd/files/l2tpv2.sh → net/xl2tpd/files/l2tp.sh View File


Loading…
Cancel
Save