Build shell-FM on DS-210J
How to build shell-fm on DS 210J Needed Package Checkout shell-fm sources git clone git://github.com/jkramer/shell-fm.git shell-fm< Commands to run alias cc=gcc cd shell-fm/source< cc -Os -Wall -MD -W -I./include/ -c -o autoban.o autoban.c< cc -Os -Wall -MD -W -I./include/ -c -o bookmark.o bookmark.c< cc -Os -Wall -MD -W -I./include/ -c -o completion.o completion.c< cc -Os -Wall -MD -W -I./include/ -c -o feeds.o feeds.c< cc -Os -Wall -MD -W -I./include/ -c -o getln....