mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
uboot: mark custom network settings as deprecated
As discussed on the the mailing list. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3749143418
commit
a920fdd007
@ -296,6 +296,10 @@ config BR2_DEPRECATED_SINCE_2014_02
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config BR2_DEPRECATED_SINCE_2014_05
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config BR2_ENABLE_DEBUG
|
config BR2_ENABLE_DEBUG
|
||||||
|
@ -169,6 +169,7 @@ endif
|
|||||||
|
|
||||||
menuconfig BR2_TARGET_UBOOT_NETWORK
|
menuconfig BR2_TARGET_UBOOT_NETWORK
|
||||||
bool "Custom Network Settings"
|
bool "Custom Network Settings"
|
||||||
|
depends on BR2_DEPRECATED_SINCE_2014_05
|
||||||
help
|
help
|
||||||
Custom network settings for U-boot
|
Custom network settings for U-boot
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user