[openwrt/openwrt] kernel: sort generic configuration

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 8 07:23:28 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/ac2d6cf573ef781c3a61ebe2f979b9ef97c33955

commit ac2d6cf573ef781c3a61ebe2f979b9ef97c33955
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Mon May 22 23:27:52 2023 +0200

    kernel: sort generic configuration
    
    This was done by executing these commands:
    
    $ ./scripts/kconfig.pl '+' target/linux/generic/config-5.15 /dev/null > target/linux/generic/config-5.15-new
    $ mv target/linux/generic/config-5.15-new target/linux/generic/config-5.15
    
    $ ./scripts/kconfig.pl '+' target/linux/generic/config-6.1 /dev/null > target/linux/generic/config-6.1-new
    $ mv target/linux/generic/config-6.1-new target/linux/generic/config-6.1
    
    Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
    (cherry picked from commit 4f197f91342bc5e1f202c091c2c2f90e949d0749)
---
 target/linux/generic/config-5.15 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index 2e9ad88606..637b845ac4 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -7262,7 +7262,6 @@ CONFIG_VHOST_MENU=y
 # CONFIG_VIDEO_HEXIUM_ORION is not set
 # CONFIG_VIDEO_HI556 is not set
 # CONFIG_VIDEO_I2C is not set
-# CONFIG_VIDEO_IMX_PXP is not set
 # CONFIG_VIDEO_IMX208 is not set
 # CONFIG_VIDEO_IMX214 is not set
 # CONFIG_VIDEO_IMX219 is not set
@@ -7276,6 +7275,7 @@ CONFIG_VHOST_MENU=y
 # CONFIG_VIDEO_IMX412 is not set
 # CONFIG_VIDEO_IMX477 is not set
 # CONFIG_VIDEO_IMX8_JPEG is not set
+# CONFIG_VIDEO_IMX_PXP is not set
 # CONFIG_VIDEO_IRS1125 is not set
 # CONFIG_VIDEO_IR_I2C is not set
 # CONFIG_VIDEO_IVTV is not set




More information about the lede-commits mailing list