diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-04 19:16:30 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-04 19:16:30 +0100 |
| commit | d30542712bc8d211466146d642874168479fb3d4 (patch) | |
| tree | 0677d5021b6caddbe4e96dfaf06aa442366a1fb1 | |
| parent | 4ff3aa2288022b50b685bce4bb72132453bcf650 (diff) | |
| download | buildroot-d30542712bc8d211466146d642874168479fb3d4.tar.gz buildroot-d30542712bc8d211466146d642874168479fb3d4.zip | |
Revert "linux: fix check of configuration file existence"
This reverts commit 477c28cf1d637b224b819dd278103a05fb6f9dbb. The
whole host-lzop optional dependency logic cannot work, since the
configuration file will only be known after the kernel sources are
extracted, if an internal kernel defconfig is used, which is quite
common.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | linux/linux.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/linux.mk b/linux/linux.mk index 91a5fb8d81..ec7dfc39ec 100644 --- a/linux/linux.mk +++ b/linux/linux.mk @@ -166,11 +166,9 @@ else ifeq ($(BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG),y) KERNEL_SOURCE_CONFIG = $(call qstrip,$(BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE)) endif -ifeq ($(BR2_LINUX_KERNEL),y) ifeq ($(wildcard $(KERNEL_SOURCE_CONFIG)),) $(error Configuration file '$(KERNEL_SOURCE_CONFIG)' not found.) endif -endif ifeq ($(call KCONFIG_GET_OPT,CONFIG_KERNEL_LZO,$(KERNEL_SOURCE_CONFIG)),y) LINUX_DEPENDENCIES += host-lzop |

