* [PATCH][ATM] ia64 doesn't know about atm drivers on 2.4 kernels
@ 2003-04-08 13:12 chas williams
2003-04-09 8:03 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: chas williams @ 2003-04-08 13:12 UTC (permalink / raw)
To: davem; +Cc: linux-kernel
the ia64 arch doesnt seem to know about the atm drivers. please apply this
to the 2.4 series.
Index: linux/arch/ia64/config.in
===================================================================
RCS file: /home/chas/2.4/CVSROOT/linux/arch/ia64/config.in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 config.in
--- linux/arch/ia64/config.in 19 Mar 2003 19:05:52 -0000 1.1.1.1
+++ linux/arch/ia64/config.in 8 Apr 2003 13:08:10 -0000
@@ -185,6 +185,9 @@
bool 'Network device support' CONFIG_NETDEVICES
if [ "$CONFIG_NETDEVICES" = "y" ]; then
source drivers/net/Config.in
+ if [ "$CONFIG_ATM" = "y" ]; then
+ source drivers/atm/Config.in
+ fi
fi
endmenu
fi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-04-09 7:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-08 13:12 [PATCH][ATM] ia64 doesn't know about atm drivers on 2.4 kernels chas williams
2003-04-09 8:03 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox