[kernel] r5610 - in dists/sid/linux-2.6/debian: . arch/arm
Martin Michlmayr
tbm at costa.debian.org
Sat Jan 28 00:15:30 UTC 2006
Author: tbm
Date: Sat Jan 28 00:15:28 2006
New Revision: 5610
Modified:
dists/sid/linux-2.6/debian/arch/arm/config.nslu2
dists/sid/linux-2.6/debian/changelog
Log:
Build PPP as a module.
Modified: dists/sid/linux-2.6/debian/arch/arm/config.nslu2
==============================================================================
--- dists/sid/linux-2.6/debian/arch/arm/config.nslu2 (original)
+++ dists/sid/linux-2.6/debian/arch/arm/config.nslu2 Sat Jan 28 00:15:28 2006
@@ -813,7 +813,14 @@
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
-# CONFIG_PPP is not set
+CONFIG_PPP_BSDCOMP=m
+CONFIG_PPP_SYNC_TTY=m
+CONFIG_PPP_MULTILINK=y
+CONFIG_PPP_FILTER=y
+CONFIG_PPPOE=m
+CONFIG_PPP_DEFLATE=m
+CONFIG_PPP_ASYNC=m
+CONFIG_PPP=m
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
@@ -1478,7 +1485,7 @@
#
# Library routines
#
-# CONFIG_CRC_CCITT is not set
+CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
CONFIG_CRC32=y
CONFIG_LIBCRC32C=m
Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog (original)
+++ dists/sid/linux-2.6/debian/changelog Sat Jan 28 00:15:28 2006
@@ -24,6 +24,7 @@
[ Martin Michlmayr ]
* Add input support for the ixp4xx beeper driver (Alessandro Zummo).
* Add NSLU2 specific portion of ixp4xx beeper driver (Alessandro Zummo).
+ * [arm/nslu2] Build PPP as a module.
-- Steve Langasek <vorlon at debian.org> Fri, 27 Jan 2006 13:25:34 -0800
More information about the Kernel-svn-changes
mailing list