diff options
Diffstat (limited to 'target/linux/Makefile.in.advanced')
-rw-r--r-- | target/linux/Makefile.in.advanced | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced index ae4e2ce3e..16b32d765 100644 --- a/target/linux/Makefile.in.advanced +++ b/target/linux/Makefile.in.advanced @@ -300,6 +300,7 @@ linux_patch: $(LINUX26_DIR)/.patched.board KERNEL_EXTRA_VERSION:=$(strip $(subst ",,$(BR2_EXTRA_VERSION))) #")) +lxcf: $(LINUX26_DIR)/.config $(LINUX26_DIR)/.config: $(LINUX26_DIR)/.patched.board ifeq ($(BR2_PACKAGE_LINUX_USE_DEFCONFIG),y) @@ -314,6 +315,7 @@ ifeq ($(BR2_PACKAGE_LINUX_USE_KCONFIG),y) cp -dpf $(LINUX26_KCONFIG) $@ ; \ fi # Try to get a config for this linux version in the board directory + echo "LINUX26_VERSION = $(LINUX26_VERSION)" if [ ! -f "$(LINUX26_DIR)/.config" ] ; then \ if [ -f "$(BOARD_PATH)/$(BOARD_NAME)-linux-$(LINUX26_VERSION).config" ] ; then \ cp -dpf $(BOARD_PATH)/$(BOARD_NAME)-linux-$(LINUX26_VERSION).config $@ ; \ |