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/linux/Config.in | |
| 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/linux/Config.in')
| -rw-r--r-- | openwrt/package/linux/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/linux/Config.in b/openwrt/package/linux/Config.in index bcb73db..99cb26f 100644 --- a/openwrt/package/linux/Config.in +++ b/openwrt/package/linux/Config.in @@ -50,10 +50,17 @@ config BR2_PACKAGE_KMOD_CRYPTO help Kernel modules for cryptographic algorithms +config BR2_PACKAGE_KMOD_PPP + tristate "PPP support" + default m + help + Kernel support for PPP + config BR2_PACKAGE_KMOD_MPPE tristate "PPP MPPE/MPPC module" default m select BR2_PACKAGE_KMOD_CRYPTO + depends BR2_PACKAGE_KMOD_PPP help Support for Microsoft PPP Encryption/Compression |
