diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-27 14:03:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-27 14:03:24 +0200 |
commit | 8f38a3b63665e67e7c175dc03c5db931969feab6 (patch) | |
tree | 87bf5150d33dad824c0ff0d9a67ab04059083618 /target/Makefile | |
parent | 5797009c29073c5a2d8228661cc6f508c5dca4d9 (diff) |
more kernel config cleanups
Diffstat (limited to 'target/Makefile')
-rw-r--r-- | target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile index a2934682e..5f1734078 100644 --- a/target/Makefile +++ b/target/Makefile @@ -27,7 +27,7 @@ ADK_PACKAGE_CMDLINE:=root=$(ADK_PACKAGE_CRYPTINIT_ROOT) swap=$(ADK_PACKAGE_CRYPT ifeq ($(ADK_TARGET_KERNEL_CUSTOMISING),y) config-prepare: $(ADK_TOPDIR)/.config - @PATH='$(HOST_PATH)' sed -n '/^ADK_KERNEL/s//CONFIG/p' $(ADK_TOPDIR)/.config \ + @PATH='$(HOST_PATH)' sed -n '/^ADK_KERNEL/s//CONFIG/p' $(ADK_TOPDIR)/.config | grep -v CONFIG_VERSION \ >$(BUILD_DIR)/.kernelconfig.kernel @if [ -f $(ADK_TARGET_ARCH)/kernel/$(ADK_TARGET_KERNEL_MINICONFIG) ];then \ cat $(ADK_TOPDIR)/target/linux/kernel.config \ |