From 7f58f90b8f6ba4ec94ea92769e966dfc5ad95137 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 20 Dec 2015 22:18:11 +0100 Subject: use strings instead of modinfo for a portable way Idea from Phil to have a portable method to find the kernel module dependencies. make-module-ipkgs.sh uses associative arrays, so check for bash version 4. --- target/config/Config.in.tools | 1 - 1 file changed, 1 deletion(-) (limited to 'target/config/Config.in.tools') diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 4c0830634..fb8e44d42 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -218,7 +218,6 @@ config ADK_HOST_BUILD_PCRE config ADK_HOST_BUILD_KMOD bool - default y if ADK_HOST_LINUX default n source "target/config/Config.in.prereq" -- cgit v1.2.3