diff options
Diffstat (limited to 'openwrt/package/rp-l2tp/ipkg')
4 files changed, 15 insertions, 0 deletions
diff --git a/openwrt/package/rp-l2tp/ipkg/rp-l2tpd-mod-cmd.control b/openwrt/package/rp-l2tp/ipkg/rp-l2tpd-mod-cmd.control new file mode 100644 index 0000000000..d8ee698105 --- /dev/null +++ b/openwrt/package/rp-l2tp/ipkg/rp-l2tpd-mod-cmd.control @@ -0,0 +1,5 @@ +Package: rp-l2tpd-mod-cmd +Priority: optional +Section: net +Description: a simple command handler for the L2TP daemon +Depends: rp-l2tpd diff --git a/openwrt/package/rp-l2tp/ipkg/rp-l2tpd-mod-ppp.control b/openwrt/package/rp-l2tp/ipkg/rp-l2tpd-mod-ppp.control new file mode 100644 index 0000000000..4237dff0d8 --- /dev/null +++ b/openwrt/package/rp-l2tp/ipkg/rp-l2tpd-mod-ppp.control @@ -0,0 +1,5 @@ +Package: rp-l2tpd-mod-ppp +Priority: optional +Section: net +Description: a PPP handler for the L2TP daeomon +Depends: rp-l2tpd, ppp diff --git a/openwrt/package/rp-l2tp/ipkg/rp-l2tpd.conffiles b/openwrt/package/rp-l2tp/ipkg/rp-l2tpd.conffiles new file mode 100644 index 0000000000..6d441f4bfb --- /dev/null +++ b/openwrt/package/rp-l2tp/ipkg/rp-l2tpd.conffiles @@ -0,0 +1 @@ +/etc/l2tp.conf diff --git a/openwrt/package/rp-l2tp/ipkg/rp-l2tpd.control b/openwrt/package/rp-l2tp/ipkg/rp-l2tpd.control new file mode 100644 index 0000000000..f1ba72fb83 --- /dev/null +++ b/openwrt/package/rp-l2tp/ipkg/rp-l2tpd.control @@ -0,0 +1,4 @@ +Package: rp-l2tpd +Priority: optional +Section: net +Description: an L2TP (Layer 2 Tunneling Protocol) daemon |