[kernel] r9957 - in dists/sid/linux-2.6/debian: . config/arm

Martin Michlmayr tbm at alioth.debian.org
Sat Dec 15 22:52:59 UTC 2007


Author: tbm
Date: Sat Dec 15 22:52:58 2007
New Revision: 9957

Log:
re-enable USB_NET and PPP, thanks Daniel Hess (closes: #456416).


Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/config/arm/config.iop32x

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Sat Dec 15 22:52:58 2007
@@ -77,6 +77,10 @@
     - sched: some proc entries are missed in sched_domain sys_ctl debug code
     - ATM: [he] initialize lock and tasklet earlier
 
+  [ Martin Michlmayr ]
+  * [arm/iop32x] Re-enable USB_NET and PPP, thanks Daniel Hess (closes:
+    #456416).
+
  -- maximilian attems <maks at debian.org>  Fri, 14 Dec 2007 21:37:54 +0100
 
 linux-2.6 (2.6.23-1) unstable; urgency=low

Modified: dists/sid/linux-2.6/debian/config/arm/config.iop32x
==============================================================================
--- dists/sid/linux-2.6/debian/config/arm/config.iop32x	(original)
+++ dists/sid/linux-2.6/debian/config/arm/config.iop32x	Sat Dec 15 22:52:58 2007
@@ -167,6 +167,16 @@
 # Networking
 #
 CONFIG_NET=y
+CONFIG_USB_USBNET=m
+CONFIG_PPP=m
+CONFIG_PPP_MULTILINK=y
+CONFIG_PPP_FILTER=y
+CONFIG_PPP_ASYNC=m
+CONFIG_PPP_SYNC_TTY=m
+CONFIG_PPP_DEFLATE=m
+CONFIG_PPP_BSDCOMP=m
+CONFIG_PPPOE=m
+CONFIG_PPPOATM=m
 
 #
 # Networking options



More information about the Kernel-svn-changes mailing list