Quoting ludovic auroux <[EMAIL PROTECTED]>: > Eagle-usb 2.0.0 rc2 + Bnm Pots 44e2ea17: > > it is necessary to put > #ifdef LINUX_2_6 > free_netdev( ins->eth ); > #elif defined( LINUX_2_4 ) > kfree( ins->eth ); > #endif > in the file eu_main.c and > > > #ifdef LINUX_2_6 > free_netdev( eth ); > #elif defined( eth ); > kfree( eth ); > #endif > in the file eu_eth.c
Ok Ludovic, I didn't realize free_netdev was not available on 2.4 Will commit it tonight. Frederick Ros aka Sleeper
