On Thu, Sep 12, 2013 at 05:55:33PM +0200, Yegor Yefremov wrote: > Hi, > > Another useful feature is "The source directory override mechanism" as > described here: http://free-electrons.com/blog/buildroot-2011-11/ Is > it planned to integrate such a feature?
Just add the following line to your package makefile: include $(INCLUDE_DIR)/package-version-override.mk This will add menus in make menuconfig to set the source path (and also the version as the name implies) Cheers, Karl P _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
