mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 01:17:45 +00:00
- andersee, why was this duplicated and hardcoded here?
This commit is contained in:
parent
56f4eae10d
commit
8564ba689d
@ -6,12 +6,15 @@
|
|||||||
ifneq ($(filter $(TARGETS),linux26),)
|
ifneq ($(filter $(TARGETS),linux26),)
|
||||||
|
|
||||||
|
|
||||||
|
ifeq ($(LINUX_HEADERS_VERSION),)
|
||||||
# Version of Linux to download and then apply patches to
|
# Version of Linux to download and then apply patches to
|
||||||
DOWNLOAD_LINUX26_VERSION=2.6.19.1
|
DOWNLOAD_LINUX26_VERSION=2.6.19.1
|
||||||
# Version of Linux after applying any patches
|
# Version of Linux after applying any patches
|
||||||
LINUX26_VERSION=2.6.19.1
|
LINUX26_VERSION=2.6.19.1
|
||||||
|
else
|
||||||
|
DOWNLOAD_LINUX26_VERSION=$(LINUX_HEADERS_VERSION)
|
||||||
|
LINUX26_VERSION=$(LINUX_HEADERS_VERSION)
|
||||||
|
endif
|
||||||
|
|
||||||
LINUX26_SOURCE=linux-$(DOWNLOAD_LINUX26_VERSION).tar.bz2
|
LINUX26_SOURCE=linux-$(DOWNLOAD_LINUX26_VERSION).tar.bz2
|
||||||
LINUX26_BZCAT:=$(BZCAT)
|
LINUX26_BZCAT:=$(BZCAT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user