On 17/01/12 10:41 AM, [email protected] wrote:
> On Tue, Jan 17, 2012 at 10:41 AM, devendra.aaru <[email protected]> 
> wrote:
>>
>>
>> On Tue, Jan 17, 2012 at 9:09 PM, [email protected] <[email protected]>
>> wrote:
>>>
>>> On Tue, Jan 17, 2012 at 10:37 AM, devendra.aaru <[email protected]>
>>> wrote:
>>>>
>>>>
>>>> On Tue, Jan 17, 2012 at 9:04 PM, [email protected] <[email protected]>
>>>> wrote:
>>>>>
>>>>> I'm mounting the root file system via NFS. How can I stop the eth0
>>>>> entry from getting added to /etc/config/network every time I build?
>>>>>
>>>> openwrt/packages/basefiles/files/etc/config/network ??
>>>
>>> editing  package/base-files/files/etc/config/network does it.
>>> I thought it was being generated by the build system.
>>>
>> hmm, got your problem solved ? :)
> 
> it is solved.

This is really what $TOPDIR/files/ is for. ie:

mkdir -p $TOPDIR/files/etc/config/
cp -p $TOPDIR/packages/basefiles/files/etc/config/network
$TOPDIR/files/etc/config/network
vim $TOPDIR/files/etc/config/network
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to