mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
bump haserl version
This commit is contained in:
parent
091ed0ba4b
commit
ac5ec800c6
@ -10,7 +10,7 @@ config BR2_PACKAGE_HASERL
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Haserl version"
|
prompt "Haserl version"
|
||||||
default BR2_PACKAGE_HASERL_VERSION_0_9_20
|
default BR2_PACKAGE_HASERL_VERSION_0_9_21
|
||||||
depends on BR2_PACKAGE_HASERL
|
depends on BR2_PACKAGE_HASERL
|
||||||
help
|
help
|
||||||
Select the older stable version, or the newer developer version
|
Select the older stable version, or the newer developer version
|
||||||
@ -20,8 +20,8 @@ config BR2_PACKAGE_HASERL_VERSION_0_8_0
|
|||||||
help
|
help
|
||||||
stable version
|
stable version
|
||||||
|
|
||||||
config BR2_PACKAGE_HASERL_VERSION_0_9_20
|
config BR2_PACKAGE_HASERL_VERSION_0_9_21
|
||||||
bool "v 0.9.20"
|
bool "v 0.9.21"
|
||||||
help
|
help
|
||||||
developer version - seems OK though
|
developer version - seems OK though
|
||||||
|
|
||||||
@ -31,4 +31,4 @@ endchoice
|
|||||||
config BR2_PACKAGE_HASERL_VERSION
|
config BR2_PACKAGE_HASERL_VERSION
|
||||||
string
|
string
|
||||||
default "0.8.0" if BR2_PACKAGE_HASERL_VERSION_0_8_0
|
default "0.8.0" if BR2_PACKAGE_HASERL_VERSION_0_8_0
|
||||||
default "0.9.20" if BR2_PACKAGE_HASERL_VERSION_0_9_20
|
default "0.9.21" if BR2_PACKAGE_HASERL_VERSION_0_9_21
|
||||||
|
Loading…
x
Reference in New Issue
Block a user