]> code.ossystems Code Review - openembedded-core.git/commit
resolvconf: add fixes for busybox and make it work
authorSaul Wold <sgw@linux.intel.com>
Mon, 24 Nov 2014 15:37:52 +0000 (07:37 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Dec 2014 12:22:40 +0000 (12:22 +0000)
commit853e8d2c7aff6dddc1d555af22f54c4ecef13df1
tree9e071bc199554e8fdfbf2e8ab835bcfb95484a4c
parent73f418ce10a801f0befc06ffe54864563aea986c
resolvconf: add fixes for busybox and make it work

resolvconf was missing a script and needed readlink which was in
/usr/bin.  Also the /etc/resolv.conf was not being correctly linked
to /etc/resolvconf/run/resolv.conf, which is fixed by the volaties
change which is now a file as opposed to created in do_install.

Ensure that the correct scripts for ifup/ifdown get installed and that
resolvconf is correctly enabled at startup

[YOCTO #5361]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/resolvconf/resolvconf/99_resolvconf [new file with mode: 0644]
meta/recipes-connectivity/resolvconf/resolvconf/fix-path-for-busybox.patch [new file with mode: 0644]
meta/recipes-connectivity/resolvconf/resolvconf_1.76.bb