> I can do a "feeds install madplay" and it does download source code for me. > > How do you do the cross-compile make and then include it into the openwrt > image for flashing? (or how to compile the binary files for copying > across to the functional openwrt image once it's alive and well)? > > thanks very much for all the information
'scripts/feeds install' injects the package for selection when you run 'make menuconfig' - madplay will probably be under the 'media' section. From that point (just like the rest of the packages in OpenWRT), you can choose to build it into the image or as a separate package. _______________________________________________ openwrt-users mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
