mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
Patrick Doyle writes:
target/device/Soekris/net4521/linux.mk is missing an endif for the first if statement target/device/Soekris/Makefile.in needs to set TARGETS before including linux.mk since the file checks the TARGETS variables
This commit is contained in:
parent
53fdf867ba
commit
b5ad3a7944
@ -4,9 +4,8 @@ UCLIBC_CONFIG_FILE:=target/device/Soekris/net4521/uClibc.config
|
|||||||
BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config
|
BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
|
ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
|
||||||
include target/device/Soekris/net4521/linux.mk
|
|
||||||
TARGETS+=linux
|
TARGETS+=linux
|
||||||
|
include target/device/Soekris/net4521/linux.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -122,3 +122,4 @@ linuxclean: clean
|
|||||||
linux-dirclean:
|
linux-dirclean:
|
||||||
rm -rf $(LINUX_DIR)
|
rm -rf $(LINUX_DIR)
|
||||||
|
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user