From: Robert Love <rml@tech9.net>
To: Alan Cox <laughing@shared-source.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.4.13-ac2: Appletalk Config Screwed
Date: 27 Oct 2001 02:27:26 -0400 [thread overview]
Message-ID: <1004164050.3272.7.camel@phantasy> (raw)
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
next reply other threads:[~2001-10-27 6:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-27 6:27 Robert Love [this message]
2001-10-27 15:44 ` [PATCH] 2.4.13-ac2: Appletalk Config Screwed Alan Cox
2001-10-27 16:22 ` Robert Love
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1004164050.3272.7.camel@phantasy \
--to=rml@tech9.net \
--cc=laughing@shared-source.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox