From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 13 Dec 2010 00:04:18 +0100 Subject: [Buildroot] [PATCH 08/17] busybox: move udhcp script from skeleton to package In-Reply-To: <1291841733.24014.159.camel@coalu.atr> (Lionel Landwerlin's message of "Wed, 08 Dec 2010 21:55:33 +0100") References: <1291802049-18764-1-git-send-email-llandwerlin@gmail.com> <1291802049-18764-9-git-send-email-llandwerlin@gmail.com> <20101208201219.52cbfc37@surf> <1291841733.24014.159.camel@coalu.atr> Message-ID: <87mxoak2z1.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Lionel" == Lionel Landwerlin writes: Lionel> Le mercredi 08 d?cembre 2010 ? 20:12 +0100, Thomas Petazzoni a ?crit : >> On Wed, 8 Dec 2010 10:54:00 +0100 >> llandwerlin at gmail.com wrote: >> >> > From: Lionel Landwerlin >> > >> > Signed-off-by: Lionel Landwerlin >> > --- >> > fs/skeleton/usr/share/udhcpc/default.script | 39 --------------------------- >> > package/busybox/busybox.mk | 2 +- >> > package/busybox/udhcpc.script | 39 +++++++++++++++++++++++++++ >> >> Why is this needed ? >> Lionel> default.script seems to be a config file related to busybox, why not Lionel> manage all the busybox stuff into the busybox package ? True. Notice that the avahi overwrites it with a version with avahi-autoipd support if enabled. Looking at that script, it looks like we could simply always use the avahi one even if avahi isn't enabled. -- Bye, Peter Korsgaard