mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
Config.in.legacy: fix separator comment location
When the fis and gadgetfs-test packages were removed, their respective options in Config.in.legacy were placed before the "Legacy options removed in 2020.02", while they should have been placed after. Let's fix that. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
bc2e241bce
commit
c4293d0ec5
@ -144,6 +144,8 @@ endif
|
|||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
comment "Legacy options removed in 2020.02"
|
||||||
|
|
||||||
config BR2_PACKAGE_GADGETFS_TEST
|
config BR2_PACKAGE_GADGETFS_TEST
|
||||||
bool "gadgetfs-test was removed"
|
bool "gadgetfs-test was removed"
|
||||||
select BR2_LEGACY
|
select BR2_LEGACY
|
||||||
@ -158,8 +160,6 @@ config BR2_PACKAGE_FIS
|
|||||||
help
|
help
|
||||||
The fis package was removed.
|
The fis package was removed.
|
||||||
|
|
||||||
comment "Legacy options removed in 2020.02"
|
|
||||||
|
|
||||||
config BR2_PACKAGE_REFPOLICY_POLICY_VERSION
|
config BR2_PACKAGE_REFPOLICY_POLICY_VERSION
|
||||||
string "refpolicy policy version"
|
string "refpolicy policy version"
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user