mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-10 03:47:44 +00:00
- add a question for andersee
This commit is contained in:
parent
c179b0113d
commit
e96908633d
@ -8,6 +8,7 @@ ifneq ($(filter $(TARGETS),linux26),)
|
|||||||
|
|
||||||
ifeq ($(LINUX_HEADERS_VERSION),)
|
ifeq ($(LINUX_HEADERS_VERSION),)
|
||||||
# Version of Linux to download and then apply patches to
|
# Version of Linux to download and then apply patches to
|
||||||
|
# XXX: andersee, i do not understand why we need this (BF)
|
||||||
DOWNLOAD_LINUX26_VERSION=2.6.19.2
|
DOWNLOAD_LINUX26_VERSION=2.6.19.2
|
||||||
# Version of Linux after applying any patches
|
# Version of Linux after applying any patches
|
||||||
LINUX26_VERSION=2.6.19.2
|
LINUX26_VERSION=2.6.19.2
|
||||||
@ -70,7 +71,7 @@ $(LINUX26_DIR)/.unpacked: $(DL_DIR)/$(LINUX26_SOURCE)
|
|||||||
$(LINUX26_BZCAT) $(DL_DIR)/$(LINUX26_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
$(LINUX26_BZCAT) $(DL_DIR)/$(LINUX26_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||||
ifneq ($(DOWNLOAD_LINUX26_VERSION),$(LINUX26_VERSION))
|
ifneq ($(DOWNLOAD_LINUX26_VERSION),$(LINUX26_VERSION))
|
||||||
# Rename the dir from the downloaded version to the AFTER patch version
|
# Rename the dir from the downloaded version to the AFTER patch version
|
||||||
mv -f $(BUILD_DIR)/linux-$(DOWNLOAD_LINUX26_VERSION) $(BUILD_DIR)/linux-$(LINUX26_VERSION)
|
mv -f $(BUILD_DIR)/linux-$(DOWNLOAD_LINUX26_VERSION) $(LINUX26_DIR)
|
||||||
endif
|
endif
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user