1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

make kernel ppp optional and remove cramfs support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@372 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2005-03-14 17:22:37 +00:00
parent 35d3c8addb
commit ef01898d98
7 changed files with 23 additions and 3 deletions

View File

@@ -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