the forgotten endmenu statement broke xconfig.
--- v2.5.31+bk/drivers/net/appletalk/Config.in 2002-08-13 06:05:49.000000000 +0200
+++ v2.5.31+bk/drivers/net/appletalk/Config.in 2002-08-22 13:33:17.000000000 +0200
@@ -17,3 +17,4 @@
bool ' Appletalk-IP to IP Decapsulation support' CONFIG_IPDDP_DECAP
fi
fi
+endmenu
On Thu, Aug 22, 2002 at 01:41:28PM +0200, Alex Riesen wrote:
>
> the forgotten endmenu statement broke xconfig.
Please apply the following patch instead.
It adds a missing comment.
===== drivers/net/appletalk/Config.in 1.5 vs edited =====
--- 1.5/drivers/net/appletalk/Config.in Wed Aug 7 05:12:59 2002
+++ edited/drivers/net/appletalk/Config.in Sun Aug 18 20:31:11 2002
@@ -3,6 +3,7 @@
#
mainmenu_option next_comment
+comment 'Appletalk Devices'
dep_mbool 'Appletalk interfaces support' CONFIG_DEV_APPLETALK $CONFIG_ATALK
if [ "$CONFIG_DEV_APPLETALK" = "y" ]; then
tristate ' Apple/Farallon LocalTalk PC support' CONFIG_LTPC
@@ -17,3 +18,4 @@
bool ' Appletalk-IP to IP Decapsulation support' CONFIG_IPDDP_DECAP
fi
fi
+endmenu