2.2.19pre15: drivers/net/Config.in: 359: bad if condition

2001-02-26 Thread Craig Milo Rogers
After building a patched source tree, and running "make xmenu" on a RH6.2 system with most relevant RPMs installed, I see: drivers/net/Config.in: 359: bad if condition The following line: if [ "$CONFIG_EXPERIMENTAL" = y -a "$CONFIG_WAN_ROUTER" != "n" ]; then should be: if [

2.2.19pre15: drivers/net/Config.in: 359: bad if condition

2001-02-26 Thread Craig Milo Rogers
After building a patched source tree, and running "make xmenu" on a RH6.2 system with most relevant RPMs installed, I see: drivers/net/Config.in: 359: bad if condition The following line: if [ "$CONFIG_EXPERIMENTAL" = y -a "$CONFIG_WAN_ROUTER" != "n" ]; then should be: if [