From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <5077EB2E.1040906@openwrt.org> Date: Fri, 12 Oct 2012 12:04:30 +0200 From: Jo-Philipp Wich MIME-Version: 1.0 References: <50776C62.4040406@nixbits.net> In-Reply-To: <50776C62.4040406@nixbits.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [B.A.T.M.A.N.] How to create a Firmware o Image with a specific batman-adv configuration Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org 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