Commit bd3c38be authored by Kai Germaschewski's avatar Kai Germaschewski

Fix a typo in drivers/isdn/Config.in

This one broke make xconfig ;-(
parent c1dae1cd
......@@ -7,7 +7,7 @@ comment 'ISDN subsystem'
if [ "$CONFIG_NET" != "n" ]; then
bool 'ISDN support' CONFIG_ISDN_BOOL
if [ "$CONFIG_ISDN_BOOL" == "y" ]; then
if [ "$CONFIG_ISDN_BOOL" = "y" ]; then
mainmenu_option next_comment
comment 'Old ISDN4Linux'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment