Messages in this thread Patch in this message |  | | Date | Thu, 22 Aug 2002 19:36:33 +0200 | From | Sam Ravnborg <> | Subject | Re: trivial: 2.5.31+bk forgotten 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 - 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/
|  |