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
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