lkml.org 
[lkml]   [2001]   [Oct]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] 2.4.13-ac2: Appletalk Config Screwed
From
Date
The Appletalk configure file is butchered, resulting in various
problems: `make oldconfig' always prompts on CONFIG_ATALK, `make
[*]config' returns "ERROR - Attempting to write value for unconfigured
variable (CONFIG_ATALK).", etc etc.

The fix is trivial. Attached is against 2.4.13-ac2. Alan, please
apply.

diff -u linux-2.4.13-ac2/drivers/net/appletalk/Config.in linux/drivers/net/appletalk/Config.in
--- linux-2.4.13-ac2/drivers/net/appletalk/Config.in Fri Oct 26 15:47:50 2001
+++ linux/drivers/net/appletalk/Config.in Sat Oct 27 02:18:55 2001
@@ -1,9 +1,7 @@
#
# Appletalk driver configuration
#
-
-if [ "$CONFIG_ATALK" != "n" ]; then
- mainmenu_option next_comment
+mainmenu_option next_comment
comment 'Appletalk devices'
bool 'Appletalk interfaces support' CONFIG_ATALK
if [ "$CONFIG_ATALK" != "n" ]; then
@@ -19,5 +17,4 @@
bool ' Appletalk-IP to IP Decapsulation support' CONFIG_IPDDP_DECAP
fi
fi
- endmenu
-fi
+endmenu
Robert Love

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:11    [W:0.065 / U:0.812 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site