From 083e2fd883b7ee6993c2d508ce5930f82f985ec8 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 16 Jul 2012 19:55:06 +0000 Subject: [PATCH] Handle systemd-provided Udev. --- common/libs/func_wrt_Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/libs/func_wrt_Makefile b/common/libs/func_wrt_Makefile index fcc2d68..8c5fe23 100644 --- a/common/libs/func_wrt_Makefile +++ b/common/libs/func_wrt_Makefile @@ -99,9 +99,11 @@ get_package_tarball_name() { # util-linux-libs) echo $(grep "^util-linux" $JHALFSDIR/pkg_tarball_list | head -n1 ) ;; xz-utils) echo $(grep "^xz" $JHALFSDIR/pkg_tarball_list | head -n1 ) - ;; + ;; sqlite) echo $(grep "^sqlite" $JHALFSDIR/pkg_tarball_list | head -n1 ) - ;; + ;; + udev) echo $(grep "^systemd" $JHALFSDIR/pkg_tarball_list | head -n1 ) + ;; *) echo $(grep "^$script_name[_-][[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 ) ;; esac