mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
target/device/Soekris/net4521/linux.mk should only be used when
BR2_TARGET_SOEKRIS_NET4521 is enabled.
This commit is contained in:
parent
a6cfd28490
commit
970731e1ec
@ -2,10 +2,11 @@
|
|||||||
ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4521)),y)
|
ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4521)),y)
|
||||||
UCLIBC_CONFIG_FILE:=target/device/Soekris/net4521/uClibc.config
|
UCLIBC_CONFIG_FILE:=target/device/Soekris/net4521/uClibc.config
|
||||||
BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config
|
BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
|
ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
|
||||||
include target/device/Soekris/net4521/linux.mk
|
include target/device/Soekris/net4521/linux.mk
|
||||||
TARGETS+=linux
|
TARGETS+=linux
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user