diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-02-25 13:09:03 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2005-02-25 13:09:03 +0000 |
commit | bddbd0ea7629c6cfeb5ff0cda97a4cc8ef4f166d (patch) | |
tree | 67ad835562b84e502e1418105807e2bb603f5105 /packages/linux/openslug-kernel-2.6.9 | |
parent | 6c35ecd0ad296efd892ba58f9c85e02b3a21fd08 (diff) |
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded
into home.(none):/home/slug/openembedded
2005/02/25 23:38:24+10:30 (none)!rwhitby
Added PPP and NetConsole support to Openslug
BKrev: 421f236fSsf6lPPevs6gMLwuUZ9wcQ
Diffstat (limited to 'packages/linux/openslug-kernel-2.6.9')
-rw-r--r-- | packages/linux/openslug-kernel-2.6.9/defconfig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/linux/openslug-kernel-2.6.9/defconfig b/packages/linux/openslug-kernel-2.6.9/defconfig index bbd9f9e542..a7c811d544 100644 --- a/packages/linux/openslug-kernel-2.6.9/defconfig +++ b/packages/linux/openslug-kernel-2.6.9/defconfig @@ -506,11 +506,15 @@ CONFIG_NET_WIRELESS=y # CONFIG_WAN is not set # CONFIG_FDDI is not set # CONFIG_HIPPI is not set -# CONFIG_PPP is not set +CONFIG_PPP=m +CONFIG_PPP_FILTER=y +CONFIG_PPP_ASYNC=m +CONFIG_PPP_DEFLATE=m +CONFIG_PPP_BSDCOMP=m # CONFIG_SLIP is not set # CONFIG_NET_FC is not set # CONFIG_SHAPER is not set -# CONFIG_NETCONSOLE is not set +CONFIG_NETCONSOLE=m # # ATA/ATAPI/MFM/RLL support |