mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
fixup kernel compile
This commit is contained in:
parent
1c299aa38f
commit
487f8c9d03
@ -3,3 +3,9 @@ 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
|
endif
|
||||||
|
|
||||||
|
ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
|
||||||
|
include target/device/Soekris/net4521/linux.mk
|
||||||
|
TARGETS+=linux
|
||||||
|
endif
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
# -Erik
|
# -Erik
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
ifneq ($(filter $(TARGETS),linux),)
|
|
||||||
|
|
||||||
# Version of Linux to download and then apply patches to
|
# Version of Linux to download and then apply patches to
|
||||||
DOWNLOAD_LINUX_VERSION=2.4.29
|
DOWNLOAD_LINUX_VERSION=2.4.29
|
||||||
@ -110,12 +109,3 @@ linuxclean: clean
|
|||||||
linux-dirclean:
|
linux-dirclean:
|
||||||
rm -rf $(LINUX_DIR)
|
rm -rf $(LINUX_DIR)
|
||||||
|
|
||||||
endif
|
|
||||||
#############################################################
|
|
||||||
#
|
|
||||||
# Toplevel Makefile options
|
|
||||||
#
|
|
||||||
#############################################################
|
|
||||||
ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
|
|
||||||
TARGETS+=linux
|
|
||||||
endif
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user