diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-18 18:05:44 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-18 18:05:44 +0000 |
commit | c4c02b571bf1465a42f692a1ff37b03cc87374f3 (patch) | |
tree | 47826101c6d63eb279e9e5303fa8b15e33f9cd28 /openwrt/package/ppp/ipkg/ppp.control | |
parent | 421e758a1e8ef9ca67b02e9cbe8506e3af923b47 (diff) | |
download | mtk-20170518-c4c02b571bf1465a42f692a1ff37b03cc87374f3.zip mtk-20170518-c4c02b571bf1465a42f692a1ff37b03cc87374f3.tar.gz mtk-20170518-c4c02b571bf1465a42f692a1ff37b03cc87374f3.tar.bz2 |
Convert ppp to new packaging style, rename ppp-*-plugin to ppp-mod-*, enable chat package, split ppp patch into multiple patches
SVN-Revision: 940
Diffstat (limited to 'openwrt/package/ppp/ipkg/ppp.control')
-rw-r--r-- | openwrt/package/ppp/ipkg/ppp.control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/ppp/ipkg/ppp.control b/openwrt/package/ppp/ipkg/ppp.control new file mode 100644 index 0000000..f7442a6 --- /dev/null +++ b/openwrt/package/ppp/ipkg/ppp.control @@ -0,0 +1,7 @@ +Package: ppp +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Depends: kmod-ppp +Description: a PPP (Point-to-Point Protocol) daemon (with MPPE/MPPC support) |