From d5e8c095fb6452c6b58526d242faedd2c653213d Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Tue, 1 Sep 2015 14:34:30 -0700 Subject: ifupdown: create alternative links Inherit update-alternatives so links are created. ifup and ifdown are higher priority than the versions provided by busybox. Signed-off-by: Joe Slater Signed-off-by: Richard Purdie --- meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/ifupdown') diff --git a/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb b/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb index e29cc49242..24eb87bafb 100644 --- a/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb +++ b/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb @@ -18,7 +18,7 @@ EXTRA_OEMAKE = "" S = "${WORKDIR}/ifupdown-${PV}ubuntu5" -inherit update-rc.d +inherit update-rc.d update-alternatives do_compile () { chmod a+rx *.pl *.sh -- cgit 1.2.3-korg