mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
busybox: default HIDE_OTHERS to y for all versions
There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS by default for the snapshot version.
This commit is contained in:
parent
62c21f8971
commit
fa0ac2de33
@ -91,7 +91,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
|
|||||||
config BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
|
config BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
|
||||||
bool "Hide applications that are provided by busybox"
|
bool "Hide applications that are provided by busybox"
|
||||||
depends on BR2_PACKAGE_BUSYBOX
|
depends on BR2_PACKAGE_BUSYBOX
|
||||||
default y if BR2_PACKAGE_BUSYBOX_SNAPSHOT
|
default y
|
||||||
help
|
help
|
||||||
Do not show packages in menuconfig that are potentially provided
|
Do not show packages in menuconfig that are potentially provided
|
||||||
by busybox.
|
by busybox.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user