diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-03-14 17:22:37 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-14 17:22:37 +0000 |
| commit | c36287f707f68dbab0fe72939a5711698b286285 (patch) | |
| tree | 043e9c3fedb060a0a640a4a0a872f45170884c91 /openwrt/package/ppp | |
| parent | a2b1ed7b3cfc74413bf66286c13f70ab31dffdb7 (diff) | |
| download | mtk-20170518-c36287f707f68dbab0fe72939a5711698b286285.zip mtk-20170518-c36287f707f68dbab0fe72939a5711698b286285.tar.gz mtk-20170518-c36287f707f68dbab0fe72939a5711698b286285.tar.bz2 | |
make kernel ppp optional and remove cramfs support
SVN-Revision: 372
Diffstat (limited to 'openwrt/package/ppp')
| -rw-r--r-- | openwrt/package/ppp/Config.in | 1 | ||||
| -rw-r--r-- | openwrt/package/ppp/control/ppp.control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in index 1d4aecb..1f92022 100644 --- a/openwrt/package/ppp/Config.in +++ b/openwrt/package/ppp/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_PPP tristate + select BR2_PACKAGE_KMOD_PPP prompt "PPP daemon" default y diff --git a/openwrt/package/ppp/control/ppp.control b/openwrt/package/ppp/control/ppp.control index 68b2dff..3f6163e 100644 --- a/openwrt/package/ppp/control/ppp.control +++ b/openwrt/package/ppp/control/ppp.control @@ -5,4 +5,5 @@ Version: 2.4.3-3 Architecture: mipsel 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) |
