public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] How to create a Firmware o Image with a specific batman-adv configuration
@ 2012-10-12  0:00 Esteban Municio
  2012-10-12  1:03 ` HeXiLeD
  0 siblings, 1 reply; 3+ messages in thread
From: Esteban Municio @ 2012-10-12  0:00 UTC (permalink / raw)
  To: b.a.t.m.a.n

Hi list

I would like to create/compile a OpenWRT image with a specific
batman-adv configuration previously loaded.
I mean that the final user don't need to edit the configuration
files(dhcp, bridges, wireless etc...), like /etc/rc.local or
/etc/config/network , only flash the device with the image to use it.

Maybe it would be more suitable to ask it in a OpenWRT forum/list, but
if anyone know something about it, I would be thankful

Regards
-- 
Esteban

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [B.A.T.M.A.N.] How to create a Firmware o Image with a specific batman-adv configuration
  2012-10-12  0:00 [B.A.T.M.A.N.] How to create a Firmware o Image with a specific batman-adv configuration Esteban Municio
@ 2012-10-12  1:03 ` HeXiLeD
  2012-10-12 10:04   ` Jo-Philipp Wich
  0 siblings, 1 reply; 3+ messages in thread
From: HeXiLeD @ 2012-10-12  1:03 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

That is very much all about openwrt and the wiki provides all the
information.
When you build the image just ad your configuration files to
"backfire/package/base-files/files/etc/config/

Then build the image and that is it.


On 10/11/2012 08:00 PM, Esteban Municio wrote:
> Hi list
> 
> I would like to create/compile a OpenWRT image with a specific
> batman-adv configuration previously loaded.
> I mean that the final user don't need to edit the configuration
> files(dhcp, bridges, wireless etc...), like /etc/rc.local or
> /etc/config/network , only flash the device with the image to use it.
> 
> Maybe it would be more suitable to ask it in a OpenWRT forum/list, but
> if anyone know something about it, I would be thankful
> 
> Regards
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [B.A.T.M.A.N.] How to create a Firmware o Image with a specific batman-adv configuration
  2012-10-12  1:03 ` HeXiLeD
@ 2012-10-12 10:04   ` Jo-Philipp Wich
  0 siblings, 0 replies; 3+ messages in thread
From: Jo-Philipp Wich @ 2012-10-12 10:04 UTC (permalink / raw)
  To: b.a.t.m.a.n

Hey.

> That is very much all about openwrt and the wiki provides all the 
> information. When you build the image just ad your configuration
> files to "backfire/package/base-files/files/etc/config/

Don't do that. Not all targets use the base-files configs and its a
nuissance to have local changes while trying to stay in sync with the repo.

The proper wqay to overlay the build with custom configs is to create a
toplevel files/ directory and put the configs there, e.g.

files/etc/rc.local
files/etc/config/network

and so on. Toplevel here means the directory where you run make in.


Regards,
Jow

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-12 10:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12  0:00 [B.A.T.M.A.N.] How to create a Firmware o Image with a specific batman-adv configuration Esteban Municio
2012-10-12  1:03 ` HeXiLeD
2012-10-12 10:04   ` Jo-Philipp Wich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox