diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2024-04-09 00:08:33 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2024-04-11 08:49:13 +0800 |
commit | 020d925f66739f242bf6043d59aef712ac7584b3 (patch) | |
tree | d33413082c9de68cef97c182ee5d6081f9b29741 /net/pppossh/Makefile | |
parent | 1de03eb259c9ce1e21648e2502ed0bbc182c79e4 (diff) |
pppossh: add option peer_pppd_options
This can be useful for things like making the interface on the peer side
fixed with value like `ifname xx`
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/pppossh/Makefile')
-rw-r--r-- | net/pppossh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pppossh/Makefile b/net/pppossh/Makefile index 7cc739ddb..5fa13d61b 100644 --- a/net/pppossh/Makefile +++ b/net/pppossh/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pppossh -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com> PKG_LICENSE:=GPLv2 |