From 8f38a3b63665e67e7c175dc03c5db931969feab6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 27 Aug 2015 14:03:24 +0200 Subject: more kernel config cleanups --- target/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/Makefile') 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 \ -- cgit v1.2.3