mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
Use BOARD_PATH instead of SOEKRIS_NET4801_PATH
This commit is contained in:
parent
f827151c36
commit
acd95e608d
@ -10,16 +10,17 @@ endif
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SOEKRIS_NET4801_PATH=target/device/Soekris/net4801
|
#SOEKRIS_NET4801_PATH=target/device/Soekris/net4801
|
||||||
|
BOARD_PATH=target/device/Soekris/net4801
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4801)),y)
|
ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4801)),y)
|
||||||
UCLIBC_CONFIG_FILE:=$(SOEKRIS_NET4801_PATH)/uClibc.config
|
UCLIBC_CONFIG_FILE:=$(BOARD_PATH)/uClibc.config
|
||||||
BR2_PACKAGE_BUSYBOX_CONFIG:=$(SOEKRIS_NET4801_PATH)/busybox.config
|
BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox.config
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
|
ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
|
||||||
TARGETS+=linux26
|
TARGETS+=linux26
|
||||||
include target/device/Soekris/soekris_gpio/soekris_gpio.mk
|
include target/device/Soekris/soekris_gpio/soekris_gpio.mk
|
||||||
LINUX26_KCONFIG=$(SOEKRIS_NET4801_PATH)/linux26.config
|
LINUX26_KCONFIG=$(BOARD_PATH)/linux26.config
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user