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/linux.config | |
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/linux.config')
-rw-r--r-- | openwrt/package/linux/linux.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/linux/linux.config b/openwrt/package/linux/linux.config index dada53e..4d2a7ef 100644 --- a/openwrt/package/linux/linux.config +++ b/openwrt/package/linux/linux.config @@ -680,7 +680,7 @@ CONFIG_NET_ETHERNET=y # CONFIG_FDDI is not set # CONFIG_HIPPI is not set # CONFIG_PLIP is not set -CONFIG_PPP=y +CONFIG_PPP=m # CONFIG_PPP_MULTILINK is not set # CONFIG_PPP_FILTER is not set CONFIG_PPP_ASYNC=m @@ -853,7 +853,7 @@ CONFIG_JFFS2_BBC_LZO=y CONFIG_JFFS2_BBC_LZARI=y CONFIG_JFFS2_BBC_LZHD=y CONFIG_JFFS2_BBC_LZSS=y -CONFIG_CRAMFS=y +# CONFIG_CRAMFS is not set CONFIG_SQUASHFS=y # CONFIG_TMPFS is not set CONFIG_RAMFS=y |