kohler / click

The Click modular router: fast modular packet processing and analysis
Other
740 stars 321 forks source link

Click on embedded device -> click-mkmindriver #395

Open mrb1090 opened 6 years ago

mrb1090 commented 6 years ago

Looking at putting our click app on a small, embedded, linux SBC. Tried using the click-mkmindriver tool to create a slimmed down build:

click-mkmindriver -p GW -f GW.click

results in the error:

root@VA01:~/click# click-mkmindriver -p GW -f GW.click Makefile unrecognized as Click Makefile GW.click: not compatible with ?? driver; ignored

Any thoughts/suggestions would be greatly appreciated.

Mike B.