Browse Source

musl: add kmod to the list for fixing all config.sub files adding the linux-musl target

user/chris/wip/musl
Christian Wiese 12 years ago
parent
commit
a3f24a0e72
  1. 2
      base/musl/parse-config-9

2
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)

Loading…
Cancel
Save