diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-27 17:06:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-27 17:16:43 +0200 |
commit | f8b448b7809e4584f2d5a69df6ab311c5e27a54d (patch) | |
tree | 7252542cbc579bb4afc3321a81ef1c9caa1e2fa7 | |
parent | f870740f93edf3594c7eea9fd646b15d41379040 (diff) |
disable prelink for allmodconfig
-rw-r--r-- | mk/build.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk index ae76c685e..af2e2e42e 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -4,6 +4,7 @@ CONFIG_CONFIG_IN = Config.in CONFIG = adk/config DEFCONFIG= ADK_DEBUG=n \ + ADK_PRELINK=n \ ADK_BUILD_WITH_DEBUG=n \ ADK_DISABLE_CHECKSUM=n \ ADK_APPLIANCE_MPD=n \ |