Config.in.legacy: fix separator comment location
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 3 Feb 2020 15:47:34 +0000 (16:47 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 3 Feb 2020 15:49:45 +0000 (16:49 +0100)
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>
Config.in.legacy

index 955e5f2f7d41caeff5e51b7b4fb830879367395b..0e479a880848227d8d35ef7575bdd9dabac4b7b4 100644 (file)
@@ -144,6 +144,8 @@ endif
 
 ###############################################################################
 
+comment "Legacy options removed in 2020.02"
+
 config BR2_PACKAGE_GADGETFS_TEST
        bool "gadgetfs-test was removed"
        select BR2_LEGACY
@@ -158,8 +160,6 @@ config BR2_PACKAGE_FIS
        help
          The fis package was removed.
 
-comment "Legacy options removed in 2020.02"
-
 config BR2_PACKAGE_REFPOLICY_POLICY_VERSION
        string "refpolicy policy version"
        help