mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
0.9.28.2 support
This commit is contained in:
parent
43050ac9cc
commit
9c47e2be7c
@ -14,8 +14,12 @@ choice
|
|||||||
bool "uClibc 0.9.28"
|
bool "uClibc 0.9.28"
|
||||||
|
|
||||||
config BR2_UCLIBC_VERSION_0_9_28_1
|
config BR2_UCLIBC_VERSION_0_9_28_1
|
||||||
|
depends BR2_DEPRECATED
|
||||||
bool "uClibc 0.9.28.1"
|
bool "uClibc 0.9.28.1"
|
||||||
|
|
||||||
|
config BR2_UCLIBC_VERSION_0_9_28_2
|
||||||
|
bool "uClibc 0.9.28.2"
|
||||||
|
|
||||||
config BR2_UCLIBC_VERSION_SNAPSHOT
|
config BR2_UCLIBC_VERSION_SNAPSHOT
|
||||||
bool "daily snapshot"
|
bool "daily snapshot"
|
||||||
|
|
||||||
|
@ -17,6 +17,9 @@ ifndef UCLIBC_CONFIG_FILE
|
|||||||
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc-0.9.29.config
|
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc-0.9.29.config
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
|
ifeq ($(BR2_UCLIBC_VERSION_0_9_28_2),y)
|
||||||
|
UCLIBC_VER:=0.9.28.2
|
||||||
|
endif
|
||||||
ifeq ($(BR2_UCLIBC_VERSION_0_9_28_1),y)
|
ifeq ($(BR2_UCLIBC_VERSION_0_9_28_1),y)
|
||||||
UCLIBC_VER:=0.9.28.1
|
UCLIBC_VER:=0.9.28.1
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user