From a3f24a0e72cafbda4817be7a9738e1e4431c7dbf Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 4 Aug 2013 02:52:50 +0200 Subject: [PATCH] musl: add kmod to the list for fixing all config.sub files adding the linux-musl target --- base/musl/parse-config-9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/musl/parse-config-9 b/base/musl/parse-config-9 index ee4969886..be6c2377f 100644 --- a/base/musl/parse-config-9 +++ b/base/musl/parse-config-9 @@ -157,7 +157,7 @@ if [ "$SDECFG_LIBC" == "musl" ]; then # and some others case "$pkg" in - libtool|lvm2|freetype|lua|iptables|autoconf|libtirpc) + libtool|lvm2|freetype|lua|iptables|autoconf|libtirpc|kmod) hook_add preconf 9 'musl_findall_fix_configsub' ;; gzip|m4|coreutils)