Browse Source

Use correct symbold for linux config path

Ulf Samuelsson 17 năm trước cách đây
mục cha
commit
aa67fcdbf8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      target/linux/Makefile.in.advanced

+ 1 - 1
target/linux/Makefile.in.advanced

@@ -91,7 +91,7 @@ else
 ifeq ($(BR2_i386),y)
 LINUX26_KCONFIG:=$(BOARD_PATH)/linux26.config
 else
-LINUX26_KCONFIG:=$(BR2_BOARD_PATH)/linux-$(LINUX26_VERSION).config
+LINUX26_KCONFIG:=$(BOARD_PATH)/linux-$(LINUX26_VERSION).config
 endif
 endif
 endif