Re: [OpenWrt-Devel] [PATCH] Add option to read an alternative config file

2016-03-20 Thread Toan Pham
Would someone review and comment on the below patch please? thanks, TP On Thu, Mar 3, 2016 at 3:26 PM, Toan Pham wrote: > > Presently, Openwrt reads default config filename ".config" or from > $(HOME)/.openwrt/defconfig if it exists. This patch will allow users to > specify an alternative co

[OpenWrt-Devel] [PATCH] Add option to read an alternative config file

2016-03-03 Thread Toan Pham
Presently, Openwrt reads default config filename ".config" or from $(HOME)/.openwrt/defconfig if it exists. This patch will allow users to specify an alternative config file (using relative or absolute path) from the command line. ie) make TARGET_CONFIG=/src/build/config/boardXYZ.config This