├── .devcontainer └── ci-env │ └── devcontainer.json ├── BSDmakefile ├── COPYING ├── Config.in ├── LICENSES ├── BSD-2-Clause ├── BSD-3-Clause ├── GPL-1.0 ├── GPL-2.0 ├── ISC ├── Linux-syscall-note └── MIT ├── Makefile ├── README.md ├── config ├── Config-build.in ├── Config-devel.in ├── Config-images.in ├── Config-kernel.in ├── check-hostcxx.sh └── check-uname.sh ├── defconfig ├── g16-plus-docker.config ├── g16-plus.config ├── g16_mtk_wifi.config ├── g18-pro-docker.config ├── g18-pro.config ├── g18_mtk_wifi.config ├── g68-plus-docker.config └── g68_mtk_wifi.config ├── dl └── datconf-6bb733f7.tar.bz2 ├── feeds.conf.default ├── include ├── autotools.mk ├── bpf.mk ├── cmake.mk ├── debug.mk ├── default-packages.mk ├── depends.mk ├── device_table.txt ├── download.mk ├── feeds.mk ├── hardened-ld-pie.specs ├── hardening.mk ├── host-build.mk ├── image-commands.mk ├── image.mk ├── kernel-6.6 ├── kernel-build.mk ├── kernel-defaults.mk ├── kernel-version.mk ├── kernel.mk ├── meson.mk ├── netfilter.mk ├── nls.mk ├── openssl-module.mk ├── optee-os.mk ├── package-bin.mk ├── package-defaults.mk ├── package-dumpinfo.mk ├── package-pack.mk ├── package-seccomp.mk ├── package.mk ├── prereq-build.mk ├── prereq.mk ├── quilt.mk ├── rootfs.mk ├── scan.awk ├── scan.mk ├── shell.sh ├── site │ ├── aarch64 │ ├── aarch64_be │ ├── arc │ ├── arm │ ├── armeb │ ├── darwin │ ├── i386 │ ├── i486 │ ├── i686 │ ├── linux │ ├── loongarch64 │ ├── m68k │ ├── mips │ ├── mips64 │ ├── mips64el │ ├── mipsel │ ├── powerpc │ ├── powerpc64 │ ├── riscv64 │ ├── sparc │ └── x86_64 ├── subdir.mk ├── target.mk ├── toolchain-build.mk ├── toplevel.mk ├── trusted-firmware-a.mk ├── u-boot.mk ├── uclibc++.mk ├── unpack.mk ├── verbose.mk └── version.mk ├── package ├── Makefile ├── OpenAppFilter │ ├── luci-app-oaf │ │ ├── Makefile │ │ ├── htdocs │ │ │ └── luci-static │ │ │ │ └── resources │ │ │ │ ├── app_icons │ │ │ │ ├── 10001.png │ │ │ │ ├── 10002.png │ │ │ │ ├── 10003.png │ │ │ │ ├── 10004.png │ │ │ │ ├── 10005.png │ │ │ │ ├── 10006.png │ │ │ │ ├── 10007.png │ │ │ │ ├── 10008.png │ │ │ │ ├── 1001.png │ │ │ │ ├── 10010.png │ │ │ │ ├── 10011.png │ │ │ │ ├── 10012.png │ │ │ │ ├── 10013.png │ │ │ │ ├── 10014.png │ │ │ │ ├── 10015.png │ │ │ │ ├── 10016.png │ │ │ │ ├── 10017.png │ │ │ │ ├── 10018.png │ │ │ │ ├── 10019.png │ │ │ │ ├── 1002.png │ │ │ │ ├── 10020.png │ │ │ │ ├── 10021.png │ │ │ │ ├── 10022.png │ │ │ │ ├── 10023.png │ │ │ │ ├── 10024.png │ │ │ │ ├── 10025.png │ │ │ │ ├── 10026.png │ │ │ │ ├── 10027.png │ │ │ │ ├── 10028.png │ │ │ │ ├── 10029.png │ │ │ │ ├── 1003.png │ │ │ │ ├── 10030.png │ │ │ │ ├── 10031.png │ │ │ │ ├── 10032.png │ │ │ │ ├── 10033.png │ │ │ │ ├── 10034.png │ │ │ │ ├── 10035.png │ │ │ │ ├── 10036.png │ │ │ │ ├── 10037.png │ │ │ │ ├── 10038.png │ │ │ │ ├── 10039.png │ │ │ │ ├── 1004.png │ │ │ │ ├── 10040.png │ │ │ │ ├── 1005.png │ │ │ │ ├── 1006.png │ │ │ │ ├── 1007.png │ │ │ │ ├── 1008.png │ │ │ │ ├── 1009.png │ │ │ │ ├── 10099.png │ │ │ │ ├── 1010.png │ │ │ │ ├── 1011.png │ │ │ │ ├── 1012.png │ │ │ │ ├── 1013.png │ │ │ │ ├── 1014.png │ │ │ │ ├── 1016.png │ │ │ │ ├── 1018.png │ │ │ │ ├── 1019.png │ │ │ │ ├── 11001.png │ │ │ │ ├── 11002.png │ │ │ │ ├── 11003.png │ │ │ │ ├── 14001.png │ │ │ │ ├── 14002.png │ │ │ │ ├── 14003.png │ │ │ │ ├── 14004.png │ │ │ │ ├── 14005.png │ │ │ │ ├── 14006.png │ │ │ │ ├── 14007.png │ │ │ │ ├── 14008.png │ │ │ │ ├── 14009.png │ │ │ │ ├── 14010.png │ │ │ │ ├── 14011.png │ │ │ │ ├── 14012.png │ │ │ │ ├── 14013.png │ │ │ │ ├── 14014.png │ │ │ │ ├── 14015.png │ │ │ │ ├── 14016.png │ │ │ │ ├── 14017.png │ │ │ │ ├── 14018.png │ │ │ │ ├── 14019.png │ │ │ │ ├── 14020.png │ │ │ │ ├── 14021.png │ │ │ │ ├── 14022.png │ │ │ │ ├── 14023.png │ │ │ │ ├── 14024.png │ │ │ │ ├── 14025.png │ │ │ │ ├── 14026.png │ │ │ │ ├── 14027.png │ │ │ │ ├── 2001.png │ │ │ │ ├── 2002.png │ │ │ │ ├── 2003.png │ │ │ │ ├── 2004.png │ │ │ │ ├── 2005.png │ │ │ │ ├── 2006.png │ │ │ │ ├── 2007.png │ │ │ │ ├── 2008.png │ │ │ │ ├── 2009.png │ │ │ │ ├── 2010.png │ │ │ │ ├── 2011.png │ │ │ │ ├── 2012.png │ │ │ │ ├── 2013.png │ │ │ │ ├── 2014.png │ │ │ │ ├── 2015.png │ │ │ │ ├── 2016.png │ │ │ │ ├── 2017.png │ │ │ │ ├── 2018.png │ │ │ │ ├── 2019.png │ │ │ │ ├── 2020.png │ │ │ │ ├── 2021.png │ │ │ │ ├── 2022.png │ │ │ │ ├── 2023.png │ │ │ │ ├── 2025.png │ │ │ │ ├── 2026.png │ │ │ │ ├── 2027.png │ │ │ │ ├── 2028.png │ │ │ │ ├── 2030.png │ │ │ │ ├── 2031.png │ │ │ │ ├── 2032.png │ │ │ │ ├── 2033.png │ │ │ │ ├── 2034.png │ │ │ │ ├── 2035.png │ │ │ │ ├── 2036.png │ │ │ │ ├── 2037.png │ │ │ │ ├── 2039.png │ │ │ │ ├── 2040.png │ │ │ │ ├── 2041.png │ │ │ │ ├── 2042.png │ │ │ │ ├── 2043.png │ │ │ │ ├── 2050.png │ │ │ │ ├── 2051.png │ │ │ │ ├── 2052.png │ │ │ │ ├── 2053.png │ │ │ │ ├── 2054.png │ │ │ │ ├── 2055.png │ │ │ │ ├── 2056.png │ │ │ │ ├── 2057.png │ │ │ │ ├── 2058.png │ │ │ │ ├── 2059.png │ │ │ │ ├── 2060.png │ │ │ │ ├── 2061.png │ │ │ │ ├── 2067.png │ │ │ │ ├── 2068.png │ │ │ │ ├── 2069.png │ │ │ │ ├── 2070.png │ │ │ │ ├── 2071.png │ │ │ │ ├── 2072.png │ │ │ │ ├── 2073.png │ │ │ │ ├── 2074.png │ │ │ │ ├── 2075.png │ │ │ │ ├── 2076.png │ │ │ │ ├── 2077.png │ │ │ │ ├── 2078.png │ │ │ │ ├── 2079.png │ │ │ │ ├── 2080.png │ │ │ │ ├── 2081.png │ │ │ │ ├── 2082.png │ │ │ │ ├── 2083.png │ │ │ │ ├── 2084.png │ │ │ │ ├── 2085.png │ │ │ │ ├── 2087.png │ │ │ │ ├── 2088.png │ │ │ │ ├── 2089.png │ │ │ │ ├── 2093.png │ │ │ │ ├── 2098.png │ │ │ │ ├── 2099.png │ │ │ │ ├── 2100.png │ │ │ │ ├── 2101.png │ │ │ │ ├── 2102.png │ │ │ │ ├── 2103.png │ │ │ │ ├── 2104.png │ │ │ │ ├── 2105.png │ │ │ │ ├── 2106.png │ │ │ │ ├── 2107.png │ │ │ │ ├── 2108.png │ │ │ │ ├── 2109.png │ │ │ │ ├── 2110.png │ │ │ │ ├── 2111.png │ │ │ │ ├── 2112.png │ │ │ │ ├── 2113.png │ │ │ │ ├── 2115.png │ │ │ │ ├── 2116.png │ │ │ │ ├── 3001.png │ │ │ │ ├── 3002.png │ │ │ │ ├── 3003.png │ │ │ │ ├── 3004.png │ │ │ │ ├── 3005.png │ │ │ │ ├── 3006.png │ │ │ │ ├── 3008.png │ │ │ │ ├── 3009.png │ │ │ │ ├── 3010.png │ │ │ │ ├── 3011.png │ │ │ │ ├── 3012.png │ │ │ │ ├── 3014.png │ │ │ │ ├── 3016.png │ │ │ │ ├── 3017.png │ │ │ │ ├── 3018.png │ │ │ │ ├── 3019.png │ │ │ │ ├── 3020.png │ │ │ │ ├── 3021.png │ │ │ │ ├── 3022.png │ │ │ │ ├── 3023.png │ │ │ │ ├── 3024.png │ │ │ │ ├── 3025.png │ │ │ │ ├── 3026.png │ │ │ │ ├── 3027.png │ │ │ │ ├── 3028.png │ │ │ │ ├── 3029.png │ │ │ │ ├── 3030.png │ │ │ │ ├── 3031.png │ │ │ │ ├── 3032.png │ │ │ │ ├── 3033.png │ │ │ │ ├── 3034.png │ │ │ │ ├── 3035.png │ │ │ │ ├── 3038.png │ │ │ │ ├── 3039.png │ │ │ │ ├── 3042.png │ │ │ │ ├── 3043.png │ │ │ │ ├── 3044.png │ │ │ │ ├── 3045.png │ │ │ │ ├── 3046.png │ │ │ │ ├── 3047.png │ │ │ │ ├── 3048.png │ │ │ │ ├── 3049.png │ │ │ │ ├── 3050.png │ │ │ │ ├── 3051.png │ │ │ │ ├── 3052.png │ │ │ │ ├── 3053.png │ │ │ │ ├── 3054.png │ │ │ │ ├── 3055.png │ │ │ │ ├── 3056.png │ │ │ │ ├── 3057.png │ │ │ │ ├── 3058.png │ │ │ │ ├── 3059.png │ │ │ │ ├── 3060.png │ │ │ │ ├── 3061.png │ │ │ │ ├── 3062.png │ │ │ │ ├── 3063.png │ │ │ │ ├── 3064.png │ │ │ │ ├── 3065.png │ │ │ │ ├── 3066.png │ │ │ │ ├── 3067.png │ │ │ │ ├── 3068.png │ │ │ │ ├── 3069.png │ │ │ │ ├── 3070.png │ │ │ │ ├── 3071.png │ │ │ │ ├── 3072.png │ │ │ │ ├── 3073.png │ │ │ │ ├── 3074.png │ │ │ │ ├── 3075.png │ │ │ │ ├── 3077.png │ │ │ │ ├── 3078.png │ │ │ │ ├── 3079.png │ │ │ │ ├── 3081.png │ │ │ │ ├── 3082.png │ │ │ │ ├── 3083.png │ │ │ │ ├── 3084.png │ │ │ │ ├── 3085.png │ │ │ │ ├── 3086.png │ │ │ │ ├── 3087.png │ │ │ │ ├── 3088.png │ │ │ │ ├── 3089.png │ │ │ │ ├── 3090.png │ │ │ │ ├── 3091.png │ │ │ │ ├── 3092.png │ │ │ │ ├── 3093.png │ │ │ │ ├── 3094.png │ │ │ │ ├── 3095.png │ │ │ │ ├── 3096.png │ │ │ │ ├── 3097.png │ │ │ │ ├── 3100.png │ │ │ │ ├── 3101.png │ │ │ │ ├── 3102.png │ │ │ │ ├── 3103.png │ │ │ │ ├── 3104.png │ │ │ │ ├── 3105.png │ │ │ │ ├── 3106.png │ │ │ │ ├── 3107.png │ │ │ │ ├── 3108.png │ │ │ │ ├── 3109.png │ │ │ │ ├── 3110.png │ │ │ │ ├── 3111.png │ │ │ │ ├── 3112.png │ │ │ │ ├── 3113.png │ │ │ │ ├── 3114.png │ │ │ │ ├── 3115.png │ │ │ │ ├── 3116.png │ │ │ │ ├── 3117.png │ │ │ │ ├── 3118.png │ │ │ │ ├── 3119.png │ │ │ │ ├── 3120.png │ │ │ │ ├── 3121.png │ │ │ │ ├── 3122.png │ │ │ │ ├── 3123.png │ │ │ │ ├── 3124.png │ │ │ │ ├── 3125.png │ │ │ │ ├── 3126.png │ │ │ │ ├── 3127.png │ │ │ │ ├── 3128.png │ │ │ │ ├── 3129.png │ │ │ │ ├── 3130.png │ │ │ │ ├── 3131.png │ │ │ │ ├── 3132.png │ │ │ │ ├── 3133.png │ │ │ │ ├── 3134.png │ │ │ │ ├── 3135.png │ │ │ │ ├── 3136.png │ │ │ │ ├── 3137.png │ │ │ │ ├── 3138.png │ │ │ │ ├── 3139.png │ │ │ │ ├── 3140.png │ │ │ │ ├── 3141.png │ │ │ │ ├── 3142.png │ │ │ │ ├── 3143.png │ │ │ │ ├── 3144.png │ │ │ │ ├── 3145.png │ │ │ │ ├── 3146.png │ │ │ │ ├── 3147.png │ │ │ │ ├── 3148.png │ │ │ │ ├── 3149.png │ │ │ │ ├── 3150.png │ │ │ │ ├── 3151.png │ │ │ │ ├── 3152.png │ │ │ │ ├── 3153.png │ │ │ │ ├── 3154.png │ │ │ │ ├── 3155.png │ │ │ │ ├── 3156.png │ │ │ │ ├── 3157.png │ │ │ │ ├── 3158.png │ │ │ │ ├── 3159.png │ │ │ │ ├── 4001.png │ │ │ │ ├── 4002.png │ │ │ │ ├── 4003.png │ │ │ │ ├── 4004.png │ │ │ │ ├── 4005.png │ │ │ │ ├── 4006.png │ │ │ │ ├── 4007.png │ │ │ │ ├── 4008.png │ │ │ │ ├── 4009.png │ │ │ │ ├── 4010.png │ │ │ │ ├── 4012.png │ │ │ │ ├── 4013.png │ │ │ │ ├── 4014.png │ │ │ │ ├── 4015.png │ │ │ │ ├── 4016.png │ │ │ │ ├── 4018.png │ │ │ │ ├── 4019.png │ │ │ │ ├── 4020.png │ │ │ │ ├── 4021.png │ │ │ │ ├── 4022.png │ │ │ │ ├── 4023.png │ │ │ │ ├── 4024.png │ │ │ │ ├── 4025.png │ │ │ │ ├── 4026.png │ │ │ │ ├── 4027.png │ │ │ │ ├── 4028.png │ │ │ │ ├── 4029.png │ │ │ │ ├── 4030.png │ │ │ │ ├── 4031.png │ │ │ │ ├── 4032.png │ │ │ │ ├── 4033.png │ │ │ │ ├── 4034.png │ │ │ │ ├── 4035.png │ │ │ │ ├── 4036.png │ │ │ │ ├── 4039.png │ │ │ │ ├── 4040.png │ │ │ │ ├── 4041.png │ │ │ │ ├── 4052.png │ │ │ │ ├── 4053.png │ │ │ │ ├── 4054.png │ │ │ │ ├── 4055.png │ │ │ │ ├── 4056.png │ │ │ │ ├── 4057.png │ │ │ │ ├── 4058.png │ │ │ │ ├── 4059.png │ │ │ │ ├── 5001.png │ │ │ │ ├── 5002.png │ │ │ │ ├── 5003.png │ │ │ │ ├── 5004.png │ │ │ │ ├── 5005.png │ │ │ │ ├── 5006.png │ │ │ │ ├── 5007.png │ │ │ │ ├── 5008.png │ │ │ │ ├── 5009.png │ │ │ │ ├── 5010.png │ │ │ │ ├── 5011.png │ │ │ │ ├── 5012.png │ │ │ │ ├── 5013.png │ │ │ │ ├── 5014.png │ │ │ │ ├── 5015.png │ │ │ │ ├── 5016.png │ │ │ │ ├── 6001.png │ │ │ │ ├── 6002.png │ │ │ │ ├── 6003.png │ │ │ │ ├── 6004.png │ │ │ │ ├── 6005.png │ │ │ │ ├── 6006.png │ │ │ │ ├── 6007.png │ │ │ │ ├── 6008.png │ │ │ │ ├── 6009.png │ │ │ │ ├── 6010.png │ │ │ │ ├── 6011.png │ │ │ │ ├── 6012.png │ │ │ │ ├── 6013.png │ │ │ │ ├── 6014.png │ │ │ │ ├── 7001.png │ │ │ │ ├── 7002.png │ │ │ │ ├── 7003.png │ │ │ │ ├── 7004.png │ │ │ │ ├── 7005.png │ │ │ │ ├── 7006.png │ │ │ │ ├── 7007.png │ │ │ │ ├── 7008.png │ │ │ │ ├── 7009.png │ │ │ │ ├── 7010.png │ │ │ │ ├── 7011.png │ │ │ │ ├── 7012.png │ │ │ │ ├── 7013.png │ │ │ │ ├── 7020.png │ │ │ │ ├── 7021.png │ │ │ │ ├── 7030.png │ │ │ │ ├── 7031.png │ │ │ │ ├── 7032.png │ │ │ │ ├── 7035.png │ │ │ │ ├── 7036.png │ │ │ │ ├── 7038.png │ │ │ │ ├── 7040.png │ │ │ │ ├── 7041.png │ │ │ │ ├── 7042.png │ │ │ │ ├── 7043.png │ │ │ │ ├── 7044.png │ │ │ │ ├── 7045.png │ │ │ │ ├── 7046.png │ │ │ │ ├── 7047.png │ │ │ │ ├── 8001.png │ │ │ │ ├── 8002.png │ │ │ │ ├── 8003.png │ │ │ │ ├── 8004.png │ │ │ │ ├── 8005.png │ │ │ │ ├── 8006.png │ │ │ │ ├── 8008.png │ │ │ │ ├── 8009.png │ │ │ │ ├── 8010.png │ │ │ │ ├── 8017.png │ │ │ │ ├── 8018.png │ │ │ │ ├── 8019.png │ │ │ │ ├── 8020.png │ │ │ │ ├── 8021.png │ │ │ │ ├── 8022.png │ │ │ │ ├── 8023.png │ │ │ │ ├── 8024.png │ │ │ │ ├── 8025.png │ │ │ │ ├── 8026.png │ │ │ │ ├── 8027.png │ │ │ │ ├── 8028.png │ │ │ │ ├── 8029.png │ │ │ │ ├── 8030.png │ │ │ │ ├── 8031.png │ │ │ │ ├── 8032.png │ │ │ │ ├── 8033.png │ │ │ │ ├── 8034.png │ │ │ │ ├── 8035.png │ │ │ │ ├── 8036.png │ │ │ │ ├── 8037.png │ │ │ │ ├── 8038.png │ │ │ │ ├── 8039.png │ │ │ │ ├── 8040.png │ │ │ │ ├── 8041.png │ │ │ │ ├── 8042.png │ │ │ │ ├── 8043.png │ │ │ │ ├── 8044.png │ │ │ │ ├── 8045.png │ │ │ │ ├── 8046.png │ │ │ │ ├── 8047.png │ │ │ │ ├── 8048.png │ │ │ │ ├── 8049.png │ │ │ │ ├── 8050.png │ │ │ │ ├── 8051.png │ │ │ │ ├── 8052.png │ │ │ │ ├── 8053.png │ │ │ │ ├── 8054.png │ │ │ │ ├── 8055.png │ │ │ │ ├── 8056.png │ │ │ │ ├── 8057.png │ │ │ │ ├── 8058.png │ │ │ │ ├── 8059.png │ │ │ │ ├── 8060.png │ │ │ │ ├── 8061.png │ │ │ │ ├── 8062.png │ │ │ │ ├── 8063.png │ │ │ │ ├── 8064.png │ │ │ │ ├── 8065.png │ │ │ │ ├── 8066.png │ │ │ │ ├── 8067.png │ │ │ │ ├── 8068.png │ │ │ │ ├── 8069.png │ │ │ │ ├── 8070.png │ │ │ │ ├── 8071.png │ │ │ │ ├── 8072.png │ │ │ │ ├── 8073.png │ │ │ │ ├── 8074.png │ │ │ │ ├── 8075.png │ │ │ │ ├── 8076.png │ │ │ │ ├── 8077.png │ │ │ │ ├── 8079.png │ │ │ │ ├── 8087.png │ │ │ │ ├── 8089.png │ │ │ │ ├── 8090.png │ │ │ │ ├── 8092.png │ │ │ │ ├── 8093.png │ │ │ │ ├── 8096.png │ │ │ │ ├── 8098.png │ │ │ │ ├── 8099.png │ │ │ │ ├── 8100.png │ │ │ │ ├── 8101.png │ │ │ │ ├── 8102.png │ │ │ │ ├── 8103.png │ │ │ │ ├── 8104.png │ │ │ │ ├── 8105.png │ │ │ │ ├── 8106.png │ │ │ │ ├── 8107.png │ │ │ │ ├── 8108.png │ │ │ │ ├── 8109.png │ │ │ │ ├── 8110.png │ │ │ │ ├── 8111.png │ │ │ │ ├── 8112.png │ │ │ │ ├── 8116.png │ │ │ │ ├── 8118.png │ │ │ │ ├── 8119.png │ │ │ │ ├── 8120.png │ │ │ │ ├── 8121.png │ │ │ │ ├── 8122.png │ │ │ │ ├── 8123.png │ │ │ │ ├── 8125.png │ │ │ │ ├── 8127.png │ │ │ │ ├── 8128.png │ │ │ │ ├── 8129.png │ │ │ │ ├── 8131.png │ │ │ │ ├── 8132.png │ │ │ │ ├── 8133.png │ │ │ │ ├── 8134.png │ │ │ │ ├── 8135.png │ │ │ │ ├── 8136.png │ │ │ │ ├── 8137.png │ │ │ │ ├── 8138.png │ │ │ │ ├── 8142.png │ │ │ │ ├── 8143.png │ │ │ │ ├── 8144.png │ │ │ │ ├── 8145.png │ │ │ │ ├── 8146.png │ │ │ │ ├── 8147.png │ │ │ │ ├── 9001.png │ │ │ │ ├── 9010.png │ │ │ │ ├── 9030.png │ │ │ │ ├── 9040.png │ │ │ │ └── default.png │ │ │ │ ├── echarts.min.js │ │ │ │ └── icons │ │ │ │ └── arrow.png │ │ ├── luasrc │ │ │ ├── controller │ │ │ │ └── appfilter.lua │ │ │ ├── model │ │ │ │ └── cbi │ │ │ │ │ └── appfilter │ │ │ │ │ ├── advance.lua │ │ │ │ │ ├── app_filter.lua │ │ │ │ │ ├── base_setting.lua │ │ │ │ │ ├── dev_status.lua │ │ │ │ │ ├── feature.lua │ │ │ │ │ ├── overview.lua │ │ │ │ │ ├── time.lua │ │ │ │ │ ├── time_setting.lua │ │ │ │ │ ├── user.lua │ │ │ │ │ ├── user_list.lua │ │ │ │ │ └── user_setting.lua │ │ │ └── view │ │ │ │ ├── admin_network │ │ │ │ ├── advance.htm │ │ │ │ ├── app_filter.htm │ │ │ │ ├── dev_status.htm │ │ │ │ ├── time.htm │ │ │ │ ├── user.htm │ │ │ │ └── user_status.htm │ │ │ │ └── cbi │ │ │ │ ├── oaf_dvalue.htm │ │ │ │ └── oaf_upload.htm │ │ ├── po │ │ │ ├── zh-cn │ │ │ │ └── oaf.po │ │ │ └── zh_Hans │ │ │ │ └── oaf.po │ │ └── root │ │ │ └── etc │ │ │ └── uci-defaults │ │ │ └── 94_feature_3.0 │ ├── oaf │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ ├── af_client.c │ │ │ ├── af_client.h │ │ │ ├── af_client_fs.c │ │ │ ├── af_client_fs.h │ │ │ ├── af_conntrack.c │ │ │ ├── af_conntrack.h │ │ │ ├── af_log.c │ │ │ ├── af_log.h │ │ │ ├── af_utils.c │ │ │ ├── af_utils.h │ │ │ ├── app_filter.c │ │ │ ├── app_filter.h │ │ │ ├── app_filter_config.c │ │ │ ├── cJSON.c │ │ │ ├── cJSON.h │ │ │ └── regexp.c │ └── open-app-filter │ │ ├── Makefile │ │ ├── files │ │ ├── appfilter.config │ │ ├── appfilter.init │ │ ├── feature.cfg │ │ ├── feature_cn.cfg │ │ ├── feature_en.cfg │ │ ├── gen_class.sh │ │ ├── hnat.sh │ │ ├── oaf_rule │ │ └── user_info.config │ │ └── src │ │ ├── Makefile │ │ ├── appfilter.h │ │ ├── appfilter_config.c │ │ ├── appfilter_config.h │ │ ├── appfilter_netlink.c │ │ ├── appfilter_netlink.h │ │ ├── appfilter_ubus.c │ │ ├── appfilter_ubus.h │ │ ├── appfilter_user.c │ │ ├── appfilter_user.h │ │ ├── main.c │ │ ├── utils.c │ │ └── utils.h ├── base-files │ ├── Makefile │ ├── files │ │ ├── bin │ │ │ ├── board_detect │ │ │ ├── config_generate │ │ │ └── ipcalc.sh │ │ ├── etc │ │ │ ├── banner │ │ │ ├── banner.failsafe │ │ │ ├── board.d │ │ │ │ └── 99-default_network │ │ │ ├── device_info │ │ │ ├── diag.sh │ │ │ ├── ethers │ │ │ ├── fstab │ │ │ ├── group │ │ │ ├── hosts │ │ │ ├── hotplug.d │ │ │ │ ├── leds │ │ │ │ │ └── 00-init │ │ │ │ └── net │ │ │ │ │ └── 00-sysctl │ │ │ ├── init.d │ │ │ │ ├── boot │ │ │ │ ├── done │ │ │ │ ├── gpio_switch │ │ │ │ ├── led │ │ │ │ ├── sysctl │ │ │ │ ├── sysfixtime │ │ │ │ ├── system │ │ │ │ └── umount │ │ │ ├── inittab │ │ │ ├── iproute2 │ │ │ │ ├── ematch_map │ │ │ │ ├── rt_protos │ │ │ │ └── rt_tables │ │ │ ├── openwrt_release │ │ │ ├── openwrt_version │ │ │ ├── os-release │ │ │ ├── passwd │ │ │ ├── preinit │ │ │ ├── profile │ │ │ ├── protocols │ │ │ ├── rc.button │ │ │ │ ├── failsafe │ │ │ │ ├── power │ │ │ │ ├── reboot │ │ │ │ ├── reset │ │ │ │ └── rfkill │ │ │ ├── rc.common │ │ │ ├── rc.local │ │ │ ├── services │ │ │ ├── shadow │ │ │ ├── shells │ │ │ ├── shinit │ │ │ ├── sysctl.conf │ │ │ ├── sysctl.d │ │ │ │ └── 10-default.conf │ │ │ ├── sysupgrade.conf │ │ │ └── uci-defaults │ │ │ │ ├── 10_migrate-shadow │ │ │ │ ├── 11_network-migrate-bridges │ │ │ │ ├── 12_network-generate-ula │ │ │ │ ├── 13_fix-group-user │ │ │ │ └── 50-root-passwd │ │ ├── lib │ │ │ ├── functions.sh │ │ │ ├── functions │ │ │ │ ├── caldata.sh │ │ │ │ ├── ipv4.sh │ │ │ │ ├── leds.sh │ │ │ │ ├── migrations.sh │ │ │ │ ├── network.sh │ │ │ │ ├── preinit.sh │ │ │ │ ├── service.sh │ │ │ │ ├── system.sh │ │ │ │ └── uci-defaults.sh │ │ │ ├── preinit │ │ │ │ ├── 02_default_set_state │ │ │ │ ├── 02_sysinfo │ │ │ │ ├── 10_indicate_failsafe │ │ │ │ ├── 10_indicate_preinit │ │ │ │ ├── 30_failsafe_wait │ │ │ │ ├── 40_run_failsafe_hook │ │ │ │ ├── 50_indicate_regular_preinit │ │ │ │ ├── 70_initramfs_test │ │ │ │ ├── 80_mount_root │ │ │ │ ├── 99_10_failsafe_login │ │ │ │ └── 99_10_run_init │ │ │ └── upgrade │ │ │ │ ├── common.sh │ │ │ │ ├── do_stage2 │ │ │ │ ├── emmc.sh │ │ │ │ ├── fwtool.sh │ │ │ │ ├── keep.d │ │ │ │ └── base-files-essential │ │ │ │ ├── legacy-sdcard.sh │ │ │ │ ├── nand.sh │ │ │ │ ├── stage2 │ │ │ │ └── tar.sh │ │ ├── rom │ │ │ └── note │ │ ├── sbin │ │ │ ├── firstboot │ │ │ ├── hotplug-call │ │ │ ├── led.sh │ │ │ ├── pkg_check │ │ │ └── sysupgrade │ │ └── usr │ │ │ ├── lib │ │ │ └── os-release │ │ │ └── libexec │ │ │ ├── login.sh │ │ │ └── validate_firmware_image │ └── image-config.in ├── boot │ ├── apex │ │ └── Makefile │ ├── arm-trusted-firmware-bcm63xx │ │ └── Makefile │ ├── arm-trusted-firmware-mediatek │ │ ├── Makefile │ │ └── patches │ │ │ ├── 0001-mediatek-snfi-FM35Q1GA-is-x4-only.patch │ │ │ ├── 0002-mediatek-snfi-adjust-pin-drive-strength-for-Fidelix-.patch │ │ │ ├── 0003-mediatek-snfi-adjust-drive-strength-to-12mA-like-old.patch │ │ │ ├── 0004-mediatek-snfi-fix-return-code-when-reading.patch │ │ │ └── 0010-add-support-for-dosilicon-fmsh-gsto-spi-nand.patch │ ├── arm-trusted-firmware-mvebu │ │ ├── Makefile │ │ ├── patches-a3700-utils │ │ │ ├── 001-version.patch │ │ │ └── 002-version_mv_ddr_fix.patch │ │ ├── patches-mox-boot-builder │ │ │ └── 001-version.patch │ │ ├── patches-mv-ddr-marvell │ │ │ └── 001-version.patch │ │ └── patches │ │ │ ├── 001-no-git.patch │ │ │ └── 002-cryptopp_ldflags.patch │ ├── arm-trusted-firmware-rockchip │ │ ├── Makefile │ │ ├── atf-version.mk │ │ └── src │ │ │ └── trust.ini │ ├── arm-trusted-firmware-stm32 │ │ └── Makefile │ ├── arm-trusted-firmware-sunxi │ │ └── Makefile │ ├── arm-trusted-firmware-tools │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-respect-LDFLAGS.patch │ │ │ └── 002-darwin_compile.patch │ ├── at91bootstrap │ │ ├── Makefile │ │ └── at91bootstrap.mk │ ├── fconfig │ │ └── Makefile │ ├── grub2 │ │ ├── Makefile │ │ ├── files │ │ │ ├── grub-early-gpt.cfg │ │ │ └── grub-early.cfg │ │ └── patches │ │ │ ├── 001-add-missing-extra_deps-list.patch │ │ │ └── 100-grub_setup_root.patch │ ├── imx-bootlets │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-skip_sb_generation.patch │ │ │ ├── 002-set_elftosb_config.patch │ │ │ └── 003-add-olinuxino.patch │ ├── kexec-tools │ │ ├── Config.in │ │ ├── Makefile │ │ ├── files │ │ │ ├── kdump.config │ │ │ ├── kdump.defaults │ │ │ └── kdump.init │ │ └── patches │ │ │ ├── 010-Fix-building-on-x86_64-with-binutils-2.41.patch │ │ │ └── 020-i386-improve-basename-compatibility.patch │ ├── kobs-ng │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-compile.patch │ │ │ ├── 002-add-init-size-param.patch │ │ │ ├── 003-raw-mode.patch │ │ │ └── 004-fix-cal_nfc_geometry.patch │ ├── mt7623n-preloader │ │ └── Makefile │ ├── opensbi │ │ └── Makefile │ ├── optee-os-stm32 │ │ └── Makefile │ ├── tfa-layerscape │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-fiptool-hostbuild-fixes.patch │ │ │ ├── 003-plat-nxp-tools-fix-create_pbl-and-byte_swap-host-bui.patch │ │ │ └── 004-plat-nxp-restore-ls1012afrdm-support.patch │ ├── uboot-armsr │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-v2023.07-bootstd-Use-blk-uclass-device-numbers-to-set-efi-bootdev.patch │ ├── uboot-at91 │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-fix-Wformat-security.patch │ ├── uboot-ath79 │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-mips-ath79-add-initial-support-for-QCA955x-SoCs.patch │ │ │ ├── 400-ath79-add-support-for-NEC-AR9344-Aterm-series.patch │ │ │ └── 401-mips-ath79-add-support-for-NEC-QCA9558-Aterm-series.patch │ ├── uboot-bcm4908 │ │ ├── Makefile │ │ └── patches │ │ │ ├── 100-check-config-allow-to-complete-build-even-with-ad-ho.patch │ │ │ ├── 200-configs-bcm94908-unset-CONFIG_SPL.patch │ │ │ └── 201-Assume-TPL-support-for-ATF-when-compiling-U-Boot-wit.patch │ ├── uboot-bcm53xx │ │ └── Makefile │ ├── uboot-bmips │ │ └── Makefile │ ├── uboot-d1 │ │ ├── Makefile │ │ ├── patches │ │ │ ├── 0001-ARM-dts-sun8i-A33-Add-iNet-U70B-REV01.patch │ │ │ ├── 0002-sunxi-Add-iNet_U70B_rev1_defconfig.patch │ │ │ ├── 0003-Adapt-iNet-U70B-REV01-for-development-FEL-serial.patch │ │ │ ├── 0004-ARM-dts-sun6i-mixtile-loftq-Add-USB1-VBUS-regulator.patch │ │ │ ├── 0005-power-regulator-Add-a-driver-for-the-AXP-USB-power-s.patch │ │ │ ├── 0006-gpio-axp-sunxi-Remove-virtual-VBUS-detection-GPIO.patch │ │ │ ├── 0007-power-regulator-Add-a-driver-for-the-AXP-PMIC-drivev.patch │ │ │ ├── 0008-power-pmic-axp-Probe-the-drivevbus-regulator-from-th.patch │ │ │ ├── 0009-phy-sun4i-usb-Control-USB-supplies-via-regulator-ucl.patch │ │ │ ├── 0010-sunxi-Remove-obsolete-USBx_VBUS_PIN-Kconfig-symbols.patch │ │ │ ├── 0011-clk-sunxi-Add-support-for-the-D1-CCU.patch │ │ │ ├── 0012-gpio-axp-Remove-virtual-VBUS-enable-GPIO.patch │ │ │ ├── 0013-clk-sunxi-Add-a-driver-for-the-legacy-A31-A23-A33-PR.patch │ │ │ ├── 0014-clk-sunxi-Use-the-right-symbol-in-the-Makefile.patch │ │ │ ├── 0015-net-sun8i-emac-Use-common-syscon-setup-for-R40.patch │ │ │ ├── 0016-sunxi-mmc-ignore-card-detect-in-SPL.patch │ │ │ ├── 0017-sunxi-mmc-group-non-DM-specific-functions.patch │ │ │ ├── 0018-sunxi-remove-CONFIG_MMC-_CD_PIN.patch │ │ │ ├── 0019-sunxi-mmc-Move-header-to-the-driver-directory.patch │ │ │ ├── 0020-pinctrl-sunxi-Add-support-for-the-D1.patch │ │ │ ├── 0021-serial-ns16550-Enable-clocks-during-probe.patch │ │ │ ├── 0022-fdt-Fix-bounds-check-in-devfdt_get_addr_index.patch │ │ │ ├── 0023-Kconfig-Remove-an-impossible-condition.patch │ │ │ ├── 0024-binman-Prevent-entries-in-a-section-from-overlapping.patch │ │ │ ├── 0025-sunxi-binman-Enable-SPL-FIT-loading-for-32-bit-SoCs.patch │ │ │ ├── 0026-sunxi-psci-Avoid-hanging-when-CPU-0-is-hot-unplugged.patch │ │ │ ├── 0027-clk-sunxi-Add-NAND-clocks-and-resets.patch │ │ │ ├── 0028-pinctrl-sunxi-Add-NAND-pinmuxes.patch │ │ │ ├── 0029-mtd-nand-sunxi-Remove-an-unnecessary-check.patch │ │ │ ├── 0030-mtd-nand-sunxi-Convert-from-fdtdec-to-ofnode.patch │ │ │ ├── 0031-mtd-nand-sunxi-Convert-to-the-driver-model.patch │ │ │ ├── 0032-sunxi-DT-H6-Add-USB3-to-Pine-H64-DTS.patch │ │ │ ├── 0033-tools-mkimage-Add-Allwinner-TOC1-support.patch │ │ │ ├── 0034-phy-sun4i-usb-Do-not-drive-VBUS-with-external-VBUS-p.patch │ │ │ ├── 0035-mtd-nand-sunxi-Pass-the-device-to-the-init-function.patch │ │ │ ├── 0036-sunxi-Enable-PHY_SUN4I_USB-by-default-for-new-SoCs.patch │ │ │ ├── 0037-sunxi-psci-Add-support-for-H3-CPU-0-hotplug.patch │ │ │ ├── 0038-remoteproc-Add-a-driver-for-the-Allwinner-AR100.patch │ │ │ ├── 0039-arm-dts-sunxi-h3-Add-nodes-for-AR100-remoteproc.patch │ │ │ ├── 0040-sunxi-Enable-support-for-SCP-firmware-on-H3.patch │ │ │ ├── 0041-arm-psci-Add-definitions-for-PSCI-v1.1.patch │ │ │ ├── 0042-sunxi-Enable-remoteproc-on-some-H3-boards.patch │ │ │ ├── 0043-sunxi-psci-Delegate-PSCI-to-SCPI.patch │ │ │ ├── 0044-sunxi-Enable-SCP-SCPI-on-A33-as-well.patch │ │ │ ├── 0045-phy-sun4i-usb-Use-DM_GPIO-for-id-vbus_det-GPIOs.patch │ │ │ ├── 0046-ARM-dts-sunxi-Add-AXP221-and-AXP809-GPIO-nodes.patch │ │ │ ├── 0047-gpio-axp-Consistently-use-the-axp_gpio-order.patch │ │ │ ├── 0048-gpio-axp-Bind-via-device-tree.patch │ │ │ ├── 0049-gpio-axp-Use-DM_PMIC-functions-for-register-access.patch │ │ │ ├── 0050-gpio-axp-Select-variant-from-compatible-at-runtime.patch │ │ │ ├── 0051-gpio-axp-Add-support-for-getting-the-pin-function.patch │ │ │ ├── 0052-gpio-axp-Add-pull-down-support-for-AXP22x-AXP8xx-var.patch │ │ │ ├── 0053-gpio-axp-Report-the-correct-value-for-outputs.patch │ │ │ ├── 0054-sunxi-Fix-default-enablement-of-USB-host-drivers.patch │ │ │ ├── 0055-sunxi-Remove-unnecessary-Kconfig-selections.patch │ │ │ ├── 0056-sunxi-Add-missing-dependencies-to-Kconfig-selections.patch │ │ │ ├── 0057-sunxi-Hide-image-type-selection-if-SPL-is-disabled.patch │ │ │ ├── 0058-sunxi-Share-the-board-Kconfig-across-architectures.patch │ │ │ ├── 0059-sunxi-Move-most-Kconfig-selections-to-the-board-Kcon.patch │ │ │ ├── 0060-sunxi-Globally-enable-SUPPORT_SPL.patch │ │ │ ├── 0061-sunxi-Downgrade-driver-selections-to-implications.patch │ │ │ ├── 0062-sunxi-Enable-the-I2C-driver-by-default.patch │ │ │ ├── 0063-sunxi-Move-default-values-to-the-board-Kconfig.patch │ │ │ ├── 0064-sunxi-Hide-the-SUNXI_MINIMUM_DRAM_MB-symbol.patch │ │ │ ├── 0065-sunxi-Clean-up-the-SPL_STACK_R_ADDR-defaults.patch │ │ │ ├── 0066-sunxi-Move-PRE_CON_BUF_ADDR-to-the-board-Kconfig.patch │ │ │ ├── 0067-sunxi-Move-SPL_BSS_START_ADDR-to-the-board-Kconfig.patch │ │ │ ├── 0068-sunxi-Move-SPL_TEXT_BASE-to-the-board-Kconfig.patch │ │ │ ├── 0069-sunxi-Move-SYS_LOAD_ADDR-to-the-board-Kconfig.patch │ │ │ ├── 0070-sunxi-Move-TEXT_BASE-to-the-board-Kconfig.patch │ │ │ ├── 0071-sunxi-Move-most-board-options-to-the-board-Kconfig.patch │ │ │ ├── 0072-env-sunxi-Replace-ARCH_SUNXI-with-BOARD_SUNXI.patch │ │ │ ├── 0073-drivers-sunxi-Replace-ARCH_SUNXI-with-BOARD_SUNXI.patch │ │ │ ├── 0074-disk-sunxi-Replace-ARCH_SUNXI-with-BOARD_SUNXI.patch │ │ │ ├── 0075-spl-sunxi-Replace-ARCH_SUNXI-with-BOARD_SUNXI.patch │ │ │ ├── 0076-riscv-cpu-Add-cache-operations-for-T-HEAD-CPUs.patch │ │ │ ├── 0077-riscv-Sort-target-configs-alphabetically.patch │ │ │ ├── 0078-riscv-Add-Allwinner-D1-devicetrees.patch │ │ │ ├── 0079-riscv-Add-CONFIG_TARGET_SUN20I_D1.patch │ │ │ ├── 0080-gpio-sunxi-Hack-up-the-driver-for-the-D1.patch │ │ │ ├── 0081-mmc-sunxi-Hack-up-the-driver-for-the-D1.patch │ │ │ ├── 0082-pinctrl-sunxi-Hack-up-the-driver-for-the-D1.patch │ │ │ ├── 0083-ram-sunxi-Add-Allwinner-D1-DRAM-driver.patch │ │ │ ├── 0084-spi-sunxi-Hack-up-the-driver-for-the-D1.patch │ │ │ ├── 0085-spi-sunxi-Add-support-for-the-D1.patch │ │ │ ├── 0086-usb-musb-new-Hack-up-the-driver-for-the-D1.patch │ │ │ ├── 0087-sunxi-Add-temporary-RISC-V-version-of-board-code.patch │ │ │ ├── 0088-sunxi-riscv-Copy-in-WIP-version-of-devicetrees.patch │ │ │ ├── 0089-sunxi-riscv-Add-defconfigs-for-several-boards.patch │ │ │ ├── 0090-drivers-phy-fix-typo.patch │ │ │ ├── 100-mkimage-check-environment-for-dtc-binary-location.patch │ │ │ ├── 130-fix-mkimage-host-build.patch │ │ │ ├── 211-no-kwbimage.patch │ │ │ └── 300-force-pylibfdt-build.patch │ │ └── uEnv-default.txt │ ├── uboot-envtools │ │ ├── Makefile │ │ ├── files │ │ │ ├── apm821xx │ │ │ ├── ath79 │ │ │ ├── cns3xxx │ │ │ ├── fw_defaults │ │ │ ├── fw_loadenv │ │ │ ├── fw_printsys │ │ │ ├── fw_setsys │ │ │ ├── imx_cortexa7 │ │ │ ├── imx_cortexa9 │ │ │ ├── ipq40xx │ │ │ ├── ipq806x │ │ │ ├── kirkwood │ │ │ ├── lantiq │ │ │ ├── layerscape │ │ │ ├── mediatek_filogic │ │ │ ├── mediatek_mt7622 │ │ │ ├── mediatek_mt7623 │ │ │ ├── mediatek_mt7629 │ │ │ ├── mpc85xx │ │ │ ├── mvebu │ │ │ ├── mxs │ │ │ ├── octeon │ │ │ ├── oxnas │ │ │ ├── pistachio │ │ │ ├── qoriq │ │ │ ├── qualcommax_ipq60xx │ │ │ ├── qualcommax_ipq807x │ │ │ ├── ramips │ │ │ ├── realtek │ │ │ ├── rockchip_armv8 │ │ │ └── uboot-envtools.sh │ │ └── patches │ │ │ ├── 001-compile.patch │ │ │ └── 002-Revert-tools-env-use-run-to-store-lockfile.patch │ ├── uboot-fritz4040 │ │ └── Makefile │ ├── uboot-imx │ │ ├── Makefile │ │ └── patches │ │ │ └── 0001-apalis_imx6_defconfig-enable-some-useful-commands.patch │ ├── uboot-kirkwood │ │ ├── Makefile │ │ └── patches │ │ │ ├── 007-nsa310-uboot-generic.patch │ │ │ ├── 008-nsa325-uboot-generic.patch │ │ │ ├── 010-pogoplug_v4.patch │ │ │ ├── 110-dockstar.patch │ │ │ ├── 120-iconnect.patch │ │ │ ├── 130-ib62x0.patch │ │ │ ├── 140-pogoplug_e02.patch │ │ │ ├── 150-goflexhome.patch │ │ │ ├── 151-arm-kirkwood-add-CheckPoint-L-50-device.patch │ │ │ ├── 160-nsa310s.patch │ │ │ ├── 170-sheevaplug.patch │ │ │ ├── 180-netgear-stora.patch │ │ │ ├── 190-dns-320l.patch │ │ │ ├── 200-openwrt-config.patch │ │ │ ├── 201-blackarmor-nas220.patch │ │ │ ├── 701-phy-mv88e61xx-add-support-for-RGMII-TX-RX-delay.patch │ │ │ └── 702-phy-mv88e61xx-add-support-for-MV88E6171.patch │ ├── uboot-lantiq │ │ ├── Makefile │ │ ├── README │ │ └── patches │ │ │ ├── 0001-sf-fix-out-of-order-calls-for-spi_claim_bus-and-spi_.patch │ │ │ ├── 0002-sf-consistently-use-debug-for-warning-error-messages.patch │ │ │ ├── 0003-sf-move-malloc-of-spi_flash-to-spi_flash_probe.patch │ │ │ ├── 0004-sf-add-slim-probe-funtions-for-SPL.patch │ │ │ ├── 0005-sf-make-calculatiom-of-address-bytes-completely-conf.patch │ │ │ ├── 0006-sf-add-support-for-4-byte-addressing.patch │ │ │ ├── 0007-sf-add-support-for-EN25QH256.patch │ │ │ ├── 0008-sf-fix-sector-layout-of-S25FL256S_256K-and-S25FL512S.patch │ │ │ ├── 0009-net-switchlib-add-framework-for-ethernet-switch-driv.patch │ │ │ ├── 0010-net-switchlib-add-driver-for-Lantiq-PSB697X-switch-f.patch │ │ │ ├── 0011-net-switchlib-add-driver-for-Lantiq-ADM6996I-switch-.patch │ │ │ ├── 0012-net-switchlib-add-driver-for-Atheros-AR8216.patch │ │ │ ├── 0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch │ │ │ ├── 0014-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch │ │ │ ├── 0015-MIPS-lantiq-add-support-for-Lantiq-XWAY-ARX100-SoC-f.patch │ │ │ ├── 0016-net-add-driver-for-Lantiq-XWAY-ARX100-switch.patch │ │ │ ├── 0017-tools-add-some-helper-tools-for-Lantiq-SoCs.patch │ │ │ ├── 0018-tools-lantiq-add-NAND-SPL-support.patch │ │ │ ├── 0019-Makefile-add-Lantiq-NAND-SPL-images.patch │ │ │ ├── 0020-MIPS-lantiq-add-NAND-SPL-support.patch │ │ │ ├── 0021-MIPS-vrx200-add-NAND-SPL-support.patch │ │ │ ├── 0022-MIPS-lantiq-add-default-openwrt-config.patch │ │ │ ├── 0023-lzma-fixup.patch │ │ │ ├── 0024-Makefile-prepare-u-boot-lantiq-v2013.10-openwrt4.patch │ │ │ ├── 0025-arx100-cgu-fixes.patch │ │ │ ├── 0026-no_extern_inline.patch │ │ │ ├── 0027-no_weak_alias.patch │ │ │ ├── 0028-gcc-compat.patch │ │ │ ├── 0029-net-Use_packed_structures-for_networking.patch │ │ │ ├── 0030-lzma-force-8bit-reads.patch │ │ │ ├── 0031-dma-lantiq-fix-out-of-bounds-cache-invalidate.patch │ │ │ ├── 0032-MIPS-lantiq-danube-fix-SPL-boot.patch │ │ │ ├── 0033-MIPS-lantiq-reduce-stack-size.patch │ │ │ ├── 0100-MIPS-add-board-support-for-Easy-50712.patch │ │ │ ├── 0101-MIPS-add-board-support-for-Easy-80920.patch │ │ │ ├── 0102-MIPS-add-board-support-for-Arcadyan-ARV4519PW.patch │ │ │ ├── 0103-MIPS-add-board-support-for-Arcadyan-ARV7518PW.patch │ │ │ ├── 0104-MIPS-add-board-support-for-AudioCodes-MP-252.patch │ │ │ ├── 0105-MIPS-add-board-support-for-AVM-FritzBox-3370.patch │ │ │ ├── 0106-MIPS-add-board-support-for-Gigaset-SX76X.patch │ │ │ ├── 0107-MIPS-add-board-support-for-ZyXEL-P-2812HNU-Fx.patch │ │ │ ├── 0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch │ │ │ ├── 0109-MIPS-add-board-support-for-Arcadyan-ARV752DPW22.patch │ │ │ ├── 0110-MIPS-add-board-support-for-Arcadyan-ARV7510PW.patch │ │ │ ├── 0111-MIPS-add-board-support-for-Arcadyan-ARV7510PW22.patch │ │ │ ├── 0112-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch │ │ │ ├── 0113-MIPS-add-board-support-for-Arcadyan-ARV8539PW22.patch │ │ │ ├── 0114-MIPS-add-board-support-for-Arcadyan-VGV7519.patch │ │ │ ├── 0115-MIPS-add-board-support-for-Arcadyan-ARV7506PW11.patch │ │ │ ├── 0116-MIPS-add-board-support-for-BT-Home-Hub-5A.patch │ │ │ ├── 100-portability.patch │ │ │ ├── 101-fix-crypt-header-clash.patch │ │ │ └── 200-fix-dtc-header-guard.patch │ ├── uboot-layerscape │ │ ├── Makefile │ │ ├── files │ │ │ ├── fsl_ls1012a-frdm-uEnv.txt │ │ │ ├── fsl_ls1012a-frwy-sdboot-uEnv.txt │ │ │ ├── fsl_ls1012a-rdb-uEnv.txt │ │ │ ├── fsl_ls1021a-iot-sdboot-uEnv.txt │ │ │ ├── fsl_ls1021a-twr-sdboot-uEnv.txt │ │ │ ├── fsl_ls1021a-twr-uEnv.txt │ │ │ ├── fsl_ls1028a-rdb-sdboot-uEnv.txt │ │ │ ├── fsl_ls1028a-rdb-uEnv.txt │ │ │ ├── fsl_ls1043a-rdb-sdboot-uEnv.txt │ │ │ ├── fsl_ls1043a-rdb-uEnv.txt │ │ │ ├── fsl_ls1046a-frwy-sdboot-uEnv.txt │ │ │ ├── fsl_ls1046a-frwy-uEnv.txt │ │ │ ├── fsl_ls1046a-rdb-sdboot-uEnv.txt │ │ │ ├── fsl_ls1046a-rdb-uEnv.txt │ │ │ ├── fsl_ls1088a-rdb-sdboot-uEnv.txt │ │ │ ├── fsl_ls1088a-rdb-uEnv.txt │ │ │ ├── fsl_ls2088a-rdb-uEnv.txt │ │ │ ├── fsl_lx2160a-rdb-sdboot-uEnv.txt │ │ │ └── fsl_lx2160a-rdb-uEnv.txt │ │ └── patches │ │ │ └── 0900-layerscape-adjust-LS1021A-IOT-config-for-OpenWrt.patch │ ├── uboot-mediatek │ │ ├── Makefile │ │ └── patches │ │ │ ├── 000-mtk-20-configs-mt7622-enable-environment-for-mt7622_rfb.patch │ │ │ ├── 010-menu-fix-the-logic-checking-whether-ESC-key-is-press.patch │ │ │ ├── 011-menu-add-support-to-check-if-menu-needs-to-be-reprin.patch │ │ │ ├── 012-bootmenu-add-reprint-check.patch │ │ │ ├── 050-mt7622-enable-pstore.patch │ │ │ ├── 051-mt7986-enable-pstore.patch │ │ │ ├── 052-mt7981-enable-pstore.patch │ │ │ ├── 100-02-drivers-mtd-add-support-for-MediaTek-SPI-NAND-flash-.patch │ │ │ ├── 100-03-mtd-mtk-snand-add-support-for-SPL.patch │ │ │ ├── 100-04-env-add-support-for-generic-MTD-device.patch │ │ │ ├── 100-05-mtd-add-a-new-mtd-device-type-for-NMBM.patch │ │ │ ├── 100-06-mtd-add-core-facility-code-of-NMBM.patch │ │ │ ├── 100-07-mtd-nmbm-add-support-for-mtd.patch │ │ │ ├── 100-08-common-board_r-add-support-to-initialize-NMBM-after-.patch │ │ │ ├── 100-09-cmd-add-nmbm-command.patch │ │ │ ├── 100-10-cmd-mtd-add-markbad-subcommand-for-NMBM-testing.patch │ │ │ ├── 100-11-env-add-support-for-NMBM-upper-MTD-layer.patch │ │ │ ├── 100-12-mtd-mtk-snand-add-NMBM-support-for-SPL.patch │ │ │ ├── 100-13-cmd-add-a-new-command-for-NAND-flash-debugging.patch │ │ │ ├── 100-14-mtd-spi-nor-add-support-to-read-flash-unique-ID.patch │ │ │ ├── 100-15-cmd-sf-add-support-to-read-flash-unique-ID.patch │ │ │ ├── 100-16-cmd-bootmenu-add-ability-to-select-item-by-shortkey.patch │ │ │ ├── 100-17-common-spl-spl_nand-enable-CONFIG_SYS_NAND_U_BOOT_OF.patch │ │ │ ├── 100-18-board-mt7629-add-support-for-booting-from-SPI-NAND.patch │ │ │ ├── 100-19-board-mt7622-use-new-spi-nand-driver.patch │ │ │ ├── 100-20-board-mt7981-add-reference-board-using-new-spi-nand-.patch │ │ │ ├── 100-21-mtd-spi-nor-add-more-flash-ids.patch │ │ │ ├── 100-22-mtd-spi-nand-backport-from-upstream-kernel.patch │ │ │ ├── 100-23-mmc-mtk-sd-add-support-to-display-verbose-error-log.patch │ │ │ ├── 100-24-cmd-ubi-make-volume-find-create-remove-APIs-public.patch │ │ │ ├── 100-25-cmd-ubi-allow-creating-volume-with-all-free-spaces.patch │ │ │ ├── 100-26-env-ubi-add-support-to-create-environment-volume-if-.patch │ │ │ ├── 100-27-mtd-ubi-add-support-for-UBI-end-of-filesystem-marker.patch │ │ │ ├── 100-29-board-mediatek-wire-up-NMBM-support.patch │ │ │ ├── 101-01-mtd-spinand-add-support-for-FORESEE-F35SQA002G.patch │ │ │ ├── 101-02-mtd-spinand-add-support-for-FORESEE-F35SQA001G.patch │ │ │ ├── 103-mt7988-enable-pstore.patch │ │ │ ├── 105-configs-add-usefull-stuff-to-mt7988-rfb.patch │ │ │ ├── 106-configs-sync-mt7981-rfb-storage.patch │ │ │ ├── 107-configs-add-useful-options-to-mt7981-rfb.patch │ │ │ ├── 108-dts-arm64-mt7981-rfb-add-mtd-partitions.patch │ │ │ ├── 120-use-xz-instead-of-lzma.patch │ │ │ ├── 130-fix-mkimage-host-build.patch │ │ │ ├── 160-net-phy-add-support-for-Airoha-ethernet-PHY-driver.patch │ │ │ ├── 200-cmd-add-imsz-and-imszb.patch │ │ │ ├── 211-cmd-bootmenu-custom-title.patch │ │ │ ├── 220-cmd-env-readmem.patch │ │ │ ├── 230-cmd-add-pstore-check.patch │ │ │ ├── 250-fix-mmc-erase-timeout.patch │ │ │ ├── 280-image-fdt-save-name-of-FIT-configuration-in-chosen-node.patch │ │ │ ├── 290-mt7981-add-USB-nodes.patch │ │ │ ├── 300-mt7623-fix-mmc-get-env-dev.patch │ │ │ ├── 301-mt7622-generic-reset-button-ignore-env.patch │ │ │ ├── 302-mt7623-generic-reset-button-ignore-env.patch │ │ │ ├── 303-mt7986-generic-reset-button-ignore-env.patch │ │ │ ├── 304-mt7981-generic-reset-button-ignore-env.patch │ │ │ ├── 305-mt7988-generic-reset-button-ignore-env.patch │ │ │ ├── 310-mt7988-select-rootdisk.patch │ │ │ ├── 311-mt7986-select-rootdisk.patch │ │ │ ├── 312-mt7622-select-rootdisk.patch │ │ │ ├── 313-mt7623-select-rootdisk.patch │ │ │ ├── 314-mt7981-select-rootdisk.patch │ │ │ ├── 341-mtd-spinand-Support-dosilicon.patch │ │ │ ├── 342-mtd-spinand-Support-fmsh.patch │ │ │ ├── 343-mtd-spinand-gsto-Add-code.patch │ │ │ ├── 400-update-bpir2-defconfig.patch │ │ │ ├── 401-update-u7623-defconfig.patch │ │ │ ├── 402-update-bananapi-bpi-r64-device-tree.patch │ │ │ ├── 403-add-bananapi_bpi-r64-snand.patch │ │ │ ├── 404-add-bananapi_bpi-r64_defconfigs.patch │ │ │ ├── 405-dts-mt7623n-bpi-r2-fix-leds.patch │ │ │ ├── 406-dts-mt7623n-bpi-r2-uart0-force-highspeed.patch │ │ │ ├── 410-add-linksys-e8450.patch │ │ │ ├── 412-add-ubnt-unifi-6-lr.patch │ │ │ ├── 420-add-support-for-RAVPower-RP-WD009.patch │ │ │ ├── 421-zbtlink_zbt-wg3526-16m.patch │ │ │ ├── 429-add-netcore-n60.patch │ │ │ ├── 430-add-bpi-r3.patch │ │ │ ├── 431-add-xiaomi_redmi-ax6000.patch │ │ │ ├── 432-add-tplink-xdr608x.patch │ │ │ ├── 433-add-qihoo_360t7.patch │ │ │ ├── 434-add-xiaomi_mi-router-wr30u.patch │ │ │ ├── 435-add-h3c_magic-nx30-pro.patch │ │ │ ├── 436-add-glinet-mt6000.patch │ │ │ ├── 437-add-cmcc_rax3000m.patch │ │ │ ├── 438-add-jcg_q30-pro.patch │ │ │ ├── 439-add-zyxel_ex5601-t0.patch │ │ │ ├── 440-add-xiaomi_mi-router-ax3000t.patch │ │ │ ├── 441-add-jdcloud_re-cp-03.patch │ │ │ ├── 442-add-bpi-r3-mini.patch │ │ │ ├── 443-add-nokia_ea0326gmp.patch │ │ │ ├── 444-add-abt_asr3000.patch │ │ │ ├── 445-add-cudy_tr3000-v1.patch │ │ │ ├── 445-add-netis-nx31.patch │ │ │ ├── 446-add-cmcc_a10.patch │ │ │ ├── 447-add-livinet_zr-3020.patch │ │ │ ├── 448-add-imou_lc-hx3001.patch │ │ │ ├── 449-add-cetron_ct3003.patch │ │ │ ├── 450-add-bpi-r4.patch │ │ │ ├── 451-add-tplink-xtr8488.patch │ │ │ ├── 452-add-xiaomi-redmi-ax6s.patch │ │ │ ├── 453-add-openwrt-one.patch │ │ │ ├── 454-add-glinet-x3000.patch │ │ │ ├── 455-arm-provide-noncached_set_region-prototype-to-fix-build.patch │ │ │ ├── 456-add-arcadyan-mozart.patch │ │ │ ├── 457-initialized-the-watchdog-subsystem-later.patch │ │ │ ├── 458-add-GatoNetworks-GDSP.patch │ │ │ ├── 459-add-mercusys-mr90x-v1.patch │ │ │ ├── 460-add-routerich-ax3000.patch │ │ │ ├── 461-add-netcore-n60-pro.patch │ │ │ ├── 470-add-konka_komi-a31.patch │ │ │ └── 471-add-cmcc_rax3000me.patch │ ├── uboot-mvebu │ │ ├── Makefile │ │ └── patches │ │ │ ├── 101-net-mvpp2-fix-10GBase-R-support.patch │ │ │ └── 102-arm-mvebu-add-support-for-MikroTik-RB5009UG-S-IN.patch │ ├── uboot-mxs │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-add-i2se-duckbill.patch │ ├── uboot-omap │ │ ├── Makefile │ │ └── files │ │ │ └── boot.scr.txt │ ├── uboot-rockchip │ │ ├── Makefile │ │ ├── patches │ │ │ ├── 001-rockchip-board-Increase-rng-seed-size-to-make-it-sufficie.patch │ │ │ ├── 002-scripts-dtc-pylibfdt-libfdt-i_shipped-Use-SWIG_AppendOutp.patch │ │ │ ├── 101-rockchip-boot_mode-Allow-rockchip_dnl_key_pressed-in-SPL.patch │ │ │ ├── 105-bootstd-efi-Initialize-PCI-to-discover-network-controller.patch │ │ │ ├── 200-add-photonicat-board-watchdog-support.patch │ │ │ └── 900-arm-add-dts-files.patch │ │ └── src │ │ │ ├── arch │ │ │ └── arm │ │ │ │ └── dts │ │ │ │ ├── rk3399-guangmiao-g4c-u-boot.dtsi │ │ │ │ ├── rk3399-guangmiao-g4c.dts │ │ │ │ ├── rk3399-nanopi-r4se-u-boot.dtsi │ │ │ │ ├── rk3399-nanopi-r4se.dts │ │ │ │ ├── rk3566-nanopi-r3s-u-boot.dtsi │ │ │ │ ├── rk3566-nanopi-r3s.dts │ │ │ │ ├── rk3568-armsom-sige3-u-boot.dtsi │ │ │ │ ├── rk3568-armsom-sige3.dts │ │ │ │ ├── rk3568-bdy-g18-pro-u-boot.dtsi │ │ │ │ ├── rk3568-bdy-g18-pro.dts │ │ │ │ ├── rk3568-fastrhino-r66s-u-boot.dtsi │ │ │ │ ├── rk3568-fastrhino-r68s-u-boot.dtsi │ │ │ │ ├── rk3568-lyt-t68m-u-boot.dtsi │ │ │ │ ├── rk3568-lyt-t68m.dts │ │ │ │ ├── rk3568-mmbox-anas3035-u-boot.dtsi │ │ │ │ ├── rk3568-mmbox-anas3035.dts │ │ │ │ ├── rk3568-mrkaio-m68s-u-boot.dtsi │ │ │ │ ├── rk3568-mrkaio-m68s.dts │ │ │ │ ├── rk3568-mrkaio-m68s.dtsi │ │ │ │ ├── rk3568-nsy-g16-plus-u-boot.dtsi │ │ │ │ ├── rk3568-nsy-g16-plus.dts │ │ │ │ ├── rk3568-nsy-g68-plus-u-boot.dtsi │ │ │ │ ├── rk3568-nsy-g68-plus.dts │ │ │ │ ├── rk3568-photonicat-u-boot.dtsi │ │ │ │ ├── rk3568-photonicat.dts │ │ │ │ ├── rk3568-roc-pc-u-boot.dtsi │ │ │ │ ├── rk3588-cyber3588-aib-u-boot.dtsi │ │ │ │ └── rk3588-cyber3588-aib.dts │ │ │ ├── configs │ │ │ ├── bdy-g18-pro-rk3568_defconfig │ │ │ ├── cyber3588-aib-rk3588_defconfig │ │ │ ├── fastrhino-r66s-rk3568_defconfig │ │ │ ├── fastrhino-r68s-rk3568_defconfig │ │ │ ├── guangmiao-g4c-rk3399_defconfig │ │ │ ├── lyt-t68m-rk3568_defconfig │ │ │ ├── mmbox-anas3035-rk3568_defconfig │ │ │ ├── mrkaio-m68s-rk3568_defconfig │ │ │ ├── nanopi-r3s-rk3566_defconfig │ │ │ ├── nanopi-r4se-rk3399_defconfig │ │ │ ├── nsy-g16-plus-rk3568_defconfig │ │ │ ├── nsy-g68-plus-rk3568_defconfig │ │ │ ├── photonicat-rk3568_defconfig │ │ │ ├── roc-pc-rk3568_defconfig │ │ │ └── sige3-rk3568_defconfig │ │ │ └── drivers │ │ │ └── watchdog │ │ │ └── pcat_wdt.c │ ├── uboot-sifiveu │ │ ├── Makefile │ │ ├── patches │ │ │ ├── 0002-board-sifive-spl-Initialized-the-PWM-setting-in-the-.patch │ │ │ ├── 0003-board-sifive-Set-LED-s-color-to-purple-in-the-U-boot.patch │ │ │ ├── 0004-board-sifive-Set-LED-s-color-to-blue-before-jumping-.patch │ │ │ ├── 0005-board-sifive-spl-Set-remote-thermal-of-TMP451-to-85-.patch │ │ │ ├── 0008-riscv-dts-Add-few-PMU-events.patch │ │ │ ├── 0009-riscv-Fix-build-against-binutils.patch │ │ │ ├── 100-mkimage-check-environment-for-dtc-binary-location.patch │ │ │ ├── 110-no-kwbimage.patch │ │ │ └── 130-fix-mkimage-host-build.patch │ │ └── uEnv-default.txt │ ├── uboot-stm32 │ │ └── Makefile │ ├── uboot-sunxi │ │ ├── Makefile │ │ ├── patches │ │ │ ├── 002-add-olimex-a13-som.patch │ │ │ ├── 062-A20-improve-gmac-upload.patch │ │ │ ├── 091-sun6i-sync-PLL1-multdiv-with-Boot1.patch │ │ │ ├── 093-sun6i-fix-PLL-LDO-voltselect.patch │ │ │ ├── 200-mkimage-check-environment-for-dtc-binary-location.patch │ │ │ ├── 252-sunxi-h3-add-support-for-nanopi-r1.patch │ │ │ └── 254-sunxi-h2-add-bpi-p2-zero.patch │ │ ├── uEnv-a64.txt │ │ ├── uEnv-default.txt │ │ ├── uEnv-h6.txt │ │ ├── uEnv-h616.txt │ │ └── uEnv-pangolin.txt │ ├── uboot-tegra │ │ └── Makefile │ └── uboot-zynq │ │ ├── Makefile │ │ ├── files │ │ └── uEnv-default.txt │ │ └── patches │ │ ├── 010-fix_dtc_compilation_on_host_gcc10.patch │ │ └── 110-zybo-z7-read-mac-address-from-SPI-flash-memory.patch ├── devel │ ├── binutils │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-replace-attribute_const.patch │ ├── gdb │ │ ├── Makefile │ │ └── patches │ │ │ ├── 110-shared_libgcc.patch │ │ │ ├── 120-sigprocmask-invalid-call.patch │ │ │ ├── 140-sgidefs.patch │ │ │ └── 150-mips64.patch │ ├── gperf │ │ └── Makefile │ ├── kselftests-bpf │ │ └── Makefile │ ├── leds │ │ └── Makefile │ ├── perf │ │ └── Makefile │ ├── ply │ │ ├── Makefile │ │ └── patches │ │ │ └── 100-revert-read-kernel-variants.patch │ ├── strace │ │ ├── Makefile │ │ └── patches │ │ │ └── 010-m4.patch │ ├── tmon │ │ └── Makefile │ ├── trace-cmd │ │ └── Makefile │ └── valgrind │ │ ├── Makefile │ │ ├── files │ │ └── default.supp │ │ └── patches │ │ ├── 010-486180-Valgrind-MIPS-VexGuestArchState-has-no-member.patch │ │ ├── 020-mips-skip-using-shared-syscall-numbers-for-mips32.patch │ │ ├── 021-mips-skip-using-shared-syscall-numbers-for-mips64.patch │ │ ├── 100-fix_configure_check.patch │ │ └── 130-mips_fix_soft_float.patch ├── emortal │ ├── autocore │ │ ├── Makefile │ │ └── files │ │ │ ├── 60-autocore-reload-rpcd │ │ │ ├── autocore │ │ │ ├── cpuinfo │ │ │ ├── luci-mod-status-autocore.json │ │ │ └── tempinfo │ ├── automount │ │ ├── Makefile │ │ └── files │ │ │ ├── 11-anonmount │ │ │ └── mount.ntfs │ ├── autosamba │ │ ├── Makefile │ │ └── files │ │ │ └── 20-smb │ ├── cpufreq │ │ ├── Makefile │ │ └── files │ │ │ ├── cpufreq.config │ │ │ ├── cpufreq.init │ │ │ └── cpufreq.uci │ └── default-settings │ │ ├── Makefile │ │ └── files │ │ ├── 99-default-settings │ │ └── 99-default-settings-chinese ├── firmware │ ├── armbian-firmware │ │ └── Makefile │ ├── ath10k-ct-firmware │ │ └── Makefile │ ├── ath11k-firmware │ │ └── Makefile │ ├── brcmfmac4366c0-firmware-k3 │ │ ├── Makefile │ │ └── files │ │ │ └── brcmfmac4366c-pcie.bin │ ├── broadcom-sprom │ │ └── Makefile │ ├── cypress-firmware │ │ └── Makefile │ ├── cypress-nvram │ │ ├── Makefile │ │ └── files │ │ │ └── brcmfmac4339-sdio.AP6335.txt │ ├── intel-microcode │ │ └── Makefile │ ├── ipq-wifi │ │ └── Makefile │ ├── ixp4xx-microcode │ │ ├── Makefile │ │ └── src │ │ │ ├── IxNpeMicrocode.h │ │ │ └── LICENSE.IPL │ ├── lantiq │ │ ├── dsl-vrx200-firmware-xdsl │ │ │ └── Makefile │ │ ├── dsl_vr11_firmware_xdsl │ │ │ └── Makefile │ │ ├── vrx518_aca_fw │ │ │ └── Makefile │ │ └── vrx518_ppe_fw │ │ │ └── Makefile │ ├── layerscape │ │ ├── fman-ucode │ │ │ └── Makefile │ │ ├── ls-ddr-phy │ │ │ └── Makefile │ │ ├── ls-dpl │ │ │ └── Makefile │ │ ├── ls-mc │ │ │ └── Makefile │ │ ├── ls-rcw │ │ │ ├── Makefile │ │ │ └── patches │ │ │ │ └── 0002-fix_rcw_for_ls1012a-frdm.patch │ │ └── ppfe-firmware │ │ │ └── Makefile │ ├── linux-firmware │ │ ├── Makefile │ │ ├── airoha.mk │ │ ├── amd.mk │ │ ├── broadcom.mk │ │ ├── cis.mk │ │ ├── edgeport.mk │ │ ├── intel.mk │ │ ├── marvell.mk │ │ ├── mediatek.mk │ │ ├── mellanox.mk │ │ ├── misc.mk │ │ ├── qca.mk │ │ ├── qca_ath10k.mk │ │ ├── qca_ath11k.mk │ │ ├── qca_ath12k.mk │ │ ├── realtek.mk │ │ ├── rsi.mk │ │ └── ti.mk │ ├── murata-firmware │ │ └── Makefile │ ├── murata-nvram │ │ ├── Makefile │ │ └── files │ │ │ └── cyfmac43430-sdio.1DX.stm32.txt │ ├── omnia-mcu-firmware │ │ └── Makefile │ ├── prism54-firmware │ │ └── Makefile │ └── wireless-regdb │ │ ├── Makefile │ │ └── patches │ │ ├── 500-world-regd-5GHz.patch │ │ └── 600-custom-change-txpower-and-dfs.patch ├── kernel │ ├── ath10k-ct │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-patch-version.patch │ │ │ ├── 002-ath10k-6.10-remove-unsupported-feature.patch │ │ │ ├── 010-api_update.patch │ │ │ ├── 201-wifi-ath10k-add-LED-and-GPIO-controlling-support-for.patch │ │ │ ├── 202-ath10k-use-tpt-trigger-by-default.patch │ │ │ ├── 205-ath10k-ct-silence-warning-caused-by-unsupported-retr.patch │ │ │ ├── 206-ath10k-ct-silence-noisy-log-caused-by-flushing-queue.patch │ │ │ ├── 300-fix-fortify-checking-error.patch │ │ │ ├── 960-0010-ath10k-limit-htt-rx-ring-size.patch │ │ │ ├── 960-0011-ath10k-limit-pci-buffer-size.patch │ │ │ └── 988-ath10k-always-use-mac80211-loss-detection.patch │ ├── bcm27xx-gpu-fw │ │ └── Makefile │ ├── bcm63xx-cfe │ │ └── Makefile │ ├── bpf-headers │ │ ├── Makefile │ │ ├── files │ │ │ └── stdarg.h │ │ ├── patches │ │ │ ├── 100-support_hz_300.patch │ │ │ └── 102-net-flow_offload-use-NL_SET_ERR_MSG-instead-of-NL_SE.patch │ │ └── src │ │ │ └── include │ │ │ └── generated │ │ │ └── bounds.h │ ├── button-hotplug │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ └── button-hotplug.c │ ├── cryptodev-linux │ │ ├── Makefile │ │ └── patches │ │ │ ├── 0001-cryptodev_verbosity-fix-build-for-linux-6.4.patch │ │ │ ├── 0001-zero-copy-fix-build-for-linux-6.4.patch │ │ │ ├── 0003-move-recent-linux-version-ifdefs-from-v6.4-to-v6.5.patch │ │ │ └── 0004-fix-build-for-linux-6.7-rc1.patch │ ├── dtc │ │ └── patches │ │ │ └── 0001-scripts-dtc-Update-to-version-with-overlays.patch │ ├── gpio-button-hotplug │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ └── gpio-button-hotplug.c │ ├── gpio-nct5104d │ │ ├── Makefile │ │ └── src │ │ │ ├── Kconfig │ │ │ ├── Makefile │ │ │ └── gpio-nct5104d.c │ ├── lantiq │ │ ├── ltq-adsl-fw │ │ │ └── Makefile │ │ ├── ltq-adsl-mei │ │ │ ├── Makefile │ │ │ └── src │ │ │ │ ├── Makefile │ │ │ │ ├── drv_mei_cpe.c │ │ │ │ └── ifxmips_mei_interface.h │ │ ├── ltq-adsl │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ └── patches │ │ │ │ ├── 020-not-leak-cflags.patch │ │ │ │ ├── 100-dsl_compat.patch │ │ │ │ ├── 110-fix_status_polling_loop.patch │ │ │ │ ├── 120-platform.patch │ │ │ │ ├── 130-linux3.8.patch │ │ │ │ ├── 140-linux_3.18.patch │ │ │ │ ├── 150-linux_5.9.patch │ │ │ │ ├── 200-fix-elapsed-time.patch │ │ │ │ ├── 201-fix-compilation-warning-fallthrough.patch │ │ │ │ ├── 202-g997_danube-dynamically-allocate-hlogdata.patch │ │ │ │ ├── 203-g997_danube-fix-compilation-warning.patch │ │ │ │ ├── 400-kernel-6.1.patch │ │ │ │ └── 410-kernel-6.6.patch │ │ ├── ltq-atm │ │ │ ├── Makefile │ │ │ ├── patches │ │ │ │ └── 100-ltq_atm-fix-compillation-warning.patch │ │ │ └── src │ │ │ │ ├── Makefile │ │ │ │ ├── ifxmips_atm_amazon_se.c │ │ │ │ ├── ifxmips_atm_ar9.c │ │ │ │ ├── ifxmips_atm_core.h │ │ │ │ ├── ifxmips_atm_danube.c │ │ │ │ ├── ifxmips_atm_fw_amazon_se.h │ │ │ │ ├── ifxmips_atm_fw_ar9.h │ │ │ │ ├── ifxmips_atm_fw_ar9_retx.h │ │ │ │ ├── ifxmips_atm_fw_danube.h │ │ │ │ ├── ifxmips_atm_fw_danube_retx.h │ │ │ │ ├── ifxmips_atm_fw_regs_amazon_se.h │ │ │ │ ├── ifxmips_atm_fw_regs_ar9.h │ │ │ │ ├── ifxmips_atm_fw_regs_common.h │ │ │ │ ├── ifxmips_atm_fw_regs_danube.h │ │ │ │ ├── ifxmips_atm_fw_regs_vr9.h │ │ │ │ ├── ifxmips_atm_fw_vr9.h │ │ │ │ ├── ifxmips_atm_ppe_amazon_se.h │ │ │ │ ├── ifxmips_atm_ppe_ar9.h │ │ │ │ ├── ifxmips_atm_ppe_common.h │ │ │ │ ├── ifxmips_atm_ppe_danube.h │ │ │ │ ├── ifxmips_atm_ppe_vr9.h │ │ │ │ ├── ifxmips_atm_vr9.c │ │ │ │ └── ltq_atm.c │ │ ├── ltq-deu │ │ │ ├── Makefile │ │ │ └── src │ │ │ │ ├── Makefile │ │ │ │ ├── ifxmips_aes.c │ │ │ │ ├── ifxmips_arc4.c │ │ │ │ ├── ifxmips_async_aes.c │ │ │ │ ├── ifxmips_async_des.c │ │ │ │ ├── ifxmips_des.c │ │ │ │ ├── ifxmips_deu.c │ │ │ │ ├── ifxmips_deu.h │ │ │ │ ├── ifxmips_deu_ar9.c │ │ │ │ ├── ifxmips_deu_ar9.h │ │ │ │ ├── ifxmips_deu_danube.c │ │ │ │ ├── ifxmips_deu_danube.h │ │ │ │ ├── ifxmips_deu_dma.c │ │ │ │ ├── ifxmips_deu_dma.h │ │ │ │ ├── ifxmips_deu_vr9.c │ │ │ │ ├── ifxmips_deu_vr9.h │ │ │ │ ├── ifxmips_md5.c │ │ │ │ ├── ifxmips_md5_hmac.c │ │ │ │ ├── ifxmips_sha1.c │ │ │ │ ├── ifxmips_sha1_hmac.c │ │ │ │ ├── ifxmips_tcrypt.h │ │ │ │ └── internal.h │ │ ├── ltq-ifxos │ │ │ ├── Makefile │ │ │ └── patches │ │ │ │ ├── 001-warnings.patch │ │ │ │ ├── 002-fix-compile.patch │ │ │ │ ├── 020-no-O3.patch │ │ │ │ └── 100-compat.patch │ │ ├── ltq-ptm │ │ │ ├── Makefile │ │ │ ├── patches │ │ │ │ ├── 100-fix-compilation-warning-debugfs.patch │ │ │ │ └── 101-fix-more-compilation-warning-debugfs.patch │ │ │ └── src │ │ │ │ ├── Makefile │ │ │ │ ├── ifxmips_ptm_adsl.c │ │ │ │ ├── ifxmips_ptm_adsl.h │ │ │ │ ├── ifxmips_ptm_amazon_se.c │ │ │ │ ├── ifxmips_ptm_ar9.c │ │ │ │ ├── ifxmips_ptm_common.h │ │ │ │ ├── ifxmips_ptm_danube.c │ │ │ │ ├── ifxmips_ptm_fw_amazon_se.h │ │ │ │ ├── ifxmips_ptm_fw_ar9.h │ │ │ │ ├── ifxmips_ptm_fw_danube.h │ │ │ │ ├── ifxmips_ptm_fw_regs_adsl.h │ │ │ │ ├── ifxmips_ptm_fw_regs_amazon_se.h │ │ │ │ ├── ifxmips_ptm_fw_regs_ar9.h │ │ │ │ ├── ifxmips_ptm_fw_regs_danube.h │ │ │ │ ├── ifxmips_ptm_fw_regs_vdsl.h │ │ │ │ ├── ifxmips_ptm_fw_regs_vr9.h │ │ │ │ ├── ifxmips_ptm_fw_vr9.h │ │ │ │ ├── ifxmips_ptm_ppe_amazon_se.h │ │ │ │ ├── ifxmips_ptm_ppe_ar9.h │ │ │ │ ├── ifxmips_ptm_ppe_common.h │ │ │ │ ├── ifxmips_ptm_ppe_danube.h │ │ │ │ ├── ifxmips_ptm_ppe_vr9.h │ │ │ │ ├── ifxmips_ptm_test.c │ │ │ │ ├── ifxmips_ptm_vdsl.c │ │ │ │ ├── ifxmips_ptm_vdsl.h │ │ │ │ └── ifxmips_ptm_vr9.c │ │ ├── ltq-tapi │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ └── patches │ │ │ │ ├── 000-portability.patch │ │ │ │ ├── 010-fix-compile.patch │ │ │ │ ├── 020-not-leak-cflags.patch │ │ │ │ ├── 100-ifxmips.patch │ │ │ │ ├── 200-linux-37.patch │ │ │ │ ├── 300-linux-310.patch │ │ │ │ ├── 400-linux-415.patch │ │ │ │ ├── 410-custom_pulsedigit_time.patch │ │ │ │ ├── 500-linux-509.patch │ │ │ │ ├── 510-linux-515.patch │ │ │ │ ├── 600-fix-compilation-warning-switch-fallthrough.patch │ │ │ │ ├── 601-fix-compilation-warning-ret-not-handled.patch │ │ │ │ ├── 610-flush-only-local-workqueue.patch │ │ │ │ └── 611-ifxos-typedef-madness.diff │ │ ├── ltq-vdsl-fw │ │ │ ├── Makefile │ │ │ └── src │ │ │ │ ├── LzmaDecode.c │ │ │ │ ├── LzmaDecode.h │ │ │ │ ├── LzmaTypes.h │ │ │ │ ├── LzmaWrapper.c │ │ │ │ ├── LzmaWrapper.h │ │ │ │ ├── Makefile │ │ │ │ ├── vdsl_fw_install.sh │ │ │ │ └── w921v_fw_cutter.c │ │ ├── ltq-vdsl-vr11-mei │ │ │ ├── Makefile │ │ │ └── patches │ │ │ │ ├── 001-fix-compile.patch │ │ │ │ ├── 010-warnings.patch │ │ │ │ ├── 020-not-leak-cflags.patch │ │ │ │ ├── 100-compat.patch │ │ │ │ ├── 101_no-date-time.patch │ │ │ │ ├── 110-reset-g_tx_link_rate-on-showtime-exit.patch │ │ │ │ ├── 120-remove-debug-printk.patch │ │ │ │ ├── 121-cpe-api-intern-dynamically-allocate-dump-msg.patch │ │ │ │ ├── 122-cp_linux-fix-compilation-warning.patch │ │ │ │ └── 130-support-kernel-6.6.patch │ │ ├── ltq-vdsl-vr11 │ │ │ ├── Makefile │ │ │ └── patches │ │ │ │ ├── 001-fix-compile.patch │ │ │ │ ├── 020-not-leak-cflags.patch │ │ │ │ ├── 100-compat.patch │ │ │ │ ├── 130-support-kernel-6.6.patch │ │ │ │ ├── 200-fix-elapsed-time.patch │ │ │ │ ├── 210-fix-us-eftrmin.patch │ │ │ │ └── 211-fix-compilation-warning-missing-fallthrough.patch │ │ ├── ltq-vdsl-vr9-mei │ │ │ ├── Makefile │ │ │ └── patches │ │ │ │ ├── 001-fix-compile.patch │ │ │ │ ├── 010-warnings.patch │ │ │ │ ├── 020-not-leak-cflags.patch │ │ │ │ ├── 030-no-static-linking.patch │ │ │ │ ├── 100-compat.patch │ │ │ │ ├── 101_no-date-time.patch │ │ │ │ ├── 110-reset-g_tx_link_rate-on-showtime-exit.patch │ │ │ │ ├── 200-interrupt-lock.patch │ │ │ │ ├── 300-fix-simple-compilation-warning.patch │ │ │ │ ├── 400-kernel-6.1.patch │ │ │ │ ├── 401-use-unsafe_memcpy-for-intentional-field-spanning-write.patch │ │ │ │ └── 402-kernel-6.6-fixes.patch │ │ ├── ltq-vdsl-vr9 │ │ │ ├── Makefile │ │ │ └── patches │ │ │ │ ├── 001-fix-compile.patch │ │ │ │ ├── 020-not-leak-cflags.patch │ │ │ │ ├── 100-compat.patch │ │ │ │ ├── 110-semaphore-lock.patch │ │ │ │ ├── 200-fix-elapsed-time.patch │ │ │ │ ├── 210-fix-us-eftrmin.patch │ │ │ │ ├── 300-fix-compilation-warning-fallthrough.patch │ │ │ │ ├── 301-fix-compilation-warning-simple-fix.patch │ │ │ │ └── 302-kernel-6.6-fixes.patch │ │ ├── ltq-vectoring │ │ │ ├── Makefile │ │ │ └── patches │ │ │ │ ├── 001-fix-compile.patch │ │ │ │ ├── 100-cleanup.patch │ │ │ │ ├── 200-compat.patch │ │ │ │ └── 300-fix-compilation-warning-stack-limit.patch │ │ ├── ltq-vmmc │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ └── vmmc.init │ │ │ └── patches │ │ │ │ ├── 000-portability.patch │ │ │ │ ├── 020-not-leak-cflags.patch │ │ │ │ ├── 100-target.patch │ │ │ │ ├── 200-compat.patch │ │ │ │ ├── 400-falcon.patch │ │ │ │ ├── 500-ar9_vr9.patch │ │ │ │ ├── 600-fix-compilation-warning-fallthrough.patch │ │ │ │ ├── 601-fix-compilation-warning-ret-not-handled.patch │ │ │ │ ├── 602-fix-compilation-warning-int-conversion.patch │ │ │ │ ├── 602-remove-ABS.patch │ │ │ │ ├── 603-fix-signature.patch │ │ │ │ ├── 604-fix-write-beyond-size-of-field.patch │ │ │ │ └── 605-get-irqs-from-kernel-in-tree-vmmc-driver.patch │ │ ├── vrx518_ep │ │ │ ├── Makefile │ │ │ ├── patches │ │ │ │ ├── 100-compat.patch │ │ │ │ └── 200-fix-irq-masking.patch │ │ │ └── src │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile │ │ │ │ ├── aca.c │ │ │ │ ├── aca.h │ │ │ │ ├── ep.c │ │ │ │ ├── ep.h │ │ │ │ ├── include │ │ │ │ └── net │ │ │ │ │ └── dc_ep.h │ │ │ │ ├── misc.c │ │ │ │ ├── misc.h │ │ │ │ ├── regs.h │ │ │ │ └── test │ │ │ │ ├── Makefile │ │ │ │ ├── ep_test.c │ │ │ │ └── ep_test.h │ │ └── vrx518_tc │ │ │ ├── Makefile │ │ │ └── patches │ │ │ ├── 100-compat.patch │ │ │ ├── 101-dcdp-atm_tc-drop-extra-qos-classes.patch │ │ │ ├── 200-swplat.patch │ │ │ ├── 201-desc-length.patch │ │ │ ├── 202-napi.patch │ │ │ ├── 203-dbg.patch │ │ │ ├── 204-dcdp-atm_tc-fix-compilation-warning.patch │ │ │ ├── 205-dcdp-ptm_tc-dynamically-alloc-mib.patch │ │ │ ├── 206-dcdp-ptm_tc-allow-larger-mtu-to-support-rfc4638.patch │ │ │ └── 207-dcdp-atm_tc-fix-crash-on-subif_reg-absence.patch │ ├── leds-gca230718 │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ └── leds-gca230718.c │ ├── leds-ws2812b │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ └── leds-ws2812b.c │ ├── linux │ │ ├── Makefile │ │ ├── files │ │ │ ├── hotplug-sched-teql.sh │ │ │ ├── sysctl-br-netfilter.conf │ │ │ ├── sysctl-nf-conntrack.conf │ │ │ └── sysctl-tcp-bbr.conf │ │ └── modules │ │ │ ├── 001-depends.mk │ │ │ ├── block.mk │ │ │ ├── can.mk │ │ │ ├── crypto.mk │ │ │ ├── firewire.mk │ │ │ ├── fs.mk │ │ │ ├── gpio.mk │ │ │ ├── hwmon.mk │ │ │ ├── i2c.mk │ │ │ ├── iio.mk │ │ │ ├── input.mk │ │ │ ├── leds.mk │ │ │ ├── lib.mk │ │ │ ├── multiplexer.mk │ │ │ ├── netdevices.mk │ │ │ ├── netfilter.mk │ │ │ ├── netsupport.mk │ │ │ ├── nls.mk │ │ │ ├── other.mk │ │ │ ├── pcmcia.mk │ │ │ ├── rtc.mk │ │ │ ├── sound.mk │ │ │ ├── spi.mk │ │ │ ├── usb.mk │ │ │ ├── video.mk │ │ │ ├── virt.mk │ │ │ ├── w1.mk │ │ │ └── wpan.mk │ ├── mac80211 │ │ ├── Makefile │ │ ├── ath.mk │ │ ├── broadcom.mk │ │ ├── intel.mk │ │ ├── marvell.mk │ │ ├── patches │ │ │ ├── ath │ │ │ │ ├── 070-ath_common_config.patch │ │ │ │ ├── 400-ath_move_debug_code.patch │ │ │ │ ├── 402-ath_regd_optional.patch │ │ │ │ ├── 403-world_regd_fixup.patch │ │ │ │ ├── 404-regd_no_assoc_hints.patch │ │ │ │ ├── 405-ath_regd_us.patch │ │ │ │ ├── 406-ath_relax_default_regd.patch │ │ │ │ └── 431-add_platform_eeprom_support_to_ath5k.patch │ │ │ ├── ath10k │ │ │ │ ├── 080-ath10k_thermal_config.patch │ │ │ │ ├── 921-ath10k_init_devices_synchronously.patch │ │ │ │ ├── 930-ath10k_add_tpt_led_trigger.patch │ │ │ │ ├── 975-ath10k-use-tpt-trigger-by-default.patch │ │ │ │ ├── 981-ath10k-adjust-tx-power-reduction-for-US-regulatory-d.patch │ │ │ │ ├── 982-ath10k-disable-caldata-prefetch-for-sdio-bus.patch │ │ │ │ ├── 983-ath10k-allow-vht-on-2g.patch │ │ │ │ ├── 984-ath10k-Try-to-get-mac-address-from-dts.patch │ │ │ │ ├── 988-ath10k-always-use-mac80211-loss-detection.patch │ │ │ │ └── 990-ath10k-small-buffers.patch │ │ │ ├── ath11k │ │ │ │ ├── 001-wifi-ath11k-Fix-DMA-buffer-allocation-to-resolve-SWIOTLB-issues.patch │ │ │ │ ├── 002-wifi-ath11k-use-dma-alloc-noncoherent-for-rx-tid-buffer-allocation.patch │ │ │ │ ├── 0906-wifi-ath11k-disable-coldboot-for-ipq6018.patch │ │ │ │ ├── 100-wifi-ath11k-use-unique-QRTR-instance-ID.patch │ │ │ │ ├── 900-ath11k-control-thermal-support-via-symbol.patch │ │ │ │ ├── 903-ath11k-support-setting-FW-memory-mode-via-DT.patch │ │ │ │ ├── 905-ath11k-remove-intersection-support-for-regulatory-ru.patch │ │ │ │ ├── 983-ath11k-Enable-VHT-for-2G.patch │ │ │ │ └── 984-ath11k-workaround-for-memory-leak.patch │ │ │ ├── ath12k │ │ │ │ ├── 001-wifi-ath12k-add-11d-scan-offload-support-and-handle-country-code-for-WCN7850.patch │ │ │ │ └── 100-ath12k-prevent-ltssm-startup-crash.patch │ │ │ ├── ath5k │ │ │ │ ├── 201-ath5k-WAR-for-AR71xx-PCI-bug.patch │ │ │ │ ├── 411-ath5k_allow_adhoc_and_ap.patch │ │ │ │ ├── 420-ath5k_disable_fast_cc.patch │ │ │ │ ├── 430-add_ath5k_platform.patch │ │ │ │ └── 440-ath5k_channel_bw_debugfs.patch │ │ │ ├── ath9k │ │ │ │ ├── 350-ath9k_hw-reset-AHB-WMAC-interface-on-AR91xx.patch │ │ │ │ ├── 351-ath9k_hw-issue-external-reset-for-QCA955x.patch │ │ │ │ ├── 354-ath9k-force-rx_clear-when-disabling-rx.patch │ │ │ │ ├── 356-Revert-ath9k-interpret-requested-txpower-in-EIRP-dom.patch │ │ │ │ ├── 365-ath9k-adjust-tx-power-reduction-for-US-regulatory-do.patch │ │ │ │ ├── 401-ath9k_blink_default.patch │ │ │ │ ├── 410-ath9k_allow_adhoc_and_ap.patch │ │ │ │ ├── 450-ath9k-enabled-MFP-capability-unconditionally.patch │ │ │ │ ├── 500-ath9k_eeprom_debugfs.patch │ │ │ │ ├── 501-ath9k_ahb_init.patch │ │ │ │ ├── 510-ath9k_intr_mitigation_tweak.patch │ │ │ │ ├── 511-ath9k_reduce_rxbuf.patch │ │ │ │ ├── 512-ath9k_channelbw_debugfs.patch │ │ │ │ ├── 513-ath9k_add_pci_ids.patch │ │ │ │ ├── 530-ath9k_extra_leds.patch │ │ │ │ ├── 531-ath9k_extra_platform_leds.patch │ │ │ │ ├── 540-ath9k_reduce_ani_interval.patch │ │ │ │ ├── 542-ath9k_debugfs_diag.patch │ │ │ │ ├── 543-ath9k_entropy_from_adc.patch │ │ │ │ ├── 544-ath9k-ar933x-usb-hang-workaround.patch │ │ │ │ ├── 545-ath9k_ani_ws_detect.patch │ │ │ │ ├── 547-ath9k_led_defstate_fix.patch │ │ │ │ ├── 548-ath9k_enable_gpio_chip.patch │ │ │ │ ├── 549-ath9k_enable_gpio_buttons.patch │ │ │ │ ├── 551-ath9k_ubnt_uap_plus_hsr.patch │ │ │ │ ├── 552-ath9k-ahb_of.patch │ │ │ │ └── 553-ath9k_of_gpio_mask.patch │ │ │ ├── brcm │ │ │ │ ├── 040-brcmutil_option.patch │ │ │ │ ├── 060-v6.13-wifi-brcmfmac-Add-optional-lpo-clock-enable-support.patch │ │ │ │ ├── 061-v6.13-wifi-brcmfmac-add-flag-for-random-seed-during-firmware.patch │ │ │ │ ├── 810-b43-gpio-mask-module-option.patch │ │ │ │ ├── 811-b43_no_pio.patch │ │ │ │ ├── 812-b43-add-antenna-control.patch │ │ │ │ ├── 813-b43-reduce-number-of-RX-slots.patch │ │ │ │ ├── 814-b43-only-use-gpio-0-1-for-led.patch │ │ │ │ ├── 815-b43-always-take-overlapping-devs.patch │ │ │ │ ├── 850-brcmsmac-remove-extra-regulation-restriction.patch │ │ │ │ ├── 861-brcmfmac-workaround-bug-with-some-inconsistent-BSSes.patch │ │ │ │ ├── 862-brcmfmac-Disable-power-management.patch │ │ │ │ ├── 863-brcmfmac-add-in-driver-tables-with-country-codes.patch │ │ │ │ ├── 864-brcmfmac-do-not-use-internal-roaming-engine-by-default.patch │ │ │ │ └── 865-brcmfmac-disable-dump_survey-on-bcm2835.patch │ │ │ ├── build │ │ │ │ ├── 000-fix_kconfig.patch │ │ │ │ ├── 001-fix_build.patch │ │ │ │ ├── 002-change_allconfig.patch │ │ │ │ ├── 003-remove_bogus_modparams.patch │ │ │ │ ├── 004-fix-kconf-compiling.patch │ │ │ │ ├── 005-fix-kconf-warnings.patch │ │ │ │ ├── 012-kernel_build_check.patch │ │ │ │ ├── 100-backports-drop-QRTR-and-MHI.patch │ │ │ │ ├── 140-trace_backport.patch │ │ │ │ ├── 150-ath_iommu_paging_domain_revert.patch │ │ │ │ ├── 200-iwlwifi_thermal_backport.patch │ │ │ │ ├── 210-wireless_netns_local_backport.patch │ │ │ │ ├── 220-brcmfmac_usb_driver_backport.patch │ │ │ │ ├── 230-fix-init_vqs-build-error-on-kernel-6.6.patch │ │ │ │ └── 300-backports-handle-genlmsg_multicast_allns-upstream-ba.patch │ │ │ ├── mt7601u │ │ │ │ ├── 001-wifi-mt7601u-update-firmware-path.patch │ │ │ │ └── 100-w1fi-mt7601u-Add-AP-mode-support.patch │ │ │ ├── mwl │ │ │ │ ├── 700-mwl8k-missing-pci-id-for-WNR854T.patch │ │ │ │ ├── 801-libertas-configure-sysfs-links.patch │ │ │ │ ├── 802-libertas-set-wireless-macaddr.patch │ │ │ │ ├── 900-mwifiex-increase-the-global-limit-up-to-4-SSID.patch │ │ │ │ ├── 940-mwl8k_init_devices_synchronously.patch │ │ │ │ └── 950-mwifiex-Print-stringified-name-of-command-in-error-l.patch │ │ │ ├── rt2x00 │ │ │ │ ├── 100-rt2x00_options.patch │ │ │ │ ├── 501-rt2x00-allow-to-build-rt2800soc-module-for-RT3883.patch │ │ │ │ ├── 601-rt2x00-introduce-rt2x00_platform_h.patch │ │ │ │ ├── 602-01-wifi-rt2x00-Add-support-for-loading-EEPROM-from-user.patch │ │ │ │ ├── 602-02-wifi-rt2x00-Add-option-to-pass-EEPROM-file-name-from.patch │ │ │ │ ├── 602-03-wifi-rt2x00-Add-support-for-loading-EEPROM-from-MTD.patch │ │ │ │ ├── 602-04-wifi-rt2x00-Support-EEPROM-swap-binding.patch │ │ │ │ ├── 602-05-wifi-rt2x00-support-loading-eeprom-from-NVMEM-cells.patch │ │ │ │ ├── 603-wifi-rt2x00-Add-support-for-loading-EEPROM-from-devicetree-embedded-data.patch │ │ │ │ ├── 606-rt2x00-allow_disabling_bands_through_platform_data.patch │ │ │ │ ├── 607-rt2x00-add_platform_data_mac_addr.patch │ │ │ │ ├── 608-rt2x00-allow_disabling_bands_through_dts.patch │ │ │ │ ├── 609-rt2x00-make-wmac-loadable-via-OF-on-rt288x-305x-SoC.patch │ │ │ │ ├── 610-rt2x00-change-led-polarity-from-OF.patch │ │ │ │ ├── 611-rt2x00-add-AP+STA-support.patch │ │ │ │ ├── 620-01-rt2x00-respect-rt2800-hardware-TX-queue-index.patch │ │ │ │ ├── 620-02-rt2x00-increase-the-watchdog-sampling-frequency.patch │ │ │ │ ├── 621-01-rt2x00-always-calibrate-MT7620-when-switching-channe.patch │ │ │ │ ├── 621-02-rt2x00-rework-link-tuner-for-MT7620.patch │ │ │ │ ├── 621-03-rt2x00-correct-MT7620-SDM-mode-register-value.patch │ │ │ │ ├── 621-04-rt2x00-fix-register-operation-on-RXIQ-calibration.patch │ │ │ │ ├── 622-01-rt2x00-fix-RFCSR-register-init-values-for-RT5592.patch │ │ │ │ ├── 622-02-rt2x00-fix-BBP-register-init-values-for-RT5592.patch │ │ │ │ ├── 994-rt2x00-import-support-for-external-LNA-on-MT7620.patch │ │ │ │ ├── 995-rt2x00-mt7620-introduce-accessors-for-CHIP_VER-register.patch │ │ │ │ └── 996-rt2x00-mt7620-differentiate-based-on-SoC-CHIP_VER.patch │ │ │ ├── rtl │ │ │ │ ├── 017-v6.13-wifi-rtw88-Constify-some-arrays-and-structs.patch │ │ │ │ ├── 019-v6.13-wifi-rtw88-Parse-the-RX-descriptor-with-a-single-fun.patch │ │ │ │ ├── 022-v6.13-wifi-rtw88-Refactor-looping-in-rtw_phy_store_tx_powe.patch │ │ │ │ ├── 023-v6.13-wifi-rtw88-Report-the-signal-strength-only-if-it-s-k.patch │ │ │ │ ├── 024-v6.13-wifi-rtw88-Add-some-definitions-for-RTL8821AU-RTL881.patch │ │ │ │ ├── 025-v6.13-wifi-rtw88-Dump-the-HW-features-only-for-some-chips.patch │ │ │ │ ├── 026-v6.13-wifi-rtw88-Allow-different-C2H-RA-report-sizes.patch │ │ │ │ ├── 027-v6.13-wifi-rtw88-Extend-the-init-table-parsing-for-RTL8812.patch │ │ │ │ ├── 028-v6.13-wifi-rtw88-Allow-rtw_chip_info.ltecoex_addr-to-be-NU.patch │ │ │ │ ├── 029-v6.13-wifi-rtw88-Let-each-driver-control-the-power-on-off-.patch │ │ │ │ ├── 030-v6.13-wifi-rtw88-Enable-data-rate-fallback-for-older-chips.patch │ │ │ │ ├── 031-v6.13-wifi-rtw88-Make-txagc_remnant_ofdm-an-array.patch │ │ │ │ ├── 032-v6.13-wifi-rtw88-Support-TX-page-sizes-bigger-than-128.patch │ │ │ │ ├── 033-v6.13-wifi-rtw88-Move-pwr_track_tbl-to-struct-rtw_rfe_def.patch │ │ │ │ ├── 034-v6.13-wifi-rtw88-usb-Set-pkt_info.ls-for-the-reserved-page.patch │ │ │ │ ├── 035-v6.13-wifi-rtw88-Detect-beacon-loss-with-chips-other-than-.patch │ │ │ │ ├── 036-v6.13-wifi-rtw88-coex-Support-chips-without-a-scoreboard.patch │ │ │ │ ├── 037-v6.13-wifi-rtw88-8821a-Regularly-ask-for-BT-info-updates.patch │ │ │ │ ├── 038-v6.13-wifi-rtw88-8812a-Mitigate-beacon-loss.patch │ │ │ │ ├── 039-v6.13-wifi-rtw88-Add-rtw8812a_table.-c-h.patch │ │ │ │ ├── 040-v6.13-wifi-rtw88-Add-rtw8821a_table.-c-h.patch │ │ │ │ ├── 041-v6.13-wifi-rtw88-Add-rtw88xxa.-c-h.patch │ │ │ │ ├── 042-v6.13-wifi-rtw88-Add-rtw8821a.-c-h.patch │ │ │ │ ├── 043-v6.13-wifi-rtw88-Add-rtw8812a.-c-h.patch │ │ │ │ ├── 044-v6.13-wifi-rtw88-Add-rtw8821au.c-and-rtw8812au.c.patch │ │ │ │ ├── 045-v6.13-wifi-rtw88-Enable-the-new-RTL8821AU-RTL8812AU-driver.patch │ │ │ │ ├── 046-wifi-rtw88-8821au-Add-additional-devices-to-the-USB_.patch │ │ │ │ ├── 047-wifi-rtw88-8812au-Add-more-device-IDs.patch │ │ │ │ ├── 048-wifi-rtw88-usb-Support-USB-3-with-RTL8812AU.patch │ │ │ │ ├── 049-wifi-rtw88-usb-Enable-RX-aggregation-for-8821au-8812.patch │ │ │ │ ├── 050-wifi-rtlwifi-rtl8821ae-phy-restore-removed-code-to-f.patch │ │ │ │ └── 051-wifi-rtw88-Add-additional-USB-IDs-for-RTL8812BU.patch │ │ │ └── subsys │ │ │ │ ├── 110-mac80211_keep_keys_on_stop_ap.patch │ │ │ │ ├── 120-cfg80211_allow_perm_addr_change.patch │ │ │ │ ├── 130-disable_auto_vif.patch │ │ │ │ ├── 210-ap_scan.patch │ │ │ │ ├── 220-allow-ibss-mixed.patch │ │ │ │ ├── 230-avoid-crashing-missing-band.patch │ │ │ │ ├── 301-mac80211-sta-randomize-BA-session-dialog-token-alloc.patch │ │ │ │ ├── 302-mac80211-minstrel_ht-fix-MINSTREL_FRAC-macro.patch │ │ │ │ ├── 303-mac80211-minstrel_ht-reduce-fluctuations-in-rate-pro.patch │ │ │ │ ├── 304-mac80211-minstrel_ht-rework-rate-downgrade-code-and-.patch │ │ │ │ ├── 305-mac80211-increase-quantum-for-airtime-scheduler.patch │ │ │ │ ├── 310-cfg80211-allow-grace-period-for-DFS-available-after-.patch │ │ │ │ ├── 320-mac80211-add-AQL-support-for-broadcast-packets.patch │ │ │ │ ├── 330-wifi-cfg80211-add-option-for-vif-allowed-radios.patch │ │ │ │ ├── 331-wifi-mac80211-use-vif-radio-mask-to-limit-ibss-scan-.patch │ │ │ │ ├── 332-wifi-mac80211-use-vif-radio-mask-to-limit-chanctx-an.patch │ │ │ │ ├── 333-wifi-mac80211-remove-status-ampdu_delimiter_crc.patch │ │ │ │ ├── 334-wifi-cfg80211-pass-net_device-to-.set_monitor_channel.patch │ │ │ │ ├── 335-wifi-mac80211-add-flag-to-opt-out-of-virtual-monitor.patch │ │ │ │ ├── 336-wifi-cfg80211-add-monitor-SKIP_TX-flag.patch │ │ │ │ ├── 337-wifi-mac80211-add-support-for-the-monitor-SKIP_TX-fl.patch │ │ │ │ ├── 338-wifi-mac80211-refactor-ieee80211_rx_monitor.patch │ │ │ │ ├── 339-wifi-mac80211-filter-on-monitor-interfaces-based-on-.patch │ │ │ │ ├── 340-wifi-cfg80211-report-per-wiphy-radio-antenna-mask.patch │ │ │ │ ├── 341-wifi-mac80211-fix-vif-addr-when-switching-from-monit.patch │ │ │ │ └── 600-mac80211-allow-vht-on-2g.patch │ │ ├── ralink.mk │ │ ├── realtek.mk │ │ └── scripts │ │ │ └── import-backports.sh │ ├── mt76 │ │ ├── Makefile │ │ ├── firmware │ │ │ ├── mt7615e_rf.bin │ │ │ ├── mt7916_eeprom.bin │ │ │ ├── mt7916_rom_patch.bin │ │ │ ├── mt7916_wa.bin │ │ │ └── mt7916_wm.bin │ │ └── patches │ │ │ ├── 0002-mt76-add-fw-from-file.patch │ │ │ └── 0003-mt76-add-mt7916-chipid.patch │ ├── mt7621-qtn-rgmii │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ └── mt7621-qtn-rgmii.c │ ├── mwlwifi │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-Simplify-coredump-memcpy-in-mwl_fwcmd_get_fw_core_dump.patch │ │ │ ├── 001-disable-AMSDU.patch │ │ │ ├── 002-Correctly-use-PTR_ERR-in-pcie_bf_mimo_ctrl_decode.patch │ │ │ ├── 003-Use-zu-and-zd-for-ssize_t-and-size_t.patch │ │ │ ├── 004-Fix-debugfs-compilation-warning-in-mwl_debugfs_info_read.patch │ │ │ ├── 005-Use-BUILD_BUG_ON.patch │ │ │ └── 020-mac80211_update.patch │ ├── nat46 │ │ └── Makefile │ ├── qca-nss-dp │ │ ├── Makefile │ │ └── patches │ │ │ ├── 0001-nss-dp-Drop-_nocache-variants-of-ioremap.patch │ │ │ ├── 0002-edma_tx_rx-support-newer-kernels-time-stamping-API.patch │ │ │ ├── 0003-EDMA-Fix-NAPI-packet-counting.patch │ │ │ ├── 0004-EDMA-Use-NAPI_POLL_WEIGHT-as-NAPI-weight.patch │ │ │ ├── 0005-nss-dp-adapt-to-netif_napi_add-changes.patch │ │ │ ├── 0006-nss_dp_main-Use-a-phy-handle-property-to-connect-to-.patch │ │ │ ├── 0007-nss-dp-edma-v1-use-NAPI-GRO-by-default.patch │ │ │ ├── 0008-nss-dp-allow-setting-netdev-name-from-DTS.patch │ │ │ ├── 0009-nss-dp-switchdev-fix-FDB-roaming.patch │ │ │ ├── 0011-01-edma_v1-rework-hw_reset-logic-to-permit-rmmod-and-in.patch │ │ │ ├── 0011-02-nss_dp_switchdev-correctly-unregister-notifier-on-dp.patch │ │ │ ├── 0011-03-nss_dp_main-swap-dp_exit-function-call.patch │ │ │ ├── 0011-04-nss_dp_main-call-unregister_netdev-first-in-dp_remov.patch │ │ │ ├── 0011-05-nss_dp_main-use-phy_detach-instead-of-disconnect-in-.patch │ │ │ └── 0011-06-edma_v1-skip-edma_disable_port-in-edma_cleanup-subse.patch │ ├── qca-ssdk │ │ ├── Makefile │ │ └── patches │ │ │ ├── 0003-Revert-qca-ssdk-enable-invoking-fdb-del-function-for.patch │ │ │ ├── 0004-SSDK-set-OF-node-for-the-SFP-PHY.patch │ │ │ ├── 0012-suppress-noisy-error-log.patch │ │ │ ├── 102-qca-ssdk-support-selecting-PCS-channel-for-PORT3-on-.patch │ │ │ ├── 103-hsl_phy-add-support-for-AQR114C-B0-PHY.patch │ │ │ └── 200-allow-parallel-build.patch │ ├── r8101 │ │ ├── Makefile │ │ └── patches │ │ │ └── 110-r8101-print-link-speed-and-duplex-mode.patch │ ├── r8125 │ │ ├── Makefile │ │ └── patches │ │ │ ├── 110-r8125-print-link-speed-and-duplex-mode.patch │ │ │ ├── 120-add-LED-configuration-from-OF.patch │ │ │ └── 130-add-devname-configuration-from-OF.patch │ ├── r8126 │ │ ├── Makefile │ │ └── patches │ │ │ ├── 110-r8126-print-link-speed-and-duplex-mode.patch │ │ │ ├── 120-add-LED-configuration-from-OF.patch │ │ │ └── 130-add-devname-configuration-from-OF.patch │ ├── r8127 │ │ ├── Makefile │ │ └── patches │ │ │ └── 200-r8127-print-link-speed-and-duplex-mode.patch │ ├── r8152 │ │ ├── Makefile │ │ └── patches │ │ │ └── 100-add-LED-configuration-from-OF.patch │ ├── r8168 │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-r8168_n-fix-proc_dump_rx_desc_2-on-32-bits.patch │ │ │ ├── 110-r8168-print-link-speed-and-duplex-mode.patch │ │ │ └── 120-r8168-add-LED-configuration-from-OF.patch │ ├── rtc-rv5c386a │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ └── rtc.c │ ├── rtl8188eu │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-use-kernel-byteorder.patch │ │ │ ├── 002-use-kernel-wireless-header.patch │ │ │ ├── 010-disable-default-build-x86.patch │ │ │ ├── 020-remove-repeat-flies.patch │ │ │ └── 030-wireless-5.8.patch │ ├── rtl8189es │ │ ├── Makefile │ │ ├── files │ │ │ └── 50_rtl-wifi │ │ └── patches │ │ │ ├── 002-use-kernel-wireless-header.patch │ │ │ ├── 010-remove-repeat-flies.patch │ │ │ └── 020-wireless-5.8.patch │ ├── rtl8812au-ct │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-use-kernel-byteorder.patch │ │ │ ├── 002-vendor_command_policy.patch │ │ │ ├── 003-wireless-5.8.patch │ │ │ ├── 004-remove-extern-inline.patch │ │ │ ├── 007-treewide-fix-always-TRUE-condition-warning.patch │ │ │ ├── 008-fix-ret-status-code-type.patch │ │ │ ├── 009-fix-build-on-linux-6.7-kernel.patch │ │ │ ├── 099-cut-linkid-linux-version-code-conditionals.patch │ │ │ └── 100-api_update.patch │ ├── trelay │ │ ├── Makefile │ │ ├── files │ │ │ ├── trelay.config │ │ │ ├── trelay.hotplug │ │ │ └── trelay.init │ │ └── src │ │ │ ├── Makefile │ │ │ └── trelay.c │ ├── ubnt-ledbar │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ └── leds-ubnt-ledbar.c │ └── ubootenv-nvram │ │ ├── Makefile │ │ └── src │ │ ├── Makefile │ │ └── ubootenv-nvram.c ├── libs │ ├── argp-standalone │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-throw-in-funcdef.patch │ │ │ ├── 002-no_optimize.patch │ │ │ └── 900-fix-segfault-in_canon_doc_option.patch │ ├── elfutils │ │ ├── Makefile │ │ └── patches │ │ │ ├── 003-libintl-compatibility.patch │ │ │ ├── 005-build_only_libs.patch │ │ │ ├── 006-Fix-build-on-aarch64-musl.patch │ │ │ ├── 007-add-libeu-symbols-to-libelf.patch │ │ │ ├── 008-fix-autoconf-ENABLE_IMA_VERIFICATION.patch │ │ │ ├── 009-fix-null-dereference-with-lto.patch │ │ │ ├── 100-musl-compat.patch │ │ │ ├── 101-no-fts.patch │ │ │ └── 102-fix-potential-deref-of-null-error.patch │ ├── gettext-full │ │ ├── Makefile │ │ └── patches │ │ │ ├── 000-relocatable.patch │ │ │ ├── 001-autotools.patch │ │ │ ├── 100-libxml-no-force-included.patch │ │ │ └── 200-libunistring-missing-link.patch │ ├── gmp │ │ └── Makefile │ ├── jansson │ │ └── Makefile │ ├── libbpf │ │ └── Makefile │ ├── libbsd │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-fix-libpath.patch │ ├── libcap │ │ ├── Makefile │ │ └── patches │ │ │ ├── 300-disable-tests.patch │ │ │ └── 900-use-more-compatible-shebang.patch │ ├── libevent2 │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-relative-cmake.patch │ ├── libiconv-full │ │ └── Makefile │ ├── libjson-c │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-dont-build-docs.patch │ ├── libmd │ │ └── Makefile │ ├── libmnl │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-fix_build.patch │ ├── libnetfilter-conntrack │ │ ├── Makefile │ │ └── patches │ │ │ └── 0001-conntrack-fix-build-with-kernel-5_15-and-musl.patch │ ├── libnfnetlink │ │ └── Makefile │ ├── libnftnl │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-libnftnl-add-fullcone-expression-support.patch │ ├── libnl-tiny │ │ └── Makefile │ ├── libnl │ │ └── Makefile │ ├── libpcap │ │ ├── Config.in │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-Add-support-for-Realtek-Ethertype-DSA-data.patch │ │ │ ├── 002-Linux-handle-other-DSA-tags.patch │ │ │ ├── 100-no-openssl.patch │ │ │ ├── 102-skip-manpages.patch │ │ │ └── 300-Add-support-for-B.A.T.M.A.N.-Advanced.patch │ ├── libselinux │ │ └── Makefile │ ├── libsemanage │ │ └── Makefile │ ├── libsepol │ │ └── Makefile │ ├── libtool │ │ └── Makefile │ ├── libtraceevent │ │ └── Makefile │ ├── libtracefs │ │ └── Makefile │ ├── libubox │ │ └── Makefile │ ├── libunistring │ │ └── Makefile │ ├── libunwind │ │ ├── Makefile │ │ └── patches │ │ │ ├── 002-fix-building-getcontext_S.patch │ │ │ ├── 003-fix-missing-ef_reg-defs-with-musl.patch │ │ │ ├── 004-ppc-musl.patch │ │ │ └── 005-loongarch64-musl.pattch │ ├── libusb │ │ └── Makefile │ ├── libxml2 │ │ └── Makefile │ ├── mbedtls │ │ ├── Config.in │ │ ├── Makefile │ │ └── patches │ │ │ ├── 100-fix-gcc14-build.patch │ │ │ └── 101-remove-test.patch │ ├── mpfr │ │ ├── Makefile │ │ └── patches │ │ │ └── 001-only-src.patch │ ├── musl-fts │ │ └── Makefile │ ├── ncurses │ │ ├── Makefile │ │ └── patches │ │ │ ├── 100-ncurses-5.6-20080112-urxvt.patch │ │ │ ├── 101-ncurses-5.6-20080628-kbs.patch │ │ │ ├── 102-ncurses-5.9-gcc-5.patch │ │ │ ├── 103-ncurses-ar-determinism.patch │ │ │ ├── 200-fix_missing_include.patch │ │ │ └── 900-terminfo.patch │ ├── nettle │ │ ├── Config.in │ │ ├── Makefile │ │ └── patches │ │ │ └── 100-portability.patch │ ├── openssl │ │ ├── Config.in │ │ ├── Makefile │ │ ├── files │ │ │ ├── afalg.cnf │ │ │ ├── devcrypto.cnf │ │ │ ├── legacy.cnf │ │ │ ├── openssl.init │ │ │ └── padlock.cnf │ │ └── patches │ │ │ ├── 100-Configure-afalg-support.patch │ │ │ ├── 110-openwrt_targets.patch │ │ │ ├── 120-strip-cflags-from-binary.patch │ │ │ ├── 130-dont-build-fuzz-docs.patch │ │ │ ├── 140-allow-prefer-chacha20.patch │ │ │ ├── 150-openssl.cnf-add-engines-conf.patch │ │ │ ├── 500-e_devcrypto-default-to-not-use-digests-in-engine.patch │ │ │ └── 510-e_devcrypto-ignore-error-when-closing-session.patch │ ├── pcre2 │ │ ├── Config.in │ │ └── Makefile │ ├── popt │ │ ├── Makefile │ │ └── patches │ │ │ └── 100-configure.ac-remove-require-gettext-version.patch │ ├── readline │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-curses-link.patch │ │ │ └── 010-ncursesw-first.patch │ ├── sysfsutils │ │ ├── Makefile │ │ ├── files │ │ │ ├── local.conf │ │ │ ├── sysfs.conf │ │ │ └── sysfsutils │ │ └── patches │ │ │ └── 200-mnt_path_check.patch │ ├── toolchain │ │ ├── Makefile │ │ └── glibc-files │ │ │ └── etc │ │ │ └── nsswitch.conf │ ├── uclient │ │ └── Makefile │ ├── udebug │ │ ├── Makefile │ │ └── files │ │ │ ├── udebug.config │ │ │ └── udebug.init │ ├── ustream-ssl │ │ └── Makefile │ ├── wolfssl │ │ ├── Config.in │ │ ├── Makefile │ │ └── patches │ │ │ └── 100-disable-hardening-check.patch │ └── zlib │ │ ├── Config.in │ │ ├── Makefile │ │ └── patches │ │ ├── 002-arm-specific-optimisations-for-inflate.patch │ │ ├── 003-arm-specific-optimisations-for-inflate.patch │ │ ├── 004-attach-sourcefiles-in-patch-002-to-buildsystem.patch │ │ └── 005-relative-pkg-config-paths.patch ├── mtk │ ├── applications │ │ ├── datconf │ │ │ └── Makefile │ │ └── luci-app-mtk │ │ │ ├── Makefile │ │ │ ├── NOTICE │ │ │ ├── luasrc │ │ │ ├── controller │ │ │ │ └── mtkwifi.lua │ │ │ └── view │ │ │ │ └── admin_mtk │ │ │ │ ├── mtk_wifi_apcli.htm │ │ │ │ ├── mtk_wifi_apply_reboot.htm │ │ │ │ ├── mtk_wifi_chip_cfg.htm │ │ │ │ ├── mtk_wifi_dev_cfg.htm │ │ │ │ ├── mtk_wifi_loading.htm │ │ │ │ ├── mtk_wifi_overview.htm │ │ │ │ └── mtk_wifi_vif_cfg.htm │ │ │ ├── po │ │ │ └── zh_Hans │ │ │ │ └── mtk.po │ │ │ ├── root │ │ │ ├── sbin │ │ │ │ └── l1dat │ │ │ └── usr │ │ │ │ └── lib │ │ │ │ └── lua │ │ │ │ ├── inspect.lua │ │ │ │ ├── l1dat_parser.lua │ │ │ │ ├── mtkwifi.lua │ │ │ │ └── shuci.lua │ │ │ └── src │ │ │ ├── Makefile │ │ │ ├── ioctl_helper.c │ │ │ ├── mtwifi.h │ │ │ ├── rate_calc.c │ │ │ └── security.c │ └── drivers │ │ ├── mt_wifi │ │ ├── Makefile │ │ ├── config.in │ │ ├── files │ │ │ ├── eeprom-flash-api.patch │ │ │ └── fix-new-mcu-fw-api.patch │ │ ├── patches │ │ │ ├── 002-sort-site-survey-table.patch │ │ │ ├── 003-fix-rxrate-stainfo.patch │ │ │ ├── 004-remove-apcli-bgprotect-log.patch │ │ │ ├── 005-use-ext-warp-code.patch │ │ │ ├── 006-fix-stainfo_struct.patch │ │ │ ├── 007-fix-tx-phymode.patch │ │ │ ├── 008-fix-he-gi-stainfo.patch │ │ │ ├── 009-add-secinfo-to-stainfo.patch │ │ │ ├── 010-remove-addba-noisy-log.patch │ │ │ ├── 011-fix-wext-txpwr.patch │ │ │ ├── 012-add-mt7986-memory-shrink-aggress.patch │ │ │ ├── 013-add-rssi-for-sitesurvey.patch │ │ │ ├── 014-fix-iwrange.patch │ │ │ ├── 015-fix-apcli-stainfo.patch │ │ │ ├── 016-fix-apcli-scan-no-ascii-ssid.patch │ │ │ ├── 017-fix-secinfo-for-iwinfo.patch │ │ │ ├── 018-fix-he-max-bw.patch │ │ │ ├── 019-fix-vht-bw.patch │ │ │ ├── 020-wapp-btm--steering.patch │ │ │ ├── 021-add-roam-steering-setting.patch │ │ │ └── 022-fix-return-type.patch │ │ └── src │ │ │ ├── bin │ │ │ └── mt7916 │ │ │ │ ├── rebb │ │ │ │ ├── 7916_WACPU_RAM_CODE_release.bin │ │ │ │ ├── MT7916_EEPROM_AX3000_ePAeLNA_2G_5G_2T2R+1R.bin │ │ │ │ ├── MT7916_EEPROM_AX3000_ePAeLNA_2G_5G_3T3R.bin │ │ │ │ ├── MT7916_EEPROM_AX3000_ePAeLNA_2G_6G_2T2R+1R.bin │ │ │ │ ├── MT7916_EEPROM_AX3000_ePAeLNA_2G_6G_3T3R.bin │ │ │ │ ├── MT7916_ePAeLNA_EEPROM.bin │ │ │ │ ├── MT7916_ePAiLNA_EEPROM.bin │ │ │ │ ├── MT7916_iPAeLNA_EEPROM.bin │ │ │ │ ├── MT7916_iPAiLNA_EEPROM.bin │ │ │ │ ├── WIFI_RAM_CODE_MT7916.bin │ │ │ │ ├── WIFI_RAM_CODE_MT7916_TESTMODE.bin │ │ │ │ ├── mt7916_patch_e1_hdr.bin │ │ │ │ └── mt7916_patch_e1_hdr_testmode.bin │ │ │ │ └── rom │ │ │ │ ├── wf_rom.axd │ │ │ │ └── wf_rom.bin │ │ │ ├── mt_wifi │ │ │ ├── ate │ │ │ │ ├── LoopBack.c │ │ │ │ ├── ate_agent.c │ │ │ │ ├── include │ │ │ │ │ ├── LoopBack.h │ │ │ │ │ ├── ate.h │ │ │ │ │ ├── ate_agent.h │ │ │ │ │ ├── mt_testmode.h │ │ │ │ │ ├── mt_testmode_dmac.h │ │ │ │ │ ├── mt_testmode_fmac.h │ │ │ │ │ ├── testmode_common.h │ │ │ │ │ └── testmode_ioctl.h │ │ │ │ ├── mt_mac │ │ │ │ │ ├── mt_ate.c │ │ │ │ │ ├── mt_testmode.c │ │ │ │ │ ├── mt_testmode_dmac.c │ │ │ │ │ └── mt_testmode_fmac.c │ │ │ │ └── testmode_ioctl.c │ │ │ ├── chips │ │ │ │ ├── mt7916.c │ │ │ │ ├── mt7916_dbg.c │ │ │ │ ├── mt7981.c │ │ │ │ ├── mt7981_dbg.c │ │ │ │ ├── mt7986.c │ │ │ │ ├── mt7986_dbg.c │ │ │ │ └── rtmp_chip.c │ │ │ ├── embedded │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile │ │ │ │ ├── Pack_Release.sh │ │ │ │ ├── Release.sh │ │ │ │ ├── Release_Notes.txt │ │ │ │ ├── ap │ │ │ │ │ ├── ap.c │ │ │ │ │ ├── ap_autoChSel.c │ │ │ │ │ ├── ap_band_steering.c │ │ │ │ │ ├── ap_bss_mgmt.c │ │ │ │ │ ├── ap_bss_mnger.c │ │ │ │ │ ├── ap_cfg.c │ │ │ │ │ ├── ap_data.c │ │ │ │ │ ├── ap_ftkd.c │ │ │ │ │ ├── ap_ids.c │ │ │ │ │ ├── ap_mbss.c │ │ │ │ │ ├── ap_mbss_inf.c │ │ │ │ │ ├── ap_mlme.c │ │ │ │ │ ├── ap_mumimo.c │ │ │ │ │ ├── ap_mura.c │ │ │ │ │ ├── ap_muru.c │ │ │ │ │ ├── ap_qload.c │ │ │ │ │ ├── ap_repeater.c │ │ │ │ │ ├── ap_sanity.c │ │ │ │ │ ├── ap_sec.c │ │ │ │ │ ├── ap_vow.c │ │ │ │ │ ├── ap_wds.c │ │ │ │ │ ├── ap_wds_inf.c │ │ │ │ │ ├── ap_wpa.c │ │ │ │ │ └── apcli_link_cover.c │ │ │ │ ├── auto_build_mt7663e.sh │ │ │ │ ├── common │ │ │ │ │ ├── a4_conn.c │ │ │ │ │ ├── action.c │ │ │ │ │ ├── afc.c │ │ │ │ │ ├── automation.c │ │ │ │ │ ├── ba_action.c │ │ │ │ │ ├── bcn.c │ │ │ │ │ ├── bgnd_scan.c │ │ │ │ │ ├── capi.c │ │ │ │ │ ├── client_wds.c │ │ │ │ │ ├── cmm_cfg.c │ │ │ │ │ ├── cmm_cmd.c │ │ │ │ │ ├── cmm_cs.c │ │ │ │ │ ├── cmm_data.c │ │ │ │ │ ├── cmm_info.c │ │ │ │ │ ├── cmm_info_element.c │ │ │ │ │ ├── cmm_mac_pci.c │ │ │ │ │ ├── cmm_mat.c │ │ │ │ │ ├── cmm_mat_iparp.c │ │ │ │ │ ├── cmm_mat_ipv6.c │ │ │ │ │ ├── cmm_mat_pppoe.c │ │ │ │ │ ├── cmm_mumimo.c │ │ │ │ │ ├── cmm_profile.c │ │ │ │ │ ├── cmm_radar.c │ │ │ │ │ ├── cmm_rdm_mt.c │ │ │ │ │ ├── cmm_rf_cal.c │ │ │ │ │ ├── cmm_rvr_dbg.c │ │ │ │ │ ├── cmm_sanity.c │ │ │ │ │ ├── cmm_sync.c │ │ │ │ │ ├── cmm_tcprack.c │ │ │ │ │ ├── dabs_qos.c │ │ │ │ │ ├── dbg_ctrl.c │ │ │ │ │ ├── dyn_steering_ld.c │ │ │ │ │ ├── dynwmm.c │ │ │ │ │ ├── ee_efuse.c │ │ │ │ │ ├── ee_flash.c │ │ │ │ │ ├── ee_prom.c │ │ │ │ │ ├── eeprom.c │ │ │ │ │ ├── event_notifier.c │ │ │ │ │ ├── fd.c │ │ │ │ │ ├── fp_fair_qm.c │ │ │ │ │ ├── fp_qm.c │ │ │ │ │ ├── fpga.c │ │ │ │ │ ├── fq_qm.c │ │ │ │ │ ├── ft.c │ │ │ │ │ ├── ft_iocl.c │ │ │ │ │ ├── ft_rc.c │ │ │ │ │ ├── ft_tlv.c │ │ │ │ │ ├── gas.c │ │ │ │ │ ├── he_cfg.c │ │ │ │ │ ├── hif_pci.c │ │ │ │ │ ├── hotspot.c │ │ │ │ │ ├── icap.c │ │ │ │ │ ├── igmp_snoop.c │ │ │ │ │ ├── kernel_rps_adjust.c │ │ │ │ │ ├── l2sd_ta_mod.c │ │ │ │ │ ├── log_time.c │ │ │ │ │ ├── map.c │ │ │ │ │ ├── mbo.c │ │ │ │ │ ├── mdvt.c │ │ │ │ │ ├── misc_app.c │ │ │ │ │ ├── mlme.c │ │ │ │ │ ├── mt_io.c │ │ │ │ │ ├── mt_ps.c │ │ │ │ │ ├── multi_channel.c │ │ │ │ │ ├── multi_hif.c │ │ │ │ │ ├── multi_profile.c │ │ │ │ │ ├── mwds.c │ │ │ │ │ ├── nfc.c │ │ │ │ │ ├── oce.c │ │ │ │ │ ├── oce_fils.c │ │ │ │ │ ├── op_class.c │ │ │ │ │ ├── pp_cmd.c │ │ │ │ │ ├── ps.c │ │ │ │ │ ├── qm.c │ │ │ │ │ ├── qos.c │ │ │ │ │ ├── ra_ac_q_mgmt.c │ │ │ │ │ ├── routing_tab.c │ │ │ │ │ ├── rrm.c │ │ │ │ │ ├── rrm_sanity.c │ │ │ │ │ ├── rrm_tlv.c │ │ │ │ │ ├── rt_channel.c │ │ │ │ │ ├── rt_led.c │ │ │ │ │ ├── rt_os_util.c │ │ │ │ │ ├── rtmp_init.c │ │ │ │ │ ├── rtmp_init_inf.c │ │ │ │ │ ├── rtmp_timer.c │ │ │ │ │ ├── safe_chn.c │ │ │ │ │ ├── scan.c │ │ │ │ │ ├── scan_util.c │ │ │ │ │ ├── scs.c │ │ │ │ │ ├── smartant.c │ │ │ │ │ ├── sniffer_prism.c │ │ │ │ │ ├── sniffer_radiotap.c │ │ │ │ │ ├── spectrum.c │ │ │ │ │ ├── sr_cmd.c │ │ │ │ │ ├── sys_log.c │ │ │ │ │ ├── token.c │ │ │ │ │ ├── txpower.c │ │ │ │ │ ├── txs.c │ │ │ │ │ ├── uapsd.c │ │ │ │ │ ├── vendor.c │ │ │ │ │ ├── verf.c │ │ │ │ │ ├── verification_mode.c │ │ │ │ │ ├── wdev.c │ │ │ │ │ ├── wifi_sys_info.c │ │ │ │ │ ├── wifi_sys_notify.c │ │ │ │ │ ├── wnm.c │ │ │ │ │ ├── wsc.c │ │ │ │ │ ├── wsc_tlv.c │ │ │ │ │ ├── wsc_ufd.c │ │ │ │ │ └── wsc_v2.c │ │ │ │ ├── dbg_txcmd │ │ │ │ │ ├── dbg_txcmd.c │ │ │ │ │ ├── dbg_txcmd.mk │ │ │ │ │ ├── dbg_txcmd_framework.c │ │ │ │ │ └── include │ │ │ │ │ │ ├── dbg_txcmd.h │ │ │ │ │ │ ├── dbg_txcmd_export.h │ │ │ │ │ │ └── dbg_txcmd_framework.h │ │ │ │ ├── doc │ │ │ │ │ ├── Doxyfile │ │ │ │ │ ├── FirmwareHistory.txt │ │ │ │ │ ├── History.txt │ │ │ │ │ ├── History_sta_pci.txt │ │ │ │ │ ├── History_sta_usb.txt │ │ │ │ │ ├── README │ │ │ │ │ ├── README_STA_pci │ │ │ │ │ ├── README_STA_usb │ │ │ │ │ ├── RT2860card.readme │ │ │ │ │ ├── RT_WIFI_Revision_History_2010_April.xls │ │ │ │ │ ├── VxWorks.README │ │ │ │ │ ├── ate_iwpriv_usage.txt │ │ │ │ │ ├── brftph_usage.txt │ │ │ │ │ ├── header_translation.txt │ │ │ │ │ ├── iwpriv_usage.txt │ │ │ │ │ ├── mainpage.dox │ │ │ │ │ ├── mbss_phy.readme │ │ │ │ │ ├── sta_ate_iwpriv_usage.txt │ │ │ │ │ └── wps_iwpriv_usage.txt │ │ │ │ ├── dvt │ │ │ │ │ ├── apps_dvt.c │ │ │ │ │ ├── dvt.mk │ │ │ │ │ ├── framework_dvt.c │ │ │ │ │ ├── include │ │ │ │ │ │ ├── dvt_export.h │ │ │ │ │ │ ├── framework_dvt.h │ │ │ │ │ │ ├── lp_dvt.h │ │ │ │ │ │ ├── mucop_dvt.h │ │ │ │ │ │ ├── txcmdsu_dvt.h │ │ │ │ │ │ └── wrap_dvt.h │ │ │ │ │ ├── lp_dvt.c │ │ │ │ │ ├── mucop_dvt.c │ │ │ │ │ ├── txcmdsu_dvt.c │ │ │ │ │ └── wrap_dvt.c │ │ │ │ ├── fsm │ │ │ │ │ ├── ap_mgmt_assoc.c │ │ │ │ │ ├── ap_mgmt_auth.c │ │ │ │ │ ├── ap_mgmt_cntl.c │ │ │ │ │ ├── ap_mgmt_sync.c │ │ │ │ │ ├── fsm_assoc.c │ │ │ │ │ ├── fsm_auth.c │ │ │ │ │ ├── fsm_cntl.c │ │ │ │ │ ├── fsm_sync.c │ │ │ │ │ ├── sta_mgmt_assoc.c │ │ │ │ │ ├── sta_mgmt_auth.c │ │ │ │ │ ├── sta_mgmt_cntl.c │ │ │ │ │ └── sta_mgmt_sync.c │ │ │ │ ├── hw_ctrl │ │ │ │ │ ├── hdev │ │ │ │ │ │ ├── bcolor_ctrl.c │ │ │ │ │ │ ├── hdev_basic.c │ │ │ │ │ │ ├── omac_ctrl.c │ │ │ │ │ │ ├── radio_ctrl.c │ │ │ │ │ │ ├── twt_ctrl.c │ │ │ │ │ │ ├── wmm_ctrl.c │ │ │ │ │ │ └── wtbl_ctrl.c │ │ │ │ │ ├── hdev_ctrl.c │ │ │ │ │ ├── hw_ctrl.c │ │ │ │ │ ├── hw_ctrl_basic.c │ │ │ │ │ ├── hw_ctrl_cmd.c │ │ │ │ │ ├── hw_ctrl_ops_v1.c │ │ │ │ │ └── hw_ctrl_ops_v2.c │ │ │ │ ├── include │ │ │ │ │ ├── a4_conn.h │ │ │ │ │ ├── action.h │ │ │ │ │ ├── afc.h │ │ │ │ │ ├── ags.h │ │ │ │ │ ├── ap.h │ │ │ │ │ ├── ap_apcli.h │ │ │ │ │ ├── ap_autoChSel.h │ │ │ │ │ ├── ap_autoChSel_cmm.h │ │ │ │ │ ├── ap_bss_mgmt.h │ │ │ │ │ ├── ap_bss_mnger.h │ │ │ │ │ ├── ap_cfg.h │ │ │ │ │ ├── ap_ids.h │ │ │ │ │ ├── ap_mbss.h │ │ │ │ │ ├── ap_mumimo.h │ │ │ │ │ ├── ap_mura.h │ │ │ │ │ ├── ap_muru.h │ │ │ │ │ ├── ap_repeater.h │ │ │ │ │ ├── ap_vow.h │ │ │ │ │ ├── ap_wds.h │ │ │ │ │ ├── automation.h │ │ │ │ │ ├── band_steering.h │ │ │ │ │ ├── band_steering_def.h │ │ │ │ │ ├── bcn.h │ │ │ │ │ ├── bgnd_scan.h │ │ │ │ │ ├── bgnd_scan_cmm.h │ │ │ │ │ ├── br_ftph.h │ │ │ │ │ ├── bss_color.h │ │ │ │ │ ├── capi.h │ │ │ │ │ ├── cfg80211.h │ │ │ │ │ ├── cfg80211_cmm.h │ │ │ │ │ ├── cfg80211extr.h │ │ │ │ │ ├── chlist.h │ │ │ │ │ ├── client_wds.h │ │ │ │ │ ├── client_wds_cmm.h │ │ │ │ │ ├── cmm_cmd.h │ │ │ │ │ ├── cmm_rvr_dbg.h │ │ │ │ │ ├── cmm_tcprack.h │ │ │ │ │ ├── cs.h │ │ │ │ │ ├── dabs_qos.h │ │ │ │ │ ├── dbg_ctrl.h │ │ │ │ │ ├── dot11_base.h │ │ │ │ │ ├── dot11_eid.h │ │ │ │ │ ├── dot11ac_vht.h │ │ │ │ │ ├── dot11ai_fd.h │ │ │ │ │ ├── dot11ax_he.h │ │ │ │ │ ├── dot11k_rrm.h │ │ │ │ │ ├── dot11n_ht.h │ │ │ │ │ ├── dot11r_ft.h │ │ │ │ │ ├── dot11u_interworking.h │ │ │ │ │ ├── dot11z_tdls.h │ │ │ │ │ ├── dyn_steering_ld.h │ │ │ │ │ ├── dynwmm.h │ │ │ │ │ ├── eeprom.h │ │ │ │ │ ├── eeprom │ │ │ │ │ │ ├── mt7916_e2p_ePAeLNA.h │ │ │ │ │ │ ├── mt7916_e2p_ePAiLNA.h │ │ │ │ │ │ ├── mt7916_e2p_iPAeLNA.h │ │ │ │ │ │ ├── mt7916_e2p_iPAiLNA.h │ │ │ │ │ │ ├── mt7981_e2p_ePAeLNA.h │ │ │ │ │ │ ├── mt7981_e2p_iPAiLNA.h │ │ │ │ │ │ ├── mt7986_e2p.h │ │ │ │ │ │ ├── mt7986_e2p_iPAiLNA.h │ │ │ │ │ │ ├── mt_dmac_e2p_def.h │ │ │ │ │ │ └── mt_e2p_def.h │ │ │ │ │ ├── efuse.h │ │ │ │ │ ├── event_notifier.h │ │ │ │ │ ├── firmware.h │ │ │ │ │ ├── fp_qm.h │ │ │ │ │ ├── fq_qm.h │ │ │ │ │ ├── frame_hdr.h │ │ │ │ │ ├── frq_cal.h │ │ │ │ │ ├── fsm │ │ │ │ │ │ ├── fsm_assoc.h │ │ │ │ │ │ ├── fsm_auth.h │ │ │ │ │ │ ├── fsm_cntl.h │ │ │ │ │ │ └── fsm_sync.h │ │ │ │ │ ├── ft.h │ │ │ │ │ ├── ft_cmm.h │ │ │ │ │ ├── gas.h │ │ │ │ │ ├── hdev │ │ │ │ │ │ ├── hdev.h │ │ │ │ │ │ └── hdev_basic.h │ │ │ │ │ ├── hdev_ctrl.h │ │ │ │ │ ├── he.h │ │ │ │ │ ├── he_cfg.h │ │ │ │ │ ├── hotspot.h │ │ │ │ │ ├── ht.h │ │ │ │ │ ├── hw_ctrl.h │ │ │ │ │ ├── hw_ctrl_basic.h │ │ │ │ │ ├── icap.h │ │ │ │ │ ├── iface │ │ │ │ │ │ ├── iface_util.h │ │ │ │ │ │ ├── mtk_hif.h │ │ │ │ │ │ ├── rtmp_inf_pcirbs.h │ │ │ │ │ │ ├── rtmp_pci.h │ │ │ │ │ │ └── rtmp_rbs.h │ │ │ │ │ ├── igmp_snoop.h │ │ │ │ │ ├── ipv6.h │ │ │ │ │ ├── kernel_rps_adjust.h │ │ │ │ │ ├── kvr_def.h │ │ │ │ │ ├── l1profile.h │ │ │ │ │ ├── l2sd_ta.h │ │ │ │ │ ├── log_time.h │ │ │ │ │ ├── map.h │ │ │ │ │ ├── mat.h │ │ │ │ │ ├── mbo.h │ │ │ │ │ ├── mcu │ │ │ │ │ │ ├── andes_core.h │ │ │ │ │ │ ├── andes_mt.h │ │ │ │ │ │ ├── btcoex.h │ │ │ │ │ │ ├── mcu.h │ │ │ │ │ │ ├── mt7916_WA_firmware.h │ │ │ │ │ │ ├── mt7916_firmware.h │ │ │ │ │ │ ├── mt7916_rom_patch_e1.h │ │ │ │ │ │ ├── mt7981_WA_firmware.h │ │ │ │ │ │ ├── mt7981_firmware.h │ │ │ │ │ │ ├── mt7981_rom_patch_e1.h │ │ │ │ │ │ ├── mt7986_WA_firmware.h │ │ │ │ │ │ ├── mt7986_firmware.h │ │ │ │ │ │ ├── mt7986_rom_patch_e1.h │ │ │ │ │ │ └── wifi_md_coex.h │ │ │ │ │ ├── mdvt.h │ │ │ │ │ ├── meminfo_list.h │ │ │ │ │ ├── mgmt │ │ │ │ │ │ ├── be_export.h │ │ │ │ │ │ ├── be_internal.h │ │ │ │ │ │ ├── mgmt_entrytb.h │ │ │ │ │ │ └── wtbl_tdd.h │ │ │ │ │ ├── misc_app.h │ │ │ │ │ ├── mlme.h │ │ │ │ │ ├── mlme_sys.h │ │ │ │ │ ├── mt_io.h │ │ │ │ │ ├── mt_rdm.h │ │ │ │ │ ├── multi_hif.h │ │ │ │ │ ├── mwds.h │ │ │ │ │ ├── nfc.h │ │ │ │ │ ├── oce.h │ │ │ │ │ ├── oid.h │ │ │ │ │ ├── oid_struct.h │ │ │ │ │ ├── p2p.h │ │ │ │ │ ├── p2p_cmm.h │ │ │ │ │ ├── p2p_inf.h │ │ │ │ │ ├── p2pcli.h │ │ │ │ │ ├── pp_cmd.h │ │ │ │ │ ├── qm.h │ │ │ │ │ ├── qos.h │ │ │ │ │ ├── ra_ac_q_mgmt.h │ │ │ │ │ ├── radar.h │ │ │ │ │ ├── routing_tab.h │ │ │ │ │ ├── rrm.h │ │ │ │ │ ├── rrm_cmm.h │ │ │ │ │ ├── rt_cal.h │ │ │ │ │ ├── rt_config.h │ │ │ │ │ ├── rt_led.h │ │ │ │ │ ├── rt_os_net.h │ │ │ │ │ ├── rt_os_util.h │ │ │ │ │ ├── rtmp.h │ │ │ │ │ ├── rtmp_chip.h │ │ │ │ │ ├── rtmp_cmd.h │ │ │ │ │ ├── rtmp_comm.h │ │ │ │ │ ├── rtmp_def.h │ │ │ │ │ ├── rtmp_dmacb.h │ │ │ │ │ ├── rtmp_dot11.h │ │ │ │ │ ├── rtmp_iface.h │ │ │ │ │ ├── rtmp_os.h │ │ │ │ │ ├── rtmp_osabl.h │ │ │ │ │ ├── rtmp_timer.h │ │ │ │ │ ├── rtmp_type.h │ │ │ │ │ ├── safe_chn.h │ │ │ │ │ ├── scs.h │ │ │ │ │ ├── security │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ ├── crypt_aes.h │ │ │ │ │ │ ├── crypt_arc4.h │ │ │ │ │ │ ├── crypt_biginteger.h │ │ │ │ │ │ ├── crypt_bignum.h │ │ │ │ │ │ ├── crypt_dh.h │ │ │ │ │ │ ├── crypt_hmac.h │ │ │ │ │ │ ├── crypt_md5.h │ │ │ │ │ │ ├── crypt_sha2.h │ │ │ │ │ │ ├── dh_key.h │ │ │ │ │ │ ├── dot11i_wpa.h │ │ │ │ │ │ ├── dot11w_pmf.h │ │ │ │ │ │ ├── ecc.h │ │ │ │ │ │ ├── owe_cmm.h │ │ │ │ │ │ ├── pmf.h │ │ │ │ │ │ ├── pmf_cmm.h │ │ │ │ │ │ ├── sae.h │ │ │ │ │ │ ├── sae_cmm.h │ │ │ │ │ │ ├── sec.h │ │ │ │ │ │ ├── sec_cmm.h │ │ │ │ │ │ ├── wpa.h │ │ │ │ │ │ └── wpa_cmm.h │ │ │ │ │ ├── smartant.h │ │ │ │ │ ├── sniffer │ │ │ │ │ │ ├── radiotap.h │ │ │ │ │ │ └── sniffer.h │ │ │ │ │ ├── spectrum.h │ │ │ │ │ ├── spectrum_def.h │ │ │ │ │ ├── sr_cmd.h │ │ │ │ │ ├── sta.h │ │ │ │ │ ├── sta_cfg.h │ │ │ │ │ ├── tdls.h │ │ │ │ │ ├── tdls_cmm.h │ │ │ │ │ ├── tdls_uapsd.h │ │ │ │ │ ├── tm.h │ │ │ │ │ ├── token.h │ │ │ │ │ ├── tr.h │ │ │ │ │ ├── twt_ctrl.h │ │ │ │ │ ├── tx_power.h │ │ │ │ │ ├── uapsd.h │ │ │ │ │ ├── vendor.h │ │ │ │ │ ├── verification │ │ │ │ │ │ └── veri_ctl.h │ │ │ │ │ ├── vht.h │ │ │ │ │ ├── vr_ikans.h │ │ │ │ │ ├── vrut_ubm.h │ │ │ │ │ ├── wapp │ │ │ │ │ │ ├── wapp.h │ │ │ │ │ │ └── wapp_cmm_type.h │ │ │ │ │ ├── wfa_p2p.h │ │ │ │ │ ├── wifi_sys_notify.h │ │ │ │ │ ├── wlan_config │ │ │ │ │ │ ├── config_export.h │ │ │ │ │ │ └── config_internal.h │ │ │ │ │ ├── wnm.h │ │ │ │ │ ├── wsc.h │ │ │ │ │ └── wsc_tlv.h │ │ │ │ ├── mcu │ │ │ │ │ ├── andes_core.c │ │ │ │ │ ├── andes_mt.c │ │ │ │ │ ├── mcu.c │ │ │ │ │ └── wifi_md_coex.c │ │ │ │ ├── mgmt │ │ │ │ │ ├── be_basic.c │ │ │ │ │ ├── be_he.c │ │ │ │ │ ├── be_ht.c │ │ │ │ │ ├── be_phy.c │ │ │ │ │ ├── be_vht.c │ │ │ │ │ ├── bss_color.c │ │ │ │ │ ├── bss_ops.c │ │ │ │ │ ├── mgmt_dev.c │ │ │ │ │ ├── mgmt_entrytb.c │ │ │ │ │ ├── mgmt_he.c │ │ │ │ │ ├── mgmt_ht.c │ │ │ │ │ ├── mgmt_hw.c │ │ │ │ │ ├── mgmt_vht.c │ │ │ │ │ ├── wtbl_tdd.c │ │ │ │ │ └── wtbl_tdd_sm.c │ │ │ │ ├── plug_in │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── warp_proxy │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── chips │ │ │ │ │ │ │ ├── warp_wifi_mt7615.c │ │ │ │ │ │ │ ├── warp_wifi_mt7615.h │ │ │ │ │ │ │ ├── warp_wifi_mt7915.c │ │ │ │ │ │ │ ├── warp_wifi_mt7915.h │ │ │ │ │ │ │ ├── warp_wifi_mt7916.c │ │ │ │ │ │ │ ├── warp_wifi_mt7916.h │ │ │ │ │ │ │ ├── warp_wifi_mt7981.c │ │ │ │ │ │ │ ├── warp_wifi_mt7981.h │ │ │ │ │ │ │ ├── warp_wifi_mt7986.c │ │ │ │ │ │ │ └── warp_wifi_mt7986.h │ │ │ │ │ │ ├── warp_proxy.c │ │ │ │ │ │ └── warp_proxy.h │ │ │ │ │ └── whnat │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── wdma.c │ │ │ │ │ │ ├── wdma.h │ │ │ │ │ │ ├── wed.c │ │ │ │ │ │ ├── wed.h │ │ │ │ │ │ ├── wed_def.h │ │ │ │ │ │ ├── woe.h │ │ │ │ │ │ ├── woe_basic.c │ │ │ │ │ │ ├── woe_basic.h │ │ │ │ │ │ ├── woe_client_jedi.c │ │ │ │ │ │ ├── woe_client_jedi.h │ │ │ │ │ │ ├── woe_hif.c │ │ │ │ │ │ ├── woe_hif.h │ │ │ │ │ │ ├── woe_hw.c │ │ │ │ │ │ ├── woe_hw.h │ │ │ │ │ │ ├── woe_main.c │ │ │ │ │ │ ├── woe_mt7615.h │ │ │ │ │ │ ├── woe_mt7915.h │ │ │ │ │ │ ├── woe_mt7916.h │ │ │ │ │ │ ├── woe_mt7981.h │ │ │ │ │ │ ├── woe_mt7986.h │ │ │ │ │ │ ├── woe_proc.c │ │ │ │ │ │ ├── woe_ser.c │ │ │ │ │ │ └── woe_wifi.h │ │ │ │ ├── security │ │ │ │ │ ├── bn_lib.c │ │ │ │ │ ├── cmm_aes.c │ │ │ │ │ ├── cmm_sec.c │ │ │ │ │ ├── cmm_tkip.c │ │ │ │ │ ├── cmm_wep.c │ │ │ │ │ ├── cmm_wpa.c │ │ │ │ │ ├── cmm_wpa_adhoc.c │ │ │ │ │ ├── crypt_aes.c │ │ │ │ │ ├── crypt_arc4.c │ │ │ │ │ ├── crypt_biginteger.c │ │ │ │ │ ├── crypt_bignum.c │ │ │ │ │ ├── crypt_dh.c │ │ │ │ │ ├── crypt_hmac.c │ │ │ │ │ ├── crypt_md5.c │ │ │ │ │ ├── crypt_sha2.c │ │ │ │ │ ├── dh_key.c │ │ │ │ │ ├── ecc.c │ │ │ │ │ ├── owe.c │ │ │ │ │ ├── pmf.c │ │ │ │ │ └── sae.c │ │ │ │ ├── sta │ │ │ │ │ ├── adhoc.c │ │ │ │ │ ├── auth_rsp.c │ │ │ │ │ ├── ft_action.c │ │ │ │ │ ├── ft_auth.c │ │ │ │ │ ├── rtmp_ckipmic.c │ │ │ │ │ ├── sanity.c │ │ │ │ │ ├── sta.c │ │ │ │ │ ├── sta_cfg.c │ │ │ │ │ ├── sta_data.c │ │ │ │ │ ├── sta_iwsc.c │ │ │ │ │ ├── sta_mumimo.c │ │ │ │ │ ├── sta_sec.c │ │ │ │ │ ├── tdls.c │ │ │ │ │ ├── tdls_chswitch_mng.c │ │ │ │ │ ├── tdls_ctrl.c │ │ │ │ │ ├── tdls_link_mng.c │ │ │ │ │ ├── tdls_tlv.c │ │ │ │ │ ├── tdls_uapsd.c │ │ │ │ │ └── wpa.c │ │ │ │ ├── tools │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── auto_build_kernel_3_10_14.sh │ │ │ │ │ ├── auto_build_kernel_4_4.sh │ │ │ │ │ ├── auto_build_kernel_alps.sh │ │ │ │ │ ├── bin2h │ │ │ │ │ ├── bin2h.c │ │ │ │ │ ├── build-check-jedi.sh │ │ │ │ │ ├── check_build_script.sh │ │ │ │ │ ├── i.sh │ │ │ │ │ ├── r.sh │ │ │ │ │ └── release_build_in_4.4.sh │ │ │ │ ├── unload │ │ │ │ ├── wapp │ │ │ │ │ └── wapp.c │ │ │ │ └── wlan_config │ │ │ │ │ ├── config_basic.c │ │ │ │ │ ├── config_he.c │ │ │ │ │ ├── config_ht.c │ │ │ │ │ ├── config_phy.c │ │ │ │ │ └── config_vht.c │ │ │ ├── hw_ctrl │ │ │ │ ├── cmm_asic.c │ │ │ │ ├── cmm_asic_mt.c │ │ │ │ ├── cmm_asic_mt_dmac.c │ │ │ │ ├── cmm_asic_mt_fmac.c │ │ │ │ ├── cmm_asic_mt_fw.c │ │ │ │ ├── cmm_chip.c │ │ │ │ ├── cmm_chip_mt.c │ │ │ │ ├── cmm_fw_uni_cmd.c │ │ │ │ ├── cmm_fw_uni_event.c │ │ │ │ ├── coex.c │ │ │ │ ├── greenap.c │ │ │ │ └── hw_init.c │ │ │ ├── include │ │ │ │ ├── chip │ │ │ │ │ ├── chip_id.h │ │ │ │ │ ├── common.h │ │ │ │ │ ├── common_cr.h │ │ │ │ │ ├── mt7915_coda │ │ │ │ │ │ ├── bn0_phydfe_ctrl.h │ │ │ │ │ │ ├── bn0_wf_agg_top.h │ │ │ │ │ │ ├── bn0_wf_arb_top.h │ │ │ │ │ │ ├── bn0_wf_dma_top.h │ │ │ │ │ │ ├── bn0_wf_lpon_top.h │ │ │ │ │ │ ├── bn0_wf_mib_top.h │ │ │ │ │ │ ├── bn0_wf_rmac_top.h │ │ │ │ │ │ ├── bn0_wf_tmac_top.h │ │ │ │ │ │ ├── bn1_wf_agg_top.h │ │ │ │ │ │ ├── bn1_wf_arb_top.h │ │ │ │ │ │ ├── bn1_wf_dma_top.h │ │ │ │ │ │ ├── bn1_wf_mib_top.h │ │ │ │ │ │ ├── bn1_wf_tmac_top.h │ │ │ │ │ │ ├── conn_host_csr_top.h │ │ │ │ │ │ ├── conn_infra_cfg.h │ │ │ │ │ │ ├── hal_common.h │ │ │ │ │ │ ├── wf_cr_sw_def.h │ │ │ │ │ │ ├── wf_hif_dmashdl_top.h │ │ │ │ │ │ ├── wf_m2m_phy_top_11ax.h │ │ │ │ │ │ ├── wf_phyrx_ctrl.h │ │ │ │ │ │ ├── wf_ple_top.h │ │ │ │ │ │ ├── wf_pse_top.h │ │ │ │ │ │ ├── wf_uwtbl_top.h │ │ │ │ │ │ ├── wf_wfdma_ext_wrap_csr.h │ │ │ │ │ │ ├── wf_wfdma_host_dma0.h │ │ │ │ │ │ ├── wf_wfdma_host_dma0_pcie1.h │ │ │ │ │ │ ├── wf_wfdma_host_dma1.h │ │ │ │ │ │ ├── wf_wfdma_host_dma1_pcie1.h │ │ │ │ │ │ ├── wf_wfdma_mcu_dma0.h │ │ │ │ │ │ ├── wf_wfdma_mcu_dma1.h │ │ │ │ │ │ ├── wf_wfdma_mcu_dma1_pcie1.h │ │ │ │ │ │ ├── wf_wfdma_mem_dma.h │ │ │ │ │ │ └── wf_wtblon_top.h │ │ │ │ │ ├── mt7916.h │ │ │ │ │ ├── mt7916_coda │ │ │ │ │ │ ├── bn0_phydfe_ctrl.h │ │ │ │ │ │ ├── bn0_wf_agg_top.h │ │ │ │ │ │ ├── bn0_wf_arb_top.h │ │ │ │ │ │ ├── bn0_wf_dma_top.h │ │ │ │ │ │ ├── bn0_wf_int_wakeup_top.h │ │ │ │ │ │ ├── bn0_wf_lpon_top.h │ │ │ │ │ │ ├── bn0_wf_mib_top.h │ │ │ │ │ │ ├── bn0_wf_rmac_top.h │ │ │ │ │ │ ├── bn0_wf_tmac_top.h │ │ │ │ │ │ ├── bn1_phydfe_ctrl.h │ │ │ │ │ │ ├── bn1_wf_agg_top.h │ │ │ │ │ │ ├── bn1_wf_arb_top.h │ │ │ │ │ │ ├── bn1_wf_dma_top.h │ │ │ │ │ │ ├── bn1_wf_int_wakeup_top.h │ │ │ │ │ │ ├── bn1_wf_lpon_top.h │ │ │ │ │ │ ├── bn1_wf_mib_top.h │ │ │ │ │ │ ├── bn1_wf_rmac_top.h │ │ │ │ │ │ ├── bn1_wf_tmac_top.h │ │ │ │ │ │ ├── conn_bus_cr.h │ │ │ │ │ │ ├── conn_cfg.h │ │ │ │ │ │ ├── conn_host_csr_top.h │ │ │ │ │ │ ├── conn_mcu_bus_cr.h │ │ │ │ │ │ ├── hal_common.h │ │ │ │ │ │ ├── wf_cr_sw_def.h │ │ │ │ │ │ ├── wf_hif_dmashdl_top.h │ │ │ │ │ │ ├── wf_mdp_top.h │ │ │ │ │ │ ├── wf_ple_top.h │ │ │ │ │ │ ├── wf_pp_top.h │ │ │ │ │ │ ├── wf_pse_top.h │ │ │ │ │ │ ├── wf_uwtbl_top.h │ │ │ │ │ │ ├── wf_wfdma_ext_wrap_csr.h │ │ │ │ │ │ ├── wf_wfdma_host_dma0.h │ │ │ │ │ │ ├── wf_wfdma_host_dma0_pcie1.h │ │ │ │ │ │ ├── wf_wfdma_mcu_dma0.h │ │ │ │ │ │ ├── wf_wfdma_mem_dma.h │ │ │ │ │ │ └── wf_wtblon_top.h │ │ │ │ │ ├── mt7916_cr.h │ │ │ │ │ ├── mt7981.h │ │ │ │ │ ├── mt7981_coda │ │ │ │ │ │ ├── bn0_phydfe_ctrl.h │ │ │ │ │ │ ├── bn0_wf_agg_top.h │ │ │ │ │ │ ├── bn0_wf_arb_top.h │ │ │ │ │ │ ├── bn0_wf_dma_top.h │ │ │ │ │ │ ├── bn0_wf_int_wakeup_top.h │ │ │ │ │ │ ├── bn0_wf_lpon_top.h │ │ │ │ │ │ ├── bn0_wf_mib_top.h │ │ │ │ │ │ ├── bn0_wf_rmac_top.h │ │ │ │ │ │ ├── bn0_wf_tmac_top.h │ │ │ │ │ │ ├── bn1_phydfe_ctrl.h │ │ │ │ │ │ ├── bn1_wf_agg_top.h │ │ │ │ │ │ ├── bn1_wf_arb_top.h │ │ │ │ │ │ ├── bn1_wf_dma_top.h │ │ │ │ │ │ ├── bn1_wf_int_wakeup_top.h │ │ │ │ │ │ ├── bn1_wf_lpon_top.h │ │ │ │ │ │ ├── bn1_wf_mib_top.h │ │ │ │ │ │ ├── bn1_wf_rmac_top.h │ │ │ │ │ │ ├── bn1_wf_tmac_top.h │ │ │ │ │ │ ├── conn_bus_cr.h │ │ │ │ │ │ ├── conn_cfg.h │ │ │ │ │ │ ├── conn_host_csr_top.h │ │ │ │ │ │ ├── conn_mcu_bus_cr.h │ │ │ │ │ │ ├── hal_common.h │ │ │ │ │ │ ├── wf_cr_sw_def.h │ │ │ │ │ │ ├── wf_hif_dmashdl_top.h │ │ │ │ │ │ ├── wf_ple_top.h │ │ │ │ │ │ ├── wf_pp_top.h │ │ │ │ │ │ ├── wf_pse_top.h │ │ │ │ │ │ ├── wf_uwtbl_top.h │ │ │ │ │ │ ├── wf_wfdma_ext_wrap_csr.h │ │ │ │ │ │ ├── wf_wfdma_host_dma0.h │ │ │ │ │ │ ├── wf_wfdma_host_dma0_pcie1.h │ │ │ │ │ │ ├── wf_wfdma_mcu_dma0.h │ │ │ │ │ │ ├── wf_wfdma_mem_dma.h │ │ │ │ │ │ └── wf_wtblon_top.h │ │ │ │ │ ├── mt7981_cr.h │ │ │ │ │ ├── mt7986.h │ │ │ │ │ ├── mt7986_coda │ │ │ │ │ │ ├── bn0_phydfe_ctrl.h │ │ │ │ │ │ ├── bn0_wf_agg_top.h │ │ │ │ │ │ ├── bn0_wf_arb_top.h │ │ │ │ │ │ ├── bn0_wf_dma_top.h │ │ │ │ │ │ ├── bn0_wf_int_wakeup_top.h │ │ │ │ │ │ ├── bn0_wf_lpon_top.h │ │ │ │ │ │ ├── bn0_wf_mib_top.h │ │ │ │ │ │ ├── bn0_wf_rmac_top.h │ │ │ │ │ │ ├── bn0_wf_tmac_top.h │ │ │ │ │ │ ├── bn1_phydfe_ctrl.h │ │ │ │ │ │ ├── bn1_wf_agg_top.h │ │ │ │ │ │ ├── bn1_wf_arb_top.h │ │ │ │ │ │ ├── bn1_wf_dma_top.h │ │ │ │ │ │ ├── bn1_wf_int_wakeup_top.h │ │ │ │ │ │ ├── bn1_wf_lpon_top.h │ │ │ │ │ │ ├── bn1_wf_mib_top.h │ │ │ │ │ │ ├── bn1_wf_rmac_top.h │ │ │ │ │ │ ├── bn1_wf_tmac_top.h │ │ │ │ │ │ ├── conn_bus_cr.h │ │ │ │ │ │ ├── conn_cfg.h │ │ │ │ │ │ ├── conn_host_csr_top.h │ │ │ │ │ │ ├── conn_mcu_bus_cr.h │ │ │ │ │ │ ├── hal_common.h │ │ │ │ │ │ ├── wf_cr_sw_def.h │ │ │ │ │ │ ├── wf_hif_dmashdl_top.h │ │ │ │ │ │ ├── wf_ple_top.h │ │ │ │ │ │ ├── wf_pp_top.h │ │ │ │ │ │ ├── wf_pse_top.h │ │ │ │ │ │ ├── wf_uwtbl_top.h │ │ │ │ │ │ ├── wf_wfdma_ext_wrap_csr.h │ │ │ │ │ │ ├── wf_wfdma_host_dma0.h │ │ │ │ │ │ ├── wf_wfdma_host_dma0_pcie1.h │ │ │ │ │ │ ├── wf_wfdma_mcu_dma0.h │ │ │ │ │ │ ├── wf_wfdma_mem_dma.h │ │ │ │ │ │ └── wf_wtblon_top.h │ │ │ │ │ └── mt7986_cr.h │ │ │ │ ├── common │ │ │ │ │ ├── debug.h │ │ │ │ │ ├── link_list.h │ │ │ │ │ ├── module.h │ │ │ │ │ ├── mt_os_util.h │ │ │ │ │ └── wifi_sys_info.h │ │ │ │ ├── eeprom │ │ │ │ │ └── mt_tx_pwr.h │ │ │ │ ├── hif │ │ │ │ │ ├── hif.h │ │ │ │ │ ├── hif_base.h │ │ │ │ │ └── mt_hif_pci.h │ │ │ │ ├── hw_ctrl │ │ │ │ │ ├── cmm_asic.h │ │ │ │ │ ├── cmm_asic_mt.h │ │ │ │ │ ├── cmm_asic_mt_fmac.h │ │ │ │ │ ├── cmm_asic_mt_fw.h │ │ │ │ │ ├── cmm_chip.h │ │ │ │ │ ├── cmm_fw_uni_cmd.h │ │ │ │ │ ├── cmm_fw_uni_event.h │ │ │ │ │ └── hw_init.h │ │ │ │ ├── mac │ │ │ │ │ ├── mac.h │ │ │ │ │ └── mac_mt │ │ │ │ │ │ ├── dmac │ │ │ │ │ │ ├── client.h │ │ │ │ │ │ ├── dma_sch.h │ │ │ │ │ │ ├── hw_amsdu.h │ │ │ │ │ │ ├── mt_dmac.h │ │ │ │ │ │ ├── pse.h │ │ │ │ │ │ ├── wf_agg.h │ │ │ │ │ │ ├── wf_aon.h │ │ │ │ │ │ ├── wf_arb.h │ │ │ │ │ │ ├── wf_cfg.h │ │ │ │ │ │ ├── wf_cfgoff.h │ │ │ │ │ │ ├── wf_dma.h │ │ │ │ │ │ ├── wf_etbf.h │ │ │ │ │ │ ├── wf_int_wakeup_top.h │ │ │ │ │ │ ├── wf_lpon_top.h │ │ │ │ │ │ ├── wf_mib.h │ │ │ │ │ │ ├── wf_mu.h │ │ │ │ │ │ ├── wf_pf.h │ │ │ │ │ │ ├── wf_phy.h │ │ │ │ │ │ ├── wf_ple.h │ │ │ │ │ │ ├── wf_pp.h │ │ │ │ │ │ ├── wf_rmac.h │ │ │ │ │ │ ├── wf_sec.h │ │ │ │ │ │ ├── wf_tmac.h │ │ │ │ │ │ ├── wf_trb.h │ │ │ │ │ │ ├── wf_wtbl.h │ │ │ │ │ │ ├── wf_wtbloff.h │ │ │ │ │ │ └── wf_wtblon.h │ │ │ │ │ │ ├── fmac │ │ │ │ │ │ ├── fmac_rxd.h │ │ │ │ │ │ ├── fmac_txd.h │ │ │ │ │ │ ├── mt_fmac.h │ │ │ │ │ │ └── wf_rmac.h │ │ │ │ │ │ ├── mt_mac.h │ │ │ │ │ │ ├── mt_mac_ctrl.h │ │ │ │ │ │ ├── mt_mac_pci.h │ │ │ │ │ │ ├── smac │ │ │ │ │ │ ├── client.h │ │ │ │ │ │ ├── dma_sch.h │ │ │ │ │ │ ├── mt_mac.h │ │ │ │ │ │ ├── mt_smac.h │ │ │ │ │ │ ├── pse.h │ │ │ │ │ │ ├── wf_agg.h │ │ │ │ │ │ ├── wf_aon.h │ │ │ │ │ │ ├── wf_arb.h │ │ │ │ │ │ ├── wf_cfgoff.h │ │ │ │ │ │ ├── wf_dma.h │ │ │ │ │ │ ├── wf_int_wakeup_top.h │ │ │ │ │ │ ├── wf_lpon_top.h │ │ │ │ │ │ ├── wf_mib.h │ │ │ │ │ │ ├── wf_pf.h │ │ │ │ │ │ ├── wf_phy.h │ │ │ │ │ │ ├── wf_rmac.h │ │ │ │ │ │ ├── wf_sec.h │ │ │ │ │ │ ├── wf_tmac.h │ │ │ │ │ │ ├── wf_trb.h │ │ │ │ │ │ ├── wf_wtbl.h │ │ │ │ │ │ ├── wf_wtbloff.h │ │ │ │ │ │ └── wf_wtblon.h │ │ │ │ │ │ └── top.h │ │ │ │ ├── mcu │ │ │ │ │ ├── fwdl.h │ │ │ │ │ ├── mt_cmd.h │ │ │ │ │ └── mt_fdb.h │ │ │ │ ├── os │ │ │ │ │ ├── bb_soc.h │ │ │ │ │ ├── diag.h │ │ │ │ │ ├── mt7626End.h │ │ │ │ │ ├── os_vxTimer.h │ │ │ │ │ ├── pkt_meta.h │ │ │ │ │ ├── rt_drv.h │ │ │ │ │ ├── rt_linux.h │ │ │ │ │ ├── rt_linux_cmm.h │ │ │ │ │ ├── rt_linux_txrx_hook.h │ │ │ │ │ ├── rt_os.h │ │ │ │ │ ├── rt_vxworks_type.h │ │ │ │ │ ├── trace.h │ │ │ │ │ └── wbsys_res.h │ │ │ │ ├── phy │ │ │ │ │ ├── mt_bbp.h │ │ │ │ │ ├── mt_phy.h │ │ │ │ │ ├── mt_rf.h │ │ │ │ │ ├── phy.h │ │ │ │ │ ├── rlm_cal_cache.h │ │ │ │ │ └── wf_phy_back.h │ │ │ │ ├── phystate │ │ │ │ │ └── phystate.h │ │ │ │ ├── protocol │ │ │ │ │ ├── protection.h │ │ │ │ │ ├── tmr.h │ │ │ │ │ ├── twt.h │ │ │ │ │ └── twt_core.h │ │ │ │ ├── rate_ctrl │ │ │ │ │ └── ra_ctrl.h │ │ │ │ ├── txbf │ │ │ │ │ ├── mt_txbf.h │ │ │ │ │ └── mt_txbf_cal.h │ │ │ │ └── txpwr │ │ │ │ │ ├── PowerLimit.h │ │ │ │ │ ├── PowerLimit_mt7915.h │ │ │ │ │ ├── single_sku.h │ │ │ │ │ └── txpwr.h │ │ │ ├── license │ │ │ │ ├── MTK_LICENSE │ │ │ │ └── NOTICE │ │ │ ├── mac │ │ │ │ ├── mt_cmm_mac.c │ │ │ │ ├── mt_dmac.c │ │ │ │ ├── mt_fmac.c │ │ │ │ └── mt_mac.c │ │ │ ├── mcu │ │ │ │ ├── fw_cmd.c │ │ │ │ ├── fwdl.c │ │ │ │ ├── fwdl_mt.c │ │ │ │ ├── mt_cmd.c │ │ │ │ └── mt_fdb.c │ │ │ ├── os │ │ │ │ └── linux │ │ │ │ │ ├── Kconfig.ap.soc │ │ │ │ │ ├── Kconfig.mt_wifi │ │ │ │ │ ├── Kconfig.mt_wifi_3_18 │ │ │ │ │ ├── Kconfig.mt_wifi_4_14 │ │ │ │ │ ├── Kconfig.mt_wifi_4_4 │ │ │ │ │ ├── Kconfig.mt_wifi_ap │ │ │ │ │ ├── Kconfig.mt_wifi_sta │ │ │ │ │ ├── Kconfig.rlt_wifi │ │ │ │ │ ├── Kconfig.rlt_wifi_ap │ │ │ │ │ ├── Kconfig.rlt_wifi_sta │ │ │ │ │ ├── Kconfig.sta.soc │ │ │ │ │ ├── Kconfig.wifi │ │ │ │ │ ├── Makefile.4.netif │ │ │ │ │ ├── Makefile.4.util │ │ │ │ │ ├── Makefile.6 │ │ │ │ │ ├── Makefile.6.netif │ │ │ │ │ ├── Makefile.6.util │ │ │ │ │ ├── Makefile.ap.soc │ │ │ │ │ ├── Makefile.ap.usb │ │ │ │ │ ├── Makefile.clean │ │ │ │ │ ├── Makefile.libautoprovision.6 │ │ │ │ │ ├── Makefile.mt_wifi_ap │ │ │ │ │ ├── Makefile.mt_wifi_ap_alps │ │ │ │ │ ├── Makefile.mt_wifi_sta │ │ │ │ │ ├── Makefile.rlt_wifi_ap │ │ │ │ │ ├── Makefile.rlt_wifi_ap.7637e │ │ │ │ │ ├── Makefile.rlt_wifi_sta │ │ │ │ │ ├── Makefile.sta.soc │ │ │ │ │ ├── android_priv_cmd.c │ │ │ │ │ ├── ap_ioctl.c │ │ │ │ │ ├── bb_soc.c │ │ │ │ │ ├── br_ftph.c │ │ │ │ │ ├── cfg80211 │ │ │ │ │ ├── cfg80211.c │ │ │ │ │ ├── cfg80211_ap.c │ │ │ │ │ ├── cfg80211_apcli.c │ │ │ │ │ ├── cfg80211_inf.c │ │ │ │ │ ├── cfg80211_p2p.c │ │ │ │ │ ├── cfg80211_rx.c │ │ │ │ │ ├── cfg80211_scan.c │ │ │ │ │ ├── cfg80211_tdls.c │ │ │ │ │ ├── cfg80211_tx.c │ │ │ │ │ ├── cfg80211_util.c │ │ │ │ │ └── cfg80211drv.c │ │ │ │ │ ├── config.mk │ │ │ │ │ ├── config.mk.cfg80211 │ │ │ │ │ ├── config_ap.mk │ │ │ │ │ ├── config_chipset.mk │ │ │ │ │ ├── config_platform.mk │ │ │ │ │ ├── config_sta.mk │ │ │ │ │ ├── diag.c │ │ │ │ │ ├── inf_ppa.c │ │ │ │ │ ├── monitor_mode.c │ │ │ │ │ ├── mt_fwdump.c │ │ │ │ │ ├── multi_main_dev.c │ │ │ │ │ ├── pci_main_dev.c │ │ │ │ │ ├── rbus_main_dev.c │ │ │ │ │ ├── rbus_prop_dev.c │ │ │ │ │ ├── rt_linux.c │ │ │ │ │ ├── rt_linux_symb.c │ │ │ │ │ ├── rt_main_dev.c │ │ │ │ │ ├── rt_pci_rbus.c │ │ │ │ │ ├── rt_proc.c │ │ │ │ │ ├── rt_profile.c │ │ │ │ │ ├── rt_rbus_pci_drv.c │ │ │ │ │ ├── rt_rbus_pci_util.c │ │ │ │ │ ├── rt_symb.c │ │ │ │ │ ├── rt_txrx_hook.c │ │ │ │ │ ├── sta_ioctl.c │ │ │ │ │ ├── tm.c │ │ │ │ │ ├── trace.c │ │ │ │ │ ├── vr_bdlt.c │ │ │ │ │ ├── vr_ikans.c │ │ │ │ │ └── wbsys_main_dev.c │ │ │ ├── phy │ │ │ │ ├── mt_phy.c │ │ │ │ ├── mt_rf.c │ │ │ │ ├── phy.c │ │ │ │ ├── rf.c │ │ │ │ └── rlm_cal_cache.c │ │ │ ├── phystate │ │ │ │ └── phystate.c │ │ │ ├── protocol │ │ │ │ ├── protection.c │ │ │ │ ├── tmr.c │ │ │ │ └── twt_core.c │ │ │ ├── rate_ctrl │ │ │ │ ├── ra_cfg.c │ │ │ │ ├── ra_ctrl_mt.c │ │ │ │ ├── ra_ctrl_mt_drv.c │ │ │ │ └── ra_wrapper_embedded.c │ │ │ ├── txbf │ │ │ │ ├── cmm_txbf_cal_mt.c │ │ │ │ ├── cmm_txbf_mt.c │ │ │ │ └── txbf_wrapper_embedded.c │ │ │ └── txpwr │ │ │ │ ├── Makefile │ │ │ │ ├── dat2h │ │ │ │ ├── dat2h.c │ │ │ │ ├── data2h │ │ │ │ ├── data2h.c │ │ │ │ ├── single_sku.c │ │ │ │ ├── sku_tables │ │ │ │ ├── Backoff_01.dat │ │ │ │ ├── Backoff_default.dat │ │ │ │ ├── Sku_01.dat │ │ │ │ └── Sku_default.dat │ │ │ │ └── txpwr.c │ │ │ ├── mt_wifi_ap │ │ │ ├── Kconfig │ │ │ └── Makefile │ │ │ ├── mt_wifi_sta │ │ │ ├── Kconfig │ │ │ └── Makefile │ │ │ └── wlan_service │ │ │ ├── agent │ │ │ └── agent.c │ │ │ ├── glue │ │ │ ├── hal │ │ │ │ ├── gen4m │ │ │ │ │ └── operation_gen4m.c │ │ │ │ ├── include │ │ │ │ │ ├── operation.h │ │ │ │ │ └── test_mac.h │ │ │ │ └── jedi │ │ │ │ │ ├── operation_jedi.c │ │ │ │ │ ├── test_dmac.c │ │ │ │ │ └── test_fmac.c │ │ │ └── osal │ │ │ │ ├── gen4m │ │ │ │ ├── net_adaption_gen4m.c │ │ │ │ └── sys_adaption_gen4m.c │ │ │ │ ├── include │ │ │ │ ├── net_adaption.h │ │ │ │ └── sys_adaption.h │ │ │ │ └── jedi │ │ │ │ ├── net_adaption_jedi.c │ │ │ │ └── sys_adaption_jedi.c │ │ │ ├── include │ │ │ └── agent.h │ │ │ └── service │ │ │ ├── include │ │ │ ├── service_test.h │ │ │ └── test_engine.h │ │ │ ├── service_test.c │ │ │ └── test_engine.c │ │ └── wifi-profile │ │ ├── Makefile │ │ └── files │ │ ├── common │ │ ├── mtwifi.lua │ │ ├── quick_setting.lua │ │ └── wifi_jedi │ │ └── mt7916 │ │ ├── l1profile.dat │ │ ├── mt7916-sku-bf.dat │ │ ├── mt7916-sku.dat │ │ ├── mt7916.dbdc.b0.dat │ │ └── mt7916.dbdc.b1.dat ├── network │ ├── config │ │ ├── firewall │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── firewall.config │ │ │ │ ├── firewall.hotplug │ │ │ │ ├── firewall.init │ │ │ │ └── firewall.user │ │ │ └── patches │ │ │ │ └── fullconenat.patch │ │ ├── firewall4 │ │ │ ├── Makefile │ │ │ └── patches │ │ │ │ └── 001-firewall4-add-support-for-fullcone-nat.patch │ │ ├── gre │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ └── gre.sh │ │ ├── ipip │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ └── ipip.sh │ │ ├── ltq-adsl-app │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── 10_atm.sh │ │ │ │ ├── 10_ptm.sh │ │ │ │ ├── dsl_control │ │ │ │ └── dsl_cpe_pipe.sh │ │ │ └── patches │ │ │ │ ├── 001-stupid_breakage_fix.patch │ │ │ │ ├── 010-eglibc_compile_fix.patch │ │ │ │ ├── 100-add-more-script-notifications.patch │ │ │ │ └── 300-ubus.patch │ │ ├── ltq-vdsl-vr11-app │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── dsl_control │ │ │ │ └── dsl_cpe_pipe.sh │ │ │ └── patches │ │ │ │ ├── 100-compat.patch │ │ │ │ ├── 101-warnings.patch │ │ │ │ ├── 200-autoboot.patch │ │ │ │ ├── 201-orderly-shutdown.patch │ │ │ │ └── 300-ubus.patch │ │ ├── ltq-vdsl-vr9-app │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── 10_atm.sh │ │ │ │ ├── 10_ptm.sh │ │ │ │ ├── dsl_control │ │ │ │ └── dsl_cpe_pipe.sh │ │ │ ├── patches │ │ │ │ ├── 100-compat.patch │ │ │ │ ├── 101-musl.patch │ │ │ │ ├── 200-autoboot.patch │ │ │ │ ├── 201-sigterm.patch │ │ │ │ └── 300-ubus.patch │ │ │ └── src │ │ │ │ └── src │ │ │ │ └── dsl_cpe_ubus.c │ │ ├── netifd │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── etc │ │ │ │ ├── hotplug.d │ │ │ │ │ └── iface │ │ │ │ │ │ └── 00-netstate │ │ │ │ ├── init.d │ │ │ │ │ ├── network │ │ │ │ │ └── packet_steering │ │ │ │ ├── uci-defaults │ │ │ │ │ └── 14_migrate-dhcp-release │ │ │ │ └── udhcpc.user │ │ │ │ ├── lib │ │ │ │ ├── netifd │ │ │ │ │ ├── dhcp.script │ │ │ │ │ └── proto │ │ │ │ │ │ └── dhcp.sh │ │ │ │ └── network │ │ │ │ │ └── config.sh │ │ │ │ ├── sbin │ │ │ │ ├── devstatus │ │ │ │ ├── ifdown │ │ │ │ ├── ifstatus │ │ │ │ └── ifup │ │ │ │ └── usr │ │ │ │ ├── libexec │ │ │ │ └── network │ │ │ │ │ └── packet-steering.uc │ │ │ │ └── share │ │ │ │ └── udhcpc │ │ │ │ └── default.script │ │ ├── qos-scripts │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── etc │ │ │ │ ├── config │ │ │ │ │ └── qos │ │ │ │ ├── hotplug.d │ │ │ │ │ └── iface │ │ │ │ │ │ └── 10-qos │ │ │ │ └── init.d │ │ │ │ │ └── qos │ │ │ │ └── usr │ │ │ │ ├── bin │ │ │ │ ├── qos-start │ │ │ │ ├── qos-stat │ │ │ │ └── qos-stop │ │ │ │ └── lib │ │ │ │ └── qos │ │ │ │ ├── generate.sh │ │ │ │ └── tcrules.awk │ │ ├── qosify │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── qosify-defaults.conf │ │ │ │ ├── qosify-status │ │ │ │ ├── qosify.conf │ │ │ │ ├── qosify.hotplug │ │ │ │ └── qosify.init │ │ ├── soloscli │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── etc │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ └── atm │ │ │ │ │ │ │ └── 15-solos-init │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── solos │ │ │ │ └── solos-log-stats │ │ │ └── patches │ │ │ │ ├── 001-no-driver.patch │ │ │ │ └── 002-cflags.patch │ │ ├── swconfig │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ └── switch.sh │ │ │ └── src │ │ │ │ ├── Makefile │ │ │ │ ├── cli.c │ │ │ │ ├── swlib.c │ │ │ │ ├── swlib.h │ │ │ │ └── uci.c │ │ ├── vti │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ └── vti.sh │ │ ├── vxlan │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ └── vxlan.sh │ │ ├── wifi-scripts │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── etc │ │ │ │ └── hotplug.d │ │ │ │ │ └── ieee80211 │ │ │ │ │ └── 10-wifi-detect │ │ │ │ ├── lib │ │ │ │ ├── netifd │ │ │ │ │ ├── hostapd.sh │ │ │ │ │ ├── netifd-wireless.sh │ │ │ │ │ └── wireless │ │ │ │ │ │ └── mac80211.sh │ │ │ │ └── wifi │ │ │ │ │ └── mac80211.uc │ │ │ │ ├── sbin │ │ │ │ └── wifi │ │ │ │ └── usr │ │ │ │ └── share │ │ │ │ └── hostap │ │ │ │ ├── common.uc │ │ │ │ ├── wdev.uc │ │ │ │ └── wifi-detect.uc │ │ └── xfrm │ │ │ ├── Makefile │ │ │ └── files │ │ │ └── xfrm.sh │ ├── ipv6 │ │ ├── 464xlat │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ └── 464xlat.sh │ │ │ └── src │ │ │ │ ├── 464xlatcfg.c │ │ │ │ └── Makefile │ │ ├── 6in4 │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ └── 6in4.sh │ │ ├── 6rd │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ └── 6rd.sh │ │ │ └── src │ │ │ │ ├── 6rdcalc.c │ │ │ │ └── Makefile │ │ ├── 6to4 │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ └── 6to4.sh │ │ ├── ds-lite │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ └── dslite.sh │ │ ├── map │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ └── map.sh │ │ │ └── src │ │ │ │ ├── CMakeLists.txt │ │ │ │ └── mapcalc.c │ │ ├── odhcp6c │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── dhcpv6.script │ │ │ │ ├── dhcpv6.sh │ │ │ │ └── odhcp6c.user │ │ └── thc-ipv6 │ │ │ ├── Makefile │ │ │ └── patches │ │ │ ├── 100-no-ssl.patch │ │ │ └── 101-remove-march-native.patch │ ├── services │ │ ├── bridger │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── bridger.conf │ │ │ │ └── bridger.init │ │ ├── dnsmasq │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── 50-dnsmasq-migrate-ipset.sh │ │ │ │ ├── 50-dnsmasq-migrate-resolv-conf-auto.sh │ │ │ │ ├── dhcp-script.sh │ │ │ │ ├── dhcp.conf │ │ │ │ ├── dhcpbogushostname.conf │ │ │ │ ├── dnsmasq.conf │ │ │ │ ├── dnsmasq.init │ │ │ │ ├── dnsmasq_acl.json │ │ │ │ ├── dnsmasqsec.hotplug │ │ │ │ └── rfc6761.conf │ │ │ └── patches │ │ │ │ ├── 0001-Fix-spurious-resource-limit-exceeded-messages.patch │ │ │ │ ├── 0002-PATCH-Fix-error-introduced-in-51471cafa5a4fa44d6fe49.patch │ │ │ │ ├── 0003-Handle-DS-queries-to-auth-zones.patch │ │ │ │ ├── 100-remove-old-runtime-kernel-support.patch │ │ │ │ └── 200-ubus_dns.patch │ │ ├── dropbear │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── dropbear.config │ │ │ │ ├── dropbear.defaults │ │ │ │ ├── dropbear.failsafe │ │ │ │ └── dropbear.init │ │ │ └── patches │ │ │ │ ├── 100-pubkey_path.patch │ │ │ │ ├── 110-change_user.patch │ │ │ │ ├── 130-ssh_ignore_x_args.patch │ │ │ │ ├── 140-disable_assert.patch │ │ │ │ ├── 160-lto-jobserver.patch │ │ │ │ ├── 600-allow-blank-root-password.patch │ │ │ │ ├── 900-configure-hardening.patch │ │ │ │ ├── 901-bundled-libs-cflags.patch │ │ │ │ └── 910-signkey-fix-use-of-rsa-sha2-256-pubkeys.patch │ │ ├── ead │ │ │ ├── Makefile │ │ │ └── src │ │ │ │ ├── Makefile │ │ │ │ ├── aes.c │ │ │ │ ├── ead-client.c │ │ │ │ ├── ead-crypt.c │ │ │ │ ├── ead-crypt.h │ │ │ │ ├── ead-pcap.h │ │ │ │ ├── ead.c │ │ │ │ ├── ead.h │ │ │ │ ├── filter.c │ │ │ │ ├── libbridge.h │ │ │ │ ├── libbridge_init.c │ │ │ │ ├── libbridge_private.h │ │ │ │ ├── list.h │ │ │ │ ├── passwd │ │ │ │ ├── pfc.c │ │ │ │ ├── pw_encrypt_md5.c │ │ │ │ ├── sha1.c │ │ │ │ └── tinysrp │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── Notes │ │ │ │ ├── acconfig.h │ │ │ │ ├── acinclude.m4 │ │ │ │ ├── aclocal.m4 │ │ │ │ ├── bn.h │ │ │ │ ├── bn_add.c │ │ │ │ ├── bn_asm.c │ │ │ │ ├── bn_ctx.c │ │ │ │ ├── bn_div.c │ │ │ │ ├── bn_exp.c │ │ │ │ ├── bn_lcl.h │ │ │ │ ├── bn_lib.c │ │ │ │ ├── bn_mul.c │ │ │ │ ├── bn_prime.h │ │ │ │ ├── bn_shift.c │ │ │ │ ├── bn_sqr.c │ │ │ │ ├── bn_word.c │ │ │ │ ├── clitest.c │ │ │ │ ├── config.h.in │ │ │ │ ├── configure │ │ │ │ ├── configure.in │ │ │ │ ├── install-sh │ │ │ │ ├── missing │ │ │ │ ├── mkinstalldirs │ │ │ │ ├── srvtest.c │ │ │ │ ├── stamp-h.in │ │ │ │ ├── t_client.c │ │ │ │ ├── t_client.h │ │ │ │ ├── t_conf.c │ │ │ │ ├── t_conv.c │ │ │ │ ├── t_defines.h │ │ │ │ ├── t_getconf.c │ │ │ │ ├── t_getpass.c │ │ │ │ ├── t_math.c │ │ │ │ ├── t_misc.c │ │ │ │ ├── t_pw.c │ │ │ │ ├── t_pwd.h │ │ │ │ ├── t_read.c │ │ │ │ ├── t_read.h │ │ │ │ ├── t_server.c │ │ │ │ ├── t_server.h │ │ │ │ ├── t_sha.c │ │ │ │ ├── t_sha.h │ │ │ │ ├── t_truerand.c │ │ │ │ ├── tconf.c │ │ │ │ ├── tinysrp.c │ │ │ │ ├── tinysrp.h │ │ │ │ ├── tpasswd │ │ │ │ └── tphrase.c │ │ ├── hostapd │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── files │ │ │ │ ├── dhcp-get-server.sh │ │ │ │ ├── hostapd-basic.config │ │ │ │ ├── hostapd-full.config │ │ │ │ ├── hostapd-mini.config │ │ │ │ ├── hostapd.uc │ │ │ │ ├── multicall.c │ │ │ │ ├── radius.clients │ │ │ │ ├── radius.config │ │ │ │ ├── radius.init │ │ │ │ ├── radius.users │ │ │ │ ├── wpa_supplicant-basic.config │ │ │ │ ├── wpa_supplicant-full.config │ │ │ │ ├── wpa_supplicant-mini.config │ │ │ │ ├── wpa_supplicant-p2p.config │ │ │ │ ├── wpa_supplicant.uc │ │ │ │ ├── wpad.init │ │ │ │ ├── wpad.json │ │ │ │ ├── wpad_acl.json │ │ │ │ └── wps-hotplug.sh │ │ │ ├── patches │ │ │ │ ├── 010-mesh-Allow-DFS-channels-to-be-selected-if-dfs-is-ena.patch │ │ │ │ ├── 011-mesh-use-deterministic-channel-on-channel-switch.patch │ │ │ │ ├── 021-fix-sta-add-after-previous-connection.patch │ │ │ │ ├── 050-Fix-OpenWrt-13156.patch │ │ │ │ ├── 051-nl80211-add-extra-ies-only-if-allowed-by-driver.patch │ │ │ │ ├── 052-AP-add-missing-null-pointer-check-in-hostapd_free_ha.patch │ │ │ │ ├── 110-mbedtls-TLS-crypto-option-initial-port.patch │ │ │ │ ├── 120-mbedtls-fips186_2_prf.patch │ │ │ │ ├── 130-mbedtls-annotate-with-TEST_FAIL-for-hwsim-tests.patch │ │ │ │ ├── 135-mbedtls-fix-owe-association.patch │ │ │ │ ├── 140-tests-Makefile-make-run-tests-with-CONFIG_TLS.patch │ │ │ │ ├── 150-add-NULL-checks-encountered-during-tests-hwsim.patch │ │ │ │ ├── 160-dpp_pkex-EC-point-mul-w-value-prime.patch │ │ │ │ ├── 170-hostapd-update-cfs0-and-cfs1-for-160MHz.patch │ │ │ │ ├── 180-fix_owe_ssid_update.patch │ │ │ │ ├── 200-multicall.patch │ │ │ │ ├── 201-lto-jobserver-support.patch │ │ │ │ ├── 211-ctrl-make-WNM_AP-functions-dependant-on-CONFIG_AP.patch │ │ │ │ ├── 212-Move-definition-of-WLAN_SUPP_RATES_MAX-to-defs.h.patch │ │ │ │ ├── 213-wpa_supplicant-fix-warnings.patch │ │ │ │ ├── 220-indicate-features.patch │ │ │ │ ├── 250-hostapd_cli_ifdef.patch │ │ │ │ ├── 251-wpa_cli_ifdef.patch │ │ │ │ ├── 252-disable_ctrl_iface_mib.patch │ │ │ │ ├── 300-noscan.patch │ │ │ │ ├── 301-mesh-noscan.patch │ │ │ │ ├── 310-rescan_immediately.patch │ │ │ │ ├── 320-optional_rfkill.patch │ │ │ │ ├── 330-nl80211_fix_set_freq.patch │ │ │ │ ├── 341-mesh-ctrl-iface-channel-switch.patch │ │ │ │ ├── 350-nl80211_del_beacon_bss.patch │ │ │ │ ├── 381-hostapd_cli_UNKNOWN-COMMAND.patch │ │ │ │ ├── 400-wps_single_auth_enc_type.patch │ │ │ │ ├── 410-limit_debug_messages.patch │ │ │ │ ├── 460-wpa_supplicant-add-new-config-params-to-be-used-with.patch │ │ │ │ ├── 463-add-mcast_rate-to-11s.patch │ │ │ │ ├── 464-fix-mesh-obss-check.patch │ │ │ │ ├── 465-hostapd-config-support-random-BSS-color.patch │ │ │ │ ├── 470-survey_data_fallback.patch │ │ │ │ ├── 590-rrm-wnm-statistics.patch │ │ │ │ ├── 600-ubus_support.patch │ │ │ │ ├── 601-ucode_support.patch │ │ │ │ ├── 610-hostapd_cli_ujail_permission.patch │ │ │ │ ├── 701-reload_config_inline.patch │ │ │ │ ├── 710-vlan_no_bridge.patch │ │ │ │ ├── 711-wds_bridge_force.patch │ │ │ │ ├── 720-iface_max_num_sta.patch │ │ │ │ ├── 730-ft_iface.patch │ │ │ │ ├── 740-snoop_iface.patch │ │ │ │ ├── 760-dynamic_own_ip.patch │ │ │ │ ├── 761-shared_das_port.patch │ │ │ │ ├── 762-AP-don-t-ignore-probe-requests-with-invalid-DSSS-par.patch │ │ │ │ ├── 770-radius_server.patch │ │ │ │ ├── 780-Implement-APuP-Access-Point-Micro-Peering.patch │ │ │ │ ├── 803-hostapd-fix-80211be-build.patch │ │ │ │ └── 804-hostapd-Fix-clearing-up-settings-for-color-switch.patch │ │ │ └── src │ │ │ │ ├── hostapd │ │ │ │ └── radius.c │ │ │ │ ├── src │ │ │ │ ├── ap │ │ │ │ │ ├── ubus.c │ │ │ │ │ ├── ubus.h │ │ │ │ │ ├── ucode.c │ │ │ │ │ └── ucode.h │ │ │ │ └── utils │ │ │ │ │ ├── build_features.h │ │ │ │ │ ├── ucode.c │ │ │ │ │ └── ucode.h │ │ │ │ └── wpa_supplicant │ │ │ │ ├── ubus.c │ │ │ │ ├── ubus.h │ │ │ │ ├── ucode.c │ │ │ │ └── ucode.h │ │ ├── ipset-dns │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── ipset-dns.config │ │ │ │ └── ipset-dns.init │ │ ├── lldpd │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── lldpd.config │ │ │ │ └── lldpd.init │ │ ├── odhcpd │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── odhcpd-update │ │ │ │ ├── odhcpd.defaults │ │ │ │ └── odhcpd.init │ │ │ └── patches │ │ │ │ └── 001-odhcpd-RFC-9096-compliance.patch │ │ ├── omcproxy │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── omcproxy.config │ │ │ │ └── omcproxy.init │ │ ├── ppp │ │ │ ├── Makefile │ │ │ ├── files │ │ │ │ ├── etc │ │ │ │ │ └── ppp │ │ │ │ │ │ ├── chap-secrets │ │ │ │ │ │ ├── filter │ │ │ │ │ │ ├── options │ │ │ │ │ │ ├── options.pptp │ │ │ │ │ │ ├── radius.conf │ │ │ │ │ │ └── radius │ │ │ │ │ │ ├── dictionary │ │ │ │ │ │ ├── dictionary.asnet │ │ │ │ │ │ ├── dictionary.microsoft │ │ │ │ │ │ └── servers │ │ │ │ ├── lib │ │ │ │ │ └── netifd │ │ │ │ │ │ ├── ppp-down │ │ │ │ │ │ ├── ppp-up │ │ │ │ │ │ └── ppp6-up │ │ │ │ └── ppp.sh │ │ │ ├── patches │ │ │ │ ├── 101-pppd-crypto-fix-build-without-openssl.patch │ │ │ │ ├── 102-pppd-make-pid-directory-before-create-the-pid-file.patch │ │ │ │ ├── 103-pppd-crypto-fix-gcc-14-build.patch │ │ │ │ ├── 105-debian_demand.patch │ │ │ │ ├── 204-radius_config.patch │ │ │ │ ├── 207-lcp_mtu_max.patch │ │ │ │ ├── 208-fix_status_code.patch │ │ │ │ ├── 310-precompile_filter.patch │ │ │ │ ├── 321-multilink_support_custom_iface_names.patch │ │ │ │ ├── 340-populate_default_gateway.patch │ │ │ │ ├── 400-simplify_kernel_checks.patch │ │ │ │ ├── 401-no_record_file.patch │ │ │ │ ├── 404-remove_obsolete_protocol_names.patch │ │ │ │ ├── 405-no_multilink_option.patch │ │ │ │ ├── 500-add-pptp-plugin.patch │ │ │ │ └── 512-syncppp.patch │ │ │ └── utils │ │ │ │ └── pfc.c │ │ ├── relayd │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ └── relay.init │ │ ├── shellsync │ │ │ ├── Makefile │ │ │ └── src │ │ │ │ └── shellsync.c │ │ ├── uhttpd │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── ubus.default │ │ │ │ ├── uhttpd.config │ │ │ │ └── uhttpd.init │ │ ├── umdns │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── umdns.config │ │ │ │ ├── umdns.init │ │ │ │ └── umdns.json │ │ ├── unetd │ │ │ ├── Makefile │ │ │ └── files │ │ │ │ ├── unet-dht.init │ │ │ │ ├── unetd.init │ │ │ │ └── unetd.sh │ │ └── ustp │ │ │ ├── Makefile │ │ │ └── files │ │ │ └── ustpd.init │ └── utils │ │ ├── adb-enablemodem │ │ ├── Makefile │ │ └── files │ │ │ └── adb-enablemodem │ │ ├── arptables │ │ └── Makefile │ │ ├── bpftool │ │ ├── Makefile │ │ └── patches │ │ │ └── 002-includes.patch │ │ ├── comgt │ │ ├── Makefile │ │ ├── files │ │ │ ├── 3g.chat │ │ │ ├── 3g.sh │ │ │ ├── 3g.usb │ │ │ ├── directip-stop.gcom │ │ │ ├── directip.gcom │ │ │ ├── directip.sh │ │ │ ├── evdo.chat │ │ │ ├── getcardinfo.gcom │ │ │ ├── getcarrier.gcom │ │ │ ├── getcnum.gcom │ │ │ ├── getimsi.gcom │ │ │ ├── getstrength.gcom │ │ │ ├── ncm.json │ │ │ ├── ncm.sh │ │ │ ├── runcommand.gcom │ │ │ ├── setmode.gcom │ │ │ ├── setpin.gcom │ │ │ └── ussd.gcom │ │ └── patches │ │ │ ├── 001-compile_fix.patch │ │ │ ├── 002-termios.patch │ │ │ ├── 003-no_XCASE.patch │ │ │ └── 004-check_tty.patch │ │ ├── ebtables │ │ ├── Makefile │ │ └── patches │ │ │ └── 200-fix-extension-init.patch │ │ ├── ethtool │ │ ├── Makefile │ │ └── patches │ │ │ └── 0001-ethtool-make-building-for-RSS-input-xfrm-optional.patch │ │ ├── fullconenat-nft │ │ └── Makefile │ │ ├── fullconenat │ │ ├── Makefile │ │ ├── patches │ │ │ └── 000-printk.patch │ │ └── src │ │ │ └── Makefile │ │ ├── iproute2 │ │ ├── Makefile │ │ └── patches │ │ │ ├── 010-bridge-mst-fix-a-musl-build-issue.patch │ │ │ ├── 011-bridge-mst-fix-a-further-musl-build-issue.patch │ │ │ ├── 012-libnetlink-fix-build-with-musl-and-gcc-14.patch │ │ │ ├── 110-darwin_fixes.patch │ │ │ ├── 115-add-config-xtlibdir.patch │ │ │ ├── 120-no_arpd_ifstat_rtacct_lnstat.patch │ │ │ ├── 130-no_netem_tipc_dcb_man_vdpa.patch │ │ │ ├── 140-allow_pfifo_fast.patch │ │ │ ├── 140-keep_libmnl_optional.patch │ │ │ ├── 145-keep_libelf_optional.patch │ │ │ ├── 150-keep_libcap_optional.patch │ │ │ ├── 155-keep_tirpc_optional.patch │ │ │ ├── 160-libnetlink-pic.patch │ │ │ ├── 170-ip_tiny.patch │ │ │ ├── 180-drop_FAILED_POLICY.patch │ │ │ ├── 190-fix-nls-rpath-link.patch │ │ │ ├── 195-build_variant_ip_tc.patch │ │ │ ├── 200-drop_libbsd_dependency.patch │ │ │ ├── 300-selinux-configurable.patch │ │ │ └── 400-rdma-include-libgen.h-for-basename.patch │ │ ├── ipset │ │ ├── Makefile │ │ └── patches │ │ │ └── 0001-include-libgen.h-for-basename.patch │ │ ├── iptables │ │ ├── Makefile │ │ └── patches │ │ │ ├── 010-add-set-dscpmark-support.patch │ │ │ ├── 101-remove-check-already.patch │ │ │ ├── 102-iptables-disable-modprobe.patch │ │ │ ├── 103-optional-xml.patch │ │ │ ├── 200-configurable_builtin.patch │ │ │ ├── 600-shared-libext.patch │ │ │ ├── 700-disable-legacy-revisions.patch │ │ │ └── 800-flowoffload_target.patch │ │ ├── iw │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-nl80211_h_sync.patch │ │ │ ├── 010-Revert-iw-allow-specifying-CFLAGS-LIBS-externally.patch │ │ │ ├── 130-survey-bss-rx-time.patch │ │ │ ├── 200-reduce_size.patch │ │ │ ├── 300-wiphy_radios.patch │ │ │ └── 310-vif_radio_mask.patch │ │ ├── iwcap │ │ ├── Makefile │ │ └── src │ │ │ └── iwcap.c │ │ ├── iwinfo │ │ ├── Makefile │ │ └── patches │ │ │ └── 100-multi_radio.patch │ │ ├── layerscape │ │ └── restool │ │ │ ├── Makefile │ │ │ └── patches │ │ │ └── remove-manpage.patch │ │ ├── linux-atm │ │ ├── Makefile │ │ ├── files │ │ │ ├── atm.hotplug │ │ │ ├── br2684-up │ │ │ ├── br2684ctl │ │ │ └── br2684ctl_wrap │ │ └── patches │ │ │ ├── 000-debian_2.5.1-5.1.patch │ │ │ ├── 200-no_libfl.patch │ │ │ ├── 300-objcopy_path.patch │ │ │ ├── 400-portability_fixes.patch │ │ │ ├── 500-br2684ctl_script.patch │ │ │ ├── 501-br2684ctl_itfname.patch │ │ │ ├── 510-remove-LINUX_NETDEVICE-hack.patch │ │ │ ├── 600-musl-include.patch │ │ │ └── 700-fix-gcc14-build.patch │ │ ├── ltq-dsl-base │ │ ├── Makefile │ │ └── files │ │ │ ├── etc │ │ │ └── hotplug.d │ │ │ │ └── dsl │ │ │ │ ├── led_dsl.sh │ │ │ │ └── pppoa.sh │ │ │ └── sbin │ │ │ └── dsl_notify.sh │ │ ├── nftables │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-drop-useless-file.patch │ │ │ └── 002-nftables-add-fullcone-expression-support.patch │ │ ├── resolveip │ │ ├── Makefile │ │ └── src │ │ │ └── resolveip.c │ │ ├── rssileds │ │ ├── Makefile │ │ ├── files │ │ │ ├── rssi │ │ │ └── rssileds.init │ │ └── src │ │ │ └── rssileds.c │ │ ├── tcpdump │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-remove_pcap_debug.patch │ │ │ └── 100-tcpdump_mini.patch │ │ ├── umbim │ │ ├── Makefile │ │ └── files │ │ │ └── lib │ │ │ └── netifd │ │ │ └── proto │ │ │ └── mbim.sh │ │ ├── uqmi │ │ ├── Makefile │ │ └── files │ │ │ └── lib │ │ │ └── netifd │ │ │ └── proto │ │ │ └── qmi.sh │ │ ├── wireguard-tools │ │ ├── Makefile │ │ └── files │ │ │ ├── wireguard.sh │ │ │ └── wireguard_watchdog │ │ ├── wireless-tools │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-debian.patch │ │ │ ├── 002-fix-iwconfig-power-argument-parsing.patch │ │ │ ├── 003-we_essential_def.patch │ │ │ └── 004-increase_iwlist_buffer.patch │ │ ├── wpan-tools │ │ └── Makefile │ │ ├── wwan │ │ ├── Makefile │ │ └── files │ │ │ ├── data │ │ │ ├── 0421-03a7 │ │ │ ├── 0421-060d │ │ │ ├── 0421-060e │ │ │ ├── 0421-0612 │ │ │ ├── 0421-0619 │ │ │ ├── 0421-061e │ │ │ ├── 0421-0623 │ │ │ ├── 0421-0629 │ │ │ ├── 0421-062d │ │ │ ├── 0421-062f │ │ │ ├── 0421-0638 │ │ │ ├── 05c6-0016 │ │ │ ├── 05c6-0023 │ │ │ ├── 05c6-00a0 │ │ │ ├── 05c6-6000 │ │ │ ├── 05c6-9000 │ │ │ ├── 07d1-3e01 │ │ │ ├── 07d1-3e02 │ │ │ ├── 07d1-7e11 │ │ │ ├── 0af0-4005 │ │ │ ├── 0af0-6901 │ │ │ ├── 0af0-7201 │ │ │ ├── 0af0-8120 │ │ │ ├── 0af0-9200 │ │ │ ├── 0b3c-c000 │ │ │ ├── 0b3c-c001 │ │ │ ├── 0b3c-c002 │ │ │ ├── 0b3c-c003 │ │ │ ├── 0b3c-c004 │ │ │ ├── 0b3c-c005 │ │ │ ├── 0b3c-c00a │ │ │ ├── 0b3c-c00b │ │ │ ├── 0bdb-1900 │ │ │ ├── 0bdb-1902 │ │ │ ├── 0bdb-190a │ │ │ ├── 0bdb-190d │ │ │ ├── 0bdb-1910 │ │ │ ├── 0c88-17da │ │ │ ├── 0c88-180a │ │ │ ├── 0e8d-00a5 │ │ │ ├── 0f3d-68a2 │ │ │ ├── 0f3d-68aa │ │ │ ├── 1004-6124 │ │ │ ├── 1004-6141 │ │ │ ├── 1004-6157 │ │ │ ├── 1004-618f │ │ │ ├── 106c-3711 │ │ │ ├── 106c-3714 │ │ │ ├── 106c-3715 │ │ │ ├── 106c-3716 │ │ │ ├── 106c-3717 │ │ │ ├── 106c-3718 │ │ │ ├── 106c-3721 │ │ │ ├── 1199-0017 │ │ │ ├── 1199-0018 │ │ │ ├── 1199-0019 │ │ │ ├── 1199-0020 │ │ │ ├── 1199-0021 │ │ │ ├── 1199-0022 │ │ │ ├── 1199-0023 │ │ │ ├── 1199-0024 │ │ │ ├── 1199-0025 │ │ │ ├── 1199-0026 │ │ │ ├── 1199-0027 │ │ │ ├── 1199-0028 │ │ │ ├── 1199-0112 │ │ │ ├── 1199-0120 │ │ │ ├── 1199-0218 │ │ │ ├── 1199-0220 │ │ │ ├── 1199-0224 │ │ │ ├── 1199-0301 │ │ │ ├── 1199-6802 │ │ │ ├── 1199-6803 │ │ │ ├── 1199-6804 │ │ │ ├── 1199-6805 │ │ │ ├── 1199-6808 │ │ │ ├── 1199-6809 │ │ │ ├── 1199-6813 │ │ │ ├── 1199-6815 │ │ │ ├── 1199-6816 │ │ │ ├── 1199-6820 │ │ │ ├── 1199-6821 │ │ │ ├── 1199-6822 │ │ │ ├── 1199-6833 │ │ │ ├── 1199-6834 │ │ │ ├── 1199-6835 │ │ │ ├── 1199-6838 │ │ │ ├── 1199-6839 │ │ │ ├── 1199-683a │ │ │ ├── 1199-683b │ │ │ ├── 1199-6850 │ │ │ ├── 1199-6851 │ │ │ ├── 1199-6852 │ │ │ ├── 1199-6853 │ │ │ ├── 1199-6855 │ │ │ ├── 1199-6856 │ │ │ ├── 1199-6859 │ │ │ ├── 1199-685a │ │ │ ├── 1199-6880 │ │ │ ├── 1199-6890 │ │ │ ├── 1199-6891 │ │ │ ├── 1199-6892 │ │ │ ├── 1199-6893 │ │ │ ├── 1199-68a2 │ │ │ ├── 1199-68aa │ │ │ ├── 1199-68c0 │ │ │ ├── 12d1-1035 │ │ │ ├── 12d1-1404 │ │ │ ├── 12d1-1406 │ │ │ ├── 12d1-140b │ │ │ ├── 12d1-140c │ │ │ ├── 12d1-1412 │ │ │ ├── 12d1-141b │ │ │ ├── 12d1-1433 │ │ │ ├── 12d1-1436 │ │ │ ├── 12d1-1444 │ │ │ ├── 12d1-144e │ │ │ ├── 12d1-1464 │ │ │ ├── 12d1-1465 │ │ │ ├── 12d1-1491 │ │ │ ├── 12d1-14a5 │ │ │ ├── 12d1-14a8 │ │ │ ├── 12d1-14ac │ │ │ ├── 12d1-14ae │ │ │ ├── 12d1-14c6 │ │ │ ├── 12d1-14c8 │ │ │ ├── 12d1-14c9 │ │ │ ├── 12d1-14ca │ │ │ ├── 12d1-14cb │ │ │ ├── 12d1-14cc │ │ │ ├── 12d1-14cf │ │ │ ├── 12d1-14d2 │ │ │ ├── 12d1-1506 │ │ │ ├── 12d1-150a │ │ │ ├── 12d1-150c │ │ │ ├── 12d1-150f │ │ │ ├── 12d1-151b │ │ │ ├── 12d1-151d │ │ │ ├── 12d1-156c │ │ │ ├── 12d1-1576 │ │ │ ├── 12d1-1577 │ │ │ ├── 12d1-1578 │ │ │ ├── 12d1-1589 │ │ │ ├── 12d1-1c05 │ │ │ ├── 12d1-1c07 │ │ │ ├── 12d1-1c08 │ │ │ ├── 12d1-1c10 │ │ │ ├── 12d1-1c12 │ │ │ ├── 12d1-1c1e │ │ │ ├── 12d1-1c1f │ │ │ ├── 12d1-1c23 │ │ │ ├── 12d1-1f16 │ │ │ ├── 1410-1400 │ │ │ ├── 1410-1410 │ │ │ ├── 1410-1420 │ │ │ ├── 1410-1430 │ │ │ ├── 1410-1450 │ │ │ ├── 1410-2100 │ │ │ ├── 1410-2110 │ │ │ ├── 1410-2120 │ │ │ ├── 1410-2130 │ │ │ ├── 1410-2400 │ │ │ ├── 1410-2410 │ │ │ ├── 1410-2420 │ │ │ ├── 1410-4100 │ │ │ ├── 1410-4400 │ │ │ ├── 1410-6000 │ │ │ ├── 1410-6001 │ │ │ ├── 1410-6002 │ │ │ ├── 1410-6010 │ │ │ ├── 1410-7001 │ │ │ ├── 1410-7003 │ │ │ ├── 1410-7030 │ │ │ ├── 1410-7031 │ │ │ ├── 1410-7041 │ │ │ ├── 1410-7042 │ │ │ ├── 1410-9011 │ │ │ ├── 1410-b001 │ │ │ ├── 1529-3100 │ │ │ ├── 16d5-6202 │ │ │ ├── 16d5-6501 │ │ │ ├── 16d5-6502 │ │ │ ├── 16d5-6603 │ │ │ ├── 16d5-900d │ │ │ ├── 16d8-5141 │ │ │ ├── 16d8-5533 │ │ │ ├── 16d8-5543 │ │ │ ├── 16d8-5553 │ │ │ ├── 16d8-6002 │ │ │ ├── 16d8-6006 │ │ │ ├── 16d8-6007 │ │ │ ├── 16d8-6008 │ │ │ ├── 16d8-6522 │ │ │ ├── 16d8-6523 │ │ │ ├── 16d8-6532 │ │ │ ├── 16d8-6533 │ │ │ ├── 16d8-6543 │ │ │ ├── 16d8-680a │ │ │ ├── 19d2-0001 │ │ │ ├── 19d2-0002 │ │ │ ├── 19d2-0015 │ │ │ ├── 19d2-0016 │ │ │ ├── 19d2-0017 │ │ │ ├── 19d2-0018 │ │ │ ├── 19d2-0019 │ │ │ ├── 19d2-0022 │ │ │ ├── 19d2-0024 │ │ │ ├── 19d2-0025 │ │ │ ├── 19d2-0031 │ │ │ ├── 19d2-0033 │ │ │ ├── 19d2-0037 │ │ │ ├── 19d2-0039 │ │ │ ├── 19d2-0042 │ │ │ ├── 19d2-0052 │ │ │ ├── 19d2-0055 │ │ │ ├── 19d2-0057 │ │ │ ├── 19d2-0063 │ │ │ ├── 19d2-0064 │ │ │ ├── 19d2-0066 │ │ │ ├── 19d2-0073 │ │ │ ├── 19d2-0079 │ │ │ ├── 19d2-0082 │ │ │ ├── 19d2-0086 │ │ │ ├── 19d2-0091 │ │ │ ├── 19d2-0094 │ │ │ ├── 19d2-0104 │ │ │ ├── 19d2-0108 │ │ │ ├── 19d2-0116 │ │ │ ├── 19d2-0117 │ │ │ ├── 19d2-0121 │ │ │ ├── 19d2-0124 │ │ │ ├── 19d2-0128 │ │ │ ├── 19d2-0142 │ │ │ ├── 19d2-0143 │ │ │ ├── 19d2-0152 │ │ │ ├── 19d2-0157 │ │ │ ├── 19d2-0167 │ │ │ ├── 19d2-0170 │ │ │ ├── 19d2-0199 │ │ │ ├── 19d2-0257 │ │ │ ├── 19d2-0265 │ │ │ ├── 19d2-0284 │ │ │ ├── 19d2-0326 │ │ │ ├── 19d2-1003 │ │ │ ├── 19d2-1008 │ │ │ ├── 19d2-1010 │ │ │ ├── 19d2-1015 │ │ │ ├── 19d2-1018 │ │ │ ├── 19d2-1172 │ │ │ ├── 19d2-1173 │ │ │ ├── 19d2-1176 │ │ │ ├── 19d2-1177 │ │ │ ├── 19d2-1181 │ │ │ ├── 19d2-1203 │ │ │ ├── 19d2-1208 │ │ │ ├── 19d2-1211 │ │ │ ├── 19d2-1212 │ │ │ ├── 19d2-1217 │ │ │ ├── 19d2-1218 │ │ │ ├── 19d2-1220 │ │ │ ├── 19d2-1222 │ │ │ ├── 19d2-1245 │ │ │ ├── 19d2-1252 │ │ │ ├── 19d2-1254 │ │ │ ├── 19d2-1256 │ │ │ ├── 19d2-1270 │ │ │ ├── 19d2-1401 │ │ │ ├── 19d2-1402 │ │ │ ├── 19d2-1426 │ │ │ ├── 19d2-1512 │ │ │ ├── 19d2-1515 │ │ │ ├── 19d2-1518 │ │ │ ├── 19d2-1519 │ │ │ ├── 19d2-1522 │ │ │ ├── 19d2-1525 │ │ │ ├── 19d2-1527 │ │ │ ├── 19d2-1537 │ │ │ ├── 19d2-1538 │ │ │ ├── 19d2-1544 │ │ │ ├── 19d2-2002 │ │ │ ├── 19d2-2003 │ │ │ ├── 19d2-ffdd │ │ │ ├── 19d2-ffe4 │ │ │ ├── 19d2-ffe9 │ │ │ ├── 19d2-fff1 │ │ │ ├── 19d2-fffb │ │ │ ├── 19d2-fffc │ │ │ ├── 19d2-fffd │ │ │ ├── 19d2-fffe │ │ │ ├── 19d2-ffff │ │ │ ├── 1a8d-1002 │ │ │ ├── 1a8d-1003 │ │ │ ├── 1a8d-1007 │ │ │ ├── 1a8d-1009 │ │ │ ├── 1a8d-100c │ │ │ ├── 1a8d-100d │ │ │ ├── 1a8d-2006 │ │ │ ├── 1bbb-0000 │ │ │ ├── 1bbb-0012 │ │ │ ├── 1bbb-0017 │ │ │ ├── 1bbb-0052 │ │ │ ├── 1bbb-00b7 │ │ │ ├── 1bbb-00ca │ │ │ ├── 1bbb-011e │ │ │ ├── 1bbb-0203 │ │ │ ├── 1c9e-6060 │ │ │ ├── 1c9e-6061 │ │ │ ├── 1c9e-9000 │ │ │ ├── 1c9e-9603 │ │ │ ├── 1c9e-9605 │ │ │ ├── 1c9e-9607 │ │ │ ├── 1c9e-9801 │ │ │ ├── 1c9e-9900 │ │ │ ├── 1e0e-9000 │ │ │ ├── 1e0e-9100 │ │ │ ├── 1e0e-9200 │ │ │ ├── 1e0e-ce16 │ │ │ ├── 1e0e-cefe │ │ │ ├── 1e2d-0053 │ │ │ ├── 1e2d-005b │ │ │ ├── 2001-7d00 │ │ │ ├── 2001-7d01 │ │ │ ├── 2001-7d02 │ │ │ ├── 2001-7d03 │ │ │ ├── 211f-6801 │ │ │ ├── 2357-0201 │ │ │ ├── 2357-0202 │ │ │ ├── 2357-0203 │ │ │ ├── 2357-9000 │ │ │ ├── 2c7c-0125 │ │ │ ├── 413c-8114 │ │ │ ├── 413c-8115 │ │ │ ├── 413c-8116 │ │ │ ├── 413c-8117 │ │ │ ├── 413c-8118 │ │ │ ├── 413c-8128 │ │ │ ├── 413c-8129 │ │ │ ├── 413c-8133 │ │ │ ├── 413c-8134 │ │ │ ├── 413c-8135 │ │ │ ├── 413c-8136 │ │ │ ├── 413c-8137 │ │ │ ├── 413c-8138 │ │ │ ├── 413c-8147 │ │ │ ├── 413c-8180 │ │ │ ├── 413c-8181 │ │ │ ├── 413c-8182 │ │ │ ├── 413c-8186 │ │ │ ├── 413c-8194 │ │ │ ├── 413c-8195 │ │ │ ├── 413c-8196 │ │ │ └── 413c-819b │ │ │ ├── wwan.sh │ │ │ ├── wwan.usb │ │ │ └── wwan.usbmisc │ │ └── xdp-tools │ │ ├── Makefile │ │ └── patches │ │ ├── 010-configure-respect-LDFLAGS.patch │ │ ├── 020-libxdp-Use-__noinline__-reserved-attribute-for-XDP-d.patch │ │ ├── 022-xdp-dump-add-missing-perf_event-include-for-bpf-and-.patch │ │ ├── 024-lib-allow-overwriting-W-flags-via-BPF_CFLAGS.patch │ │ └── 025-Add-BPF_LDFLAGS-to-allow-overwriting-llc-s-march-arg.patch ├── system │ ├── apk │ │ ├── Makefile │ │ └── patches │ │ │ ├── 0001-openwrt-move-layer-db-to-temp-folder.patch │ │ │ └── 0010-apk_defines-add-default-arch-for-ARM-Big-Endian.patch │ ├── ca-certificates │ │ ├── Makefile │ │ └── patches │ │ │ └── 0001-ca-certificates-fix-python3-cryptography-woes-in-cer.patch │ ├── fstools │ │ ├── Makefile │ │ ├── files │ │ │ ├── blockd.init │ │ │ ├── fstab.default │ │ │ ├── fstab.init │ │ │ ├── media-change.hotplug │ │ │ ├── mount.hotplug │ │ │ └── snapshot │ │ └── patches │ │ │ └── 100-fstools-support-extroot-for-non-MTD-rootfs_data.patch │ ├── fwtool │ │ └── Makefile │ ├── gpio-cdev │ │ └── nu801 │ │ │ ├── Makefile │ │ │ └── files │ │ │ └── nu801.init │ ├── iucode-tool │ │ ├── Makefile │ │ └── patches │ │ │ ├── 001-iucode_tool-add-missing-limits.h-for-USE_CPUID_DEVIC.patch │ │ │ ├── 100_headers.patch │ │ │ └── 200_add-cpuid-compatibility-header-to-build-on-non-x86.patch │ ├── mtd │ │ ├── Makefile │ │ └── src │ │ │ ├── Makefile │ │ │ ├── crc32.c │ │ │ ├── crc32.h │ │ │ ├── fis.c │ │ │ ├── fis.h │ │ │ ├── imagetag.c │ │ │ ├── jffs2.c │ │ │ ├── jffs2.h │ │ │ ├── linksys_bootcount.c │ │ │ ├── md5.c │ │ │ ├── md5.h │ │ │ ├── mtd.c │ │ │ ├── mtd.h │ │ │ ├── seama.c │ │ │ ├── seama.h │ │ │ ├── tpl_ramips_recoveryflag.c │ │ │ ├── trx.c │ │ │ ├── wrg.c │ │ │ ├── wrgg.c │ │ │ └── wrgg.h │ ├── openwrt-keyring │ │ └── Makefile │ ├── opkg │ │ ├── Makefile │ │ └── files │ │ │ ├── 20_migrate-feeds │ │ │ ├── customfeeds.conf │ │ │ ├── opkg-key │ │ │ ├── opkg-smime.conf │ │ │ └── opkg.conf │ ├── procd │ │ ├── Makefile │ │ └── files │ │ │ ├── hotplug-preinit.json │ │ │ ├── hotplug.json │ │ │ ├── procd.sh │ │ │ ├── reload_config │ │ │ ├── service │ │ │ └── uxc.init │ ├── refpolicy │ │ ├── Makefile │ │ ├── files │ │ │ └── selinux-config │ │ └── patches │ │ │ └── 100-no-docs.patch │ ├── rpcd │ │ ├── Makefile │ │ └── files │ │ │ ├── 50-migrate-rpcd-ubus-sock.sh │ │ │ ├── rpcd.config │ │ │ └── rpcd.init │ ├── selinux-policy │ │ ├── Makefile │ │ └── files │ │ │ └── selinux-config │ ├── ubox │ │ ├── Makefile │ │ └── files │ │ │ ├── log.init │ │ │ ├── logd.json │ │ │ └── modules.conf │ ├── ubus │ │ └── Makefile │ ├── ucert │ │ └── Makefile │ ├── uci │ │ ├── Makefile │ │ └── files │ │ │ └── lib │ │ │ └── config │ │ │ └── uci.sh │ ├── urandom-seed │ │ ├── Makefile │ │ └── files │ │ │ ├── etc │ │ │ └── init.d │ │ │ │ └── urandom_seed │ │ │ ├── lib │ │ │ └── preinit │ │ │ │ └── 81_urandom_seed │ │ │ └── sbin │ │ │ └── urandom_seed │ ├── urngd │ │ ├── Makefile │ │ ├── files │ │ │ └── urngd.init │ │ └── patches │ │ │ └── 100-fix-high-cpu-usage-with-docker.patch │ ├── usign │ │ └── Makefile │ └── zram-swap │ │ ├── Makefile │ │ └── files │ │ └── zram.init └── utils │ ├── adb │ ├── Makefile │ └── patches │ │ ├── 001-create_Makefile.patch │ │ ├── 003-fix-musl-build.patch │ │ ├── 010-openssl-1.1.patch │ │ └── 020-cherry-picked-superspeed-fix.patch │ ├── audit │ ├── Makefile │ └── files │ │ └── audit.init │ ├── bcm27xx-utils │ ├── Makefile │ └── patches │ │ ├── 0001-raspinfo-adapt-to-OpenWrt.patch │ │ └── 0002-cmake-disable-piolib.patch │ ├── bcm4908img │ ├── Makefile │ └── src │ │ ├── Makefile │ │ └── bcm4908img.c │ ├── bsdiff │ ├── Makefile │ └── patches │ │ ├── 001-musl.patch │ │ ├── 020-CVE-2014-9862.patch │ │ └── 033-CVE-2020-14315.patch │ ├── busybox │ ├── Config-defaults.in │ ├── Config.in │ ├── Makefile │ ├── config │ │ ├── Config.in │ │ ├── archival │ │ │ └── Config.in │ │ ├── console-tools │ │ │ └── Config.in │ │ ├── coreutils │ │ │ └── Config.in │ │ ├── debianutils │ │ │ └── Config.in │ │ ├── e2fsprogs │ │ │ ├── Config.in │ │ │ └── old_e2fsprogs │ │ │ │ └── Config.in │ │ ├── editors │ │ │ └── Config.in │ │ ├── findutils │ │ │ └── Config.in │ │ ├── init │ │ │ └── Config.in │ │ ├── klibc-utils │ │ │ └── Config.in │ │ ├── libbb │ │ │ └── Config.in │ │ ├── loginutils │ │ │ └── Config.in │ │ ├── mailutils │ │ │ └── Config.in │ │ ├── miscutils │ │ │ └── Config.in │ │ ├── modutils │ │ │ └── Config.in │ │ ├── networking │ │ │ ├── Config.in │ │ │ └── udhcp │ │ │ │ └── Config.in │ │ ├── printutils │ │ │ └── Config.in │ │ ├── procps │ │ │ └── Config.in │ │ ├── runit │ │ │ └── Config.in │ │ ├── selinux │ │ │ └── Config.in │ │ ├── shell │ │ │ └── Config.in │ │ ├── sysklogd │ │ │ └── Config.in │ │ └── util-linux │ │ │ ├── Config.in │ │ │ └── volume_id │ │ │ └── Config.in │ ├── convert_defaults.pl │ ├── convert_menuconfig.pl │ ├── files │ │ ├── cron │ │ ├── ntpd-hotplug │ │ ├── ntpd.capabilities │ │ ├── ntpd_acl.json │ │ └── sysntpd │ ├── patches │ │ ├── 120-lto-jobserver.patch │ │ ├── 200-udhcpc_reduce_msgs.patch │ │ ├── 201-udhcpc_changed_ifindex.patch │ │ ├── 210-add_netmsg_util.patch │ │ ├── 220-add_lock_util.patch │ │ ├── 270-libbb_make_unicode_printable.patch │ │ ├── 301-ip-link-fix-netlink-msg-size.patch │ │ ├── 500-move-traceroute-applets-to-bin.patch │ │ ├── 510-move-passwd-applet-to-bin.patch │ │ ├── 520-loginutils-handle-crypt-failures.patch │ │ ├── 530-nslookup-ensure-unique-transaction-IDs-for-the-DNS-queries.patch │ │ └── 900-add-e-f-option-for-docker.patch │ └── selinux.config │ ├── bzip2 │ ├── Makefile │ └── patches │ │ ├── 020-no-utime.patch │ │ └── 021-fix-LDFLAGS.patch │ ├── checkpolicy │ └── Makefile │ ├── ct-bugcheck │ ├── Makefile │ └── src │ │ ├── bugcheck.initd │ │ ├── bugcheck.sh │ │ └── bugchecker.sh │ ├── debugcc │ └── Makefile │ ├── dns320l-mcu │ ├── Makefile │ └── files │ │ └── dns320l-mcu.init │ ├── dtc │ └── Makefile │ ├── e2fsprogs │ ├── Makefile │ ├── files │ │ ├── e2fsck.conf │ │ └── e2fsck.sh │ └── patches │ │ ├── 000-relocatable.patch │ │ ├── 001-com_err_version.patch │ │ └── 002-fix-subst-host-build.patch │ ├── f2fs-tools │ └── Makefile │ ├── fbtest │ ├── Makefile │ └── src │ │ ├── Makefile │ │ └── fbtest.c │ ├── firmware-utils │ └── Makefile │ ├── fitblk │ ├── Makefile │ ├── files │ │ └── fit.sh │ └── src │ │ ├── Makefile │ │ └── fitblk.c │ ├── fritz-tools │ ├── Makefile │ ├── README.md │ └── src │ │ ├── CMakeLists.txt │ │ ├── fritz_cal_extract.c │ │ ├── fritz_tffs_nand_read.c │ │ └── fritz_tffs_read.c │ ├── jboot-tools │ ├── Makefile │ ├── README.md │ └── src │ │ ├── CMakeLists.txt │ │ └── jboot_config_read.c │ ├── jsonfilter │ └── Makefile │ ├── lua │ ├── Makefile │ ├── patches-host │ │ ├── 001-include-version-number.patch │ │ ├── 010-lua-5.1.3-lnum-full-260308.patch │ │ ├── 011-lnum-use-double.patch │ │ ├── 012-lnum-fix-ltle-relational-operators.patch │ │ ├── 013-lnum-strtoul-parsing-fixes.patch │ │ ├── 015-lnum-ppc-compat.patch │ │ ├── 030-archindependent-bytecode.patch │ │ ├── 100-no_readline.patch │ │ └── 400-CVE-2014-5461.patch │ └── patches │ │ ├── 001-include-version-number.patch │ │ ├── 010-lua-5.1.3-lnum-full-260308.patch │ │ ├── 011-lnum-use-double.patch │ │ ├── 012-lnum-fix-ltle-relational-operators.patch │ │ ├── 013-lnum-strtoul-parsing-fixes.patch │ │ ├── 015-lnum-ppc-compat.patch │ │ ├── 020-shared_liblua.patch │ │ ├── 030-archindependent-bytecode.patch │ │ ├── 040-use-symbolic-functions.patch │ │ ├── 050-honor-cflags.patch │ │ ├── 100-no_readline.patch │ │ ├── 200-lua-path.patch │ │ ├── 300-opcode_performance.patch │ │ └── 400-CVE-2014-5461.patch │ ├── lua5.3 │ ├── Makefile │ ├── patches-host │ │ ├── 001-include-version-number.patch │ │ ├── 100-no_readline.patch │ │ └── 200-CVE-2019-6706.patch │ └── patches │ │ ├── 001-include-version-number.patch │ │ ├── 020-shared_liblua.patch │ │ ├── 100-no_readline.patch │ │ └── 200-CVE-2019-6706.patch │ ├── mdadm │ ├── Makefile │ ├── files │ │ ├── mdadm.config │ │ └── mdadm.init │ └── patches │ │ ├── 010-falloc.patch │ │ ├── 020-basename.patch │ │ ├── 030-fix-monitor-tv_sec.patch │ │ ├── 040-udev.patch │ │ ├── 050-pie.patch │ │ ├── 060-gcc14.patch │ │ ├── 100-cross_compile.patch │ │ └── 200-reduce_size.patch │ ├── mhz │ ├── Makefile │ └── patches │ │ └── 0001-Makefile-allow-overriding-CC-and-CFLAGS.patch │ ├── mtd-utils │ ├── Makefile │ └── files │ │ ├── ubihealthd.defaults │ │ └── ubihealthd.init │ ├── nvram │ ├── Makefile │ ├── files │ │ ├── nvram-bcm47xx.init │ │ └── nvram-bcm53xx.init │ └── src │ │ ├── Makefile │ │ ├── cli.c │ │ ├── crc.c │ │ ├── nvram.c │ │ ├── nvram.h │ │ └── sdinitvals.h │ ├── omnia-eeprom │ └── Makefile │ ├── omnia-mcutool │ └── Makefile │ ├── osafeloader │ ├── Makefile │ └── src │ │ ├── Makefile │ │ ├── md5.c │ │ ├── md5.h │ │ └── osafeloader.c │ ├── pcat-manager │ ├── Makefile │ └── files │ │ └── pcat-manager.init │ ├── policycoreutils │ └── Makefile │ ├── px5g-mbedtls │ ├── Makefile │ └── px5g-mbedtls.c │ ├── px5g-wolfssl │ ├── Makefile │ └── px5g-wolfssl.c │ ├── ravpower-mcu │ └── Makefile │ ├── secilc │ └── Makefile │ ├── spidev_test │ └── Makefile │ ├── ucode-mod-bpf │ ├── Makefile │ └── src │ │ └── bpf.c │ ├── ucode │ └── Makefile │ ├── uencrypt │ ├── Makefile │ └── src │ │ ├── CMakeLists.txt │ │ ├── uencrypt-mbedtls.c │ │ ├── uencrypt-openssl.c │ │ ├── uencrypt.c │ │ └── uencrypt.h │ ├── ugps │ ├── Makefile │ └── files │ │ ├── gps.config │ │ └── ugps.init │ ├── usbgadget │ ├── Makefile │ └── files │ │ ├── presets │ │ ├── acm │ │ └── ncm │ │ ├── usbgadget.conf │ │ └── usbgadget.init │ ├── usbmode │ ├── Makefile │ ├── data │ │ ├── 12d1-1f16 │ │ └── 3426-1f01 │ └── files │ │ ├── usbmode.hotplug │ │ └── usbmode.init │ ├── util-linux │ └── Makefile │ ├── yafut │ └── Makefile │ └── zyxel-bootconfig │ ├── Makefile │ ├── files │ └── 95_apply_bootconfig │ └── src │ ├── Makefile │ └── zyxel-bootconfig.c ├── rules.mk ├── scripts ├── belkin-header.py ├── brcmImage.pl ├── bundle-libraries.sh ├── cameo-imghdr.py ├── cameo-tag.py ├── cfe-bin-header.py ├── cfe-partition-tag.py ├── cfe-wfi-tag.py ├── check-toolchain-clean.sh ├── checkpatch.pl ├── clean-package.sh ├── cleanfile ├── cleanpatch ├── combined-ext-image.sh ├── combined-image.sh ├── command_all.sh ├── config.guess ├── config.rpath ├── config.sub ├── config │ ├── .gitignore │ ├── Kbuild.include │ ├── Makefile │ ├── README │ ├── conf.c │ ├── confdata.c │ ├── expr.c │ ├── expr.h │ ├── images.c │ ├── images.h │ ├── internal.h │ ├── lexer.l │ ├── lexer.lex.c │ ├── list.h │ ├── lkc.h │ ├── lkc_proto.h │ ├── lxdialog │ │ ├── checklist.c │ │ ├── dialog.h │ │ ├── inputbox.c │ │ ├── menubox.c │ │ ├── textbox.c │ │ ├── util.c │ │ └── yesno.c │ ├── mconf-cfg.sh │ ├── mconf.c │ ├── menu.c │ ├── nconf-cfg.sh │ ├── nconf.c │ ├── nconf.gui.c │ ├── nconf.h │ ├── parser.tab.c │ ├── parser.tab.h │ ├── parser.y │ ├── preprocess.c │ ├── qconf-cfg.sh │ ├── qconf.cc │ ├── qconf.h │ ├── symbol.c │ └── util.c ├── const_structs.checkpatch ├── deptest.sh ├── diffconfig.sh ├── dl_cleanup.py ├── dl_github_archive.py ├── download-check-artifact.sh ├── download.pl ├── dump-target-info.pl ├── env ├── ext-toolchain.sh ├── ext-tools.sh ├── feeds ├── fixup-makefile.pl ├── flashing │ ├── adam2flash-502T.pl │ ├── adam2flash-fritzbox.pl │ ├── adam2flash.pl │ ├── adsl2mue_flash.pl │ ├── eva_ramboot.py │ ├── flash.sh │ └── jungo-image.py ├── functions.sh ├── gen-dependencies.sh ├── gen_image_generic.sh ├── get_source_date_epoch.sh ├── getver.sh ├── ipkg-build ├── ipkg-make-index.sh ├── ipkg-remove ├── json_add_image_info.py ├── json_overview_image_info.py ├── kconfig-reorder.sh ├── kconfig.pl ├── kernel_bump.sh ├── linksys-image.sh ├── make-ipkg-dir.sh ├── md5sum ├── metadata.pm ├── mkhash.c ├── mkits-qsdk-ipq-image.sh ├── mkits-zyxel-fit-filogic.sh ├── mkits-zyxel-fit.sh ├── mkits.sh ├── moxa-encode-fw.py ├── netgear-encrypted-factory.py ├── noop.sh ├── om-fwupgradecfg-gen.sh ├── package-metadata.pl ├── pad_image ├── patch-kernel.sh ├── patch-specs.sh ├── portable_date.sh ├── projectsmirrors.json ├── qemustart ├── redboot-script.pl ├── relink-lib.sh ├── remote-gdb ├── rstrip.sh ├── sercomm-crypto.py ├── sercomm-kernel-header.py ├── sercomm-partition-tag.py ├── sercomm-payload.py ├── sercomm-pid.py ├── sign_images.sh ├── size_compare.sh ├── slugimage.pl ├── spelling.txt ├── srecimage.pl ├── strip-kmod.sh ├── symlink-tree.sh ├── sysupgrade-tar.sh ├── target-metadata.pl ├── time.pl ├── timestamp.pl ├── ubinize-image.sh └── xxdi.pl ├── target ├── Config.in ├── Makefile ├── imagebuilder │ ├── Config.in │ ├── Makefile │ └── files │ │ ├── Makefile │ │ ├── README.apk.md │ │ ├── README.opkg.md │ │ └── repositories.conf ├── linux │ ├── Makefile │ ├── airoha │ │ ├── Makefile │ │ ├── an7581 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── dts │ │ │ ├── an7581-evb-emmc.dts │ │ │ ├── an7581-evb.dts │ │ │ ├── an7581.dtsi │ │ │ ├── en7523-evb.dts │ │ │ └── en7523.dtsi │ │ ├── en7523 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── an7581.mk │ │ │ └── en7523.mk │ │ ├── modules.mk │ │ └── patches-6.6 │ │ │ ├── 001-v6.10-arm64-add-Airoha-EN7581-platform.patch │ │ │ ├── 002-v6.11-i2c-mt7621-Add-Airoha-EN7581-i2c-support.patch │ │ │ ├── 006-v6.11-net-airoha-Introduce-ethernet-support-for-EN7581-SoC.patch │ │ │ ├── 007-v6.11-net-airoha-fix-error-branch-in-airoha_dev_xmit-and-a.patch │ │ │ ├── 008-v6.11-net-airoha-Fix-NULL-pointer-dereference-in-airoha_qd.patch │ │ │ ├── 009-v6.11-net-airoha-Fix-MBI_RX_AGE_SEL_MASK-definition.patch │ │ │ ├── 010-01-v6.12-net-airoha-Introduce-airoha_qdma-struct.patch │ │ │ ├── 010-02-v6.12-net-airoha-Move-airoha_queues-in-airoha_qdma.patch │ │ │ ├── 010-03-v6.12-net-airoha-Move-irq_mask-in-airoha_qdma-structure.patch │ │ │ ├── 010-04-v6.12-net-airoha-Add-airoha_qdma-pointer-in-airoha_tx_irq_.patch │ │ │ ├── 010-05-v6.12-net-airoha-Use-qdma-pointer-as-private-structure-in-.patch │ │ │ ├── 010-06-v6.12-net-airoha-Allow-mapping-IO-region-for-multiple-qdma.patch │ │ │ ├── 010-07-v6.12-net-airoha-Start-all-qdma-NAPIs-in-airoha_probe.patch │ │ │ ├── 010-08-v6.12-net-airoha-Link-the-gdm-port-to-the-selected-qdma-co.patch │ │ │ ├── 011-v6.12-net-airoha-honor-reset-return-value-in-airoha_hw_ini.patch │ │ │ ├── 012-v6.12-net-airoha-configure-hw-mac-address-according-to-the.patch │ │ │ ├── 013-v6.12-net-airoha-fix-module-autoloading.patch │ │ │ ├── 014-01-v6.13-net-airoha-fix-PSE-memory-configuration-in-airoha_fe.patch │ │ │ ├── 014-02-v6.13-net-airoha-read-default-PSE-reserved-pages-value-bef.patch │ │ │ ├── 015-v6.12-net-airoha-Update-tx-cpu-dma-ring-idx-at-the-end-of-.patch │ │ │ ├── 016-v6.13-net-airoha-Fix-EGRESS_RATE_METER_EN_MASK-definition.patch │ │ │ ├── 017-v6.13-net-airoha-Implement-BQL-support.patch │ │ │ ├── 018-01-v6.10-clk-en7523-Add-en_clk_soc_data-data-structure.patch │ │ │ ├── 018-02-v6.10-clk-en7523-Add-EN7581-support.patch │ │ │ ├── 019-01-v6.11-clk-en7523-Add-reset-controller-support-for-EN7581-S.patch │ │ │ ├── 019-02-v6.11-clk-en7523-Remove-pcie-prepare-unpreare-callbacks-fo.patch │ │ │ ├── 019-03-v6.11-clk-en7523-Remove-PCIe-reset-open-drain-configuratio.patch │ │ │ ├── 020-v6.11-dt-bindings-clock-airoha-Add-reset-support-to-EN7581.patch │ │ │ ├── 021-01-v6.12-PCI-mediatek-gen3-Add-mtk_gen3_pcie_pdata-data-struc.patch │ │ │ ├── 021-02-v6.12-PCI-mediatek-gen3-Rely-on-reset_bulk-APIs-for-PHY-re.patch │ │ │ ├── 021-03-v6.12-PCI-mediatek-gen3-Add-Airoha-EN7581-support.patch │ │ │ ├── 022-v6.11-phy-airoha-Add-PCIe-PHY-driver-for-EN7581-SoC.patch │ │ │ ├── 023-v6.11-phy-airoha-Add-dtime-and-Rx-AEQ-IO-registers.patch │ │ │ ├── 024-v6.12-phy-airoha-adjust-initialization-delay-in-airoha_pci.patch │ │ │ ├── 025-01-v6.13-phy-airoha-Fix-REG_CSR_2L_PLL_CMN_RESERVE0-config-in.patch │ │ │ ├── 025-02-v6.13-phy-airoha-Fix-REG_PCIE_PMA_TX_RESET-config-in-airoh.patch │ │ │ ├── 025-03-v6.13-phy-airoha-Fix-REG_CSR_2L_JCPLL_SDM_HREN-config-in-a.patch │ │ │ ├── 025-04-v6.13-phy-airoha-Fix-REG_CSR_2L_RX-0-1-_REV0-definitions.patch │ │ │ ├── 025-v6.10-spi-airoha-add-SPI-NAND-Flash-controller-driver.patch │ │ │ ├── 026-01-v6.12-spi-airoha-fix-dirmap_-read-write-operations.patch │ │ │ ├── 026-02-v6.12-spi-airoha-fix-airoha_snand_-write-read-_data-data_l.patch │ │ │ ├── 027-v6.12-spi-airoha-remove-read-cache-in-airoha_snand_dirmap_.patch │ │ │ ├── 028-v6.13-spi-airoha-do-not-keep-tx-rx-dma-buffer-always-mappe.patch │ │ │ ├── 029-v6.12-net-dsa-mt7530-Add-EN7581-support.patch │ │ │ ├── 030-v6.13-hwrng-airoha-add-support-for-Airoha-EN7581-TRNG.patch │ │ │ ├── 031-01-v6.13-net-airoha-Read-completion-queue-data-in-airoha_qdma.patch │ │ │ ├── 031-02-v6.13-net-airoha-Simplify-Tx-napi-logic.patch │ │ │ ├── 032-v6.13-watchdog-Add-support-for-Airoha-EN7851-watchdog.patch │ │ │ ├── 033-01-v6.13-clk-en7523-remove-REG_PCIE-_-MEM-MEM_MASK-configurat.patch │ │ │ ├── 033-02-v6.13-clk-en7523-move-clock_register-in-hw_init-callback.patch │ │ │ ├── 033-03-v6.13-clk-en7523-introduce-chip_scu-regmap.patch │ │ │ ├── 033-04-v6.13-clk-en7523-fix-estimation-of-fixed-rate-for-EN7581.patch │ │ │ ├── 033-05-v6.13-clk-en7523-move-en7581_reset_register-in-en7581_clk_.patch │ │ │ ├── 033-06-v6.13-clk-en7523-map-io-region-in-a-single-block.patch │ │ │ ├── 034-v6.13-pinctrl-airoha-Add-support-for-EN7581-SoC.patch │ │ │ ├── 035-v6.13-clk-en7523-Fix-wrong-BUS-clock-for-EN7581.patch │ │ │ ├── 036-v6.13-net-airoha-Fix-typo-in-REG_CDM2_FWD_CFG-configuratio.patch │ │ │ ├── 037-v6.14-net-airoha-Fix-error-path-in-airoha_probe.patch │ │ │ ├── 038-01-v6.14-net-airoha-Enable-Tx-drop-capability-for-each-Tx-DMA.patch │ │ │ ├── 038-02-v6.14-net-airoha-Introduce-ndo_select_queue-callback.patch │ │ │ ├── 038-03-v6.14-net-airoha-Add-sched-ETS-offload-support.patch │ │ │ ├── 038-04-v6.14-net-airoha-Add-sched-HTB-offload-support.patch │ │ │ ├── 039-v6.14-cpufreq-airoha-Add-EN7581-CPUFreq-SMCCC-driver.patch │ │ │ ├── 039-v6.14-net-airoha-Enforce-ETS-Qdisc-priomap.patch │ │ │ ├── 040-v6.14-pmdomain-airoha-Add-Airoha-CPU-PM-Domain-support.patch │ │ │ ├── 041-01-v6.14-clk-en7523-Rework-clock-handling-for-different-clock.patch │ │ │ ├── 041-02-v6.14-dt-bindings-clock-drop-NUM_CLOCKS-define-for-EN7581.patch │ │ │ ├── 041-03-v6.14-dt-bindings-clock-add-ID-for-eMMC-for-EN7581.patch │ │ │ ├── 041-04-v6.14-clk-en7523-Add-clock-for-eMMC-for-EN7581.patch │ │ │ ├── 101-01-thermal-of-Add-devm_thermal_of_zone_register_with_pa.patch │ │ │ ├── 101-02-thermal-Add-support-for-Airoha-EN7581-thermal-sensor.patch │ │ │ ├── 104-i2c-mt7621-optional-reset.patch │ │ │ ├── 105-uart-add-en7523-support.patch │ │ │ ├── 108-pwm-airoha-Add-support-for-EN7581-SoC.patch │ │ │ ├── 113-net-airoha-Fix-channel-configuration-for-ETS-Qdisc.patch │ │ │ ├── 200-spinlock-extend-guard-with-spinlock_bh-variants.patch │ │ │ ├── 201-crypto-Add-Mediatek-EIP-93-crypto-engine-support.patch │ │ │ ├── 300-spi-Add-support-for-the-Airoha-EN7523-SoC-SPI-contro.patch │ │ │ ├── 401-PCI-mediatek-gen3-Rely-on-clk_bulk_prepare_enable-in.patch │ │ │ ├── 402-PCI-mediatek-gen3-Move-reset-assert-callbacks-in-.po.patch │ │ │ ├── 403-PCI-mediatek-gen3-Add-comment-about-initialization-o.patch │ │ │ ├── 404-PCI-mediatek-gen3-Move-reset-delay-in-mtk_pcie_en758.patch │ │ │ ├── 405-PCI-mediatek-gen3-Rely-on-msleep-in-mtk_pcie_en7581_.patch │ │ │ ├── 406-PCI-mediatek-gen3-Avoid-PCIe-resetting-via-PERST-for.patch │ │ │ ├── 407-PCI-mediatek-gen3-Configure-PBUS_CSR-registers-for-E.patch │ │ │ ├── 408-PCI-mediatek-gen3-Remove-mac_reset-assert-leftover-f.patch │ │ │ ├── 900-airoha-bmt-support.patch │ │ │ ├── 901-snand-mtk-bmt-support.patch │ │ │ └── 902-mtd-parser-add-support-for-Airoha-parser.patch │ ├── apm821xx │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_leds │ │ │ │ │ └── 02_network │ │ │ │ ├── diag.sh │ │ │ │ ├── hotplug.d │ │ │ │ │ └── ieee80211 │ │ │ │ │ │ └── 10_fix_wifi_mac │ │ │ │ ├── init.d │ │ │ │ │ └── hwmon_fancontrol │ │ │ │ ├── inittab │ │ │ │ └── uci-defaults │ │ │ │ │ ├── 04_led_migration │ │ │ │ │ └── 05_fix-compat-version │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ ├── 05_set_preinit_iface_apm821xx │ │ │ │ └── 79_move_config │ │ │ │ └── upgrade │ │ │ │ ├── platform.sh │ │ │ │ └── wdbook.sh │ │ ├── config-6.6 │ │ ├── dts │ │ │ ├── apm82181.dtsi │ │ │ ├── meraki-mr24.dts │ │ │ ├── meraki-mx60.dts │ │ │ ├── netgear-wndap620.dts │ │ │ ├── netgear-wndap660.dts │ │ │ ├── netgear-wndap6x0.dtsi │ │ │ ├── netgear-wndr4700.dts │ │ │ └── wd-mybooklive.dts │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── mbl_boot.scr │ │ │ ├── mbl_gen_hdd_img.sh │ │ │ ├── nand.mk │ │ │ └── sata.mk │ │ ├── modules.mk │ │ ├── nand │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ └── 00-default.mk │ │ │ └── target.mk │ │ ├── patches-6.6 │ │ │ ├── 201-add-amcc-apollo3g-support.patch │ │ │ ├── 300-fix-atheros-nics-on-apm82181.patch │ │ │ ├── 301-fix-memory-map-wndr4700.patch │ │ │ └── 900-powerpc-bootwrapper-force-gzip-as-mkimage-s-compress.patch │ │ └── sata │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ └── 00-default.mk │ │ │ └── target.mk │ ├── archs38 │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── board.d │ │ │ │ └── 02_network │ │ ├── config-6.6 │ │ ├── generic │ │ │ ├── profiles │ │ │ │ └── 00-default.mk │ │ │ └── target.mk │ │ └── image │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ ├── gen_axs10x_sdcard_img.sh │ │ │ ├── uEnv.txt │ │ │ └── uboot.env.txt │ ├── armsr │ │ ├── Makefile │ │ ├── README │ │ ├── armv7 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── armv8 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_led │ │ │ │ │ ├── 02_network │ │ │ │ │ └── 03_gpio_switches │ │ │ │ ├── inittab │ │ │ │ └── uci-defaults │ │ │ │ │ └── 05-migrate-ten64-gpio │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ ├── 01_sysinfo_acpi │ │ │ │ └── 79_move_config │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-6.6 │ │ ├── image │ │ │ ├── Makefile │ │ │ └── grub-efi.cfg │ │ ├── modules.mk │ │ └── patches-6.6 │ │ │ └── 221-armsr-disable_gc_sections_armv7.patch │ ├── at91 │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ ├── board.d │ │ │ │ └── 02_network │ │ │ │ └── config │ │ │ │ └── network │ │ ├── image │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ ├── dfboot │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ ├── asm_isr.S │ │ │ │ │ ├── asm_mci_isr.S │ │ │ │ │ ├── at45.c │ │ │ │ │ ├── com.c │ │ │ │ │ ├── com.h │ │ │ │ │ ├── config.h │ │ │ │ │ ├── cstartup_ram.S │ │ │ │ │ ├── dataflash.c │ │ │ │ │ ├── dataflash.h │ │ │ │ │ ├── div0.c │ │ │ │ │ ├── elf32-littlearm.lds │ │ │ │ │ ├── embedded_services.h │ │ │ │ │ ├── include │ │ │ │ │ ├── AT91C_MCI_Device.h │ │ │ │ │ ├── AT91RM9200.h │ │ │ │ │ ├── AT91RM9200.inc │ │ │ │ │ ├── AT91RM9200_inc.h │ │ │ │ │ ├── led.h │ │ │ │ │ └── lib_AT91RM9200.h │ │ │ │ │ ├── init.c │ │ │ │ │ ├── jump.S │ │ │ │ │ ├── led.c │ │ │ │ │ ├── main.c │ │ │ │ │ ├── main.h │ │ │ │ │ ├── mci_device.c │ │ │ │ │ └── stdio.h │ │ │ ├── gen_at91_sdcard_img.sh │ │ │ ├── sam9x.mk │ │ │ ├── sama5.mk │ │ │ ├── sama7.mk │ │ │ └── uboot-env.txt │ │ ├── modules.mk │ │ ├── sam9x │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── sama5 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ └── sama7 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ ├── ath79 │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── hotplug.d │ │ │ │ └── ieee80211 │ │ │ │ └── 00-wifi-migration │ │ ├── config-6.6 │ │ ├── dts │ │ │ ├── ar1022_iodata_wn-ag300dgr.dts │ │ │ ├── ar1022_sitecom_wlr-7100.dts │ │ │ ├── ar7100.dtsi │ │ │ ├── ar7100_mikrotik_routerboard-4xx.dtsi │ │ │ ├── ar7161_adtran_bsap1800-v2.dts │ │ │ ├── ar7161_adtran_bsap1840.dts │ │ │ ├── ar7161_adtran_bsap1880.dtsi │ │ │ ├── ar7161_aruba_ap-105.dts │ │ │ ├── ar7161_aruba_ap-175.dts │ │ │ ├── ar7161_buffalo_wzr-600dhp.dts │ │ │ ├── ar7161_buffalo_wzr-hp-ag300h.dts │ │ │ ├── ar7161_buffalo_wzr-hp-ag300h.dtsi │ │ │ ├── ar7161_dlink_dir-825-b1.dts │ │ │ ├── ar7161_fortinet_fap-220-b.dts │ │ │ ├── ar7161_jjplus_ja76pf2.dts │ │ │ ├── ar7161_meraki_mr16.dts │ │ │ ├── ar7161_mikrotik_routerboard-493g.dts │ │ │ ├── ar7161_netgear_wndap360.dts │ │ │ ├── ar7161_netgear_wndr.dtsi │ │ │ ├── ar7161_netgear_wndr3700-v2.dts │ │ │ ├── ar7161_netgear_wndr3700.dts │ │ │ ├── ar7161_netgear_wndr3800.dts │ │ │ ├── ar7161_netgear_wndr3800ch.dts │ │ │ ├── ar7161_netgear_wndrmac-v1.dts │ │ │ ├── ar7161_netgear_wndrmac-v2.dts │ │ │ ├── ar7161_ruckus_gd11.dtsi │ │ │ ├── ar7161_ruckus_zf7341.dts │ │ │ ├── ar7161_ruckus_zf734x.dtsi │ │ │ ├── ar7161_ruckus_zf7351.dts │ │ │ ├── ar7161_ruckus_zf7363.dts │ │ │ ├── ar7161_siemens_ws-ap3610.dts │ │ │ ├── ar7161_trendnet_tew-673gru.dts │ │ │ ├── ar7161_ubnt_routerstation-pro.dts │ │ │ ├── ar7161_ubnt_routerstation.dts │ │ │ ├── ar7161_ubnt_routerstation.dtsi │ │ │ ├── ar7240.dtsi │ │ │ ├── ar7240_buffalo_whr-g301n.dts │ │ │ ├── ar7240_dlink_dir-615-e4.dts │ │ │ ├── ar7240_engenius_enh202-v1.dts │ │ │ ├── ar7240_netgear_wnr1000-v2.dts │ │ │ ├── ar7240_netgear_wnr612-v2.dts │ │ │ ├── ar7240_netgear_wnr612-v2.dtsi │ │ │ ├── ar7240_on_n150r.dts │ │ │ ├── ar7240_openmesh_om2p-v1.dts │ │ │ ├── ar7240_ruckus_zf7025.dts │ │ │ ├── ar7240_tplink.dtsi │ │ │ ├── ar7240_tplink_tl-wa.dtsi │ │ │ ├── ar7240_tplink_tl-wa701nd-v1.dts │ │ │ ├── ar7240_tplink_tl-wa730re-v1.dts │ │ │ ├── ar7240_tplink_tl-wa801nd-v1.dts │ │ │ ├── ar7240_tplink_tl-wa830re-v1.dts │ │ │ ├── ar7240_tplink_tl-wa901nd-v1.dts │ │ │ ├── ar7240_tplink_tl-wr.dtsi │ │ │ ├── ar7240_tplink_tl-wr740n-v1.dts │ │ │ ├── ar7240_tplink_tl-wr740n-v3.dts │ │ │ ├── ar7240_tplink_tl-wr741-v1.dts │ │ │ ├── ar7240_tplink_tl-wr743nd-v1.dts │ │ │ ├── ar7240_tplink_tl-wr841-v5.dts │ │ │ ├── ar7240_tplink_tl-wr941-v4.dts │ │ │ ├── ar7240_ubnt_bullet-m-ar7240.dts │ │ │ ├── ar7241.dtsi │ │ │ ├── ar7241_netgear_wnr2000-v3.dts │ │ │ ├── ar7241_netgear_wnr2200-16m.dts │ │ │ ├── ar7241_netgear_wnr2200-8m.dts │ │ │ ├── ar7241_netgear_wnr2200.dtsi │ │ │ ├── ar7241_tplink.dtsi │ │ │ ├── ar7241_tplink_tl-mr3220-v1.dts │ │ │ ├── ar7241_tplink_tl-mr3420-v1.dts │ │ │ ├── ar7241_tplink_tl-mr3x20.dtsi │ │ │ ├── ar7241_tplink_tl-wr841-v7.dts │ │ │ ├── ar7241_tplink_tl-wr842n-v1.dts │ │ │ ├── ar7241_ubnt_airrouter.dts │ │ │ ├── ar7241_ubnt_bullet-m-ar7241.dts │ │ │ ├── ar7241_ubnt_nanobridge-m.dts │ │ │ ├── ar7241_ubnt_nanostation-loco-m.dts │ │ │ ├── ar7241_ubnt_nanostation-m.dts │ │ │ ├── ar7241_ubnt_picostation-m.dts │ │ │ ├── ar7241_ubnt_powerbridge-m.dts │ │ │ ├── ar7241_ubnt_rocket-m.dts │ │ │ ├── ar7241_ubnt_unifi-ap-lr.dts │ │ │ ├── ar7241_ubnt_unifi-ap-outdoor-plus.dts │ │ │ ├── ar7241_ubnt_unifi-ap.dts │ │ │ ├── ar7241_ubnt_unifi-ap.dtsi │ │ │ ├── ar7241_ubnt_unifi.dtsi │ │ │ ├── ar7242.dtsi │ │ │ ├── ar7242_avm_fritz300e.dts │ │ │ ├── ar7242_buffalo_bhr-4grv.dts │ │ │ ├── ar7242_buffalo_wzr-bhr.dtsi │ │ │ ├── ar7242_buffalo_wzr-hp-g302h-a1a0.dts │ │ │ ├── ar7242_buffalo_wzr-hp-g450h.dts │ │ │ ├── ar7242_engenius_eap350-v1.dts │ │ │ ├── ar7242_engenius_ecb350-v1.dts │ │ │ ├── ar7242_meraki_mr12.dts │ │ │ ├── ar7242_tplink_tl-wr2543-v1.dts │ │ │ ├── ar7242_ubnt_edgeswitch-5xp.dts │ │ │ ├── ar7242_ubnt_edgeswitch-8xp.dts │ │ │ ├── ar7242_ubnt_sw.dtsi │ │ │ ├── ar724x.dtsi │ │ │ ├── ar724x_senao_loader-4k.dtsi │ │ │ ├── ar724x_senao_loader-64k.dtsi │ │ │ ├── ar724x_ubnt_xm.dtsi │ │ │ ├── ar724x_ubnt_xm_outdoor.dtsi │ │ │ ├── ar9132.dtsi │ │ │ ├── ar9132_buffalo_wzr-hp-g300nh-rb.dts │ │ │ ├── ar9132_buffalo_wzr-hp-g300nh-s.dts │ │ │ ├── ar9132_buffalo_wzr-hp-g300nh.dtsi │ │ │ ├── ar9132_tplink_tl-wa901nd-v2.dts │ │ │ ├── ar9132_tplink_tl-wr1043nd-v1.dts │ │ │ ├── ar9132_tplink_tl-wr941-v2.dts │ │ │ ├── ar9330.dtsi │ │ │ ├── ar9330_dlink_dir-505.dts │ │ │ ├── ar9330_glinet_gl-ar150.dts │ │ │ ├── ar9330_openmesh_om2p-lc.dts │ │ │ ├── ar9330_openmesh_om2p-v2.dts │ │ │ ├── ar9330_openmesh_om2p.dtsi │ │ │ ├── ar9330_pqi_air-pen.dts │ │ │ ├── ar9330_ziking_cpe46b.dts │ │ │ ├── ar9331.dtsi │ │ │ ├── ar9331_8dev_carambola2.dts │ │ │ ├── ar9331_alfa-network_ap121f.dts │ │ │ ├── ar9331_alfa-network_ap121f.dtsi │ │ │ ├── ar9331_alfa-network_ap121fe.dts │ │ │ ├── ar9331_arduino_yun.dts │ │ │ ├── ar9331_embeddedwireless_dorin.dts │ │ │ ├── ar9331_etactica_eg200.dts │ │ │ ├── ar9331_glinet_6408.dts │ │ │ ├── ar9331_glinet_6416.dts │ │ │ ├── ar9331_glinet_64xx.dtsi │ │ │ ├── ar9331_glinet_gl-mifi.dts │ │ │ ├── ar9331_glinet_gl-usb150.dts │ │ │ ├── ar9331_hak5_lan-turtle.dts │ │ │ ├── ar9331_hak5_lan-turtle.dtsi │ │ │ ├── ar9331_hak5_packet-squirrel.dts │ │ │ ├── ar9331_hak5_wifi-pineapple-nano.dts │ │ │ ├── ar9331_hiwifi_hc6361.dts │ │ │ ├── ar9331_onion_omega.dts │ │ │ ├── ar9331_pisen_ts-d084.dts │ │ │ ├── ar9331_pisen_wmm003n.dts │ │ │ ├── ar9331_teltonika_rut230-v1.dts │ │ │ ├── ar9331_tplink_tl-mr10u.dts │ │ │ ├── ar9331_tplink_tl-mr3020-v1.dts │ │ │ ├── ar9331_tplink_tl-mr3040-v2.dts │ │ │ ├── ar9331_tplink_tl-wr703n.dts │ │ │ ├── ar9331_tplink_tl-wr703n_tl-mr10u.dtsi │ │ │ ├── ar9331_tplink_tl-wr710n-8m.dtsi │ │ │ ├── ar9331_tplink_tl-wr710n-v1.dts │ │ │ ├── ar9331_tplink_tl-wr710n-v2.1.dts │ │ │ ├── ar9331_tplink_tl-wr710n.dtsi │ │ │ ├── ar9331_tplink_tl-wr740n-v4.dts │ │ │ ├── ar9331_tplink_tl-wr740n-v5.dts │ │ │ ├── ar9331_tplink_tl-wr741nd-v4.dts │ │ │ ├── ar9331_tplink_tl-wr741nd-v4.dtsi │ │ │ ├── ar9341.dtsi │ │ │ ├── ar9341_engenius_eap300-v2.dts │ │ │ ├── ar9341_engenius_ens202ext-v1.dts │ │ │ ├── ar9341_openmesh_om2p-hs-v1.dts │ │ │ ├── ar9341_openmesh_om2p-hs-v2.dts │ │ │ ├── ar9341_openmesh_om2p-hs-v3.dts │ │ │ ├── ar9341_openmesh_om2p-hs.dtsi │ │ │ ├── ar9341_pcs_cr3000.dts │ │ │ ├── ar9341_pisen_wmb001n.dts │ │ │ ├── ar9341_tplink.dtsi │ │ │ ├── ar9341_tplink_tl-mr3420-v2.dts │ │ │ ├── ar9341_tplink_tl-wa.dtsi │ │ │ ├── ar9341_tplink_tl-wa850re-v1.dts │ │ │ ├── ar9341_tplink_tl-wa860re-v1.dts │ │ │ ├── ar9341_tplink_tl-wa901nd-v3.dts │ │ │ ├── ar9341_tplink_tl-wr841-v8.dts │ │ │ ├── ar9341_tplink_tl-wr842n-v2.dts │ │ │ ├── ar9341_tplink_tl-wr941nd-v5.dts │ │ │ ├── ar9342_iodata_etg3-r.dts │ │ │ ├── ar9342_mikrotik_routerboard-911g-xhpnd.dts │ │ │ ├── ar9342_mikrotik_routerboard-911g.dtsi │ │ │ ├── ar9342_mikrotik_routerboard-912uag-2hpnd.dts │ │ │ ├── ar9342_ruckus_zf7321.dts │ │ │ ├── ar9342_ubnt_aircube-ac.dts │ │ │ ├── ar9342_ubnt_bullet-ac.dts │ │ │ ├── ar9342_ubnt_bullet-m-xw.dts │ │ │ ├── ar9342_ubnt_lap-120.dts │ │ │ ├── ar9342_ubnt_litebeam-ac-gen2.dts │ │ │ ├── ar9342_ubnt_litebeam-m5-xw.dts │ │ │ ├── ar9342_ubnt_nanobeam-ac-gen2.dts │ │ │ ├── ar9342_ubnt_nanobeam-ac.dts │ │ │ ├── ar9342_ubnt_nanostation-ac-loco.dts │ │ │ ├── ar9342_ubnt_nanostation-ac.dts │ │ │ ├── ar9342_ubnt_nanostation-loco-m-xw.dts │ │ │ ├── ar9342_ubnt_nanostation-m-xw.dts │ │ │ ├── ar9342_ubnt_powerbeam-5ac-gen2.dts │ │ │ ├── ar9342_ubnt_powerbeam-m2-xw.dts │ │ │ ├── ar9342_ubnt_powerbeam-m5-xw.dts │ │ │ ├── ar9342_ubnt_wa.dtsi │ │ │ ├── ar9342_ubnt_wa_1port.dtsi │ │ │ ├── ar9342_ubnt_wa_2port.dtsi │ │ │ ├── ar9342_ubnt_xw.dtsi │ │ │ ├── ar9342_ubnt_xw_rssileds.dtsi │ │ │ ├── ar9342_zyxel_nwa1100-nh.dts │ │ │ ├── ar9342_zyxel_nwa1121-ni.dts │ │ │ ├── ar9342_zyxel_nwa1123-ac.dts │ │ │ ├── ar9342_zyxel_nwa1123-ni.dts │ │ │ ├── ar9342_zyxel_nwa11xx.dtsi │ │ │ ├── ar9344.dtsi │ │ │ ├── ar9344_aerohive_hiveap-121.dts │ │ │ ├── ar9344_alfa-network_n5q.dts │ │ │ ├── ar9344_araknis_an-300-ap-i-n.dts │ │ │ ├── ar9344_atheros_db120.dts │ │ │ ├── ar9344_comfast_cf-e120a-v3.dts │ │ │ ├── ar9344_compex_wpj344-16m.dts │ │ │ ├── ar9344_devolo_dlan-pro-1200plus-ac.dts │ │ │ ├── ar9344_devolo_dlan_wifi.dtsi │ │ │ ├── ar9344_devolo_magic-2-wifi.dts │ │ │ ├── ar9344_dlink_dir-825-c1.dts │ │ │ ├── ar9344_dlink_dir-835-a1.dts │ │ │ ├── ar9344_dlink_dir-8x5.dtsi │ │ │ ├── ar9344_embeddedwireless_balin.dts │ │ │ ├── ar9344_engenius_eap600.dts │ │ │ ├── ar9344_engenius_ecb600.dts │ │ │ ├── ar9344_enterasys_ws-ap3705i.dts │ │ │ ├── ar9344_fortinet_ap-dual.dtsi │ │ │ ├── ar9344_fortinet_fap-221-b.dts │ │ │ ├── ar9344_huawei_ap6010dn.dts │ │ │ ├── ar9344_mercury_mw4530r-v1.dts │ │ │ ├── ar9344_mikrotik_routerboard-16m-nor.dtsi │ │ │ ├── ar9344_mikrotik_routerboard-911-lite.dts │ │ │ ├── ar9344_mikrotik_routerboard-951g-2hnd.dts │ │ │ ├── ar9344_mikrotik_routerboard-951ui-2hnd.dts │ │ │ ├── ar9344_mikrotik_routerboard-951x-2hnd.dtsi │ │ │ ├── ar9344_mikrotik_routerboard-lhg-5nd.dts │ │ │ ├── ar9344_mikrotik_routerboard-sxt-5nd-r2.dts │ │ │ ├── ar9344_mikrotik_routerboard.dtsi │ │ │ ├── ar9344_moxa_awk-1137c.dts │ │ │ ├── ar9344_nec_aterm.dtsi │ │ │ ├── ar9344_nec_wg600hp.dts │ │ │ ├── ar9344_nec_wr8750n.dts │ │ │ ├── ar9344_nec_wr9500n.dts │ │ │ ├── ar9344_netgear_pgzng1.dts │ │ │ ├── ar9344_netgear_r6100.dts │ │ │ ├── ar9344_netgear_wndr.dtsi │ │ │ ├── ar9344_netgear_wndr3700-v4.dts │ │ │ ├── ar9344_netgear_wndr4300.dts │ │ │ ├── ar9344_netgear_wndr4300sw.dts │ │ │ ├── ar9344_netgear_wndr4300tn.dts │ │ │ ├── ar9344_netgear_wndr_usb.dtsi │ │ │ ├── ar9344_netgear_wndr_wan.dtsi │ │ │ ├── ar9344_ocedo_raccoon.dts │ │ │ ├── ar9344_openmesh_mr600-v1.dts │ │ │ ├── ar9344_openmesh_mr600-v2.dts │ │ │ ├── ar9344_openmesh_mr600.dtsi │ │ │ ├── ar9344_openmesh_om5p-an.dts │ │ │ ├── ar9344_openmesh_om5p.dts │ │ │ ├── ar9344_pcs_cap324.dts │ │ │ ├── ar9344_pcs_cr5000.dts │ │ │ ├── ar9344_qihoo_c301.dts │ │ │ ├── ar9344_qxwlan_e750a-v4-16m.dts │ │ │ ├── ar9344_qxwlan_e750a-v4-8m.dts │ │ │ ├── ar9344_qxwlan_e750g-v8-16m.dts │ │ │ ├── ar9344_qxwlan_e750g-v8-8m.dts │ │ │ ├── ar9344_qxwlan_e750x.dtsi │ │ │ ├── ar9344_ruckus_zf7372.dts │ │ │ ├── ar9344_samsung_wam250.dts │ │ │ ├── ar9344_senao_ap-dual.dtsi │ │ │ ├── ar9344_teltonika_rut955-h7v3c0.dts │ │ │ ├── ar9344_teltonika_rut955.dts │ │ │ ├── ar9344_teltonika_rut9xx.dtsi │ │ │ ├── ar9344_tplink_cpe.dtsi │ │ │ ├── ar9344_tplink_cpe210-v1.dts │ │ │ ├── ar9344_tplink_cpe220-v2.dts │ │ │ ├── ar9344_tplink_cpe510-v1.dts │ │ │ ├── ar9344_tplink_cpe510-v2.dts │ │ │ ├── ar9344_tplink_cpe510-v3.dts │ │ │ ├── ar9344_tplink_cpe605-v1.dts │ │ │ ├── ar9344_tplink_cpe610-v1.dts │ │ │ ├── ar9344_tplink_cpe610-v2.dts │ │ │ ├── ar9344_tplink_cpe_1port.dtsi │ │ │ ├── ar9344_tplink_cpe_2port.dtsi │ │ │ ├── ar9344_tplink_tl-wdr3500-v1.dts │ │ │ ├── ar9344_tplink_tl-wdr3600-v1.dts │ │ │ ├── ar9344_tplink_tl-wdr4300-v1-il.dts │ │ │ ├── ar9344_tplink_tl-wdr4300-v1.dts │ │ │ ├── ar9344_tplink_tl-wdr4300.dtsi │ │ │ ├── ar9344_tplink_tl-wdr4310-v1.dts │ │ │ ├── ar9344_tplink_tl-wdrxxxx.dtsi │ │ │ ├── ar9344_tplink_tl-wr841hp-v2.dts │ │ │ ├── ar9344_tplink_wbs210-v1.dts │ │ │ ├── ar9344_tplink_wbs210-v2.dts │ │ │ ├── ar9344_tplink_wbs510-v1.dts │ │ │ ├── ar9344_tplink_wbs510-v2.dts │ │ │ ├── ar9344_ubnt_unifi-ap-pro.dts │ │ │ ├── ar9344_watchguard_ap100.dts │ │ │ ├── ar9344_watchguard_ap200.dts │ │ │ ├── ar9344_wd_mynet-n600.dts │ │ │ ├── ar9344_wd_mynet-n750.dts │ │ │ ├── ar9344_wd_mynet-nxxx.dtsi │ │ │ ├── ar9344_wd_mynet-wifi-rangeextender.dts │ │ │ ├── ar9344_winchannel_wb2000.dts │ │ │ ├── ar9344_zbtlink_zbt-wd323.dts │ │ │ ├── ar934x.dtsi │ │ │ ├── ar934x_ruckus_zf73xx.dtsi │ │ │ ├── ar934x_senao_loader.dtsi │ │ │ ├── arxxxx_fortinet_loader.dtsi │ │ │ ├── ath79.dtsi │ │ │ ├── qca9531_8dev_carambola3.dts │ │ │ ├── qca9531_8dev_lima.dts │ │ │ ├── qca9531_alcatel_hh40v.dts │ │ │ ├── qca9531_alfa-network_n2q.dts │ │ │ ├── qca9531_alfa-network_pi-wifi4.dts │ │ │ ├── qca9531_alfa-network_r36a.dts │ │ │ ├── qca9531_alfa-network_r36a.dtsi │ │ │ ├── qca9531_alfa-network_tube-2hq.dts │ │ │ ├── qca9531_alfa-network_wifi-camppro-nano-duo.dts │ │ │ ├── qca9531_asus_rp-ac51.dts │ │ │ ├── qca9531_comfast_cf-e130n-v2.dts │ │ │ ├── qca9531_comfast_cf-e313ac.dts │ │ │ ├── qca9531_comfast_cf-e314n-v2.dts │ │ │ ├── qca9531_comfast_cf-e355ac-v2.dts │ │ │ ├── qca9531_comfast_cf-e5.dts │ │ │ ├── qca9531_comfast_cf-e560ac.dts │ │ │ ├── qca9531_comfast_cf-ew71-v2.dts │ │ │ ├── qca9531_comfast_cf-ew72.dts │ │ │ ├── qca9531_comfast_cf-wr752ac-v1.dts │ │ │ ├── qca9531_compex_wpj531-16m.dts │ │ │ ├── qca9531_dlink_dch-g020-a1.dts │ │ │ ├── qca9531_engenius_ews511ap.dts │ │ │ ├── qca9531_glinet_gl-ar300m-lite.dts │ │ │ ├── qca9531_glinet_gl-ar300m-nand.dts │ │ │ ├── qca9531_glinet_gl-ar300m-nor.dts │ │ │ ├── qca9531_glinet_gl-ar300m.dtsi │ │ │ ├── qca9531_glinet_gl-ar300m16.dts │ │ │ ├── qca9531_glinet_gl-ar750.dts │ │ │ ├── qca9531_glinet_gl-e750.dts │ │ │ ├── qca9531_glinet_gl-s200-nor-nand.dts │ │ │ ├── qca9531_glinet_gl-s200-nor.dts │ │ │ ├── qca9531_glinet_gl-s200.dtsi │ │ │ ├── qca9531_glinet_gl-x300b.dts │ │ │ ├── qca9531_glinet_gl-x750.dts │ │ │ ├── qca9531_glinet_gl-xe300.dts │ │ │ ├── qca9531_joyit_jt-or750i.dts │ │ │ ├── qca9531_letv_lba-047-ch.dts │ │ │ ├── qca9531_mikrotik_routerboard-951ui-2nd.dts │ │ │ ├── qca9531_qxwlan_e600g-v2-16m.dts │ │ │ ├── qca9531_qxwlan_e600g-v2-8m.dts │ │ │ ├── qca9531_qxwlan_e600g.dtsi │ │ │ ├── qca9531_qxwlan_e600gac-v2-16m.dts │ │ │ ├── qca9531_qxwlan_e600gac-v2-8m.dts │ │ │ ├── qca9531_telco_t1.dts │ │ │ ├── qca9531_teltonika_rut300.dts │ │ │ ├── qca9531_tplink_archer-d50-v1.dts │ │ │ ├── qca9531_tplink_tl-mr3420-v3.dts │ │ │ ├── qca9531_tplink_tl-mr6400-v1.dts │ │ │ ├── qca9531_tplink_tl-wr810n-v1.dts │ │ │ ├── qca9531_tplink_tl-wr902ac-v1.dts │ │ │ ├── qca9531_wallys_dr531.dts │ │ │ ├── qca9531_yuncore_a770.dts │ │ │ ├── qca9533_comfast_cf-e110n-v2.dts │ │ │ ├── qca9533_dlink_dap-1330-a1.dts │ │ │ ├── qca9533_dlink_dap-1365-a1.dts │ │ │ ├── qca9533_dlink_dap-13xx.dtsi │ │ │ ├── qca9533_dlink_dap-2230-a1.dts │ │ │ ├── qca9533_dlink_dap-3320-a1.dts │ │ │ ├── qca9533_kuwfi_c910.dts │ │ │ ├── qca9533_mikrotik_routerboard-16m.dtsi │ │ │ ├── qca9533_mikrotik_routerboard-750-r2.dts │ │ │ ├── qca9533_mikrotik_routerboard-952ui-5ac2nd.dts │ │ │ ├── qca9533_mikrotik_routerboard-95x.dtsi │ │ │ ├── qca9533_mikrotik_routerboard-lhg-2nd.dts │ │ │ ├── qca9533_mikrotik_routerboard-lhg-hb.dtsi │ │ │ ├── qca9533_mikrotik_routerboard-map-2nd.dts │ │ │ ├── qca9533_mikrotik_routerboard-mapl-2nd.dts │ │ │ ├── qca9533_mikrotik_routerboard-wap-2nd.dts │ │ │ ├── qca9533_mikrotik_routerboard-wapr-2nd.dts │ │ │ ├── qca9533_openmesh_om2p-hs-v4.dts │ │ │ ├── qca9533_openmesh_om2p-v4.dts │ │ │ ├── qca9533_openmesh_om2p-v4.dtsi │ │ │ ├── qca9533_plasmacloud_pa300.dts │ │ │ ├── qca9533_plasmacloud_pa300.dtsi │ │ │ ├── qca9533_plasmacloud_pa300e.dts │ │ │ ├── qca9533_qca_ap143-16m.dts │ │ │ ├── qca9533_qca_ap143-8m.dts │ │ │ ├── qca9533_qca_ap143.dtsi │ │ │ ├── qca9533_tplink_cpe210-v2.dts │ │ │ ├── qca9533_tplink_cpe210-v3.dts │ │ │ ├── qca9533_tplink_cpe210.dtsi │ │ │ ├── qca9533_tplink_cpe220-v3.dts │ │ │ ├── qca9533_tplink_cpexxx.dtsi │ │ │ ├── qca9533_tplink_tl-wa801nd-v3.dts │ │ │ ├── qca9533_tplink_tl-wa801nd-v4.dts │ │ │ ├── qca9533_tplink_tl-wa801nd.dtsi │ │ │ ├── qca9533_tplink_tl-wa850re-v2.dts │ │ │ ├── qca9533_tplink_tl-wr802n-v1.dts │ │ │ ├── qca9533_tplink_tl-wr802n-v2.dts │ │ │ ├── qca9533_tplink_tl-wr802n.dtsi │ │ │ ├── qca9533_tplink_tl-wr810n-v2.dts │ │ │ ├── qca9533_tplink_tl-wr841-v10.dts │ │ │ ├── qca9533_tplink_tl-wr841-v11.dts │ │ │ ├── qca9533_tplink_tl-wr841-v11.dtsi │ │ │ ├── qca9533_tplink_tl-wr841-v12.dts │ │ │ ├── qca9533_tplink_tl-wr841-v9.dts │ │ │ ├── qca9533_tplink_tl-wr841.dtsi │ │ │ ├── qca9533_tplink_tl-wr841hp-v3.dts │ │ │ ├── qca9533_tplink_tl-wr842n-v3.dts │ │ │ ├── qca9533_ubnt_aircube-isp.dts │ │ │ ├── qca9533_yuncore_a930.dts │ │ │ ├── qca953x.dtsi │ │ │ ├── qca953x_dlink_dap-2xxx.dtsi │ │ │ ├── qca953x_tplink_tl-wr810n.dtsi │ │ │ ├── qca9550_airtight_c-75.dts │ │ │ ├── qca9550_dell_apl26-0ae.dts │ │ │ ├── qca9550_huawei_ap5030dn.dts │ │ │ ├── qca9556_avm_fritz-repeater.dtsi │ │ │ ├── qca9556_avm_fritz1750e.dts │ │ │ ├── qca9556_avm_fritz450e.dts │ │ │ ├── qca9556_avm_fritzdvbc.dts │ │ │ ├── qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts │ │ │ ├── qca9557_8dev_rambutan.dts │ │ │ ├── qca9557_araknis_an-500-ap-i-ac.dts │ │ │ ├── qca9557_buffalo_bhr-4grv2.dts │ │ │ ├── qca9557_dlink_dap-2660-a1.dts │ │ │ ├── qca9557_dongwon_dw02-412h-128m.dts │ │ │ ├── qca9557_dongwon_dw02-412h-64m.dts │ │ │ ├── qca9557_dongwon_dw02-412h.dtsi │ │ │ ├── qca9557_elecom_wab-s1167-ps.dts │ │ │ ├── qca9557_elecom_wab-s600-ps.dts │ │ │ ├── qca9557_engenius_eap1200h.dts │ │ │ ├── qca9557_engenius_ecb1200.dts │ │ │ ├── qca9557_engenius_enstationac-v1.dts │ │ │ ├── qca9557_engenius_esr1200.dts │ │ │ ├── qca9557_extreme-networks_ws-ap3805i.dts │ │ │ ├── qca9557_iodata_wn-ac-dgr.dtsi │ │ │ ├── qca9557_iodata_wn-ac1167dgr.dts │ │ │ ├── qca9557_iodata_wn-ac1600dgr.dts │ │ │ ├── qca9557_iodata_wn-ac1600dgr2.dts │ │ │ ├── qca9557_meraki_mr18.dts │ │ │ ├── qca9557_sophos_ap15.dts │ │ │ ├── qca9557_sophos_ap15c.dts │ │ │ ├── qca9557_zyxel_nbg6616.dts │ │ │ ├── qca9558_allnet_all-wap02860ac.dts │ │ │ ├── qca9558_araknis_an-700-ap-i-ac.dts │ │ │ ├── qca9558_aruba_ap-115.dts │ │ │ ├── qca9558_belkin_f9j1108-v2.dts │ │ │ ├── qca9558_belkin_f9k1115-v2.dts │ │ │ ├── qca9558_belkin_f9x-v2.dtsi │ │ │ ├── qca9558_buffalo_wzr-450hp2.dts │ │ │ ├── qca9558_comfast_cf-e380ac-v2.dts │ │ │ ├── qca9558_comfast_cf-wr650ac-v1.dts │ │ │ ├── qca9558_comfast_cf-wr650ac-v2.dts │ │ │ ├── qca9558_comfast_cf-wr650ac.dtsi │ │ │ ├── qca9558_compex_wpj558-16m.dts │ │ │ ├── qca9558_devolo_dvl1200e.dts │ │ │ ├── qca9558_devolo_dvl1200i.dts │ │ │ ├── qca9558_devolo_dvl1750c.dts │ │ │ ├── qca9558_devolo_dvl1750e.dts │ │ │ ├── qca9558_devolo_dvl1750i.dts │ │ │ ├── qca9558_devolo_dvl1750x.dts │ │ │ ├── qca9558_devolo_dvl1xxx.dtsi │ │ │ ├── qca9558_dlink_dap-2680-a1.dts │ │ │ ├── qca9558_dlink_dap-2695-a1.dts │ │ │ ├── qca9558_dlink_dap-3662-a1.dts │ │ │ ├── qca9558_dlink_dir-629-a1.dts │ │ │ ├── qca9558_domywifi_dw33d.dts │ │ │ ├── qca9558_elecom_wab-i1750-ps.dts │ │ │ ├── qca9558_engenius_dual_ap.dtsi │ │ │ ├── qca9558_engenius_eap1750h.dts │ │ │ ├── qca9558_engenius_ecb1750.dts │ │ │ ├── qca9558_engenius_ens1750.dts │ │ │ ├── qca9558_engenius_epg5000.dts │ │ │ ├── qca9558_engenius_esr1750.dts │ │ │ ├── qca9558_engenius_esr900.dts │ │ │ ├── qca9558_engenius_ews660ap.dts │ │ │ ├── qca9558_jjplus_jwap230.dts │ │ │ ├── qca9558_librerouter_librerouter-v1.dts │ │ │ ├── qca9558_linksys_ea4500-v3.dts │ │ │ ├── qca9558_mikrotik_routerboard-911g-5hpacd.dts │ │ │ ├── qca9558_mikrotik_routerboard-921gs-5hpacd-15s.dts │ │ │ ├── qca9558_mikrotik_routerboard-922uags-5hpacd.dts │ │ │ ├── qca9558_mikrotik_routerboard-92x.dtsi │ │ │ ├── qca9558_mikrotik_routerboard-962uigs-5hact2hnt.dts │ │ │ ├── qca9558_mikrotik_routerboard-96x.dtsi │ │ │ ├── qca9558_nec_aterm.dtsi │ │ │ ├── qca9558_nec_wg1400hp.dts │ │ │ ├── qca9558_nec_wg1800hp.dts │ │ │ ├── qca9558_nec_wg1800hp2.dts │ │ │ ├── qca9558_netgear_ex7300.dts │ │ │ ├── qca9558_ocedo_koala.dts │ │ │ ├── qca9558_ocedo_ursus.dts │ │ │ ├── qca9558_openmesh_a40.dts │ │ │ ├── qca9558_openmesh_a60.dts │ │ │ ├── qca9558_openmesh_a60.dtsi │ │ │ ├── qca9558_openmesh_mr.dtsi │ │ │ ├── qca9558_openmesh_mr1750-v1.dts │ │ │ ├── qca9558_openmesh_mr1750-v2.dts │ │ │ ├── qca9558_openmesh_mr900-v1.dts │ │ │ ├── qca9558_openmesh_mr900-v2.dts │ │ │ ├── qca9558_openmesh_om5p-ac-v1.dts │ │ │ ├── qca9558_openmesh_om5p-ac-v2.dts │ │ │ ├── qca9558_qxwlan_e558-v2-16m.dts │ │ │ ├── qca9558_qxwlan_e558-v2-8m.dts │ │ │ ├── qca9558_qxwlan_e558.dtsi │ │ │ ├── qca9558_sitecom_wlr-8100.dts │ │ │ ├── qca9558_sophos_ap.dtsi │ │ │ ├── qca9558_sophos_ap100.dts │ │ │ ├── qca9558_sophos_ap100c.dts │ │ │ ├── qca9558_sophos_ap55.dts │ │ │ ├── qca9558_sophos_ap55c.dts │ │ │ ├── qca9558_tplink_archer-c.dtsi │ │ │ ├── qca9558_tplink_archer-c5-v1.dts │ │ │ ├── qca9558_tplink_archer-c7-v1.dts │ │ │ ├── qca9558_tplink_archer-c7-v2.dts │ │ │ ├── qca9558_tplink_archer-d7-v1.dts │ │ │ ├── qca9558_tplink_archer-d7.dtsi │ │ │ ├── qca9558_tplink_archer-d7b-v1.dts │ │ │ ├── qca9558_tplink_re350k-v1.dts │ │ │ ├── qca9558_tplink_re355-v1.dts │ │ │ ├── qca9558_tplink_re450-v1.dts │ │ │ ├── qca9558_tplink_rex5x.dtsi │ │ │ ├── qca9558_tplink_tl-wdr4900-v2.dts │ │ │ ├── qca9558_tplink_tl-wdr7500-v3.dts │ │ │ ├── qca9558_tplink_tl-wr1043nd-v2.dts │ │ │ ├── qca9558_tplink_tl-wr1043nd-v3.dts │ │ │ ├── qca9558_tplink_tl-wr1043nd.dtsi │ │ │ ├── qca9558_tplink_tl-wr1045nd-v2.dts │ │ │ ├── qca9558_tplink_tl-wr941n-v7-cn.dts │ │ │ ├── qca9558_trendnet_tew-823dru.dts │ │ │ ├── qca9558_ubnt_nanobeam-ac-xc.dts │ │ │ ├── qca9558_ubnt_powerbeam-5ac-500.dts │ │ │ ├── qca9558_ubnt_rocket-5ac-lite.dts │ │ │ ├── qca9558_watchguard_ap300.dts │ │ │ ├── qca9558_zyxel_emg2926_q10a.dts │ │ │ ├── qca9558_zyxel_nbg6716.dts │ │ │ ├── qca955x.dtsi │ │ │ ├── qca955x_dlink_dap-2xxx.dtsi │ │ │ ├── qca955x_elecom_wab.dtsi │ │ │ ├── qca955x_engenius_ecb1xxx.dtsi │ │ │ ├── qca955x_senao_loader.dtsi │ │ │ ├── qca955x_senao_router-dual.dtsi │ │ │ ├── qca955x_ubnt_xc.dtsi │ │ │ ├── qca955x_zyxel_nbg6x16.dtsi │ │ │ ├── qca9561_avm_fritz4020.dts │ │ │ ├── qca9561_nec_wf1200cr.dts │ │ │ ├── qca9561_tplink_archer-c25-v1.dts │ │ │ ├── qca9561_tplink_archer-c58-v1.dts │ │ │ ├── qca9561_tplink_archer-c59-v1.dts │ │ │ ├── qca9561_tplink_archer-c59-v2.dts │ │ │ ├── qca9561_tplink_archer-c5x.dtsi │ │ │ ├── qca9561_tplink_archer-c60-v1.dts │ │ │ ├── qca9561_tplink_archer-c60-v2.dts │ │ │ ├── qca9561_tplink_archer-c60-v3.dts │ │ │ ├── qca9561_tplink_archer-c6x.dtsi │ │ │ ├── qca9561_tplink_eap225-wall-v2.dts │ │ │ ├── qca9561_tplink_tl-wdr6500-v2.dts │ │ │ ├── qca9561_xiaomi_mi-router-4q.dts │ │ │ ├── qca9563_asus_pl-ac56.dts │ │ │ ├── qca9563_asus_rp-ac66.dts │ │ │ ├── qca9563_comfast_cf-e375ac.dts │ │ │ ├── qca9563_compex_wpj563.dts │ │ │ ├── qca9563_dlink_covr-c1200-a1.dts │ │ │ ├── qca9563_dlink_covr-p2500-a1.dts │ │ │ ├── qca9563_dlink_covr.dtsi │ │ │ ├── qca9563_dlink_dap-1720-a1.dts │ │ │ ├── qca9563_dlink_dir-842-c.dtsi │ │ │ ├── qca9563_dlink_dir-842-c1.dts │ │ │ ├── qca9563_dlink_dir-842-c2.dts │ │ │ ├── qca9563_dlink_dir-842-c3.dts │ │ │ ├── qca9563_dlink_dir-859-a1.dts │ │ │ ├── qca9563_dlink_dir-859-a3.dts │ │ │ ├── qca9563_dlink_dir-869-a1.dts │ │ │ ├── qca9563_dlink_dir-8x9-a1.dtsi │ │ │ ├── qca9563_elecom_wrc-1750ghbk2-i.dts │ │ │ ├── qca9563_elecom_wrc-300ghbk2-i.dts │ │ │ ├── qca9563_elecom_wrc-ghbk2-i.dtsi │ │ │ ├── qca9563_glinet_gl-ar750s-nor-nand.dts │ │ │ ├── qca9563_glinet_gl-ar750s-nor.dts │ │ │ ├── qca9563_glinet_gl-ar750s.dtsi │ │ │ ├── qca9563_glinet_gl-x1200-nor-nand.dts │ │ │ ├── qca9563_glinet_gl-x1200-nor.dts │ │ │ ├── qca9563_glinet_gl-x1200.dtsi │ │ │ ├── qca9563_kuwfi_n650.dts │ │ │ ├── qca9563_nec_wg1200cr.dts │ │ │ ├── qca9563_nec_wg800hp.dts │ │ │ ├── qca9563_netgear_wndr.dtsi │ │ │ ├── qca9563_netgear_wndr4300-v2.dts │ │ │ ├── qca9563_netgear_wndr4500-v3.dts │ │ │ ├── qca9563_phicomm_k2t.dts │ │ │ ├── qca9563_qxwlan_e1700ac-v2-16m.dts │ │ │ ├── qca9563_qxwlan_e1700ac-v2-8m.dts │ │ │ ├── qca9563_qxwlan_e1700ac.dtsi │ │ │ ├── qca9563_rosinson_wr818.dts │ │ │ ├── qca9563_tplink_archer-a7-v5.dts │ │ │ ├── qca9563_tplink_archer-c2-v3.dts │ │ │ ├── qca9563_tplink_archer-c6-v2-us.dts │ │ │ ├── qca9563_tplink_archer-c6-v2.dts │ │ │ ├── qca9563_tplink_archer-c7-v4.dts │ │ │ ├── qca9563_tplink_archer-c7-v5.dts │ │ │ ├── qca9563_tplink_archer-x6-v2.dtsi │ │ │ ├── qca9563_tplink_archer-x7-v5.dtsi │ │ │ ├── qca9563_tplink_cpe710-v1.dts │ │ │ ├── qca9563_tplink_cpe710-v2.dts │ │ │ ├── qca9563_tplink_cpe710.dtsi │ │ │ ├── qca9563_tplink_deco-m4r-v1.dts │ │ │ ├── qca9563_tplink_deco-s4-v2.dts │ │ │ ├── qca9563_tplink_eap225-outdoor-v1.dts │ │ │ ├── qca9563_tplink_eap225-outdoor-v3.dts │ │ │ ├── qca9563_tplink_eap225-v1.dts │ │ │ ├── qca9563_tplink_eap225-v3.dts │ │ │ ├── qca9563_tplink_eap225-v4.dts │ │ │ ├── qca9563_tplink_eap245-v1.dts │ │ │ ├── qca9563_tplink_eap245-v3.dts │ │ │ ├── qca9563_tplink_eap2x5-1port.dtsi │ │ │ ├── qca9563_tplink_re450-v2.dts │ │ │ ├── qca9563_tplink_re450-v3.dts │ │ │ ├── qca9563_tplink_re450.dtsi │ │ │ ├── qca9563_tplink_re455-v1.dts │ │ │ ├── qca9563_tplink_tl-wa1201-v2.dts │ │ │ ├── qca9563_tplink_tl-wpa8630-v1.dts │ │ │ ├── qca9563_tplink_tl-wpa8630.dtsi │ │ │ ├── qca9563_tplink_tl-wpa8630p-v2-int.dts │ │ │ ├── qca9563_tplink_tl-wpa8630p-v2.0-eu.dts │ │ │ ├── qca9563_tplink_tl-wpa8630p-v2.1-eu.dts │ │ │ ├── qca9563_tplink_tl-wr1043n-v5.dts │ │ │ ├── qca9563_tplink_tl-wr1043n.dtsi │ │ │ ├── qca9563_tplink_tl-wr1043nd-v4.dts │ │ │ ├── qca9563_ubnt_amplifi-router-hd.dts │ │ │ ├── qca9563_ubnt_uk-ultra.dts │ │ │ ├── qca9563_ubnt_unifiac-lite.dts │ │ │ ├── qca9563_ubnt_unifiac-lite.dtsi │ │ │ ├── qca9563_ubnt_unifiac-lr.dts │ │ │ ├── qca9563_ubnt_unifiac-mesh-pro.dts │ │ │ ├── qca9563_ubnt_unifiac-mesh.dts │ │ │ ├── qca9563_ubnt_unifiac-pro.dts │ │ │ ├── qca9563_ubnt_unifiac-pro.dtsi │ │ │ ├── qca9563_ubnt_unifiac.dtsi │ │ │ ├── qca9563_xiaomi_aiot-ac2350.dts │ │ │ ├── qca9563_yuncore_a782.dts │ │ │ ├── qca9563_yuncore_xd3200.dts │ │ │ ├── qca9563_yuncore_xd4200.dts │ │ │ ├── qca9563_yuncore_xd4200.dtsi │ │ │ ├── qca9563_zte_e8820.dts │ │ │ ├── qca9563_zte_mf281.dts │ │ │ ├── qca9563_zte_mf282.dts │ │ │ ├── qca9563_zte_mf286.dts │ │ │ ├── qca9563_zte_mf286.dtsi │ │ │ ├── qca9563_zte_mf286a.dts │ │ │ ├── qca9563_zte_mf286ar.dtsi │ │ │ ├── qca9563_zte_mf286r.dts │ │ │ ├── qca9563_zte_mf28x.dtsi │ │ │ ├── qca956x.dtsi │ │ │ ├── qcn5502_asus.dtsi │ │ │ ├── qcn5502_asus_rt-ac59u-v2.dts │ │ │ ├── qcn5502_asus_rt-ac59u.dts │ │ │ ├── qcn5502_asus_rt-ac59u.dtsi │ │ │ ├── qcn5502_asus_zenwifi-cd6.dtsi │ │ │ ├── qcn5502_asus_zenwifi-cd6n.dts │ │ │ ├── qcn5502_asus_zenwifi-cd6r.dts │ │ │ ├── qcn5502_netgear_ex7300-v2.dts │ │ │ ├── qcn5502_tplink_archer-a9-v6.dts │ │ │ ├── tp9343_tplink_tl-wa901nd-v4.dts │ │ │ ├── tp9343_tplink_tl-wa901nd-v5.dts │ │ │ ├── tp9343_tplink_tl-wa901nd.dtsi │ │ │ ├── tp9343_tplink_tl-wr940n-v3.dts │ │ │ ├── tp9343_tplink_tl-wr940n-v3.dtsi │ │ │ ├── tp9343_tplink_tl-wr940n-v4.dts │ │ │ ├── tp9343_tplink_tl-wr940n-v6.dts │ │ │ ├── tp9343_tplink_tl-wr941hp-v1.dts │ │ │ ├── tp9343_tplink_tl-wr941nd-v6.dts │ │ │ ├── tp9343_tplink_tl-wr94x.dtsi │ │ │ └── tp9343_tplink_tl-wx.dtsi │ │ ├── files │ │ │ ├── arch │ │ │ │ └── mips │ │ │ │ │ └── include │ │ │ │ │ └── asm │ │ │ │ │ └── fw │ │ │ │ │ └── myloader │ │ │ │ │ └── myloader.h │ │ │ ├── drivers │ │ │ │ ├── gpio │ │ │ │ │ ├── gpio-latch-mikrotik.c │ │ │ │ │ ├── gpio-rb4xx.c │ │ │ │ │ └── gpio-rb91x-key.c │ │ │ │ ├── mfd │ │ │ │ │ └── rb4xx-cpld.c │ │ │ │ ├── mtd │ │ │ │ │ ├── nand │ │ │ │ │ │ └── raw │ │ │ │ │ │ │ ├── ar934x_nand.c │ │ │ │ │ │ │ ├── nand_rb4xx.c │ │ │ │ │ │ │ └── rb91x_nand.c │ │ │ │ │ └── parsers │ │ │ │ │ │ └── parser_cybertan.c │ │ │ │ └── net │ │ │ │ │ └── ethernet │ │ │ │ │ └── atheros │ │ │ │ │ └── ag71xx │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── ag71xx.h │ │ │ │ │ ├── ag71xx_ethtool.c │ │ │ │ │ ├── ag71xx_gmac.c │ │ │ │ │ ├── ag71xx_legacy_debugfs.c │ │ │ │ │ ├── ag71xx_legacy_mdio.c │ │ │ │ │ ├── ag71xx_main.c │ │ │ │ │ └── ag71xx_phy.c │ │ │ └── include │ │ │ │ └── mfd │ │ │ │ └── rb4xx-cpld.h │ │ ├── generic │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ └── 03_gpio_switches │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ ├── firmware │ │ │ │ │ │ │ ├── 10-ath9k-eeprom │ │ │ │ │ │ │ └── 11-ath10k-caldata │ │ │ │ │ │ ├── ieee80211 │ │ │ │ │ │ │ └── 10_fix_wifi_mac │ │ │ │ │ │ └── tty │ │ │ │ │ │ │ └── 10-inittab-add-console │ │ │ │ │ ├── init.d │ │ │ │ │ │ └── bootcount │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ ├── 04_led_migration │ │ │ │ │ │ ├── 05_fix-compat-version │ │ │ │ │ │ └── 09_fix-checksum │ │ │ │ └── lib │ │ │ │ │ ├── functions │ │ │ │ │ └── k2t.sh │ │ │ │ │ ├── preinit │ │ │ │ │ ├── 02_sysinfo_fixup │ │ │ │ │ └── 10_fix_eth_mac.sh │ │ │ │ │ └── upgrade │ │ │ │ │ ├── dualboot_datachk.sh │ │ │ │ │ ├── failsafe_datachk.sh │ │ │ │ │ ├── openmesh.sh │ │ │ │ │ ├── platform.sh │ │ │ │ │ └── redboot-fis.sh │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── bin │ │ │ │ └── pisen_wmb001n_factory-header.bin │ │ │ ├── common-buffalo.mk │ │ │ ├── common-mikrotik.mk │ │ │ ├── common-nec.mk │ │ │ ├── common-netgear.mk │ │ │ ├── common-senao.mk │ │ │ ├── common-tp-link.mk │ │ │ ├── common-ubnt.mk │ │ │ ├── common-yuncore.mk │ │ │ ├── generic-tp-link.mk │ │ │ ├── generic-ubnt.mk │ │ │ ├── generic.mk │ │ │ ├── lzma-loader │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ │ ├── LzmaDecode.c │ │ │ │ │ ├── LzmaDecode.h │ │ │ │ │ ├── LzmaTypes.h │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── ar71xx_regs.h │ │ │ │ │ ├── board.c │ │ │ │ │ ├── cache.c │ │ │ │ │ ├── cache.h │ │ │ │ │ ├── cacheops.h │ │ │ │ │ ├── config.h │ │ │ │ │ ├── cp0regdef.h │ │ │ │ │ ├── head.S │ │ │ │ │ ├── loader.c │ │ │ │ │ ├── loader.lds │ │ │ │ │ ├── loader2.lds │ │ │ │ │ ├── lzma-data.lds │ │ │ │ │ ├── printf.c │ │ │ │ │ └── printf.h │ │ │ ├── mikrotik.mk │ │ │ ├── nand.mk │ │ │ ├── tiny-netgear.mk │ │ │ ├── tiny-tp-link.mk │ │ │ ├── tiny-ubnt.mk │ │ │ └── tiny.mk │ │ ├── mikrotik │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ └── 05_compat-version │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ └── firmware │ │ │ │ │ │ │ ├── 10-ath9k-eeprom │ │ │ │ │ │ │ └── 11-ath10k-caldata │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── 04_led_migration │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── modules.mk │ │ ├── nand │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ ├── 03_gpio_switches │ │ │ │ │ │ └── 05_compat-version │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ ├── firmware │ │ │ │ │ │ │ └── 10-ath9k-eeprom │ │ │ │ │ │ └── ieee80211 │ │ │ │ │ │ │ └── 10-fix-wifi-mac │ │ │ │ │ ├── init.d │ │ │ │ │ │ ├── boot-leds │ │ │ │ │ │ └── bootcount │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── 04_led_migration │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 10_fix_eth_mac.sh │ │ │ │ │ └── upgrade │ │ │ │ │ ├── glinet.sh │ │ │ │ │ └── platform.sh │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── patches-6.6 │ │ │ ├── 001-v6.11-gpio-ath79-convert-to-dynamic-GPIO-base-allocation.patch │ │ │ ├── 100-reset-ath79-read-back-reset-register.patch │ │ │ ├── 101-reset-ath79-reset-ETH-switch-for-AR9344.patch │ │ │ ├── 300-irqchip-irq-ath79-intc-add-irq-cascade-driver-for-QC.patch │ │ │ ├── 301-irqchip-irq-ath79-cpu-drop-OF-init-helper.patch │ │ │ ├── 310-dt-bindings-PCI-qcom-ar7100-adds-binding-doc.patch │ │ │ ├── 311-MIPS-pci-ar71xx-convert-to-OF.patch │ │ │ ├── 312-dt-bindings-PCI-qcom-ar7240-adds-binding-doc.patch │ │ │ ├── 313-MIPS-pci-ar724x-convert-to-OF.patch │ │ │ ├── 314-MIPS-ath79-remove-irq-code-from-pci.patch │ │ │ ├── 315-MIPS-pci-ar724x-add-QCA9550-reset-sequence.patch │ │ │ ├── 316-MIPS-ath79-swizzle-pci-address-for-ar71xx.patch │ │ │ ├── 317-MIPS-pci-ar724x-clear-power-down-of-pll-on-AR934x.patch │ │ │ ├── 318-MIPS-pci-ar724x-deassert-the-reset-of-PCIe-endpoint.patch │ │ │ ├── 330-missing-registers.patch │ │ │ ├── 331-MIPS-ath79-add-missing-QCA955x-GMAC-registers.patch │ │ │ ├── 332-ath79-sgmii-config.patch │ │ │ ├── 340-register_gpio_driver_earlier.patch │ │ │ ├── 350-MIPS-ath79-ath9k-exports.patch │ │ │ ├── 351-MIPS-ath79-common-exports.patch │ │ │ ├── 360-MIPS-ath79-export-UART1-reference-clock.patch │ │ │ ├── 370-MIPS-ath79-sanitize-symbols.patch │ │ │ ├── 400-mtd-nor-support-mtd-name-from-device-tree.patch │ │ │ ├── 410-mtd-cybertan-trx-parser.patch │ │ │ ├── 430-mtd-ar934x-nand-driver.patch │ │ │ ├── 700-phy-add-ath79-usb-phys.patch │ │ │ ├── 701-usb-add-more-OF-quirk-properties.patch │ │ │ ├── 710-net-use-downstream-ag71xx.patch │ │ │ ├── 720-mdio_bitbang_ignore_ta_value.patch │ │ │ ├── 721-phy-mdio-bitbang-prevent-rescheduling-during-command.patch │ │ │ ├── 730-ar8216-make-reg-access-atomic.patch │ │ │ ├── 800-leds-add-reset-controller-based-driver.patch │ │ │ ├── 810-ath79-ignore-the-abused-interrupt-map-on-pcie-node.patch │ │ │ ├── 820-mfd-syscon-support-skip-reset-control-for-syscon-devices.patch │ │ │ ├── 900-unaligned_access_hacks.patch │ │ │ ├── 910-mikrotik-rb4xx.patch │ │ │ └── 911-mikrotik-rb91x.patch │ │ └── tiny │ │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_leds │ │ │ │ │ ├── 02_network │ │ │ │ │ └── 05_compat-version │ │ │ │ ├── hotplug.d │ │ │ │ │ └── firmware │ │ │ │ │ │ └── 10-ath9k-eeprom │ │ │ │ └── uci-defaults │ │ │ │ │ ├── 04_led_migration │ │ │ │ │ └── 09_fix-checksum │ │ │ └── lib │ │ │ │ └── upgrade │ │ │ │ ├── failsafe_datachk.sh │ │ │ │ └── platform.sh │ │ │ ├── config-default │ │ │ └── target.mk │ ├── bcm27xx │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ └── 02_network │ │ │ │ ├── diag.sh │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ ├── 05_set_preinit_iface_brcm2708 │ │ │ │ ├── 79_move_config │ │ │ │ └── 81_set_root_part │ │ │ │ └── upgrade │ │ │ │ ├── keep.d │ │ │ │ └── platform │ │ │ │ └── platform.sh │ │ ├── bcm2708 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── bcm2709 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── bcm2710 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── bcm2711 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── bcm2712 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── config-6.6 │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── cmdline.txt │ │ │ ├── config.txt │ │ │ ├── distroconfig.txt │ │ │ └── gen_rpi_sdcard_img.sh │ │ ├── modules.mk │ │ ├── modules │ │ │ ├── hwmon.mk │ │ │ ├── i2c.mk │ │ │ ├── other.mk │ │ │ ├── sound.mk │ │ │ ├── spi.mk │ │ │ └── video.mk │ │ └── patches-6.6 │ │ │ ├── 950-0003-raspberrypi-firmware-Update-mailbox-commands.patch │ │ │ ├── 950-0004-drm-vc4-Add-FKMS-as-an-acceptable-node-for-dma-range.patch │ │ │ ├── 950-0005-drm-atomic-Don-t-fixup-modes-that-haven-t-been-reset.patch │ │ │ ├── 950-0006-drm-vc4-Allow-setting-the-TV-norm-via-module-paramet.patch │ │ │ ├── 950-0007-drm-vc4-Add-firmware-kms-mode.patch │ │ │ ├── 950-0008-drm-vc4-Add-support-for-gamma-on-BCM2711.patch │ │ │ ├── 950-0009-drm-vc4-Add-debugfs-node-that-dumps-the-vc5-gamma-PW.patch │ │ │ ├── 950-0010-drm-vc4-hvs-Force-modeset-on-gamma-lut-change.patch │ │ │ ├── 950-0012-drm-vc4-Make-VEC-progressive-modes-readily-accessibl.patch │ │ │ ├── 950-0013-drm-Check-whether-the-gamma-lut-has-changed-before-u.patch │ │ │ ├── 950-0014-drm-vc4-Enable-gamma-block-only-when-required.patch │ │ │ ├── 950-0015-drm-vc4-Only-add-gamma-properties-once.patch │ │ │ ├── 950-0016-drm-vc4-Validate-the-size-of-the-gamma_lut.patch │ │ │ ├── 950-0017-drm-vc4-Disable-Gamma-control-on-HVS5-due-to-issues-.patch │ │ │ ├── 950-0018-drm-dsi-Document-the-meaning-and-spec-references-for.patch │ │ │ ├── 950-0019-drm-bridge-tc358762-Ignore-EPROBE_DEFER-when-logging.patch │ │ │ ├── 950-0020-vc4-drm-vc4_plane-Keep-fractional-source-coords-insi.patch │ │ │ ├── 950-0021-vc4-drm-Handle-fractional-coordinates-using-the-phas.patch │ │ │ ├── 950-0022-drm-Add-chroma-siting-properties.patch │ │ │ ├── 950-0023-vc4-drm-plane-Make-use-of-chroma-siting-parameter.patch │ │ │ ├── 950-0024-drm-vc4-Force-trigger-of-dlist-update-on-margins-cha.patch │ │ │ ├── 950-0025-drm-atomic-helpers-remove-legacy_cursor_update-hacks.patch │ │ │ ├── 950-0026-drm-atomic-If-margins-are-updated-update-all-planes.patch │ │ │ ├── 950-0027-drm-vc4-hvs-Skip-DebugFS-Registration-for-FKMS.patch │ │ │ ├── 950-0028-drm-vc4_hdmi-Allow-hotplug-detect-to-be-forced.patch │ │ │ ├── 950-0030-drm-vc4-hvs-Defer-dlist-slots-deallocation.patch │ │ │ ├── 950-0031-drm-vc4-hvs-Initialize-the-dlist-allocation-list-ent.patch │ │ │ ├── 950-0032-drm-vc4-hvs-Move-the-dlist-allocation-destruction-to.patch │ │ │ ├── 950-0033-drm-vc4-hvs-Destroy-dlist-allocations-immediately-wh.patch │ │ │ ├── 950-0034-drm-vc4_plane-Add-support-for-YUV444-formats.patch │ │ │ ├── 950-0035-drm-vc4-Calculate-bpc-based-on-max_requested_bpc.patch │ │ │ ├── 950-0036-drm-vc4-Set-AXI-panic-modes-for-the-HVS.patch │ │ │ ├── 950-0037-drm-vc4-drop-unnecessary-and-harmful-HDMI-RGB-format.patch │ │ │ ├── 950-0038-drm-vc4-Limit-max_bpc-to-8-on-Pi0-3.patch │ │ │ ├── 950-0039-arm64-setup-Fix-build-warning.patch │ │ │ ├── 950-0040-BCM2708-Add-core-Device-Tree-support.patch │ │ │ ├── 950-0042-clk-raspberrypi-Add-ISP-to-exported-clocks.patch │ │ │ ├── 950-0043-Register-the-clocks-early-during-the-boot-process-so.patch │ │ │ ├── 950-0044-clk-bcm2835-Mark-used-PLLs-and-dividers-CRITICAL.patch │ │ │ ├── 950-0045-clk-bcm2835-Add-claim-clocks-property.patch │ │ │ ├── 950-0046-clk-bcm2835-Read-max-core-clock-from-firmware.patch │ │ │ ├── 950-0047-clk-clk-bcm2835-Use-zd-when-printing-size_t.patch │ │ │ ├── 950-0048-clk-bcm2835-Don-t-wait-for-pllh-lock.patch │ │ │ ├── 950-0049-clk-bcm2835-Add-support-for-setting-leaf-clock-rates.patch │ │ │ ├── 950-0050-clk-bcm2835-Allow-reparenting-leaf-clocks-while-they.patch │ │ │ ├── 950-0051-clk-bcm2835-Avoid-null-pointer-exception.patch │ │ │ ├── 950-0052-clk-bcm2835-Disable-v3d-clock.patch │ │ │ ├── 950-0053-clk-bcm2835-Pass-DT-node-to-rpi_firmware_get.patch │ │ │ ├── 950-0054-clk-bcm2835-Remove-VEC-clock-support.patch │ │ │ ├── 950-0055-arm-partially-revert-702b94bff3c50542a6e4ab9a4f4cef0.patch │ │ │ ├── 950-0056-cache-export-clean-and-invalidate.patch │ │ │ ├── 950-0057-Revert-spi-spidev-Fix-CS-polarity-if-GPIO-descriptor.patch │ │ │ ├── 950-0059-Revert-Bluetooth-Always-request-for-user-confirmatio.patch │ │ │ ├── 950-0060-Revert-net-bcmgenet-Request-APD-DLL-disable-and-IDDQ.patch │ │ │ ├── 950-0061-Revert-Revert-xhci-add-quirk-for-host-controllers-th.patch │ │ │ ├── 950-0065-cgroup-Disable-cgroup-memory-by-default.patch │ │ │ ├── 950-0066-Protect-__release_resource-against-resources-without.patch │ │ │ ├── 950-0067-irq-bcm2836-Avoid-Invalid-trigger-warning.patch │ │ │ ├── 950-0068-irqchip-bcm2835-Add-FIQ-support.patch │ │ │ ├── 950-0069-irqchip-irq-bcm2835-Add-2836-FIQ-support.patch │ │ │ ├── 950-0070-spi-spidev-Completely-disable-the-spidev-warning.patch │ │ │ ├── 950-0071-dmaengine-bcm2835-Load-driver-early-and-support-lega.patch │ │ │ ├── 950-0072-rtc-Add-SPI-alias-for-pcf2123-driver.patch │ │ │ ├── 950-0073-watchdog-bcm2835-Support-setting-reboot-partition.patch │ │ │ ├── 950-0074-reboot-Use-power-off-rather-than-busy-spinning-when-.patch │ │ │ ├── 950-0075-bcm-Make-RASPBERRYPI_POWER-depend-on-PM.patch │ │ │ ├── 950-0076-bcm2835-rng-Avoid-initialising-if-already-enabled.patch │ │ │ ├── 950-0077-sound-Demote-deferral-errors-to-INFO-level.patch │ │ │ ├── 950-0078-Update-vfpmodule.c.patch │ │ │ ├── 950-0079-i2c-bcm2835-Add-debug-support.patch │ │ │ ├── 950-0080-irqchip-irq-bcm2836-Remove-regmap-and-syscon-use.patch │ │ │ ├── 950-0081-lan78xx-Enable-LEDs-and-auto-negotiation.patch │ │ │ ├── 950-0082-amba_pl011-Insert-mb-for-correct-FIFO-handling.patch │ │ │ ├── 950-0083-amba_pl011-Add-cts-event-workaround-DT-property.patch │ │ │ ├── 950-0084-tty-amba-pl011-Avoid-rare-write-when-full-error.patch │ │ │ ├── 950-0086-Main-bcm2708-bcm2709-linux-port.patch │ │ │ ├── 950-0087-Add-dwc_otg-driver.patch │ │ │ ├── 950-0088-bcm2708-framebuffer-driver.patch │ │ │ ├── 950-0089-Pulled-in-the-multi-frame-buffer-support-from-the-Pi.patch │ │ │ ├── 950-0090-fbdev-add-FBIOCOPYAREA-ioctl.patch │ │ │ ├── 950-0091-dmaengine-Add-support-for-BCM2708.patch │ │ │ ├── 950-0092-MMC-added-alternative-MMC-driver.patch │ │ │ ├── 950-0093-mmc-block-Don-t-do-single-sector-reads-during-recove.patch │ │ │ ├── 950-0094-Adding-bcm2835-sdhost-driver-and-an-overlay-to-enabl.patch │ │ │ ├── 950-0095-vc_mem-Add-vc_mem-driver-for-querying-firmware-memor.patch │ │ │ ├── 950-0096-Add-dev-gpiomem-device-for-rootless-user-GPIO-access.patch │ │ │ ├── 950-0097-Add-SMI-driver.patch │ │ │ ├── 950-0098-Add-Chris-Boot-s-i2c-driver.patch │ │ │ ├── 950-0099-char-broadcom-Add-vcio-module.patch │ │ │ ├── 950-0100-firmware-bcm2835-Support-ARCH_BCM270x.patch │ │ │ ├── 950-0101-leds-Add-the-input-trigger-for-pwr_led.patch │ │ │ ├── 950-0102-Added-Device-IDs-for-August-DVB-T-205.patch │ │ │ ├── 950-0103-Improve-__copy_to_user-and-__copy_from_user-performa.patch │ │ │ ├── 950-0104-gpio-poweroff-Allow-it-to-work-on-Raspberry-Pi.patch │ │ │ ├── 950-0105-mfd-Add-Raspberry-Pi-Sense-HAT-core-driver.patch │ │ │ ├── 950-0106-Add-support-for-all-the-downstream-rpi-sound-card-dr.patch │ │ │ ├── 950-0107-rpi_display-add-backlight-driver-and-overlay.patch │ │ │ ├── 950-0108-bcm2835-virtgpio-Virtual-GPIO-driver.patch │ │ │ ├── 950-0109-OF-DT-Overlay-configfs-interface.patch │ │ │ ├── 950-0111-hci_h5-Don-t-send-conf_req-when-ACTIVE.patch │ │ │ ├── 950-0112-ARM64-Round-Robin-dispatch-IRQs-between-CPUs.patch │ │ │ ├── 950-0113-ARM64-Force-hardware-emulation-of-deprecated-instruc.patch │ │ │ ├── 950-0114-AXI-performance-monitor-driver-2222.patch │ │ │ ├── 950-0115-ARM-bcm2835-Set-Serial-number-and-Revision.patch │ │ │ ├── 950-0116-dwc-otg-FIQ-Fix-bad-mode-in-data-abort-handler.patch │ │ │ ├── 950-0117-ARM-Activate-FIQs-to-avoid-__irq_startup-warnings.patch │ │ │ ├── 950-0118-i2c-gpio-Also-set-bus-numbers-from-reg-property.patch │ │ │ ├── 950-0119-added-capture_clear-option-to-pps-gpio-via-dtoverlay.patch │ │ │ ├── 950-0120-lan78xx-Read-initial-EEE-status-from-DT.patch │ │ │ ├── 950-0121-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch │ │ │ ├── 950-0122-Add-ability-to-export-gpio-used-by-gpio-poweroff.patch │ │ │ ├── 950-0123-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch │ │ │ ├── 950-0124-irqchip-irq-bcm2835-Calc.-FIQ_START-at-boot-time.patch │ │ │ ├── 950-0125-net-lan78xx-Disable-TCP-Segmentation-Offload-TSO.patch │ │ │ ├── 950-0127-lan78xx-Move-enabling-of-EEE-into-PHY-init-code.patch │ │ │ ├── 950-0128-cxd2880-CXD2880_SPI_DRV-should-select-DVB_CXD2880-wi.patch │ │ │ ├── 950-0129-firmware-raspberrypi-Add-backward-compatible-get_thr.patch │ │ │ ├── 950-0130-serial-sc16is7xx-Don-t-spin-if-no-data-received.patch │ │ │ ├── 950-0131-net-lan78xx-Support-auto-downshift-to-100Mb-s.patch │ │ │ ├── 950-0132-firmware-raspberrypi-Report-the-fw-variant-during-pr.patch │ │ │ ├── 950-0133-lan78xx-Debounce-link-events-to-minimize-poll-storm.patch │ │ │ ├── 950-0134-lan78xx-EEE-support-is-now-a-PHY-property.patch │ │ │ ├── 950-0135-media-tc358743-Increase-FIFO-level-to-374.patch │ │ │ ├── 950-0136-media-tc358743-Add-support-for-972Mbit-s-link-freq.patch │ │ │ ├── 950-0137-media-tc358743-Check-I2C-succeeded-during-probe.patch │ │ │ ├── 950-0138-media-adv7180-Default-to-the-first-valid-input.patch │ │ │ ├── 950-0139-media-adv7180-Add-YPrPb-support-for-ADV7282M.patch │ │ │ ├── 950-0140-media-videodev2-Add-helper-defines-for-printing-FOUR.patch │ │ │ ├── 950-0141-dt-bindings-Document-BCM283x-CSI2-CCP2-receiver.patch │ │ │ ├── 950-0142-MAINTAINERS-Add-entry-for-BCM2835-Unicam-driver.patch │ │ │ ├── 950-0143-media-tc358743-Return-an-appropriate-colorspace-from.patch │ │ │ ├── 950-0144-staging-mmal-vchiq-Avoid-use-of-bool-in-structures.patch │ │ │ ├── 950-0145-staging-mmal-vchiq-Add-support-for-event-callbacks.patch │ │ │ ├── 950-0146-staging-vc04_services-Support-sending-data-to-MMAL-p.patch │ │ │ ├── 950-0147-media-videobuf2-Allow-exporting-of-a-struct-dmabuf.patch │ │ │ ├── 950-0148-staging-mmal-vchiq-Fix-client_component-for-64-bit-k.patch │ │ │ ├── 950-0149-staging-mmal_vchiq-Add-in-the-Bayer-encoding-formats.patch │ │ │ ├── 950-0150-staging-mmal-vchiq-Update-mmal_parameters.h-with-rec.patch │ │ │ ├── 950-0151-staging-mmal-vchiq-Free-the-event-context-for-contro.patch │ │ │ ├── 950-0152-staging-mmal-vchiq-Fix-memory-leak-in-error-path.patch │ │ │ ├── 950-0153-w1-w1-gpio-Make-GPIO-an-output-for-strong-pullup.patch │ │ │ ├── 950-0154-arm-bcm2835-Fix-FIQ-early-ioremap.patch │ │ │ ├── 950-0155-arm-bcm2835-DMA-can-only-address-1GB.patch │ │ │ ├── 950-0156-hwrng-iproc-rng200-Add-BCM2838-support.patch │ │ │ ├── 950-0157-bcmgenet-constrain-max-DMA-burst-length.patch │ │ │ ├── 950-0158-bcmgenet-Better-coalescing-parameter-defaults.patch │ │ │ ├── 950-0159-net-genet-enable-link-energy-detect-powerdown-for-ex.patch │ │ │ ├── 950-0161-xhci-implement-xhci_fixup_endpoint-for-interval-adju.patch │ │ │ ├── 950-0162-usb-xhci-workaround-for-bogus-SET_DEQ_PENDING-endpoi.patch │ │ │ ├── 950-0163-usb-xhci-drop-and-add-the-endpoint-context-in-xhci_f.patch │ │ │ ├── 950-0164-usbhid-call-usb_fixup_endpoint-after-mangling-interv.patch │ │ │ ├── 950-0165-arm-bcm2835-Add-bcm2838-compatible-string.patch │ │ │ ├── 950-0166-i2c-bcm2835-Set-clock-stretch-timeout-to-35ms.patch │ │ │ ├── 950-0167-drm-v3d-Clock-V3D-down-when-not-in-use.patch │ │ │ ├── 950-0169-hid-usb-Add-device-quirks-for-Freeway-Airmouse-T3-an.patch │ │ │ ├── 950-0170-net-bcmgenet-Workaround-2-for-Pi4-Ethernet-fail.patch │ │ │ ├── 950-0171-arch-arm-Add-model-string-to-cpuinfo.patch │ │ │ ├── 950-0172-arch-arm64-Add-Revision-Serial-Model-to-cpuinfo.patch │ │ │ ├── 950-0173-media-i2c-imx477-Support-for-the-Sony-IMX477-sensor.patch │ │ │ ├── 950-0174-media-i2c-imx519-Support-for-the-Sony-IMX519-sensor.patch │ │ │ ├── 950-0175-Documentation-devicetree-Add-documentation-for-imx37.patch │ │ │ ├── 950-0176-v4l2-Add-a-Greyworld-AWB-mode.patch │ │ │ ├── 950-0177-staging-bcm2835-camera-Add-greyworld-AWB-mode.patch │ │ │ ├── 950-0178-media-v4l2-Add-Greyworld-AWB-control-name.patch │ │ │ ├── 950-0179-staging-bcm2835-camera-Fix-the-cherry-pick-of-AWB-Gr.patch │ │ │ ├── 950-0180-ARM-bcm-Switch-board-clk-and-pinctrl-to-bcm2711-comp.patch │ │ │ ├── 950-0181-dt-bindings-Add-binding-for-the-Infineon-IRS1125-sen.patch │ │ │ ├── 950-0182-media-i2c-Add-a-driver-for-the-Infineon-IRS1125-dept.patch │ │ │ ├── 950-0183-drm-v3d-Suppress-all-but-the-first-MMU-error.patch │ │ │ ├── 950-0184-staging-vchiq_arm-Register-vcsm-cma-as-a-platform-dr.patch │ │ │ ├── 950-0185-staging-vchiq_arm-Register-bcm2835-codec-as-a-platfo.patch │ │ │ ├── 950-0186-net-phy-2711-Allow-ethernet-LED-mode-to-be-set-via-d.patch │ │ │ ├── 950-0187-v3d_drv-Handle-missing-clock-more-gracefully.patch │ │ │ ├── 950-0188-v3d_gem-Kick-the-clock-so-firmware-knows-we-are-usin.patch │ │ │ ├── 950-0189-clk-raspberrypi-Allow-cpufreq-driver-to-also-adjust-.patch │ │ │ ├── 950-0190-staging-vchiq_arm-Set-up-dma-ranges-on-child-devices.patch │ │ │ ├── 950-0191-staging-vchiq-Use-the-old-dma-controller-for-OF-conf.patch │ │ │ ├── 950-0192-ARM-bcm-Backport-BCM2711-support-from-upstream.patch │ │ │ ├── 950-0193-Initialise-rpi-firmware-before-clk-bcm2835.patch │ │ │ ├── 950-0194-staging-vchiq_arm-Give-vchiq-children-DT-nodes.patch │ │ │ ├── 950-0195-pinctrl-bcm2835-Remove-gpiochip-on-error.patch │ │ │ ├── 950-0196-video-fbdev-bcm2708_fb-Use-common-compat-header.patch │ │ │ ├── 950-0197-of-overlay-Correct-symbol-path-fixups.patch │ │ │ ├── 950-0198-dt-bindings-pci-Add-DT-docs-for-Brcmstb-PCIe-device.patch │ │ │ ├── 950-0199-bcmgenet-Disable-skip_umac_reset-by-default.patch │ │ │ ├── 950-0200-media-videodev2.h-Add-a-format-for-column-YUV4-2-0-m.patch │ │ │ ├── 950-0201-media-dt-bindings-media-Add-binding-for-the-Raspberr.patch │ │ │ ├── 950-0202-RFC-media-Add-media_request_-pin-unpin-API.patch │ │ │ ├── 950-0203-staging-media-rpivid-Add-Raspberry-Pi-V4L2-H265-deco.patch │ │ │ ├── 950-0204-spi-Force-CS_HIGH-if-GPIO-descriptors-are-used.patch │ │ │ ├── 950-0205-media-uapi-v4l2-core-Add-sensor-ancillary-data-V4L2-.patch │ │ │ ├── 950-0206-media-uapi-Add-MEDIA_BUS_FMT_SENSOR_DATA-media-bus-f.patch │ │ │ ├── 950-0207-media-uapi-v4l2-core-Add-ISP-statistics-output-V4L2-.patch │ │ │ ├── 950-0208-media-uapi-v4l-ctrls-Add-CID-base-for-the-bcm2835-is.patch │ │ │ ├── 950-0209-staging-vchiq-Load-bcm2835_isp-driver-from-vchiq.patch │ │ │ ├── 950-0210-media-i2c-tc358743-Fix-fallthrough-warning.patch │ │ │ ├── 950-0211-video-bcm2708_fb-Disable-FB-if-no-displays-found.patch │ │ │ ├── 950-0212-staging-vc04_services-mmal-vchiq-Update-parameters-l.patch │ │ │ ├── 950-0213-staging-vc04_services-bcm2835-camera-Request-headers.patch │ │ │ ├── 950-0214-gpiolib-Don-t-prevent-IRQ-usage-of-output-GPIOs.patch │ │ │ ├── 950-0215-PCI-brcmstb-Add-DT-property-to-control-L1SS.patch │ │ │ ├── 950-0216-media-irs1125-Using-i2c_transfer-for-ic2-reads.patch │ │ │ ├── 950-0217-media-irs1125-Refactoring-and-debug-messages.patch │ │ │ ├── 950-0218-media-irs1125-Atomic-access-to-imager-reconfiguratio.patch │ │ │ ├── 950-0219-media-irs1125-Keep-HW-in-sync-after-imager-reset.patch │ │ │ ├── 950-0221-media-bcm2835-unicam-Driver-for-CCP2-CSI2-camera-int.patch │ │ │ ├── 950-0222-media-bcm2835-unicam-Kconfig-Makefile-for-CCP2-CSI2-.patch │ │ │ ├── 950-0223-media-bcm2835-unicam-Add-support-for-get_mbus_config.patch │ │ │ ├── 950-0224-media-bcm2835-unicam-Avoid-gcc-warning-over-0-on-end.patch │ │ │ ├── 950-0225-serial-8250-bcm2835aux-defer-if-clock-is-zero.patch │ │ │ ├── 950-0226-media-Add-a-pixel-format-for-MIPI-packed-12bit-luma-.patch │ │ │ ├── 950-0227-media-Add-a-pixel-format-for-MIPI-packed-14bit-luma-.patch │ │ │ ├── 950-0228-media-bcm2835-unicam-Add-support-for-12bit-mono-pack.patch │ │ │ ├── 950-0229-media-bcm2835-unicam-Add-support-for-14bit-mono-sour.patch │ │ │ ├── 950-0230-media-bcm2835-unicam-Add-support-for-unpacked-14bit-.patch │ │ │ ├── 950-0231-media-bcm2835-unicam-Reinstate-V4L2_CAP_READWRITE-in.patch │ │ │ ├── 950-0232-media-bcm2835-unicam-Ensure-type-is-VIDEO_CAPTURE-in.patch │ │ │ ├── 950-0233-media-bcm2835-unicam-Set-VPU-min-clock-freq-to-250Mh.patch │ │ │ ├── 950-0234-dt-bindings-bcm2835-unicam-Update-documentation-with.patch │ │ │ ├── 950-0235-leds-Add-the-actpwr-trigger.patch │ │ │ ├── 950-0236-media-bcm2835-unicam-Drop-WARN-on-uing-direct-cache-.patch │ │ │ ├── 950-0237-media-i2c-tc358743-Only-allow-supported-pixel-fmts-i.patch │ │ │ ├── 950-0238-media-bcm2835-unicam-Always-service-interrupts.patch │ │ │ ├── 950-0239-media-bcm2835-unicam-Fix-uninitialized-warning.patch │ │ │ ├── 950-0240-media-bcm2835-unicam-Fixup-review-comments-from-Hans.patch │ │ │ ├── 950-0241-media-bcm2835-unicam-Retain-packing-information-on-G.patch │ │ │ ├── 950-0242-media-bcm2835-unicam-change-minimum-number-of-vb2_qu.patch │ │ │ ├── 950-0243-staging-fbtft-Add-support-for-display-variants.patch │ │ │ ├── 950-0246-char-Add-broadcom-char-drivers-back-to-build-files.patch │ │ │ ├── 950-0247-staging-bcm2835-camera-Replace-deprecated-V4L2_PIX_F.patch │ │ │ ├── 950-0248-staging-vc04_services-Add-new-vc-sm-cma-driver.patch │ │ │ ├── 950-0249-staging-vchiq-mmal-Add-support-for-14bit-Bayer.patch │ │ │ ├── 950-0250-staging-mmal-vchiq-Add-monochrome-image-formats.patch │ │ │ ├── 950-0251-staging-mmal-vchiq-Use-vc-sm-cma-to-support-zero-cop.patch │ │ │ ├── 950-0252-staging-vc04_services-Add-a-V4L2-M2M-codec-driver.patch │ │ │ ├── 950-0253-uapi-bcm2835-isp-Add-bcm2835-isp-uapi-header-file.patch │ │ │ ├── 950-0254-staging-vc04_services-ISP-Add-a-more-complex-ISP-pro.patch │ │ │ ├── 950-0255-gpio-Add-gpio-fsm-driver.patch │ │ │ ├── 950-0256-rpisense-fb-Set-pseudo_pallete-to-prevent-crash-on-f.patch │ │ │ ├── 950-0257-bcm2708_fb-Fix-a-build-warning.patch │ │ │ ├── 950-0258-watchdog-bcm2835-Ignore-params-after-the-partition-n.patch │ │ │ ├── 950-0259-firmware-raspberrypi-Add-support-for-tryonce-reboot-.patch │ │ │ ├── 950-0260-phy-broadcom-split-out-the-BCM54213PE-from-the-BCM54.patch │ │ │ ├── 950-0261-phy-broadcom-Add-bcm54213pe-configuration.patch │ │ │ ├── 950-0262-Input-edt-ft5x06-Poll-the-device-if-no-interrupt-is-.patch │ │ │ ├── 950-0263-drm-panel-raspberrypi-touchscreen-Use-independent-I2.patch │ │ │ ├── 950-0264-drm-panel-raspberrypi-ts-Insert-delay-before-polling.patch │ │ │ ├── 950-0265-dt-bindings-Add-compatible-for-BCM2711-DSI1.patch │ │ │ ├── 950-0266-media-bcm2835-unicam-Correctly-handle-error-propagat.patch │ │ │ ├── 950-0267-media-bcm2835-unicam-Return-early-from-stop_streamin.patch │ │ │ ├── 950-0268-media-bcm2835-unicam-Clear-clock-state-when-stopping.patch │ │ │ ├── 950-0269-PCI-brcmstb-Advertise-MSI-X-support.patch │ │ │ ├── 950-0270-net-lan78xx-Ack-pending-PHY-ints-when-resetting.patch │ │ │ ├── 950-0271-staging-vc04_services-Add-additional-unpacked-raw-fo.patch │ │ │ ├── 950-0272-staging-bcm2835-isp-Add-the-unpacked-16bpp-raw-forma.patch │ │ │ ├── 950-0273-staging-bcm2835-isp-Log-the-number-of-excess-support.patch │ │ │ ├── 950-0274-uapi-bcm2835-isp-Add-colour-denoise-configuration.patch │ │ │ ├── 950-0275-staging-vc04_services-ISP-Add-colour-denoise-control.patch │ │ │ ├── 950-0276-spi-bcm2835-Workaround-fix-for-zero-length-transfers.patch │ │ │ ├── 950-0277-kbuild-Silence-unavoidable-dtc-overlay-warnings.patch │ │ │ ├── 950-0278-bcm2835-isp-Allow-formats-with-different-colour-spac.patch │ │ │ ├── 950-0279-media-bcm2835-unicam-Fix-bug-in-buffer-swapping-logi.patch │ │ │ ├── 950-0280-Assign-crypto-aliases-to-different-AES-implementatio.patch │ │ │ ├── 950-0281-media-v4l2_m2m-In-buffered-mode-run-jobs-if-either-p.patch │ │ │ ├── 950-0282-media-i2c-add-ov9281-driver.patch │ │ │ ├── 950-0283-media-ov5647-Fix-return-codes-from-ov5647_write-ov56.patch │ │ │ ├── 950-0284-media-i2c-ov5647-Parse-and-register-properties.patch │ │ │ ├── 950-0285-staging-bcm2835-camera-Add-support-for-DMABUFs.patch │ │ │ ├── 950-0286-staging-fbtft-Add-minipitft13-variant.patch │ │ │ ├── 950-0287-drm-panel-jdi-lt070me05000-Use-gpiod_set_value_cansl.patch │ │ │ ├── 950-0288-staging-bcm2835-camera-Add-support-for-H264-levels-4.patch │ │ │ ├── 950-0289-staging-bcm2835-isp-Fix-compiler-warning.patch │ │ │ ├── 950-0290-gpio-poweroff-Remember-the-old-poweroff-handler.patch │ │ │ ├── 950-0291-media-i2c-ov5647-Correct-pixel-array-offset.patch │ │ │ ├── 950-0292-media-i2c-ov5647-Correct-minimum-VBLANK-value.patch │ │ │ ├── 950-0293-media-i2c-ov5647-Fix-v4l2-compliance-failure-subscri.patch │ │ │ ├── 950-0294-staging-vc04_services-isp-Set-the-YUV420-YVU420-form.patch │ │ │ ├── 950-0295-media-bcm2835-unicam-Forward-input-status-from-subde.patch │ │ │ ├── 950-0296-media-i2c-ov7251-Add-fwnode-properties-controls.patch │ │ │ ├── 950-0300-drm-panel-raspberrypi-touchscreen-Handle-I2C-errors.patch │ │ │ ├── 950-0301-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch │ │ │ ├── 950-0302-Input-edt-ft54x6-Clean-up-timer-and-workqueue-on-rem.patch │ │ │ ├── 950-0303-staging-vchiq-mmal-Add-buffer-flags-for-interlaced-v.patch │ │ │ ├── 950-0304-staging-vchiq-mmal-Add-parameters-for-interlaced-vid.patch │ │ │ ├── 950-0305-staging-vchiq-mmal-Add-the-deinterlace-image-effects.patch │ │ │ ├── 950-0306-Add-Raspberry-Pi-PoE-HAT-support.patch │ │ │ ├── 950-0307-staging-mmal-vchiq-Add-module-parameter-to-enable-lo.patch │ │ │ ├── 950-0308-staging-mmal-vchiq-Reset-buffers_with_vpu-on-port_en.patch │ │ │ ├── 950-0309-drivers-gpio-Add-a-driver-that-wraps-the-PWM-API-as-.patch │ │ │ ├── 950-0310-media-i2c-ov5647-Sensor-should-report-RAW-color-spac.patch │ │ │ ├── 950-0311-vc04_services-isp-Report-input-node-as-wanting-full-.patch │ │ │ ├── 950-0312-media-bcm2835-unicam-Parse-pad-numbers-correctly.patch │ │ │ ├── 950-0313-media-bcm2835-unicam-Add-support-for-configuration-v.patch │ │ │ ├── 950-0314-staging-bcm2835-camera-Add-support-for-H264_MIN_QP-H.patch │ │ │ ├── 950-0315-staging-bcm2835-camera-Add-support-for-MPEG_VIDEO_FO.patch │ │ │ ├── 950-0317-media-i2c-ov5647-Support-HFLIP-and-VFLIP.patch │ │ │ ├── 950-0318-drivers-bcm2835_isp-Allow-multiple-users-for-the-ISP.patch │ │ │ ├── 950-0319-drivers-bcm2835_isp-Fix-div-by-0-bug.patch │ │ │ ├── 950-0321-drivers-bcm2835_unicam-Add-logging-message-when-a-fr.patch │ │ │ ├── 950-0322-regulator-rpi-panel-attiny-Don-t-read-the-LCD-power-.patch │ │ │ ├── 950-0323-rtc-pcf8523-Fix-oscillator-stop-bit-handling.patch │ │ │ ├── 950-0324-drm-panel-simple-Populate-bpc-when-using-panel-dpi.patch │ │ │ ├── 950-0325-drm-panel-simple-Allow-the-bus-format-to-be-read-fro.patch │ │ │ ├── 950-0326-media-i2c-ov5647-Add-support-for-regulator-control.patch │ │ │ ├── 950-0327-media-i2c-ov7251-Make-the-enable-GPIO-optional.patch │ │ │ ├── 950-0328-staging-bcm2835-isp-Fix-cleanup-after-init-fail.patch │ │ │ ├── 950-0329-uapi-v4l2-controls-Reset-V4L2_CID_USER_BCM2835_ISP_B.patch │ │ │ ├── 950-0330-bcm2835-v4l2-isp-Add-missing-lock-initialization.patch │ │ │ ├── 950-0331-mfd-simple-mfd-i2c-Add-configuration-for-RPi-POE-HAT.patch │ │ │ ├── 950-0332-pwm-raspberrypi-poe-Add-option-of-being-created-by-M.patch │ │ │ ├── 950-0333-power-rpi-poe-Drop-CURRENT_AVG-as-it-is-not-hardware.patch │ │ │ ├── 950-0334-power-rpi-poe-Add-option-of-being-created-by-MFD-or-.patch │ │ │ ├── 950-0335-drivers-bcm2835_unicam-Disable-trigger-mode-operatio.patch │ │ │ ├── 950-0336-Extending-ili9881c-driver-support-for-nwe080-panel.patch │ │ │ ├── 950-0337-media-bcm2835-unicam-Set-ret-on-error-path-in-unicam.patch │ │ │ ├── 950-0338-i2c-bcm2835-Make-clock-stretch-timeout-configurable.patch │ │ │ ├── 950-0339-Patching-lan78xx-for-SOF_TIMESTAMPING_TX_SOFTWARE-su.patch │ │ │ ├── 950-0340-media-uapi-Document-format-MEDIA_BUS_FMT_RGB565_1X24.patch │ │ │ ├── 950-0341-dt-bindings-vendor-prefixes-Add-Geekworm.patch │ │ │ ├── 950-0342-dt-bindings-display-simple-add-Geekworm-MZP280-Panel.patch │ │ │ ├── 950-0343-drm-panel-simple-add-Geekworm-MZP280-Panel.patch │ │ │ ├── 950-0345-drm-panel-Add-panel-driver-for-Ilitek-ILI9806E-panel.patch │ │ │ ├── 950-0346-drm-panel-Add-panel-driver-for-TDO-Y17B-based-panels.patch │ │ │ ├── 950-0347-bindings-Add-sck-idle-input-to-spi-gpio.patch │ │ │ ├── 950-0348-spi-gpio-Add-sck-idle-input-property.patch │ │ │ ├── 950-0349-media-bcm2835-unicam-Handle-a-repeated-frame-start-w.patch │ │ │ ├── 950-0350-media-i2c-ov7251-Reinstate-setting-ov7251_global_ini.patch │ │ │ ├── 950-0351-media-i2c-Add-driver-for-Omnivision-OV2311.patch │ │ │ ├── 950-0352-staging-vc04_services-isp-Permit-all-sRGB-colour-spa.patch │ │ │ ├── 950-0353-drivers-staging-bcm2835-isp-Do-not-cleanup-mmal-vcsm.patch │ │ │ ├── 950-0354-dt-bindings-media-i2c-Add-binding-for-ad5398-VCM.patch │ │ │ ├── 950-0355-media-i2c-Add-driver-for-AD5398-VCM-lens-driver.patch │ │ │ ├── 950-0356-media-i2c-ov5647-Use-v4l2_async_register_subdev_sens.patch │ │ │ ├── 950-0357-media-i2c-Rename-ad5398-to-ad5398_vcm.patch │ │ │ ├── 950-0358-drivers-staging-bcm2835-isp-Clear-LS-table-handle-in.patch │ │ │ ├── 950-0359-mm-page_alloc-cma-introduce-a-customisable-threshold.patch │ │ │ ├── 950-0361-drm-panel-ilitek-ili9881c-Clean-up-on-mipi_dsi_attac.patch │ │ │ ├── 950-0362-drm-panel-panel-ilitek9881c-Add-prepare_upstream_fir.patch │ │ │ ├── 950-0363-clk-bcm2835-use-subsys_initcall-for-the-clock-driver.patch │ │ │ ├── 950-0364-tpm_tis_spi_main-Force-probe-routine-to-run-synchron.patch │ │ │ ├── 950-0366-dt-bindings-vendor-prefixes-Add-Arducam.patch │ │ │ ├── 950-0367-media-dt-bindings-media-i2c-Add-Arducam-Pivariety-Se.patch │ │ │ ├── 950-0368-media-i2c-Add-driver-of-Arducam-Pivariety-series-cam.patch │ │ │ ├── 950-0369-thermal-broadcom-Use-dev_err_probe-to-suppress-defer.patch │ │ │ ├── 950-0370-dt-bindings-hwmon-add-microchip-emc2305.yaml-dt-bind.patch │ │ │ ├── 950-0371-hwmon-emc2305-fixups-for-driver-submitted-to-mailing.patch │ │ │ ├── 950-0372-media-i2c-Update-irs1125-Kconfig-entry.patch │ │ │ ├── 950-0373-media-i2c-arducam-pivariety-Fixup-for-mainline-API-c.patch │ │ │ ├── 950-0374-vc04_services-vchiq-mmal-Add-defines-for-mmal_es_for.patch │ │ │ ├── 950-0375-random-do-not-use-jump-labels-before-they-are-initia.patch │ │ │ ├── 950-0376-drm-v3d-Switch-clock-setting-to-new-api.patch │ │ │ ├── 950-0377-clk-raspberrypi-Enable-minimize-for-all-firmware-clo.patch │ │ │ ├── 950-0378-media-dt-bindings-media-i2c-Add-Arducam-64MP-CMOS-se.patch │ │ │ ├── 950-0379-media-i2c-Add-driver-of-Arducam-64MP-camera.patch │ │ │ ├── 950-0380-media-i2c-arducam_64mp-Advertise-embedded-data-node-.patch │ │ │ ├── 950-0381-Add-HDMI1-facility-to-the-driver.patch │ │ │ ├── 950-0382-Populate-phy-driver-block-for-BCM54213PE.patch │ │ │ ├── 950-0383-clk-bcm-rpi-Add-the-BCM283x-pixel-clock.patch │ │ │ ├── 950-0384-media-bcm2835-unicam-Correctly-handle-FS-FE-ISR-cond.patch │ │ │ ├── 950-0386-media-video-mux-Read-CSI2-config-from-FW-and-pass-to.patch │ │ │ ├── 950-0387-media-i2c-arducam-pivariety-Add-custom-controls.patch │ │ │ ├── 950-0388-media-bcm2835-unicam-Fix-for-possible-dummy-buffer-o.patch │ │ │ ├── 950-0390-drm-panel-Rename-GEM-CMA-helpers-GEM-DMA-helpers.patch │ │ │ ├── 950-0391-media-bcm2835-unicam-Fix-up-start-stop-api-change.patch │ │ │ ├── 950-0392-drivers-usb-dwc_otg-fix-reference-passing-when-check.patch │ │ │ ├── 950-0393-drivers-dwc_otg-stop-GCC-from-patching-FIQ-functions.patch │ │ │ ├── 950-0394-net-phy-BCM54210PE-does-not-support-PTP.patch │ │ │ ├── 950-0395-media-adv7180-Nasty-hack-to-allow-input-selection.patch │ │ │ ├── 950-0396-media-i2c-ov7251-Add-module-param-to-select-ext-trig.patch │ │ │ ├── 950-0399-drm-panel-panel-ilitek9881c-Crystalfontz-support.patch │ │ │ ├── 950-0400-net-bcmgenet-Add-eee-module-parameter.patch │ │ │ ├── 950-0401-drm-panel-simple-Add-Innolux-AT056tN53V1-5.6-VGA.patch │ │ │ ├── 950-0402-media-dt-bindings-Add-DW9817-to-DW9807-binding.patch │ │ │ ├── 950-0403-media-dw9807-vcm-Add-support-for-DW9817-bidirectiona.patch │ │ │ ├── 950-0404-media-dt-bindings-Add-regulator-to-dw9807-vcm.patch │ │ │ ├── 950-0405-media-dw9807-vcm-Add-regulator-support-to-the-driver.patch │ │ │ ├── 950-0406-media-dw9807-vcm-Smooth-the-first-user-movement-of-t.patch │ │ │ ├── 950-0407-dtbindings-media-i2c-Add-IMX708-CMOS-sensor-binding.patch │ │ │ ├── 950-0408-media-i2c-Add-a-driver-for-the-Sony-IMX708-image-sen.patch │ │ │ ├── 950-0409-net-phy-broadcom-Make-LEDs-3-4-shadow-LEDs-1-2.patch │ │ │ ├── 950-0410-drivers-media-imx708-Enable-long-exposure-mode.patch │ │ │ ├── 950-0411-drivers-media-i2c-imx708-Fix-crop-information.patch │ │ │ ├── 950-0412-media-bcm2835-unicam-Use-mipi-csi2.h-header-for-data.patch │ │ │ ├── 950-0413-media-bcm2835-unicam-Add-support-for-RAW16-formats.patch │ │ │ ├── 950-0414-drm-panel-panel-sitronix-st7701-Support-SPI-config-a.patch │ │ │ ├── 950-0415-iio-adc-mcp3422-Add-correct-compatible-strings.patch │ │ │ ├── 950-0416-gpio-pca953x-Add-ti-tca9554-compatible-string.patch │ │ │ ├── 950-0417-hwmon-aht10-Add-DT-compatible-string.patch │ │ │ ├── 950-0418-hwmon-ds1621-Add-DT-compatible-strings.patch │ │ │ ├── 950-0419-rtc-ds3232-Add-DT-compatible-string-for-ds3234.patch │ │ │ ├── 950-0420-hwmon-sht3x-Add-DT-compatible-string.patch │ │ │ ├── 950-0421-iio-light-tsl4531-Add-DT-compatible-string.patch │ │ │ ├── 950-0422-iio-light-veml6070-Add-DT-compatible-string.patch │ │ │ ├── 950-0423-media-i2c-imx219-Correct-the-minimum-vblanking-value.patch │ │ │ ├── 950-0424-ad5398_vcm-Fixup-ad5398_probe-prototype.patch │ │ │ ├── 950-0425-clk-bcm-rpi-Create-helper-to-retrieve-private-data.patch │ │ │ ├── 950-0426-media-i2c-Add-PDAF-support-for-IMX519.patch │ │ │ ├── 950-0427-drivers-media-i2c-imx708-Fix-WIDE_DYNAMIC_RANGE-cont.patch │ │ │ ├── 950-0428-rpisense-fb-Add-explicit-fb_deferred_io_mmap-hook.patch │ │ │ ├── 950-0430-fbdev-Don-t-cancel-deferred-work-if-pagelist-empty.patch │ │ │ ├── 950-0431-drivers-media-imx708-Increase-usable-link-frequencie.patch │ │ │ ├── 950-0432-drivers-media-imx708-Remove-unused-control-fields.patch │ │ │ ├── 950-0433-drivers-media-imx708-Tidy-ups-to-address-upstream-re.patch │ │ │ ├── 950-0434-dt-bindings-media-i2c-Replace-IMX708-sensor-binding-.patch │ │ │ ├── 950-0435-drivers-media-imx708-Follow-the-standard-devicetree-.patch │ │ │ ├── 950-0436-drives-media-imx708-Put-HFLIP-and-VFLIP-controls-in-.patch │ │ │ ├── 950-0437-media-bcm2835-unicam-Start-and-stop-media_pipeline-w.patch │ │ │ ├── 950-0438-drm-panel-Add-panel-driver-for-Waveshare-DSI-touchsc.patch │ │ │ ├── 950-0439-input-goodix-Add-option-to-poll-instead-of-relying-o.patch │ │ │ ├── 950-0440-serial-8250-Add-NOMSI-bug-for-bcm2835aux.patch │ │ │ ├── 950-0441-Bluetooth-hci_sync-Add-fallback-bd-address-prop.patch │ │ │ ├── 950-0442-Bluetooth-hci_bcm-Add-more-invalid-BDADDRs.patch │ │ │ ├── 950-0443-pinctrl-bcm2835-Workaround-for-edge-IRQ-loss.patch │ │ │ ├── 950-0444-media-i2c-imx258-Remove-unused-defines.patch │ │ │ ├── 950-0445-media-i2c-imx258-Make-image-geometry-meet-sensor-req.patch │ │ │ ├── 950-0446-media-i2c-imx258-Disable-digital-cropping-on-binned-.patch │ │ │ ├── 950-0447-media-i2c-imx258-Remove-redundant-I2C-writes.patch │ │ │ ├── 950-0448-media-i2c-imx258-Add-regulator-control.patch │ │ │ ├── 950-0449-media-i2c-imx258-Make-V4L2_CID_VBLANK-configurable.patch │ │ │ ├── 950-0450-media-i2c-imx258-Add-support-for-24MHz-clock.patch │ │ │ ├── 950-0451-media-i2c-imx258-Add-support-for-running-on-2-CSI-da.patch │ │ │ ├── 950-0452-media-i2c-imx258-Follow-normal-V4L2-behaviours-for-c.patch │ │ │ ├── 950-0453-media-i2c-imx258-Add-get_selection-for-pixel-array-i.patch │ │ │ ├── 950-0454-media-i2c-imx258-Allow-configuration-of-clock-lane-b.patch │ │ │ ├── 950-0455-media-i2c-imx258-Correct-max-FRM_LENGTH_LINES-value.patch │ │ │ ├── 950-0456-media-i2c-imx258-Add-support-for-long-exposure-modes.patch │ │ │ ├── 950-0457-media-i2c-imx258-Issue-reset-before-starting-streami.patch │ │ │ ├── 950-0458-media-i2c-imx258-Set-pixel_rate-range-to-the-same-as.patch │ │ │ ├── 950-0459-media-i2c-imx258-Support-faster-pixel-rate-on-binned.patch │ │ │ ├── 950-0460-dt-bindings-media-imx258-Rename-to-include-vendor-pr.patch │ │ │ ├── 950-0461-dt-bindings-media-imx258-Add-alternate-compatible-st.patch │ │ │ ├── 950-0462-media-i2c-imx258-Change-register-settings-for-varian.patch │ │ │ ├── 950-0463-media-i2c-imx258-Make-HFLIP-and-VFLIP-controls-writa.patch │ │ │ ├── 950-0464-drm-v3d-New-debugfs-end-points-to-query-GPU-usage-st.patch │ │ │ ├── 950-0466-mmc-bcm2835-Use-phys-addresses-for-slave-DMA-config.patch │ │ │ ├── 950-0467-spi-bcm2835-Use-phys-addresses-for-slave-DMA-config.patch │ │ │ ├── 950-0468-drm-vc4-hdmi-Increase-MAI-fifo-dreq-threshold.patch │ │ │ ├── 950-0469-i2c-bcm2835-Flush-FIFOs-cleanly-on-error.patch │ │ │ ├── 950-0470-i2c-bcm2835-Do-not-abort-transfers-on-ERR-if-still-a.patch │ │ │ ├── 950-0471-i2c-bcm2835-Implement-I2C_M_IGNORE_NAK.patch │ │ │ ├── 950-0472-pps-Compatibility-hack-should-be-X86-specific.patch │ │ │ ├── 950-0473-drivers-media-imx296-Disable-2x2-binned-mode.patch │ │ │ ├── 950-0474-panel-sitronix-st7701-Fix-panel-prepare-over-SPI.patch │ │ │ ├── 950-0475-serial-sc16is7xx-Read-modem-line-state-at-startup.patch │ │ │ ├── 950-0476-drivers-media-bcm2835_unicam-Improve-frame-sequence-.patch │ │ │ ├── 950-0477-driver-media-i2c-imx477-Re-enable-temperature-sensor.patch │ │ │ ├── 950-0478-media-i2c-arducam_64mp-Modify-the-line-length-of-128.patch │ │ │ ├── 950-0479-media-i2c-arducam_64mp-Add-8000x6000-resolution.patch │ │ │ ├── 950-0480-media-i2c-arducam_64mp-Add-PDAF-support.patch │ │ │ ├── 950-0481-xhci-Use-more-event-ring-segment-table-entries.patch │ │ │ ├── 950-0482-xhci-quirks-add-link-TRB-quirk-for-VL805.patch │ │ │ ├── 950-0484-usb-xhci-add-VLI_SS_BULK_OUT_BUG-quirk.patch │ │ │ ├── 950-0485-usb-xhci-add-XHCI_VLI_HUB_TT_QUIRK.patch │ │ │ ├── 950-0488-drivers-media-imx296-Updated-imx296-driver-for-exter.patch │ │ │ ├── 950-0489-drm-ili9486-Resolve-clash-in-spi_device_id-names.patch │ │ │ ├── 950-0493-bcm2835-unicam-hacks-to-allow-it-to-build.patch │ │ │ ├── 950-0496-rtc-rv3028-Add-backup-switchover-mode-support.patch │ │ │ ├── 950-0498-overlays-Correct-for-pwm-cells-3.patch │ │ │ ├── 950-0499-media-i2c-imx219-make-HBLANK-r-w-to-allow-longer-exp.patch │ │ │ ├── 950-0500-media-imx219-Advertise-embedded-data-node-on-media-p.patch │ │ │ ├── 950-0501-media-i2c-imx219-Scale-the-pixel-clock-rate-for-the-.patch │ │ │ ├── 950-0502-media-i2c-imx219-fix-binning-and-rate_factor-for-480.patch │ │ │ ├── 950-0503-overlays-Add-a-sample-hat_map.patch │ │ │ ├── 950-0504-Revert-usb-phy-generic-Get-the-vbus-supply.patch │ │ │ ├── 950-0505-drivers-char-add-generic-gpiomem-driver.patch │ │ │ ├── 950-0507-drivers-char-delete-bcm2835-gpiomem.patch │ │ │ ├── 950-0509-gpio_brcmstb-Allow-to-build-for-ARCH_BCM2835.patch │ │ │ ├── 950-0510-Allow-RESET_BRCMSTB-on-ARCH_BCM2835.patch │ │ │ ├── 950-0511-pinctrl-bcm2712-pinctrl-pinconf-driver.patch │ │ │ ├── 950-0513-mmc-brcmstb-add-support-for-BCM2712.patch │ │ │ ├── 950-0514-sdhci-Add-SD-Express-hook.patch │ │ │ ├── 950-0515-Add-new-pispbe-driver-though-not-yet-the-Makesfiles-.patch │ │ │ ├── 950-0516-irqchip-irq-bcm2712-mip-Support-for-2712-s-MIP.patch │ │ │ ├── 950-0517-reset-reset-brcmstb-rescal-Support-shared-use.patch │ │ │ ├── 950-0518-net-macb-Also-set-DMA-coherent-mask.patch │ │ │ ├── 950-0520-drm-panel-raspberrypi-touchscreen-Insert-more-delays.patch │ │ │ ├── 950-0521-PCI-brcmstb-Add-BCM2712-support.patch │ │ │ ├── 950-0522-V4L2-Add-PiSP-opaque-formats-to-V4L2.patch │ │ │ ├── 950-0523-V4L2-Add-PiSP-compressed-formats-to-V4L2.patch │ │ │ ├── 950-0525-dt-binding-mfd-Add-binding-for-Raspberry-Pi-RP1.patch │ │ │ ├── 950-0526-mfd-Add-rp1-driver.patch │ │ │ ├── 950-0527-dt-bindings-clock-Add-bindings-for-Raspberry-Pi-RP1.patch │ │ │ ├── 950-0528-clk-Add-rp1-clock-driver.patch │ │ │ ├── 950-0529-dt-bindings-pinctrl-Add-bindings-for-Raspberry-Pi-RP.patch │ │ │ ├── 950-0530-pinctrl-Add-rp1-driver.patch │ │ │ ├── 950-0531-serial-pl011-rp1-uart-support.patch │ │ │ ├── 950-0532-mmc-sdhci-of-dwcmshc-define-sdio-timeout-clocks.patch │ │ │ ├── 950-0533-mmc-sdhci-of-dwcmshc-rp1-sdio-changes.patch │ │ │ ├── 950-0534-clk-rp1-Add-sdio-clk-driver.patch │ │ │ ├── 950-0535-i2c-designware-Add-SMBUS-quick-command-support.patch │ │ │ ├── 950-0537-spi-dw-Handle-combined-tx-and-rx-messages.patch │ │ │ ├── 950-0538-pwm-Add-support-for-RP1-PWM.patch │ │ │ ├── 950-0539-drm-Add-RP1-DSI-driver.patch │ │ │ ├── 950-0540-drm-Add-RP1-DPI-driver.patch │ │ │ ├── 950-0541-drm-Add-RP1-VEC-driver.patch │ │ │ ├── 950-0542-v4l2-Add-pisp-compression-format-support-to-v4l2.patch │ │ │ ├── 950-0543-media-rp1-Add-CFE-Camera-Front-End-support.patch │ │ │ ├── 950-0544-dt-bindings-net-cdns-macb-AXI-tuning-properties.patch │ │ │ ├── 950-0545-ASoC-dwc-Support-set_bclk_ratio.patch │ │ │ ├── 950-0546-ASoC-dwc-Add-DMACR-handling.patch │ │ │ ├── 950-0547-ASOC-dwc-Improve-DMA-shutdown.patch │ │ │ ├── 950-0548-ASOC-dwc-Fix-16-bit-audio-handling.patch │ │ │ ├── 950-0549-ASoC-bcm-Remove-dependency-on-BCM2835-I2S.patch │ │ │ ├── 950-0550-hwmon-Add-RP1-ADC-and-temperature-driver.patch │ │ │ ├── 950-0551-mfd-bcm2835-pm-Add-support-for-BCM2712.patch │ │ │ ├── 950-0552-soc-bcm-bcm2835-power-Add-support-for-BCM2712.patch │ │ │ ├── 950-0553-spi-gpio-Fix-spi-gpio-to-correctly-implement-sck-idl.patch │ │ │ ├── 950-0554-spi-spi-gpio-Implement-spidelay-when-requested-bit-r.patch │ │ │ ├── 950-0555-drm-v3d-fix-up-register-addresses-for-V3D-7.x.patch │ │ │ ├── 950-0556-drm-v3d-update-UAPI-to-match-user-space-for-V3D-7.x.patch │ │ │ ├── 950-0557-drm-v3d-add-brcm-2712-v3d-as-a-compatible-V3D-device.patch │ │ │ ├── 950-0559-dt-bindings-gpu-v3d-Add-BCM2712-to-compatibility-lis.patch │ │ │ ├── 950-0560-drivers-hwmon-rp1-adc-check-conversion-validity-befo.patch │ │ │ ├── 950-0561-dmaengine-bcm2835-Add-BCM2712-support.patch │ │ │ ├── 950-0562-dmaengine-bcm2835-HACK-Support-DMA-Lite-channels.patch │ │ │ ├── 950-0563-clk-bcm-rpi-Add-disp-clock.patch │ │ │ ├── 950-0564-net-phy-broadcom-optionally-enable-link-down-powersa.patch │ │ │ ├── 950-0565-dmaengine-bcm2835-Rename-to_bcm2711_cbaddr-to-to_40b.patch │ │ │ ├── 950-0566-dmaengine-bcm2835-Fix-dma-driver-for-BCM2835-38.patch │ │ │ ├── 950-0567-drivers-iommu-Add-BCM2712-IOMMU.patch │ │ │ ├── 950-0568-irqchip-irq-brcmstb-l2-Add-config-for-2711-controlle.patch │ │ │ ├── 950-0569-rtc-rtc-rpi-Add-simple-RTC-driver-for-Raspberry-Pi.patch │ │ │ ├── 950-0570-dt-bindings-rtc-new-binding-for-Raspberry-Pi-RTC-dri.patch │ │ │ ├── 950-0571-hwmon-pwm-fan-Add-fan-speed-register-support.patch │ │ │ ├── 950-0573-dt-bindings-update-rpi-rtc-binding.patch │ │ │ ├── 950-0574-drivers-rtc-rpi-add-battery-charge-circuit-control-a.patch │ │ │ ├── 950-0575-vc4_drv-Avoid-panic-when-booted-with-no-kms.patch │ │ │ ├── 950-0576-drm-vc4-Treat-zero-sized-destination-as-full-screen.patch │ │ │ ├── 950-0577-drm-vc4-Fix-FKMS-for-when-the-YUV-chroma-planes-are-.patch │ │ │ ├── 950-0578-drm-vc4-hdmi-Enable-the-audio-clock.patch │ │ │ ├── 950-0579-drm-vc4-hdmi-Warn-if-writing-to-an-unknown-HDMI-regi.patch │ │ │ ├── 950-0580-drm-vc4-hvs-More-logging-for-dlist-generation.patch │ │ │ ├── 950-0581-drm-vc4-hvs-Print-error-if-we-fail-an-allocation.patch │ │ │ ├── 950-0582-drm-vc4-plane-Add-more-debugging-for-LBM-allocation.patch │ │ │ ├── 950-0583-drm-vc4-plane-Use-return-variable-in-atomic_check.patch │ │ │ ├── 950-0584-drm-vc4-crtc-Move-assigned_channel-to-a-variable.patch │ │ │ ├── 950-0585-drm-vc4-Introduce-generation-number-enum.patch │ │ │ ├── 950-0586-drm-vc4-Make-v3d-paths-unavailable-on-any-generation.patch │ │ │ ├── 950-0587-drm-vc4-hvs-Use-switch-statement-to-simplify-vc4_hvs.patch │ │ │ ├── 950-0588-drm-vc4-hvs-Use-switch-statement-to-simplify-enablin.patch │ │ │ ├── 950-0589-drm-vc4-hvs-Test-if-the-EOF-interrupts-are-enabled.patch │ │ │ ├── 950-0590-drm-vc4-hvs-Create-hw_init-function.patch │ │ │ ├── 950-0591-drm-vc4-hvs-Create-cob_init-function.patch │ │ │ ├── 950-0592-drm-vc4-hvs-Rename-hvs_regs-list.patch │ │ │ ├── 950-0593-drm-vc4-plane-Change-ptr0_offset-to-an-array.patch │ │ │ ├── 950-0594-drm-vc4-hvs-Rework-LBM-alignment.patch │ │ │ ├── 950-0595-drm-vc4-hvs-Change-prototype-of-__vc4_hvs_alloc-to-p.patch │ │ │ ├── 950-0596-drm-vc4-UV-planes-vertical-scaling-must-always-be-en.patch │ │ │ ├── 950-0598-drm-vc4-Move-the-buffer-offset-out-of-the-vc4_plane_.patch │ │ │ ├── 950-0601-drm-vc4-hvs-Remove-ABORT_ON_EMPTY-flag.patch │ │ │ ├── 950-0602-drm-vc4-Enable-SCALER_CONTROL-early-in-HVS-init.patch │ │ │ ├── 950-0603-dt-bindings-display-Add-BCM2712-HDMI-bindings.patch │ │ │ ├── 950-0604-dt-bindings-display-Add-BCM2712-HVS-bindings.patch │ │ │ ├── 950-0605-dt-bindings-display-Add-BCM2712-PixelValve-bindings.patch │ │ │ ├── 950-0606-dt-bindings-display-Add-BCM2712-MOP-bindings.patch │ │ │ ├── 950-0607-dt-bindings-display-Add-BCM2712-MOPLET-bindings.patch │ │ │ ├── 950-0608-dt-bindings-display-Add-BCM2712-KMS-driver-bindings.patch │ │ │ ├── 950-0609-drm-vc4-drv-Support-BCM2712.patch │ │ │ ├── 950-0610-drm-vc4-hvs-Support-BCM2712-HVS.patch │ │ │ ├── 950-0611-drm-vc4-crtc-Add-support-for-BCM2712-PixelValves.patch │ │ │ ├── 950-0612-drm-vc4-hdmi-Add-support-for-BCM2712-HDMI-controller.patch │ │ │ ├── 950-0613-drm-vc4-txp-Introduce-structure-to-deal-with-revisio.patch │ │ │ ├── 950-0614-drm-vc4-txp-Rename-TXP-data-structure.patch │ │ │ ├── 950-0615-drm-vc4-txp-Add-byte-enable-toggle-bit.patch │ │ │ ├── 950-0616-drm-vc4-txp-Add-horizontal-and-vertical-size-offset-.patch │ │ │ ├── 950-0617-drm-vc4-txp-Handle-40-bits-DMA-Addresses.patch │ │ │ ├── 950-0618-drm-vc4-txp-Move-the-encoder-type-in-the-variant-str.patch │ │ │ ├── 950-0619-drm-vc4-txp-Add-a-new-TXP-encoder-type.patch │ │ │ ├── 950-0620-drm-vc4-txp-Add-support-for-BCM2712-MOP.patch │ │ │ ├── 950-0621-drm-vc4-txp-Add-BCM2712-MOPLET-support.patch │ │ │ ├── 950-0622-drm-vc4-Add-additional-warn_on.patch │ │ │ ├── 950-0623-drm-vc4-tests-Switch-generation-mockup-to-a-switch.patch │ │ │ ├── 950-0624-drm-vc4-tests-Drop-drm-parameter-for-vc4_find_crtc_f.patch │ │ │ ├── 950-0625-drm-vc4-tests-Return-the-allocated-output.patch │ │ │ ├── 950-0626-drm-vc4-tests-Add-BCM2712-mock-driver.patch │ │ │ ├── 950-0627-drm-vc4-tests-Add-tests-for-BCM2712-PixelValve-Muxin.patch │ │ │ ├── 950-0628-drm-vc4-fkms-Rename-plane-related-functions.patch │ │ │ ├── 950-0629-drm-vc4-tests-Use-custom-plane-state-for-mock.patch │ │ │ ├── 950-0630-drm-vc4-tests-Add-function-to-lookup-a-plane-for-a-C.patch │ │ │ ├── 950-0631-drm-vc4-tests-Add-helper-to-add-a-new-plane-to-a-sta.patch │ │ │ ├── 950-0632-drm-vc4-tests-Support-a-few-more-plane-formats.patch │ │ │ ├── 950-0633-drm-vc4-tests-Introduce-a-test-for-LBM-buffer-size.patch │ │ │ ├── 950-0634-drm-vc4-kms-Avoid-setting-core-and-disp-clocks-for-h.patch │ │ │ ├── 950-0636-drm-panel-simple-Alter-the-timing-for-the-Pi-7-DSI-d.patch │ │ │ ├── 950-0637-drm-panel-waveshare-Fix-up-timings-for-10.1-panel.patch │ │ │ ├── 950-0638-media-i2c-imx477-Fix-locking-in-imx477_init_controls.patch │ │ │ ├── 950-0639-media-rp1-cfe-Fix-use-of-freed-memory-on-errors.patch │ │ │ ├── 950-0640-media-rp1-cfe-Fix-width-height-in-cfe_start_channel.patch │ │ │ ├── 950-0641-media-rp1-csi2-Fix-missing-reg-writes.patch │ │ │ ├── 950-0642-media-rp1-fe-Use-0-not-1-when-working-with-unsigned-.patch │ │ │ ├── 950-0643-media-rp1-cfe-Fix-verbose-debug-print.patch │ │ │ ├── 950-0644-media-rp1-cfe-Rename-xxx_dbg_irq-to-xxx_dbg_verbose.patch │ │ │ ├── 950-0645-media-rp1-Add-back-reg-write-debug-prints.patch │ │ │ ├── 950-0646-media-rp1-cfe-Add-verbose-debug-module-parameter.patch │ │ │ ├── 950-0647-media-rp1-csi2-Track-CSI-2-errors.patch │ │ │ ├── 950-0648-media-rp1-cfe-Drop-unused-field.patch │ │ │ ├── 950-0649-media-rp1-csi2-Set-values-for-enum-csi2_mode.patch │ │ │ ├── 950-0650-media-rp1-fe-Fix-default-mbus-code.patch │ │ │ ├── 950-0651-media-rp1-cfe-Fix-default-meta-format-s-field.patch │ │ │ ├── 950-0652-media-rp1-cfe-Fail-streaming-if-FE_CONFIG-node-is-no.patch │ │ │ ├── 950-0653-media-i2c-Move-Kconfig-entry-for-IMX477-to-the-camer.patch │ │ │ ├── 950-0654-drm-Look-for-an-alias-for-the-displays-to-use-as-the.patch │ │ │ ├── 950-0655-vc4-drm-Remove-the-clear-of-SCALER_DISPBKGND_FILL.patch │ │ │ ├── 950-0658-dts-2712-Update-for-device-tree.patch │ │ │ ├── 950-0661-gpio-brcmstb-Use-dynamic-GPIO-base-numbers.patch │ │ │ ├── 950-0663-media-i2c-ov9282-Read-chip-ID-via-2-reads.patch │ │ │ ├── 950-0664-media-rpivid-Allow-use-of-iommu-in-rpivid.patch │ │ │ ├── 950-0665-dts-bcm2712-Add-iommu-to-rpivid.patch │ │ │ ├── 950-0666-drivers-media-rp1_cfe-Remove-PISP-specific-MBUS-form.patch │ │ │ ├── 950-0667-vc04_services-bcm2835-codec-Correct-alignment-requir.patch │ │ │ ├── 950-0669-input-touchscreen-edt-ft5x06-Suppress-bogus-data-on-.patch │ │ │ ├── 950-0672-overlays-mcp23017-allow-specification-of-the-i2c-bus.patch │ │ │ ├── 950-0673-dts-bcm2712-Set-default-I2C-baudrates-to-100kHz.patch │ │ │ ├── 950-0674-vc_mem-Add-the-DMA-memcpy-support-from-bcm2708_fb.patch │ │ │ ├── 950-0675-drm-vc4-Correct-address-offset-for-planes-with-src_-.patch │ │ │ ├── 950-0676-drivers-media-rp1_cfe-Fix-link-validate-test-for-pix.patch │ │ │ ├── 950-0677-dts-bcm2712-Use-the-new-model-name.patch │ │ │ ├── 950-0678-fbdev-Allow-client-to-request-a-particular-dev-fbN-n.patch │ │ │ ├── 950-0679-drm-fb-helper-Look-up-preferred-fbdev-node-number-fr.patch │ │ │ ├── 950-0680-dt-Add-overrides-for-drm-framebuffer-allocations-on-.patch │ │ │ ├── 950-0682-drm-connector-Change-DRM-card-alias-from-underscore-.patch │ │ │ ├── 950-0683-dt-Alter-alias-names-from-_-to-for-drm_dsiN.patch │ │ │ ├── 950-0684-drm-fb_helper-Change-query-for-FB-designation-from-d.patch │ │ │ ├── 950-0685-dt-Alter-alias-names-from-_-to-for-drm_fbN_-override.patch │ │ │ ├── 950-0686-Typo-in-overlays-README.patch │ │ │ ├── 950-0687-dts-bcm2712-Add-the-krnbt-parameter.patch │ │ │ ├── 950-0689-drm-vc4_fkms-Fix-up-interrupt-handler-for-both-2835-.patch │ │ │ ├── 950-0690-dt-Switch-bcm2712-firmware-kms-node-to-using-the-271.patch │ │ │ ├── 950-0691-drivers-media-imx477-Disable-the-scaler.patch │ │ │ ├── 950-0692-dt-Add-drm_fbN_vc4-overrides-for-Pi0-4.patch │ │ │ ├── 950-0693-drivers-media-pisp_be-Add-back-V4L2_PIX_FMT_RPI_BE-f.patch │ │ │ ├── 950-0694-dt-bindings-PCI-brcmstb-add-optional-property-brcm-t.patch │ │ │ ├── 950-0695-PCI-brcmstb-Change-RCB_-MPS-64B-_MODE-bits.patch │ │ │ ├── 950-0696-dts-bcm2712-rpi-5-b-Set-enable-mps-rcb-for-RP1.patch │ │ │ ├── 950-0697-drivers-pci-brcmstb-optionally-extend-Tperst_clk-tim.patch │ │ │ ├── 950-0698-arm-dt-add-dtparams-for-PCIe-reset-timing-override.patch │ │ │ ├── 950-0699-drivers-media-imx477-Set-horizontal-binning-when-dis.patch │ │ │ ├── 950-0701-dts-bcm2710-rpi-zero-2-w-Remove-WLAN-firmwares.patch │ │ │ ├── 950-0702-drivers-media-cfe-Set-the-CSI-2-link-frequency-corre.patch │ │ │ ├── 950-0703-dts-bcm2712-rpi-5-b-Create-some-dummy-nodes.patch │ │ │ ├── 950-0704-dts-rp1-Add-spi6-fix-spi1-address-cells.patch │ │ │ ├── 950-0705-overlays-uart-n-pi5-Add-the-pinctrl-0-property.patch │ │ │ ├── 950-0706-drivers-media-imx477-Add-V4L2_CID_LINK_FREQ-control.patch │ │ │ ├── 950-0707-drivers-media-imx477-Correctly-set-IMX477_PIXEL_RATE.patch │ │ │ ├── 950-0709-drm-vc4-Drop-WARN-for-HVS-FIFOs-not-being-empty.patch │ │ │ ├── 950-0710-drm-vc4-Free-all-stale-dlists-if-channel-is-disabled.patch │ │ │ ├── 950-0711-drm-vc4-Add-hvs_dlist_allocs-debugfs-function.patch │ │ │ ├── 950-0712-drm-vc4-Log-the-size-of-the-dlist-allocation-that-wa.patch │ │ │ ├── 950-0713-drm-vc4-crtc-Support-odd-horizontal-timings-on-BCM27.patch │ │ │ ├── 950-0716-drivers-mmc-sdhci-add-SPURIOUS_INT_RESP-quirk.patch │ │ │ ├── 950-0717-dt-bindings-mmc-sdhci-of-dwcmhsc-Add-Raspberry-Pi-RP.patch │ │ │ ├── 950-0718-drivers-mmc-sdhci-of-dwcmshc-add-RP1-dt-ID-and-quirk.patch │ │ │ ├── 950-0719-arm-dts-change-RP1-SDHCI-controller-compatible-strin.patch │ │ │ ├── 950-0720-ASoC-bcm-audioinjector_octo-Add-soundcard-owner.patch │ │ │ ├── 950-0721-drivers-media-imx708-Adjust-broken-line-correction-p.patch │ │ │ ├── 950-0723-drivers-media-cfe-Don-t-confuse-MHz-and-Mbps.patch │ │ │ ├── 950-0724-overlays-imx296-Fix-cam-port-override-for-regulators.patch │ │ │ ├── 950-0726-overlays-ov5647-Regularise-vcm-node-label-name.patch │ │ │ ├── 950-0727-overlays-ov5647-cam0-mode-should-use-cam0_reg.patch │ │ │ ├── 950-0728-w1-Disable-kernel-log-spam.patch │ │ │ ├── 950-0729-include-uapi-v4l2-Add-additional-pixel-formats-for-u.patch │ │ │ ├── 950-0730-drivers-media-cfe-Add-16-bit-and-compressed-mono-for.patch │ │ │ ├── 950-0731-drivers-media-pisp_be-Add-mono-and-48-bit-RGB-pixel-.patch │ │ │ ├── 950-0732-ASoC-dwc-Remove-check-in-set_bclk_ratio-handling.patch │ │ │ ├── 950-0735-overlays-README-Fix-cut-and-paste-errors.patch │ │ │ ├── 950-0736-drm-vc4-vec-Add-the-margin-properties-to-the-connect.patch │ │ │ ├── 950-0737-media-i2c-ov7251-Switch-from-V4L2_CID_GAIN-to-V4L2_C.patch │ │ │ ├── 950-0738-drm-vc4-Drop-planes-that-are-completely-off-screen.patch │ │ │ ├── 950-0739-drm-bridge-display-connector-Select-DRM_KMS_HELPER.patch │ │ │ ├── 950-0740-drm-vc4-Free-the-dlist-alloc-immediately-if-it-never.patch │ │ │ ├── 950-0741-input-edt-ft5x06-Include-I2C-details-in-names-for-th.patch │ │ │ ├── 950-0742-input-goodix-Include-I2C-details-in-names-for-the-de.patch │ │ │ ├── 950-0743-drm-vc4-Block-swiotlb-bounce-buffers-being-imported-.patch │ │ │ ├── 950-0745-overlays-i2c-sensor-Add-adt7410-support.patch │ │ │ ├── 950-0746-overlays-hat_map-Add-pisound-mapping.patch │ │ │ ├── 950-0747-drm-panel-jdi-lt070me05000-Add-prepare_upstream_firs.patch │ │ │ ├── 950-0748-drivers-media-cfe-Find-the-source-pads-on-the-sensor.patch │ │ │ ├── 950-0749-dtoverlays-Add-option-for-cam0-to-camera-mux-Nport-o.patch │ │ │ ├── 950-0750-ASoC-dwc-Permit-sample-rates-up-to-384kHz.patch │ │ │ ├── 950-0752-ASoC-dwc-Fix-full-duplex-mode.patch │ │ │ ├── 950-0754-ASoC-pcm512x-Adds-bindings-for-TAS575x-devices.patch │ │ │ ├── 950-0755-ASoC-Adds-support-for-TAS575x-to-the-pcm512x-driver.patch │ │ │ ├── 950-0756-bcm270x.dtsi-Fix-bad-merge.patch │ │ │ ├── 950-0757-drm-panel-add-panel-dsi.patch │ │ │ ├── 950-0758-dt-bindings-display-panel-dsi-bindings.patch │ │ │ ├── 950-0759-overlays-example-overlay-for-using-panel-dsi-on-RPi.patch │ │ │ ├── 950-0760-overlays-ADS1115-allow-specification-of-the-i2c-bus.patch │ │ │ ├── 950-0761-dts-bcm2712-put-usb-under-axi-not-soc.patch │ │ │ ├── 950-0762-drm-vc4-Correct-HVS-muxing-setup-for-the-moplet.patch │ │ │ ├── 950-0763-drm-vc4-Mop-and-moplet-have-different-register-offse.patch │ │ │ ├── 950-0764-arm-dt-bcm2712-Correct-the-size-of-the-register-rang.patch │ │ │ ├── 950-0766-media-dt-bindings-Add-OmniVision-OV64A40.patch │ │ │ ├── 950-0767-media-dt-bindings-i2c-Add-Rohm-BU64754-bindings.patch │ │ │ ├── 950-0768-media-i2c-Add-driver-for-OmniVision-OV64A40.patch │ │ │ ├── 950-0769-media-i2c-Add-ROHM-BU64754-Camera-Autofocus-Actuator.patch │ │ │ ├── 950-0770-overlays-Add-overlay-for-the-OV64A40-Arducam-Camera-.patch │ │ │ ├── 950-0772-media-rp1-cfe-Expose-find_format_by_pix.patch │ │ │ ├── 950-0773-media-rp1-cfe-Add-missing-remaps.patch │ │ │ ├── 950-0774-media-rp1-cfe-Add-missing-compressed-remaps.patch │ │ │ ├── 950-0775-media-rp1-cfe-Add-cfe_find_16bit_code-and-cfe_find_c.patch │ │ │ ├── 950-0776-media-rp1-csi2-Fix-csi2_pad_set_fmt.patch │ │ │ ├── 950-0777-media-rp1-fe-Fix-pisp_fe_pad_set_fmt.patch │ │ │ ├── 950-0778-media-rp1-csi2-Use-get_frame_desc-to-get-CSI-2-VC-an.patch │ │ │ ├── 950-0779-media-rp1-cfe-Add-is_image_node.patch │ │ │ ├── 950-0780-media-rp1-cfe-Dual-purpose-video-nodes.patch │ │ │ ├── 950-0781-media-rp1-Drop-LE-handling.patch │ │ │ ├── 950-0782-media-rp1-csi2-Use-standard-link_validate.patch │ │ │ ├── 950-0783-media-rp1-fe-Use-standard-link_validate.patch │ │ │ ├── 950-0784-media-rp1-cfe-Improve-link-validation-for-metadata.patch │ │ │ ├── 950-0786-dwc_otg-Avoid-the-use-of-align_buf-for-short-packets.patch │ │ │ ├── 950-0787-overlays-rpi-poe-Add-PWM-polarity-value.patch │ │ │ ├── 950-0788-ARM-dts-bcm2712-PWM-references-include-polarity.patch │ │ │ ├── 950-0789-bcm2835-sdhost-Fail-gracefully-with-bad-dtb.patch │ │ │ ├── 950-0790-drivers-pinctrl-bcm-Kconfig-Fix-BCM2712-help.patch │ │ │ ├── 950-0792-drivers-gpu-drm-panel-fix-waveshare-panel-software-r.patch │ │ │ ├── 950-0793-firmware-psci-Pass-given-partition-number-through.patch │ │ │ ├── 950-0794-dts-bcm2712-rpi-5-b-Enable-warm-reboot-mode.patch │ │ │ ├── 950-0795-ARM-dts-bcm2711-rpi-400-Don-t-delete-the-ACT-LED.patch │ │ │ ├── 950-0796-dts-rp1-add-SNPS-quirk-to-USB3-host-controllers.patch │ │ │ ├── 950-0797-drivers-media-i2c-imx296-imx477-Configure-tigger_mod.patch │ │ │ ├── 950-0798-overlays-Add-always-on-parameter-to-imx477-and-imx29.patch │ │ │ ├── 950-0799-input-edt-ft5x06-Correct-prefix-length-in-snprintf.patch │ │ │ ├── 950-0800-drivers-media-pisp_be-pisp_fe-Update-UAPI-header-lic.patch │ │ │ ├── 950-0801-drivers-media-cfe-Add-more-robust-ISR-handlers.patch │ │ │ ├── 950-0802-bcm2835-virtgpio-Update-for-Linux-6.6.patch │ │ │ ├── 950-0803-dts-bcm271-rpi-3-b-Make-brcmvirt-gpio-a-firmware-chi.patch │ │ │ ├── 950-0804-fixup-downstream-patch-post-driver-conversion-to-CCI.patch │ │ │ ├── 950-0805-ARM-dts-bcm2712-rpi-5-b-Allow-RTC-to-be-disabled.patch │ │ │ ├── 950-0809-ASoC-dwc-Defer-bclk_ratio-handling-to-hw_params.patch │ │ │ ├── 950-0810-drm-vc4-Fix-reading-of-frame-count-on-GEN5-Pi4.patch │ │ │ ├── 950-0811-drm-vc4-Fixup-of-patches-adding-debugfs-functions.patch │ │ │ ├── 950-0812-media-rp1-cfe-Fix-error-paths-in-cfe_start_streaming.patch │ │ │ ├── 950-0813-media-i2c-adv7180-Use-MEDIA_BUS_FMT_UYVY8_1X16-for-C.patch │ │ │ ├── 950-0814-media-i2c-adv7180-Add-support-for-V4L2_CID_LINK_FREQ.patch │ │ │ ├── 950-0815-media-rp1-cfe-Use-the-MIPI_CSI2_DT_xxx-defines-for-c.patch │ │ │ ├── 950-0816-media-rp1-cfe-Add-a-csi_dt-value-for-16bit-formats.patch │ │ │ ├── 950-0817-ARM-dts-bcm2712-rpi-5-b-Add-eth_ledx-parameters.patch │ │ │ ├── 950-0818-ARM-dts-bcm2712-rpi-5-b-Add-fan-speed-dtparams.patch │ │ │ ├── 950-0820-ARM-dts-bcm2712-rpi-5-b-Use-common-LED-labels.patch │ │ │ ├── 950-0821-spi-bcm2835-Support-spi0-0cs-and-SPI_NO_CS-mode.patch │ │ │ ├── 950-0822-drivers-media-imx519-Add-V4L2_CID_LINK_FREQ-control.patch │ │ │ ├── 950-0823-drivers-media-arducam_64mp-Add-V4L2_CID_LINK_FREQ-co.patch │ │ │ ├── 950-0824-ARM-dts-bcm2712-Prune-the-non-D0-hardware.patch │ │ │ ├── 950-0825-ARM-dts-Add-BCM2712-D0-dts.patch │ │ │ ├── 950-0826-ARM-dts-overlays-Add-a-bcm2712d0-overlay.patch │ │ │ ├── 950-0827-pinctrl-bcm2712-Fix-for-sparse-GPIOs.patch │ │ │ ├── 950-0828-pinctrl-bcm2712-Fix-for-the-first-valid-GPIO.patch │ │ │ ├── 950-0829-vc4-hvs-Add-support-for-D0-register-changes.patch │ │ │ ├── 950-0830-vc4-hvs-Updates-to-support-D0-alpha-and-csc-changes.patch │ │ │ ├── 950-0831-vc4-hdmi-Update-MAI_THR-for-D0.patch │ │ │ ├── 950-0833-drm-vc4-Add-2712-support-to-vc4_plane_async_set_fb.patch │ │ │ ├── 950-0834-drm-vc4-Fix-atomic_async_check-to-call-the-right-mod.patch │ │ │ ├── 950-0835-mmc-sdhci-brcmstb-remove-32-bit-accessors-for-BCM271.patch │ │ │ ├── 950-0836-drm-vc4-Optimise-vc4_hvs_dlist_free_work-to-only-rea.patch │ │ │ ├── 950-0837-drm-vc4-Flush-stale-dlist-entries-if-allocation-fail.patch │ │ │ ├── 950-0838-drivers-gpu-drm-panel-Modify-the-DSI-mode-to-fix-the.patch │ │ │ ├── 950-0839-drivers-gpu-drm-panel-Modified-the-timing-of-11.9inc.patch │ │ │ ├── 950-0841-drm-rp1-rp1-vec-Allow-non-standard-modes-with-variou.patch │ │ │ ├── 950-0842-ARM-pl011-Add-rs485-to-the-RP1-support.patch │ │ │ ├── 950-0843-mmc-bcm2835-sdhost-use-Host-Software-Queueing-mechan.patch │ │ │ ├── 950-0844-Pisound-Don-t-export-the-button-GPIO-via-sysfs-GPIO-.patch │ │ │ ├── 950-0845-Pisound-Read-out-the-SPI-speed-to-use-from-the-Devic.patch │ │ │ ├── 950-0846-Pisound-Set-the-spi-speed-hz-for-Pisound-in-the-Devi.patch │ │ │ ├── 950-0847-Improvement-on-backup-switchover-mode-overlay-value-.patch │ │ │ ├── 950-0849-drivers-w1-gpio-add-flag-to-force-read-polling-while.patch │ │ │ ├── 950-0850-arm-dts-overlays-add-Pi-5-variants-for-w1-gpio-overl.patch │ │ │ ├── 950-0851-drivers-w1-gpio-Fixup-uninitialised-variable-use-in-.patch │ │ │ ├── 950-0852-dt-bindings-usb-update-dwc3-bindings-for-parkmode-di.patch │ │ │ ├── 950-0853-drivers-usb-dwc3-add-FS-LS-bus-instance-parkmode-dis.patch │ │ │ ├── 950-0854-dts-rp1-nobble-HS-and-FS-LS-park-mode-for-dwc3-xhci.patch │ │ │ ├── 950-0856-drm-vc4-Do-not-reset-tv-mode-as-this-is-already-hand.patch │ │ │ ├── 950-0857-drm-vc4-Initialise-the-tv_mode-property-default-from.patch │ │ │ ├── 950-0858-drivers-media-pisp_be-Update-seqeuence-numbers-of-th.patch │ │ │ ├── 950-0859-Harmonizing-the-improvement-on-backup-switchover-mod.patch │ │ │ ├── 950-0860-Add-pcie-32bit-dma-overlay-pi5-to-enable-32bit-DMA-o.patch │ │ │ ├── 950-0863-i2c-designware-Use-SCL-rise-and-fall-times-in-DT.patch │ │ │ ├── 950-0864-i2c-designware-Support-non-standard-bus-speeds.patch │ │ │ ├── 950-0865-ARM-dts-rp1-Add-I2C-timings.patch │ │ │ ├── 950-0867-iommu-bcm2712-don-t-allow-building-as-module.patch │ │ │ ├── 950-0868-drm-rp1-depends-on-instead-of-select-MFD_RP1.patch │ │ │ ├── 950-0870-ARM-dts-Standardise-downstream-Pi-GPIO-pin-names.patch │ │ │ ├── 950-0871-ARM-dts-bcm2712-rpi-5-b-Add-act_led_gpio.patch │ │ │ ├── 950-0872-ARM-dts-rp1-Boost-the-I2C-drive-strength.patch │ │ │ ├── 950-0874-drm-rp1-Use-tv_mode-from-the-command-line-and-fix-fo.patch │ │ │ ├── 950-0875-Update-touch-PiTFT-overlays.patch │ │ │ ├── 950-0876-ASoC-DACplus-fix-16bit-sample-support-in-clock-consu.patch │ │ │ ├── 950-0877-ASoC-adds-support-for-AMP4-Pro-to-the-DAC-Plus-drive.patch │ │ │ ├── 950-0878-DT-overlays-adds-support-for-Hifiberry-AMP4-Pro.patch │ │ │ ├── 950-0879-ASoC-DACplusADCPro-fix-16bit-sample-support-in-clock.patch │ │ │ ├── 950-0880-overlays-Correct-some-compatible-strings.patch │ │ │ ├── 950-0881-overlays-Delete-deprecated-overlay-mpu6050.patch │ │ │ ├── 950-0882-drivers-media-cfe-Increase-default-size-of-embedded-.patch │ │ │ ├── 950-0883-drm-rp1-VEC-and-DPI-drivers-Fix-bug-5901.patch │ │ │ ├── 950-0884-drm-vc4-Drop-planes-that-have-0-destination-size.patch │ │ │ ├── 950-0885-vc4-hvs-Support-fixed-alpha-correctly-on-2712D0.patch │ │ │ ├── 950-0886-drm-vc4-Disable-overrun-interrupts.patch │ │ │ ├── 950-0887-drivers-thermal-step_wise-add-support-for-hysteresis.patch │ │ │ ├── 950-0888-media-rp1-cfe-Actually-use-the-number-of-lanes-confi.patch │ │ │ ├── 950-0889-PCI-brcmstb-Enable-CRS-software-visibility-after-lin.patch │ │ │ ├── 950-0890-dts-bcm2712-update-sdio1-on-Pi-5.patch │ │ │ ├── 950-0891-drivers-mmc-sdhci-brcmstb-fix-usage-of-SD_PIN_SEL-on.patch │ │ │ ├── 950-0892-drivers-pinctrl-add-BCM2712D0-EMMC-pins.patch │ │ │ ├── 950-0893-ARM-dts-Add-CM5-DTS-support.patch │ │ │ ├── 950-0894-arm-dt-bcm2712-Reduce-DDC-frequency-to-97.5kHz-from-.patch │ │ │ ├── 950-0895-PCI-brcmstb-Set-new-flags-to-avoid-QOS-holes-on-BCM2.patch │ │ │ ├── 950-0899-Impliment-driver-support-for-Interlude-Audio-Digital.patch │ │ │ ├── 950-0900-Add-overlays-needed-for-Interlude-Audio-Digital-and-.patch │ │ │ ├── 950-0901-overlays-adau1977-adc-Replace-use-of-i2c-label.patch │ │ │ ├── 950-0902-vc4-hvs-Fix-lbm-size-calculation-for-yuv.patch │ │ │ ├── 950-0905-drm-v3d-Enable-V3D-to-use-different-PAGE_SIZE.patch │ │ │ ├── 950-0906-Add-IQaudio-CodecZero-to-hat_map.dts.patch │ │ │ ├── 950-0908-arm64-Kconfig-Don-t-set-DMA_BOUNCE_UNALIGNED_KMALLOC.patch │ │ │ ├── 950-0909-Bluetooth-btbcm-Add-entry-for-BCM43439-UART-BT.patch │ │ │ ├── 950-0910-perf-raspberry-Add-support-for-2712-axi-performance-.patch │ │ │ ├── 950-0911-ARM-dts-Add-support-for-2712-axi-performance-monitor.patch │ │ │ ├── 950-0912-dtoverlays-Correct-width-height-on-Waveshare-2.8-pan.patch │ │ │ ├── 950-0913-dtoverlays-rotate-override-needs-to-update-rotation-.patch │ │ │ ├── 950-0915-ASOc-Add-HiFiBerry-DAC8X-to-the-simple-card-driver.patch │ │ │ ├── 950-0916-Overlays-Add-definitions-for-HiFiBerry-8-channel-DAC.patch │ │ │ ├── 950-0917-media-ov64a40-Report-the-full-crop-rectangle.patch │ │ │ ├── 950-0918-media-ov64a40-Name-the-subdev-state-variables-to-sta.patch │ │ │ ├── 950-0919-media-ov64a40-Use-container_of_const.patch │ │ │ ├── 950-0920-media-ov64a40-Do-not-match-on-endpoint.patch │ │ │ ├── 950-0921-media-ov64a40-Better-check-for-error-on-clk_get.patch │ │ │ ├── 950-0922-media-ov64a40-Align-to-tab.patch │ │ │ ├── 950-0923-drm-Add-DRM_MODE_TV_MODE_MONOCHROME.patch │ │ │ ├── 950-0924-drm-vc4-Add-monochrome-mode-to-the-VEC.patch │ │ │ ├── 950-0925-media-i2c-imx296-Updated-register-setting-to-fix-Fas.patch │ │ │ ├── 950-0926-dt-bindings-add-additional-RP1-PLL-output-channels.patch │ │ │ ├── 950-0927-drivers-clk-rp1-add-GPCLK-source-muxes-and-additiona.patch │ │ │ ├── 950-0928-DT-rp1-add-general-purpose-clock-source-definitions.patch │ │ │ ├── 950-0929-drivers-clk-rp1-constrain-clock-divider-outputs-to-d.patch │ │ │ ├── 950-0930-vc4-Add-jack-detection-to-HDMI-audio-driver.patch │ │ │ ├── 950-0931-fixup-ASoC-dwc-Defer-bclk_ratio-handling-to-hw_param.patch │ │ │ ├── 950-0932-ASoC-bcm-Use-the-correct-sample-width-value.patch │ │ │ ├── 950-0933-clk-rp1-Reserve-pll_audio-for-clk_i2s.patch │ │ │ ├── 950-0934-clk-rp1-Allow-clk_i2s-to-change-the-audio-PLLs.patch │ │ │ ├── 950-0936-pwm-bcm2835-Simplify-using-devm-functions.patch │ │ │ ├── 950-0938-pwm-Replace-ENOTSUPP-with-EOPNOTSUPP.patch │ │ │ ├── 950-0939-pwm-renesas-Remove-unused-include.patch │ │ │ ├── 950-0941-pwm-bcm2835-Allow-PWM-driver-to-be-used-in-atomic-co.patch │ │ │ ├── 950-0942-media-pwm-ir-tx-Trigger-edges-from-hrtimer-interrupt.patch │ │ │ ├── 950-0943-media-pwm-ir-tx-Depend-on-CONFIG_HIGH_RES_TIMERS.patch │ │ │ ├── 950-0944-regulator-Add-a-regulator-for-the-new-LCD-panels.patch │ │ │ ├── 950-0945-dt-bindings-ili9881c-add-compatible-string-for-new-p.patch │ │ │ ├── 950-0946-drm-panel-ilitek-ili9881c-Allow-configuration-of-the.patch │ │ │ ├── 950-0947-drm-panel-ili9881-Add-configuration-for-the-new-pane.patch │ │ │ ├── 950-0949-dtoverlays-Add-overlays-for-5-and-7-ILI9881-panels.patch │ │ │ ├── 950-0950-ARM-dts-bcm2712-rpi-Add-i2c-n-_pins-labels.patch │ │ │ ├── 950-0951-ASoC-dwc-Correct-channel-count-reporting.patch │ │ │ ├── 950-0952-Driver-add-waveshare-4inch-dsi-lcd-C-driver.patch │ │ │ ├── 950-0953-Dtoverlay-add-waveshare-4inch-dsi-lcd-C-dtoverlay.patch │ │ │ ├── 950-0954-Dtoverlay-fix-waveshare-11.9inch-touch-orientation-e.patch │ │ │ ├── 950-0955-Dtoverlay-Add-waveshare-4inch-dsi-lcd-C-parameters-t.patch │ │ │ ├── 950-0956-media-i2c-imx296-Get-sensor-crop-working.patch │ │ │ ├── 950-0957-media-i2c-imx296-Add-helper-for-hblank-control.patch │ │ │ ├── 950-0958-media-i2c-imx296-Set-a-1-frame-gain-delay.patch │ │ │ ├── 950-0959-media-i2c-imx296-Add-horizontal-vertical-flip-suppor.patch │ │ │ ├── 950-0960-media-i2c-imx296-Adjust-cropping-limits.patch │ │ │ ├── 950-0961-ARM-dts-Set-all-RPi-PWM-clocks-to-50MHz.patch │ │ │ ├── 950-0962-hwrng-bcm2835-sleep-more-intelligently.patch │ │ │ ├── 950-0963-dtoverlays-Add-a-disconnect_on_idle-override-to-i2c-.patch │ │ │ ├── 950-0964-dtoverlays-Fixup-pendown-gpio-polarity-for-ads7846-u.patch │ │ │ ├── 950-0965-i2c-mux-Add-support-for-generic-base-nr-property.patch │ │ │ ├── 950-0966-overlays-i2c-mux-Add-base-parameter.patch │ │ │ ├── 950-0967-dmaengine-dw-axi-dmac-Fix-a-non-atomic-update.patch │ │ │ ├── 950-0968-fixup-overlays-i2c-mux-Add-base-parameter.patch │ │ │ ├── 950-0969-imx477-make-trigger-mode-more-configurable.patch │ │ │ ├── 950-0970-imx477-Update-device-tree-overlays-to-support-trigge.patch │ │ │ ├── 950-0971-fixup-i2c-designware-Support-non-standard-bus-speeds.patch │ │ │ ├── 950-0972-ARM-dts-bcm2712-Move-soc-sound-to-bcm2712-rpi.patch │ │ │ ├── 950-0973-overlays-i2c-rtc-pcf8563-supports-wakeup-source.patch │ │ │ ├── 950-0974-Overlays-Add-specific-clk-producer-consumer-overlays.patch │ │ │ ├── 950-0975-overlays-hat_map-Add-Hifiberry-cards.patch │ │ │ ├── 950-0976-ASoC-Fix-16bit-sample-support-for-Hifiberry-DACplusA.patch │ │ │ ├── 950-0977-overlays-Sets-i2s_clk_producer-as-default-for-Hifibe.patch │ │ │ ├── 950-0978-ARM-dts-pi400-Force-stdout-path-to-serial0.patch │ │ │ ├── 950-0979-ARM-dts-bcm2712-cm5-i2c_csi_dsi-is-i2c_csi_dsi1.patch │ │ │ ├── 950-0980-drivers-mmc-add-SD-support-for-Command-Queueing.patch │ │ │ ├── 950-0981-drivers-sdhci-brcmstb-set-CQE-timer-clock-frequency.patch │ │ │ ├── 950-0982-DTS-bcm2712-emmc2-clock-frequency-is-200MHz.patch │ │ │ ├── 950-0983-drivers-mmc-preallocate-a-block-for-SD-extension-reg.patch │ │ │ ├── 950-0984-drivers-mmc-trigger-activity-LED-when-CQE-is-active.patch │ │ │ ├── 950-0985-DTS-bcm2712-defer-SDIO1-CQE-selection-to-the-board-d.patch │ │ │ ├── 950-0986-Revert-net-usb-ax88179_178a-avoid-two-consecutive-de.patch │ │ │ ├── 950-0987-ARM-dts-bcm2712-Add-the-missing-L1-L2-L3-cache-infor.patch │ │ │ ├── 950-0988-drivers-sdhci-brcmstb-work-around-mystery-CQE-CMD_ID.patch │ │ │ ├── 950-0989-drm-vc4-Enable-bg_fill-if-there-are-no-planes-enable.patch │ │ │ ├── 950-0990-dts-bcm2712-Add-blpubkey-nvram-node.patch │ │ │ ├── 950-0991-allo-boss-dac-mute-output-when-changing-parameters.patch │ │ │ ├── 950-0992-overlays-i2c-rtc-added-pcf2131-param.patch │ │ │ ├── 950-0993-drivers-mmc-cqhci-clear-CQHCI_CTL-if-halt-fails.patch │ │ │ ├── 950-0994-drivers-mmc-export-SD-extension-register-read-write-.patch │ │ │ ├── 950-0995-drivers-mmc-be-more-cautious-when-manipulating-Comma.patch │ │ │ ├── 950-0996-drivers-mmc-add-debugfs-entries-for-SD-extension-reg.patch │ │ │ ├── 950-0997-drivers-mmc-handle-1024-byte-SD-General-Info-lengths.patch │ │ │ ├── 950-1003-i2c-designware-Make-the-SDA-hold-time-half-LCNT.patch │ │ │ ├── 950-1005-mfd-rp1-Support-interrupt-CPU-affinity.patch │ │ │ ├── 950-1006-pinctrl-rp1-Use-the-correct-per-bank-GPIO-base.patch │ │ │ ├── 950-1007-pinctrl-rp1-Allow-legacy-brcm-pins-on-all-banks.patch │ │ │ ├── 950-1008-pinctrl-rp1-Support-interrupt-CPU-affinity.patch │ │ │ ├── 950-1009-pinctrl-rp1-Clear-events-when-setting-IRQ-type.patch │ │ │ ├── 950-1010-nvmem-raspberrypi-Add-nvmem-driver-for-accessing-OTP.patch │ │ │ ├── 950-1011-nvmem-raspberrypi-Enable-nvmem-otp-driver-through-DT.patch │ │ │ ├── 950-1020-drivers-mmc-sdhci-brcmstb-bcm2712-supports-HS400es-a.patch │ │ │ ├── 950-1021-module-Avoid-ABI-changes-when-debug-info-is-disabled.patch │ │ │ ├── 950-1022-overlays-Add-SunFounder-Pironman-5-overlay.patch │ │ │ ├── 950-1025-ARM-dts-Move-virtgpio-under-the-firmware-node.patch │ │ │ ├── 950-1027-DTS-rp1-fix-setting-xHCI-TX-burst-fifo-thresholds.patch │ │ │ ├── 950-1028-DTS-overlays-fix-Pi-5-midi-over-UART.patch │ │ │ ├── 950-1029-ASoC-bcm-Use-power-of-2-bclk_ratios.patch │ │ │ ├── 950-1030-overlays-Force-IRQ-pins-to-inputs.patch │ │ │ ├── 950-1031-fixup-Add-dwc_otg-driver.patch │ │ │ ├── 950-1032-fixup-bcm2708-framebuffer-driver.patch │ │ │ ├── 950-1033-fixup-overlays-Force-IRQ-pins-to-inputs.patch │ │ │ ├── 950-1034-ASoC-bcm-Add-owner-info-for-more-soundcards.patch │ │ │ ├── 950-1035-dts-bcm2712-cm5-There-is-no-card-detect-signal.patch │ │ │ ├── 950-1036-dts-bcm2712-cm5-Add-antenna-controls.patch │ │ │ ├── 950-1037-dts-bcm2712-cm5-Force-the-ANT-pins-to-GPIOs.patch │ │ │ ├── 950-1038-overlays-README-Document-that-vc4-f-kms-requires-512.patch │ │ │ ├── 950-1039-media-bcm2835-unicam-Add-option-for-a-GPIO-to-reflec.patch │ │ │ ├── 950-1040-dt-Add-camX_sync-option-to-configure-a-GPIO-followin.patch │ │ │ ├── 950-1041-ARM-dts-rp1-Add-a-gpio-ranges-property.patch │ │ │ ├── 950-1043-pinctrl-rp1-Add-strict_gpiod-module-parameter.patch │ │ │ ├── 950-1044-ARM-dts-Add-strict_gpiod-dtparam.patch │ │ │ ├── 950-1045-overlays-README-Sort-the-dtparam-names.patch │ │ │ ├── 950-1046-overlays-README-Document-the-strict_gpiod-dtparam.patch │ │ │ ├── 950-1047-dw-axi-dmac-platform-Avoid-trampling-with-zero-lengt.patch │ │ │ ├── 950-1048-drivers-media-cfe-Add-remap-entries-for-mono-formats.patch │ │ │ ├── 950-1049-vc4-hdmi-Ignore-hotplug-interrupt-with-force_hotplug.patch │ │ │ ├── 950-1050-DRM-rp1-rp1-dsi-Fix-escape-clock-divider-and-timeout.patch │ │ │ ├── 950-1051-drm-panel-Add-and-initialise-an-orientation-field-to.patch │ │ │ ├── 950-1054-drm-panel-simple-Remove-custom-handling-of-orientati.patch │ │ │ ├── 950-1055-drm-rp1-vec-Support-more-video-modes-in-the-RP1-VEC-.patch │ │ │ ├── 950-1057-dts-overlay-ov5647-Specify-clock-noncontinuous-on-CS.patch │ │ │ ├── 950-1059-usb-add-plumbing-for-updating-interrupt-endpoint-int.patch │ │ │ ├── 950-1060-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch │ │ │ ├── 950-1061-drm-bridge-tc358762-revert-move-ops-to-enable.patch │ │ │ ├── 950-1062-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch │ │ │ ├── 950-1063-drm-vc4-Reset-DSI-AFE-on-disable.patch │ │ │ ├── 950-1064-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch │ │ │ ├── 950-1065-drm-vc4-Add-option-to-call-from-crtc-to-encoder-on-v.patch │ │ │ ├── 950-1066-drm-vc4-Add-vblank-callback-to-DSI0-to-reset-FIFO.patch │ │ │ ├── 950-1067-clk-bcm2835-Use-PLLD-for-DSI0-HS-clock.patch │ │ │ ├── 950-1068-ARM-dts-bcm283x-Switch-DSI0-to-taking-clock-from-PLL.patch │ │ │ ├── 950-1069-drm-panel-simple-Fix-7inch-panel-mode-for-misalignme.patch │ │ │ ├── 950-1070-drm-panel-simple-Increase-pixel-clock-on-Pi-7inch-pa.patch │ │ │ ├── 950-1071-drm-vc4-Fixup-mode-for-7inch-panel-on-DSI0.patch │ │ │ ├── 950-1072-regulator-rpi-panel-Power-off-display-on-shutdown.patch │ │ │ ├── 950-1073-overlays-Add-overlay-for-the-Pineboards-Hat-Ai.patch │ │ │ ├── 950-1074-drm-rp1-dpi-Add-support-for-MEDIA_BUS_FMT_RGB565_1X2.patch │ │ │ ├── 950-1075-overlays-qca7000-Adjust-URL-README-info.patch │ │ │ ├── 950-1077-overlays-Add-sc16is750-spi0.patch │ │ │ ├── 950-1080-pinctrl-bcm2835-Make-pin-freeing-behavior-configurab.patch │ │ │ ├── 950-1081-pinctrl-bcm2835-Persist-outputs-by-default.patch │ │ │ ├── 950-1082-pinctrl-rp1-Use-persist_gpio_outputs.patch │ │ │ ├── 950-1083-ARM-dts-Update-strict_gpiod-dtparams.patch │ │ │ ├── 950-1084-drm-vc4-Fix-potential-null-pointer-read-when-disabli.patch │ │ │ ├── 950-1085-dts-bcm2712-Drop-snd_bcm2835-bootargs-references-fro.patch │ │ │ ├── 950-1086-staging-bcm2835-codec-32bpp-RGB-formats-need-a-64byt.patch │ │ │ ├── 950-1087-spi-dw-Handle-any-number-of-gpiod-CS-lines.patch │ │ │ ├── 950-1088-staging-bcm2835_codec-Pass-framerate-to-the-componen.patch │ │ │ ├── 950-1089-DTS-bcm2712-set-nonzero-QoS-values-for-PCIE1.patch │ │ │ ├── 950-1090-dtoverlays-Fix-noints-mode-of-mcp23017.patch │ │ │ ├── 950-1091-regulator-rpi_panel_v2-Add-remove-and-shutdown-hooks.patch │ │ │ ├── 950-1092-regulator-rpi_panel_v2-Add-delay-on-I2C-reads.patch │ │ │ ├── 950-1093-drm-vc4-dpi-Add-override-for-RGB-order.patch │ │ │ ├── 950-1094-dtoverlay-Add-rgb-order-override-for-vc4-kms-dpi-gen.patch │ │ │ ├── 950-1096-DTS-bcm2712-don-t-assume-L1-sub-state-support-at-chi.patch │ │ │ ├── 950-1097-DTS-overlays-add-pciex1-compat-pi5.patch │ │ │ ├── 950-1098-overlays-Add-sdio-sdio-pi5-mapping.patch │ │ │ ├── 950-1099-drivers-staging-bcm2835-isp-Respect-caller-s-stride-.patch │ │ │ ├── 950-1100-drivers-pcie-brcmstb-add-best-effort-workaround-for-.patch │ │ │ ├── 950-1101-ARM-dts-Fix-camera-sync-parameters.patch │ │ │ ├── 950-1102-backlight-Add-a-display-name-to-the-core-and-a-funct.patch │ │ │ ├── 950-1103-drm-bridge-panel-Name-an-associated-backlight-device.patch │ │ │ ├── 950-1104-drivers-media-pci-Add-Hailo-accelerator-device-drive.patch │ │ │ ├── 950-1107-DTS-overlays-add-mmio-hi-parameter-to-pciex1-compat-.patch │ │ │ ├── 950-1108-Update-DAC8x-to-support-384khz-6187.patch │ │ │ ├── 950-1109-fix-Hsync-and-Vsync-polarity-can-t-change-from-negat.patch │ │ │ ├── 950-1110-ARM-dts-Move-rpi-otp-nodes-onto-a-dedicated-bus.patch │ │ │ ├── 950-1112-mmc-sdhci-brcmstb-add-hs400_downgrade-callback-for-b.patch │ │ │ ├── 950-1114-dts-bcm2712-cm5-fix-typo-and-declare-HS400es-support.patch │ │ │ ├── 950-1116-mmc-sdhci-extend-maximum-ADMA-transfer-length-to-4Mi.patch │ │ │ ├── 950-1117-drm-vc4-hdmi-Add-property-to-allow-manual-config-of-.patch │ │ │ ├── 950-1118-ASoC-da7213-Add-a-set_bclk_ratio-method.patch │ │ │ ├── 950-1119-iqaudio-codec-Use-the-codec-s-new-set_bclk_ratio.patch │ │ │ ├── 950-1127-drm-vc4-Use-phys-addresses-for-slave-DMA-config.patch │ │ │ ├── 950-1128-pwm-Make-it-possible-to-apply-PWM-changes-in-atomic-.patch │ │ │ ├── 950-1130-smsc95xx-Experimental-Enable-turbo_mode-and-packetsi.patch │ │ │ ├── 950-1131-Allow-mac-address-to-be-set-in-smsc95xx.patch │ │ │ ├── 950-1133-drivers-mmc-sdhci-brcmstb-improve-bcm2712-card-remov.patch │ │ │ ├── 950-1134-drivers-mmc-core-handle-card-removal-when-running-CQ.patch │ │ │ ├── 950-1136-feat-Add-support-for-SunFounder-PiPower-3-overlay.patch │ │ │ ├── 950-1137-pwm-gpio-pwm-follow-pwm_apply_might_sleep-rename.patch │ │ │ ├── 950-1138-drm-bridge-panel-Ensure-backlight-is-reachable.patch │ │ │ ├── 950-1141-fs-ntfs3-Fix-memory-corruption-when-page_size-change.patch │ │ │ ├── 950-1142-fixup-drivers-mmc-sdhci-brcmstb-bcm2712-supports-HS4.patch │ │ │ ├── 950-1144-dmaengine-dw-axi-dmac-Fixes-for-RP1.patch │ │ │ ├── 950-1145-fixup-dmaengine-dw-axi-dmac-Fixes-for-RP1.patch │ │ │ ├── 950-1146-drivers-dwc_otg-use-C11-style-variable-array-declara.patch │ │ │ ├── 950-1147-media-uapi-pixfmt-luma-Document-MIPI-CSI-2-packing.patch │ │ │ ├── 950-1148-media-uapi-Add-a-pixel-format-for-BGR48-and-RGB48.patch │ │ │ ├── 950-1149-media-uapi-Add-Raspberry-Pi-PiSP-Back-End-uAPI.patch │ │ │ ├── 950-1150-media-uapi-Document-meta-pixel-format-for-PiSP-BE-co.patch │ │ │ ├── 950-1151-media-uapi-Document-PiSP-Compressed-RAW-Bayer-format.patch │ │ │ ├── 950-1152-media-dt-bindings-Add-bindings-for-Raspberry-Pi-PiSP.patch │ │ │ ├── 950-1153-media-admin-guide-Document-the-Raspberry-Pi-PiSP-BE.patch │ │ │ ├── 950-1154-media-pisp-be-Backport-the-mainline-PiSP-BE-driver.patch │ │ │ ├── 950-1155-media-uapi-pisp_be_config-Drop-BIT-from-uAPI.patch │ │ │ ├── 950-1156-media-uapi-pisp_common-Add-32-bpp-format-test.patch │ │ │ ├── 950-1157-media-uapi-Capitalize-all-macros.patch │ │ │ ├── 950-1158-media-uapi-pisp_be_config-Re-sort-pisp_be_tiles_conf.patch │ │ │ ├── 950-1159-media-uapi-pisp_be_config-Add-extra-config-fields.patch │ │ │ ├── 950-1160-media-pisp_be-Re-introduce-multi-context-support.patch │ │ │ ├── 950-1161-media-pisp_be-Re-introduce-video-node-offset.patch │ │ │ ├── 950-1163-dts-Make-camN_reg-and-camN_reg_gpio-overrides-generi.patch │ │ │ ├── 950-1164-spi-dt-bindings-Add-RPI-RP2040-GPIO-Bridge.patch │ │ │ ├── 950-1165-spi-Add-a-driver-for-the-RPI-RP2040-GPIO-bridge.patch │ │ │ ├── 950-1166-dmaengine-dw-axi-dmac-Honour-snps-block-size.patch │ │ │ ├── 950-1167-mmc-restrict-posted-write-counts-for-SD-cards-in-CQ-.patch │ │ │ ├── 950-1168-fixup-mmc-restrict-posted-write-counts-for-SD-cards-.patch │ │ │ ├── 950-1169-mmc-brcmstb-don-t-squash-card-busy-detection-on-bcm2.patch │ │ │ ├── 950-1172-Revert-Update-DAC8x-to-support-384khz-6187.patch │ │ │ ├── 950-1176-dt-bindings-clk-rp1-Add-clocks-representing-MIPI-DSI.patch │ │ │ ├── 950-1177-clk-clk-rp1-Add-varsrc-clocks-to-represent-MIPI-byte.patch │ │ │ ├── 950-1178-dts-rp1-DSI-drivers-to-use-newly-defined-MIPI-byte-s.patch │ │ │ ├── 950-1179-drm-rp1-rp1-dsi-Switch-to-PLL_SYS-source-for-DPI-whe.patch │ │ │ ├── 950-1180-arm64-dts-Move-bcm2712-and-rp1-here.patch │ │ │ ├── 950-1181-arm64-dts-Add-cm5l-files.patch │ │ │ ├── 950-1182-dts-bcm2712-Dedup-the-aliases-and-overrides.patch │ │ │ ├── 950-1183-arm64-dts-Give-cm5l-its-own-model-name.patch │ │ │ ├── 950-1185-pinctrl-rp1-jump-through-hoops-to-avoid-PCIe-latency.patch │ │ │ ├── 950-1186-staging-bcm2835-codec-Disable-HEADER_ON_OPEN-for-vid.patch │ │ │ ├── 950-1188-staging-bcm2835-codec-Add-support-for-H264-level-5.0.patch │ │ │ ├── 950-1189-spi-dw-Save-bandwidth-with-the-TMOD_TO-feature.patch │ │ │ ├── 950-1190-spi-dw-Save-bandwidth-with-the-TMOD_RO-feature.patch │ │ │ ├── 950-1191-spi-dw-don-t-immediately-kill-DMA-transfers-if-an-er.patch │ │ │ ├── 950-1192-dts-rp1-hobble-DMA-AXI-burst-lengths.patch │ │ │ ├── 950-1193-drivers-dw-axi-dmac-make-more-sensible-choices-about.patch │ │ │ ├── 950-1195-tty-serial-pl011-restrict-RX-burst-FIFO-threshold.patch │ │ │ ├── 950-1196-DT-bindings-add-a-dma-maxburst-property-to-snps-desi.patch │ │ │ ├── 950-1197-sound-soc-dwc-i2s-choose-FIFO-thresholds-based-on-DM.patch │ │ │ ├── 950-1198-dts-rp1-restrict-i2s-burst-lengths-to-4.patch │ │ │ ├── 950-1199-drm-vc4-Disable-the-2pixel-clock-odd-timings-workaro.patch │ │ │ ├── 950-1200-ARM-dts-bcm2712-Fix-invalid-polling-delay-passive-se.patch │ │ │ ├── 950-1201-spi-dw-Fix-non-DMA-transmit-only-transfers.patch │ │ │ ├── 950-1202-spi-dw-Clamp-the-minimum-clock-speed.patch │ │ │ ├── 950-1203-overlays-i2c-rtc-Correct-bq32000-property-name.patch │ │ │ ├── 950-1204-hwmon-adt7410-Add-DT-compatible-strings.patch │ │ │ ├── 950-1205-fixup-pinctrl-bcm2712-pinctrl-pinconf-driver.patch │ │ │ ├── 950-1206-dtoverlays-Add-overlay-for-HD44780-via-I2C-PCF8574-b.patch │ │ │ ├── 950-1207-dtoverlays-Document-display_-width-height-on-hd44780.patch │ │ │ ├── 950-1211-gpiolib-Override-gpiochip-numbers-with-DT-aliases.patch │ │ │ ├── 950-1212-dts-bcm2712-rpi-Add-gpiochip0-alias.patch │ │ │ ├── 950-1213-dts-bcm2712-rpi-The-SoC-gpiochips-start-at-10.patch │ │ │ ├── 950-1218-Bluetooth-hci_sync-Fix-crash-on-NULL-parent.patch │ │ │ ├── 950-1219-overlays-add-overlay-for-generic-I2S-clock-master-DA.patch │ │ │ ├── 950-1220-ASoC-DACplusADCPro-put-ADC-control-definitions-in-he.patch │ │ │ ├── 950-1222-drm-rp1-rp1-dsi-Add-DRM_FORMAT_ARGB8888-and-DRM_FORM.patch │ │ │ ├── 950-1223-drm-rp1-rp1-dpi-Add-DRM_FORMAT_ARGB8888-and-DRM_FORM.patch │ │ │ ├── 950-1224-drm-rp1-rp1-vec-Add-DRM_FORMAT_ARGB8888-and-DRM_FORM.patch │ │ │ ├── 950-1225-drm-vc4-Add-a-delay-after-disabling-hdmi-phy-output.patch │ │ │ ├── 950-1226-drm-vc4-Implement-vc6_hdmi_phy_disable.patch │ │ │ ├── 950-1227-drm-vc4-Also-power-down-the-PLL-core-when-resetting-.patch │ │ │ ├── 950-1228-ASoC-add-driver-for-new-HiFiBerry-ADC-only-board-s.patch │ │ │ ├── 950-1229-overlays-Add-overlay-for-Hifiberry-ADC.patch │ │ │ ├── 950-1232-spi-spidev-Restore-loading-from-Device-Tree.patch │ │ │ ├── 950-1233-drivers-drm-rp1-dsi-Implement-more-DSI-options-and-f.patch │ │ │ ├── 950-1234-rtc-pcf8523-Fix-oscillator-stop-bit-handling-reading.patch │ │ │ ├── 950-1235-drivers-media-pci-Update-Hailo-accelerator-device-dr.patch │ │ │ ├── 950-1236-media-rpivid-Make-SPS-PPS-optional-in-a-request.patch │ │ │ ├── 950-1238-piscreen-overlay-Add-invert-x-y-and-swapxy.patch │ │ │ ├── 950-1239-drivers-gpu-drm-panel-Added-waveshare-5.0inch-6.25in.patch │ │ │ ├── 950-1240-arch-arm-boot-dts-overlays-Added-waveshare-5.0inch-6.patch │ │ │ ├── 950-1241-arch-arm-boot-dts-overlays-Added-waveshare-5.0inch-6.patch │ │ │ ├── 950-1242-spi-rp2040-gpio-bridge-Add-debugfs-progress-indicato.patch │ │ │ ├── 950-1243-media-dt-bindings-i2c-Add-Sony-IMX500.patch │ │ │ ├── 950-1244-media-i2c-Add-driver-for-Sony-IMX500-sensor.patch │ │ │ ├── 950-1245-lib-earlycpio-export-symbol-find_cpio_data.patch │ │ │ ├── 950-1246-media-i2c-imx500-Inbuilt-AI-processor-support.patch │ │ │ ├── 950-1247-dts-bcm-283x-2712-clocks-as-simple-bus.patch │ │ │ ├── 950-1248-dts-Add-AI-Camera-support.patch │ │ │ ├── 950-1250-media-i2c-imx500-Enable-LED-during-SPI-transfers.patch │ │ │ ├── 950-1251-spi-rp2040-gpio-bridge-add-missing-MD5-dependency.patch │ │ │ ├── 950-1252-drivers-drm-rp1-vec-Increase-width-limit-for-PAL-16-.patch │ │ │ ├── 950-1255-Revert-Bluetooth-Always-request-for-user-confirmatio.patch │ │ │ ├── 950-1256-media-i2c-ov5647-Add-control-of-V4L2_CID_HBLANK.patch │ │ │ ├── 950-1257-drm-vc4-Add-support-for-per-plane-scaling-filter-sel.patch │ │ │ ├── 950-1258-drm-panel-waveshare-Remove-duplicated-sentinel-on-co.patch │ │ │ ├── 950-1260-drivers-mmc-disable-write-caching-on-Samsung-2023-mo.patch │ │ │ ├── 950-1261-mm-vmscan-Maintain-TLB-coherency-in-LRU-code.patch │ │ │ ├── 950-1262-drm-panel-ili9881-Correct-symmetry-on-enable-disable.patch │ │ │ ├── 950-1263-dtoverlays-adds-the-definitions-for-the-HiFiBerry-8-.patch │ │ │ ├── 950-1264-ASoC-add-HiFiBerry-ADC8x-8-channel-ADC-to-simple-car.patch │ │ │ ├── 950-1265-vc04_services-codec-Allocate-the-max-number-of-buffe.patch │ │ │ ├── 950-1266-drm-vc4-Fix-interpolate-bit-for-nearest-neighbour-fi.patch │ │ │ ├── 950-1269-drivers-media-imx500-Fixes-for-vblank-control.patch │ │ │ ├── 950-1270-drm-bridge-Document-bridge-init-order-with-pre_enabl.patch │ │ │ ├── 950-1271-drm-vc4-dsi-Don-t-reset-the-host-until-post_disable.patch │ │ │ ├── 950-1272-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch │ │ │ ├── 950-1273-drm-panel-ili9881-Add-option-to-reconfigure-setup-co.patch │ │ │ ├── 950-1274-regulator-rpi-panel-Remove-the-ID-read.patch │ │ │ ├── 950-1275-drivers-mfd-sensehat-Add-Raspberry-Pi-Sense-HAT-to-s.patch │ │ │ ├── 950-1281-dtoverlays-Correct-pinctrl-assignment-on-mcp23017.patch │ │ │ ├── 950-1282-tty-serial-pl011-Also-unregister-pl011_axi_platform_.patch │ │ │ ├── 950-1283-overlays-wm8960-soundcard-Fix-clock-declaration.patch │ │ │ ├── 950-1284-googlevoicehat-Fix-playback-muting-when-recording-is.patch │ │ │ ├── 950-1285-ASoC-bcm2835-i2s-Set-the-PERIOD_BYTES-min-to-256.patch │ │ │ ├── 950-1286-clk-clk-rp1-Don-t-crash-on-duplicate-clocks.patch │ │ │ ├── 950-1287-drivers-media-imx500-Simplify-the-vblank-control-ini.patch │ │ │ ├── 950-1288-dts-overlay_map-ramoops-pi4-works-on-Pi-5.patch │ │ │ ├── 950-1289-dts-align-PCI-BAR-allocation-on-bcm2711-and-bcm2712-.patch │ │ │ ├── 950-1290-overlays-Add-Pineboards-HatDrive-POE-6257.patch │ │ │ ├── 950-1296-dtoverlays-Correct-vc4-kms-dpi-generic-for-width-hei.patch │ │ │ ├── 950-1297-dts-bcm2712-rpi-Add-four-missing-GPIOs-to-2712D0.patch │ │ │ ├── 950-1298-arm64-dts-Add-preliminary-bcm2712-rpi-500-dts.patch │ │ │ ├── 950-1301-dts-2712-Reduce-default-cma-usage-on-Pi5.patch │ │ │ ├── 950-1305-dts-bcm2712d0-Add-non-d0-vc6-compatible-string.patch │ │ │ ├── 950-1312-Reapply-dtoverlays-Convert-SenseHAT-overlays-to-use-.patch │ │ │ ├── 950-1313-Reapply-drivers-Remove-downstream-SenseHAT-core-and-.patch │ │ │ ├── 950-1315-Reapply-Input-sensehat-joystick-Revert-to-downstream.patch │ │ │ ├── 950-1316-Reapply-dtoverlays-Add-Sense-Hat-to-hat_map.patch │ │ │ ├── 950-1317-overlays-hat_map-Add-Sense-and-Hailo-AI-HATs.patch │ │ │ ├── 950-1318-drivers-media-imx500-Enable-LS-correction.patch │ │ │ ├── 950-1319-dts-bcm2712-rpi-500-Add-USER_LED-GPIO-name.patch │ │ │ ├── 950-1321-dtoverlays-Fix-up-imx500-overlays-to-have-unique-clo.patch │ │ │ ├── 950-1322-dtoverlays-Add-an-overlay-for-Waveshare-s-800x480-4..patch │ │ │ ├── 950-1323-drm-vc4-Remove-request-for-min-clocks-when-hdmi-outp.patch │ │ │ ├── 950-1324-dts-bcm2712-rpi-Add-aliases-for-the-CSI-DSI-I2Cs.patch │ │ │ ├── 950-1325-NotForUpstream-media-video-mux-Propagate-controls-to.patch │ │ │ ├── 950-1326-media-platform-video-mux-Fix-mutex-locking.patch │ │ │ ├── 950-1327-media-i2c-ov5647-Tidy-up-mode-registers-to-make-the-.patch │ │ │ ├── 950-1328-media-i2c-ov5647-Separate-out-the-common-registers.patch │ │ │ ├── 950-1329-media-i2c-ov5647-Use-the-same-PLL-config-for-full-10.patch │ │ │ ├── 950-1330-media-i2c-ov5647-Add-V4L2_CID_LINK_FREQUENCY-control.patch │ │ │ ├── 950-1331-mmc-don-t-reference-requests-after-finishing-them.patch │ │ │ ├── 950-1333-mmc-quirks-disable-cache-on-more-known-bad-Sandisk-c.patch │ │ │ ├── 950-1334-mmc-block-disable-CQ-on-SD-cards-when-doing-non-Disc.patch │ │ │ ├── 950-1335-DTS-bcm2712-re-enable-SD-slot-CQE-by-default-on-Pi-5.patch │ │ │ ├── 950-1336-mmc-quirks-add-MMC_QUIRK_BROKEN_ERASE-for-Phison-Int.patch │ │ │ ├── 950-1337-Input-matrix_keypad-avoid-repeatedly-converting-GPIO.patch │ │ │ ├── 950-1338-numa-Add-simple-generic-NUMA-emulation.patch │ │ │ ├── 950-1339-arm64-numa-Add-NUMA-emulation-for-ARM64.patch │ │ │ ├── 950-1340-mm-numa-Allow-override-of-kernel-s-default-NUMA-poli.patch │ │ │ ├── 950-1341-dma-buf-system_heap-Allow-specifying-maximum-allocat.patch │ │ │ ├── 950-1342-numa-emulation-Check-emulated-zones-around-the-CMA-w.patch │ │ │ ├── 950-1344-dts-Move-some-common-rpi-settings-into-rpi-files.patch │ │ │ ├── 950-1345-dts-Set-preferred-numa-options-in-bootargs.patch │ │ │ ├── 950-1346-drm-vc4-Do-not-include-writeback-conn-load-in-load-t.patch │ │ │ ├── 950-1347-drm-vc4-Drop-panic-priority-for-writeback-connector.patch │ │ │ ├── 950-1348-dts-Simplify-bootargs.patch │ │ │ ├── 950-1349-cgroup-Use-kernel-command-line-to-disable-memory-cgr.patch │ │ │ ├── 950-1350-arm64-dts-Sort-out-CM5-and-I-O-board-I2C-ports.patch │ │ │ ├── 950-1351-drivers-media-bcm2835_isp-Cache-LS-table-dmabuf.patch │ │ │ ├── 950-1353-pwm-Add-GPIO-PWM-driver.patch │ │ │ ├── 950-1355-dtoverlay-Add-a-dtoverlay-for-pwm-gpio.patch │ │ │ ├── 950-1356-dts-2712-Drop-some-numa-options-from-bootargs.patch │ │ │ ├── 950-1357-mmc-quirks-add-more-broken-Kingston-Canvas-Go-SD-car.patch │ │ │ ├── 950-1358-dt-bindings-usb-snps-dwc3-add-FS-HS-periodic-NAK-pol.patch │ │ │ ├── 950-1359-usb-dwc3-core-add-support-for-setting-NAK-enhancemen.patch │ │ │ ├── 950-1360-DTS-rp1-set-enhanced-FS-NAK-quirk-for-usb3-controlle.patch │ │ │ ├── 950-1361-drivers-usb-xhci-prevent-a-theoretical-race-on-non-c.patch │ │ │ ├── 950-1362-iio-humidity-dht11-Allow-non-zero-decimals.patch │ │ │ ├── 950-1363-drm-vc4-Correct-condition-for-ignoring-a-plane-to-sr.patch │ │ │ ├── 950-1364-drm-vc4-Use-the-TPZ-scaling-filter-for-1x1-source-im.patch │ │ │ ├── 950-1365-drm-Set-non-desktop-property-to-true-for-writeback-a.patch │ │ │ ├── 950-1366-drm-Increase-plane_mask-to-64bit.patch │ │ │ ├── 950-1367-drm-vc4-Increase-number-of-overlay-planes-from-16-to.patch │ │ │ ├── 950-1368-drm-vc4-Assign-32-overlay-planes-to-writeback-only.patch │ │ │ ├── 950-1369-drm-Add-a-DRM_MODE_TRANSPOSE-option-to-the-DRM-rotat.patch │ │ │ ├── 950-1370-drm-Add-a-rotation-parameter-to-connectors.patch │ │ │ ├── 950-1371-drm-vc4-txp-Add-a-rotation-property-to-the-writeback.patch │ │ │ ├── 950-1372-dmaengine-dw-axi-dmac-Allow-client-chosen-width.patch │ │ │ ├── 950-1373-spi-dw-Let-the-DMAC-set-the-transfer-widths.patch │ │ │ ├── 950-1374-serial-pl011-Request-a-memory-width-of-1-byte.patch │ │ │ ├── 950-1377-drivers-usb-xhci-set-HID-bit-in-streaming-endpoint-c.patch │ │ │ ├── 950-1379-media-i2c-imx477-Add-options-for-slightly-modifying-.patch │ │ │ ├── 950-1380-dtoverlays-Add-link-frequency-override-to-imx477-378.patch │ │ │ ├── 950-1381-dmaengine-dw-axi-dmac-Only-start-idle-channels.patch │ │ │ ├── 950-1382-mailbox-Add-RP1-mailbox-support.patch │ │ │ ├── 950-1383-firmware-Add-an-RP1-firmware-interface-over-mbox.patch │ │ │ ├── 950-1384-misc-Add-RP1-PIO-driver.patch │ │ │ ├── 950-1386-dts-bcm2712-rpi-Add-RP1-firmware-and-mailboxes.patch │ │ │ ├── 950-1387-dts-bcm2712-rpi-Add-the-RP1-PIO-device.patch │ │ │ ├── 950-1388-misc-rp1-pio-Add-an-in-kernel-API.patch │ │ │ ├── 950-1389-pwm-Add-pwm-pio-rp1-driver.patch │ │ │ ├── 950-1391-overlays-Add-pwm-pio-overlay.patch │ │ │ ├── 950-1392-fixup-misc-Add-RP1-PIO-driver.patch │ │ │ ├── 950-1394-misc-rp1-pio-Add-compat_ioctl-method.patch │ │ │ ├── 950-1396-i2c-designware-Add-support-for-bus-clear-feature.patch │ │ │ ├── 950-1397-drivers-media-pci-Update-Hailo-accelerator-device-dr.patch │ │ │ ├── 950-1398-dtoverlays-enable-SPI-CS-active-high.patch │ │ │ ├── 950-1399-drm-vc4-hvs-Defer-updating-the-enable_bg_fill-until-.patch │ │ │ ├── 950-1400-misc-rp1-pio-Add-FIFO-related-methods.patch │ │ │ ├── 950-1401-overlays-Enable-Raspberry-Touch-2-rotation-with-over.patch │ │ │ ├── 950-1402-rp1-pio-Add-missing-static-inline-s.patch │ │ │ ├── 950-1403-misc-rp1-pio-Back-port-some-6.11-build-fixes.patch │ │ │ ├── 950-1404-Adding-Pimidi-kernel-module.patch │ │ │ ├── 950-1406-Adding-pimidi-overlay.dts.patch │ │ │ ├── 950-1411-staging-vchiq_arm-Add-36-bit-address-support.patch │ │ │ ├── 950-1412-staging-vchiq_arm-children-inherit-DMA-config.patch │ │ │ ├── 950-1413-staging-vchiq_arm-Usa-a-DMA-pool-for-small-bulks.patch │ │ │ ├── 950-1414-staging-vchiq_arm-Add-log_level-module-params.patch │ │ │ ├── 950-1415-media-i2c-imx477-Fix-link-frequency-menu.patch │ │ │ ├── 950-1416-misc-rp1-pio-Fix-copy-paste-error-in-pio_rp1.h.patch │ │ │ ├── 950-1417-misc-rp1-pio-Fix-parameter-checks-wihout-client.patch │ │ │ ├── 950-1418-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch │ │ │ ├── 950-1419-dts-bcm2712-rpi-For-CM5IO-i2c_csi_dsi-needs-to-be-CA.patch │ │ │ ├── 950-1420-dts-bcm2712-rpi-cm5-Remove-inaccessible-USB_OC_N.patch │ │ │ ├── 950-1421-overlays-qca7000-replace-URL-with-textual-hint.patch │ │ │ ├── 950-1422-dt-bindings-net-cdns-macb-Add-compatible-for-Raspber.patch │ │ │ ├── 950-1423-net-macb-Add-support-for-Raspberry-Pi-RP1-ethernet-c.patch │ │ │ ├── 950-1424-rp1-clk-Only-set-PLL_SEC_RST-in-rp1_pll_divider_off.patch │ │ │ ├── 950-1425-rp1-clk-Rationalise-the-use-of-the-CLK_IS_CRITICAL-f.patch │ │ │ ├── 950-1426-dt-arm64-Fixup-RP1-ethernet-DT-configuration.patch │ │ │ ├── 950-1427-clk-rp1-Add-RP1_CLK_DMA.patch │ │ │ ├── 950-1428-rp1-clk-Remove-CLK_IGNORE_UNUSED-flags.patch │ │ │ ├── 950-1429-dt-rp1-Use-clk_sys-for-ethernet-hclk-and-pclk.patch │ │ │ ├── 950-1430-dt-rp1-Link-RP1-DMA-to-the-associated-clock.patch │ │ │ ├── 950-1431-raspberrypi-firmware-Add-the-RPI-firmware-UART-APIs.patch │ │ │ ├── 950-1432-serial-core-Add-the-Raspberry-Pi-firmware-UART-id.patch │ │ │ ├── 950-1433-serial-tty-Add-a-driver-for-the-RPi-firmware-UART.patch │ │ │ ├── 950-1435-dtoverlay-Add-an-overlay-for-the-Raspberry-Pi-firmwa.patch │ │ │ ├── 950-1436-ARM-dts-Remove-duplicate-tags.patch │ │ │ ├── 950-1437-Allow-setting-I-C-clock-frequency-via-i2c_arm_baudra.patch │ │ │ ├── 950-1438-nvme-pci-Disable-Host-Memory-Buffer-usage.patch │ │ │ ├── 950-1439-fixup-serial-tty-Add-a-driver-for-the-RPi-firmware-U.patch │ │ │ ├── 950-1440-serial-rpi-fw-uart-Demote-debug-log-messages.patch │ │ │ ├── 950-1441-dtoverlays-Add-Arducam-override-for-ov9281.patch │ │ │ ├── 950-1442-drivers-input-touchscreen-Add-support-for-no-irq-to-.patch │ │ │ ├── 950-1443-drivers-gpu-drm-panel-Added-waveshare-13.3inch-panel.patch │ │ │ ├── 950-1444-arch-arm-boot-dts-overlays-Added-waveshare-13.3inch-.patch │ │ │ ├── 950-1445-fixup-cgroup-Use-kernel-command-line-to-disable-memo.patch │ │ │ ├── 950-1451-Revert-drm-vc4-hvs-Don-t-write-gamma-luts-on-2711.patch │ │ │ ├── 950-1452-Revert-PCI-Warn-if-no-host-bridge-NUMA-node-info.patch │ │ │ ├── 950-1454-drm-bridge-panel-Connector-to-allow-interlaced-modes.patch │ │ │ ├── 950-1455-dts-overlays-vc4-kms-dpi-generic-overlay-Add-interla.patch │ │ │ ├── 950-1456-drm-rp1-rp1-dpi-Add-interlaced-modes-and-PIO-program.patch │ │ │ ├── 950-1459-ASoC-allo-piano-dac-plus-Fix-volume-limit-locking.patch │ │ │ ├── 950-1460-drm-vc4-txp-Do-not-allow-24bpp-formats-when-transpos.patch │ │ │ ├── 950-1461-drm-Validate-connector-rotation-has-one-bit-set-in-t.patch │ │ │ ├── 950-1462-ASoC-allo-piano-dac-plus-Suppress-517-errors.patch │ │ │ ├── 950-1463-drm-rp1-rp1-dpi-Fix-optional-dependency-on-RP1_PIO.patch │ │ │ ├── 950-1464-serial-sc16is7xx-announce-support-for-SER_RS485_RTS_.patch │ │ │ ├── 950-1467-dtoverlays-Add-override-for-target-path-on-I2C-overl.patch │ │ │ ├── 950-1468-misc-rp1-pio-Support-larger-data-transfers.patch │ │ │ ├── 950-1469-dtoverlays-Use-continuous-clock-mode-for-ov9281.patch │ │ │ ├── 950-1470-overlays-goodix-Allow-override-i2c-address.patch │ │ │ ├── 950-1471-fixup-misc-Add-RP1-PIO-driver.patch │ │ │ ├── 950-1473-misc-rp1-pio-More-logical-probe-sequence.patch │ │ │ ├── 950-1474-misc-rp1-pio-Convert-floats-to-24.8-fixed-point.patch │ │ │ ├── 950-1475-misc-rp1-pio-Minor-cosmetic-tweaks.patch │ │ │ ├── 950-1476-misc-rp1-pio-Add-in-kernel-DMA-support.patch │ │ │ ├── 950-1477-misc-Add-ws2812-pio-rp1-driver.patch │ │ │ ├── 950-1478-overlays-Add-ws2812-pio-overlay.patch │ │ │ ├── 950-1480-overlays-Add-and-document-i2c_csi_dsi0-parameters.patch │ │ │ ├── 950-1481-dts-Add-noanthogs-parameter-to-CM4-and-CM5.patch │ │ │ ├── 950-1484-Add-and-update-files-for-pwm-gpio-fan-overlay.patch │ │ │ ├── 950-1486-media-i2c-imx290-Limit-analogue-gain-according-to-mo.patch │ │ │ ├── 950-1488-media-dt-bindings-sony-imx290-Add-IMX462-to-the-IMX2.patch │ │ │ ├── 950-1489-media-i2c-imx290-Add-configuration-for-IMX462.patch │ │ │ ├── 950-1490-media-imx290-Add-module-parameter-to-allow-selection.patch │ │ │ ├── 950-1491-dtoverlays-Switch-imx462-overlay-to-use-the-new-comp.patch │ │ │ ├── 950-1492-media-i2c-imx415-Add-more-clock-configurations.patch │ │ │ ├── 950-1494-dtoverlays-Add-overlay-for-Sony-IMX415-image-sensor.patch │ │ │ ├── 950-1495-media-i2c-imx415-Add-read-write-control-of-VBLANK.patch │ │ │ ├── 950-1496-media-i2c-imx415-Make-HBLANK-controllable-and-in-con.patch │ │ │ ├── 950-1497-media-i2c-imx415-Link-frequencies-are-not-exclusive-.patch │ │ │ ├── 950-1499-dts-bcm2712-PL011-UARTs-are-actually-r1p5.patch │ │ │ ├── 950-1500-dts-rp1-PL011-UARTs-are-actually-r1p5.patch │ │ │ ├── 950-1501-ASoC-pcm512x-Demote-No-SCLK-to-debug-level.patch │ │ │ ├── 950-1502-ASoC-allo-piano-dac-plus-Fix-volume-limiting.patch │ │ │ ├── 950-1503-ASoC-allo-piano-dac-plus-Remove-pointless-code.patch │ │ │ ├── 950-1505-DT-bcm2712-override-supports-cqe-to-a-cell.patch │ │ │ ├── 950-1506-mmc-sd-filter-card-CQ-support-based-on-an-allow-list.patch │ │ │ ├── 950-1507-mmc-set-MMC_QUIRK_KNOWN_WORKING_SD_CQ-on-Raspberry-P.patch │ │ │ ├── 950-1508-mmc-use-downstream-DT-property-to-modify-CQE-and-or-.patch │ │ │ ├── 950-1509-misc-rp1-pio-Handle-probe-errors.patch │ │ │ ├── 950-1510-firmware-rp1-Simplify-rp1_firmware_get.patch │ │ │ ├── 950-1512-dts-bcm2711-Don-t-mark-timer-regs-unconfigured.patch │ │ │ ├── 950-1513-mmc-bcm2835-sdhost-Observe-SWIOTLB-memory-limit.patch │ │ │ ├── 950-1514-drivers-media-pisp_be-Add-support-for-YUV422-planar-.patch │ │ │ ├── 950-1515-drivers-media-pisp_be-Remove-unused-fields-in-struct.patch │ │ │ ├── 950-1516-media-imx219-Adjust-PLL-settings-based-on-the-number.patch │ │ │ ├── 950-1517-IMX219-Add-4-lane-option-to-the-device-tree-overlay.patch │ │ │ ├── 950-1518-dtoverlays-waveshare-panel-Disable-new-touch-control.patch │ │ │ ├── 950-1519-drm-rp1-rp1-dpi-Add-rgb_order-property-to-match-VC4-.patch │ │ │ ├── 950-1522-add-ina238-to-i2c-sensors.patch │ │ │ ├── 950-1524-add-shtc3-to-i2c-sensors.patch │ │ │ ├── 950-1525-drivers-media-pci-Update-Hailo-accelerator-device-dr.patch │ │ │ ├── 950-1526-overlays-Regularisation-and-improvements.patch │ │ │ ├── 950-1527-overlays-Factor-out-the-common-i2c-bus-selection.patch │ │ │ ├── 950-1529-misc-rp1-pio-SM_CONFIG_XFER32-larger-DMA-bufs.patch │ │ │ ├── 950-1530-spi-dw-Wait-for-idle-after-TX.patch │ │ │ ├── 950-1531-misc-rp1-pio-Error-out-on-incompatible-firmware.patch │ │ │ ├── 950-1532-firmware-rp1-Linger-on-firmware-failure.patch │ │ │ ├── 950-1533-mailbox-rp1-Don-t-claim-channels-in-of_xlate.patch │ │ │ ├── 950-1534-fixup-spi-dw-Wait-for-idle-after-TX.patch │ │ │ ├── 950-1535-dtoverlays-adds-support-for-Hifiberry-ADC8x-to-the-D.patch │ │ │ ├── 950-1536-ASoC-adds-ADC8x-support-to-the-Hifiberry-DAC8x.patch │ │ │ ├── 950-1539-Reapply-usb-dwc3-Set-DMA-and-coherent-masks-early.patch │ │ │ ├── 950-1541-overlays-Add-OpenHydroponics-RootMaster-overlay.patch │ │ │ ├── 950-1542-media-i2c-arducam-pivariety-Fix-mutex-init-and-NULL-.patch │ │ │ ├── 950-1543-misc-rp1-pio-Demote-fw-probe-error-to-warning.patch │ │ │ ├── 950-1544-dts-Add-hogs-for-RP1-GPIO-46-48-on-CM5.patch │ │ │ ├── 950-1545-spi-rp2040-gpio-bridge-fix-gpiod-error-handling.patch │ │ │ ├── 950-1546-spi-rp2040-gpio-bridge-probe-Cfg-fast_xfer-clk.patch │ │ │ ├── 950-1547-fix-clang-compilation-error.patch │ │ │ ├── 950-1548-delete-the-comment.patch │ │ │ ├── 950-1549-dtoverlays-ov9281-Add-continuous-clock-option-as-an-.patch │ │ │ ├── 950-1550-drm-v3d-Add-clock-handling.patch │ │ │ ├── 950-1552-drm-v3d-Set-job-pointer-to-NULL-when-the-job-s-fence.patch │ │ │ ├── 950-1553-drm-v3d-Associate-a-V3D-tech-revision-to-all-support.patch │ │ │ ├── 950-1554-dt-bindings-gpu-v3d-Add-SMS-to-the-registers-list.patch │ │ │ ├── 950-1555-drm-v3d-Use-V3D_SMS-registers-for-power-on-off-and-r.patch │ │ │ ├── 950-1556-dts-bcm2712-Add-V3D_SMS-register.patch │ │ │ ├── 950-1557-dts-Remove-the-power-key-debounce-on-Pi-500.patch │ │ │ ├── 950-1558-media-i2c-imx477-Add-further-link-frequency-options.patch │ │ │ ├── 950-1559-overlays-Fix-some-unusable-fragments.patch │ │ │ ├── 950-1560-dts-rp1-Don-t-use-DMA-with-UARTs.patch │ │ │ └── 960-hwrng-iproc-set-quality-to-1000.patch │ ├── bcm47xx │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ └── 01_network │ │ │ │ ├── diag.sh │ │ │ │ ├── init.d │ │ │ │ │ └── wmacfixup │ │ │ │ └── uci-defaults │ │ │ │ │ ├── 03_network_migration │ │ │ │ │ └── 09_fix_crc │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ └── 01_sysinfo │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-6.6 │ │ ├── generic │ │ │ ├── profiles │ │ │ │ ├── 100-Broadcom-b43.mk │ │ │ │ ├── 104-Broadcom-ath5k.mk │ │ │ │ ├── 105-Broadcom-none.mk │ │ │ │ ├── 200-Broadcom-b44-b43.mk │ │ │ │ ├── 204-Broadcom-b44-ath5k.mk │ │ │ │ ├── 205-Broadcom-b44-none.mk │ │ │ │ ├── 210-Broadcom-tg3-b43.mk │ │ │ │ ├── 215-Broadcom-tg3-none.mk │ │ │ │ ├── 220-Broadcom-bgmac-b43.mk │ │ │ │ ├── 225-Broadcom-bgmac-none.mk │ │ │ │ ├── 226-Broadcom-bgmac-brcsmac.mk │ │ │ │ └── PS-1208MFG.mk │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── generic.mk │ │ │ ├── legacy.mk │ │ │ ├── lzma-loader │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ │ ├── LzmaDecode.c │ │ │ │ │ ├── LzmaDecode.h │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── README │ │ │ │ │ ├── decompress.c │ │ │ │ │ ├── decompress.lds.in │ │ │ │ │ ├── head.S │ │ │ │ │ └── loader.lds.in │ │ │ └── mips74k.mk │ │ ├── legacy │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ └── 100-Broadcom-b43.mk │ │ │ └── target.mk │ │ ├── mips74k │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ ├── 100-Broadcom-b43.mk │ │ │ │ ├── 101-Broadcom-brcsmac.mk │ │ │ │ └── 103-Broadcom-none.mk │ │ │ └── target.mk │ │ ├── modules.mk │ │ └── patches-6.6 │ │ │ ├── 159-cpu_fixes.patch │ │ │ ├── 209-b44-register-adm-switch.patch │ │ │ ├── 210-b44_phy_fix.patch │ │ │ ├── 280-activate_ssb_support_in_usb.patch │ │ │ ├── 400-mtd-bcm47xxpart-get-nvram.patch │ │ │ ├── 700-net-bgmac-connect-to-PHY-even-if-it-is-BGMAC_PHY_NOR.patch │ │ │ ├── 791-tg3-no-pci-sleep.patch │ │ │ ├── 800-bcma-add-table-of-serial-flashes-with-smaller-blocks.patch │ │ │ ├── 820-wgt634u-nvram-fix.patch │ │ │ ├── 830-huawei_e970_support.patch │ │ │ ├── 831-old_gpio_wdt.patch │ │ │ ├── 900-ssb-reject-PCI-writes-setting-CardBus-bridge-resourc.patch │ │ │ ├── 940-bcm47xx-yenta.patch │ │ │ └── 976-ssb_increase_pci_delay.patch │ ├── bcm4908 │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ └── 02_network │ │ │ │ └── uci-defaults │ │ │ │ │ └── 05_packet_steering │ │ │ ├── lib │ │ │ │ ├── functions │ │ │ │ │ └── bcm4908.sh │ │ │ │ ├── preinit │ │ │ │ │ └── 75_rootfs_prepare │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ └── usr │ │ │ │ └── libexec │ │ │ │ └── platform │ │ │ │ └── packet-steering.sh │ │ ├── config-6.6 │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── asus_gt-ac5300 │ │ │ │ └── rom │ │ │ │ │ └── etc │ │ │ │ │ ├── image_ident │ │ │ │ │ └── image_version │ │ │ ├── bootfs-bcm4908.its │ │ │ ├── bootfs-bcm4912.its │ │ │ ├── bootfs.itsi │ │ │ ├── netgear_r8000p │ │ │ │ └── etc │ │ │ │ │ ├── image_ident │ │ │ │ │ └── image_version │ │ │ ├── pkgtb-bcm4908.its │ │ │ ├── pkgtb-bcm4912.its │ │ │ └── tplink_archer-c2300-v1 │ │ │ │ ├── etc │ │ │ │ └── image_version │ │ │ │ └── nvram.nvm │ │ └── patches-6.6 │ │ │ ├── 130-arm64-dts-broadcom-bcmbca-bcm4908-set-brcm-wp-not-co.patch │ │ │ ├── 300-arm64-dts-broadcom-bcmbca-bcm4908-limit-amount-of-GP.patch │ │ │ ├── 301-arm64-don-t-issue-HVC-on-boot.patch │ │ │ ├── 700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch │ │ │ └── 701-net-dsa-bcm_sf2-keep-GPHY-enabled-on-the-BCM4908.patch │ ├── bcm53xx │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_leds │ │ │ │ │ └── 02_network │ │ │ │ ├── diag.sh │ │ │ │ ├── hotplug.d │ │ │ │ │ └── ieee80211 │ │ │ │ │ │ └── 10-fix-mac-address │ │ │ │ └── uci-defaults │ │ │ │ │ ├── 03_dsa_migrate │ │ │ │ │ ├── 05_packet_steering │ │ │ │ │ └── 09_fix_crc │ │ │ ├── lib │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ └── usr │ │ │ │ └── libexec │ │ │ │ └── platform │ │ │ │ └── packet-steering.sh │ │ ├── config-6.6 │ │ ├── files │ │ │ └── arch │ │ │ │ └── arm │ │ │ │ └── boot │ │ │ │ └── compressed │ │ │ │ └── cache-v7-min.S │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ └── Makefile │ │ ├── modules.mk │ │ ├── patches-6.6 │ │ │ ├── 030-v6.7-0001-ARM-dts-BCM5301X-Set-MACs-for-D-Link-DIR-885L.patch │ │ │ ├── 030-v6.7-0002-ARM-dts-BCM5301X-Set-MAC-address-for-Asus-RT-AC87U.patch │ │ │ ├── 030-v6.7-0003-ARM-dts-BCM5301X-Relicense-Felix-s-code-to-the-GPL-2.patch │ │ │ ├── 030-v6.7-0004-ARM-dts-BCM5301X-Relicense-Vivek-s-code-to-the-GPL-2.patch │ │ │ ├── 030-v6.7-0005-ARM-dts-BCM5301X-Explicitly-disable-unused-switch-CP.patch │ │ │ ├── 030-v6.7-0006-ARM-dts-BCM5301X-Set-fixed-link-for-extra-Netgear-R8.patch │ │ │ ├── 030-v6.7-0007-ARM-dts-BCM5301X-Set-switch-ports-for-Linksys-EA9200.patch │ │ │ ├── 040-v6.11-ARM-dts-broadcom-convert-NVMEM-content-to-layout-syntax.patch │ │ │ ├── 140-mtd-parsers-trx-parse-firmware-MTD-partitions-only.patch │ │ │ ├── 180-usb-xhci-add-support-for-performing-fake-doorbell.patch │ │ │ ├── 300-ARM-BCM5301X-Disable-MMU-and-Dcache-during-decompres.patch │ │ │ ├── 304-ARM-dts-BCM5301X-Specify-switch-ports-for-remaining-.patch │ │ │ ├── 310-ARM-BCM5301X-Add-DT-for-Netgear-R7900.patch │ │ │ ├── 332-Meraki-MX6X-partition-fixups.patch │ │ │ ├── 333-bcm53xx-dts-meraki-mx6x-add-OpenWrt-specific-LED-ali.patch │ │ │ ├── 500-UBI-Detect-EOF-mark-and-erase-all-remaining-blocks.patch │ │ │ ├── 600-net-disable-GRO-by-default.patch │ │ │ └── 905-BCM53573-minor-hacks.patch │ │ └── profiles │ │ │ └── 100-Generic.mk │ ├── bmips │ │ ├── Makefile │ │ ├── bcm6318 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── 09_fix_crc │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── bcm63268 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ └── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ └── 03_gpio_switches │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── bcm6328 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── 09_fix_crc │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── bcm6358 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ │ └── hotplug.d │ │ │ │ │ │ └── firmware │ │ │ │ │ │ └── 10-ath9k-eeprom │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── bcm6362 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ └── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── bcm6368 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── 09_fix_crc │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── dts │ │ │ ├── bcm63167-sercomm-h500-s-lowi.dts │ │ │ ├── bcm63167-sercomm-h500-s-vfes.dts │ │ │ ├── bcm63167-sercomm-h500-s.dtsi │ │ │ ├── bcm63168-actiontec-t1200h.dts │ │ │ ├── bcm63168-comtrend-vr-3032u.dts │ │ │ ├── bcm63168-sagem-fast-3864-op.dts │ │ │ ├── bcm63168-sercomm-shg2500.dts │ │ │ ├── bcm63168-smartrg-sr505n.dts │ │ │ ├── bcm63169-comtrend-vg-8050.dts │ │ │ ├── bcm6318-comtrend-ar-5315u.dts │ │ │ ├── bcm6318-tp-link-td-w8968-v3.dts │ │ │ ├── bcm6318.dtsi │ │ │ ├── bcm63268.dtsi │ │ │ ├── bcm6328-arcadyan-ar7516.dts │ │ │ ├── bcm6328-comtrend-ar-5381u.dts │ │ │ ├── bcm6328-comtrend-ar-5387un.dts │ │ │ ├── bcm6328-dlink-dsl-2750b-b1.dts │ │ │ ├── bcm6328-innacomm-w3400v6.dts │ │ │ ├── bcm6328-inteno-xg6846.dts │ │ │ ├── bcm6328-nucom-r5010unv2.dts │ │ │ ├── bcm6328-sercomm-ad1018.dts │ │ │ ├── bcm6328.dtsi │ │ │ ├── bcm6358-huawei-hg556a-b.dts │ │ │ ├── bcm6358.dtsi │ │ │ ├── bcm6362-huawei-hg253s-v2.dts │ │ │ ├── bcm6362-netgear-dgnd3700-v2.dts │ │ │ ├── bcm6362.dtsi │ │ │ ├── bcm6368-actiontec-r1000h.dts │ │ │ ├── bcm6368-comtrend-vr-3025u.dts │ │ │ ├── bcm6368-comtrend-vr-3025un.dts │ │ │ ├── bcm6368-netgear-dgnd3700-v1.dts │ │ │ ├── bcm6368-netgear-dgnd3700.dtsi │ │ │ ├── bcm6368-netgear-dgnd3800b.dts │ │ │ ├── bcm6368-observa-vh4032n.dts │ │ │ ├── bcm6368.dtsi │ │ │ ├── bcm6369-comtrend-wap-5813n.dts │ │ │ └── bcm6369-netgear-evg2000.dts │ │ ├── files │ │ │ ├── arch │ │ │ │ └── mips │ │ │ │ │ └── pci │ │ │ │ │ └── fixup-bmips.c │ │ │ ├── drivers │ │ │ │ ├── leds │ │ │ │ │ └── leds-sercomm-msp430.c │ │ │ │ ├── net │ │ │ │ │ └── ethernet │ │ │ │ │ │ └── broadcom │ │ │ │ │ │ ├── bcm6348-enet.c │ │ │ │ │ │ └── bcm6368-enetsw.c │ │ │ │ └── pci │ │ │ │ │ └── controller │ │ │ │ │ ├── pci-bcm6348.c │ │ │ │ │ ├── pcie-bcm6318.c │ │ │ │ │ └── pcie-bcm6328.c │ │ │ └── include │ │ │ │ └── dt-bindings │ │ │ │ └── interrupt-controller │ │ │ │ ├── bcm6318-interrupt-controller.h │ │ │ │ ├── bcm63268-interrupt-controller.h │ │ │ │ ├── bcm6328-interrupt-controller.h │ │ │ │ ├── bcm6358-interrupt-controller.h │ │ │ │ ├── bcm6362-interrupt-controller.h │ │ │ │ └── bcm6368-interrupt-controller.h │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── bcm6318.mk │ │ │ ├── bcm63268.mk │ │ │ ├── bcm6328.mk │ │ │ ├── bcm6358.mk │ │ │ ├── bcm6362.mk │ │ │ ├── bcm6368.mk │ │ │ └── lzma-loader │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ ├── LzmaDecode.c │ │ │ │ ├── LzmaDecode.h │ │ │ │ ├── LzmaTypes.h │ │ │ │ ├── Makefile │ │ │ │ ├── board.c │ │ │ │ ├── cache.c │ │ │ │ ├── cache.h │ │ │ │ ├── cacheops.h │ │ │ │ ├── config.h │ │ │ │ ├── cp0regdef.h │ │ │ │ ├── head.S │ │ │ │ ├── loader.c │ │ │ │ ├── loader.lds │ │ │ │ ├── loader2.lds │ │ │ │ ├── lzma-data.lds │ │ │ │ ├── printf.c │ │ │ │ └── printf.h │ │ ├── modules.mk │ │ ├── patches-6.6 │ │ │ ├── 100-irqchip-add-support-for-bcm6345-style-external-inter.patch │ │ │ ├── 200-mips-bmips-automatically-detect-CPU-frequency.patch │ │ │ ├── 201-mips-bmips-automatically-detect-RAM-size.patch │ │ │ ├── 202-mips-bmips-tweak-Kconfig-options.patch │ │ │ ├── 210-revert-macronix-nand-block-protection.patch │ │ │ ├── 500-net-broadcom-add-BCM6368-enetsw-controller-driver.patch │ │ │ ├── 501-net-broadcom-add-BCM6348-enet-controller-driver.patch │ │ │ ├── 502-net-mdio-mux-bcm6368-allow-disabling.patch │ │ │ ├── 600-mips-bmips-add-pci-support.patch │ │ │ ├── 601-pci-controllers-add-bcm6328-pcie-support.patch │ │ │ ├── 602-pci-controllers-add-bcm6318-pcie-support.patch │ │ │ ├── 603-pci-controllers-add-bcm6348-pci-support.patch │ │ │ ├── 700-leds-add-support-for-Sercomm-MSP430-LED-controller.patch │ │ │ └── 800-jffs2-work-around-unaligned-accesses-failing-on-bcm6.patch │ │ └── profiles │ │ │ └── default.mk │ ├── d1 │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ ├── board.d │ │ │ │ └── 02_network │ │ │ │ └── inittab │ │ ├── config-6.6 │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ └── gen_d1_sdcard_img.sh │ │ └── patches-6.6 │ │ │ ├── 0001-riscv-dts-allwinner-d1-Add-PMU-event-node.patch │ │ │ ├── 0002-riscv-dts-allwinner-Update-opp-table-to-allow-CPU-fr.patch │ │ │ ├── 0003-dt-bindings-opp-sun50i-Add-binding-for-D1-CPUs.patch │ │ │ ├── 0004-cpufreq-sun50i-Add-D1-support.patch │ │ │ ├── 0005-cpufreq-dt-platdev-Blocklist-allwinner-sun20i-d1-SoC.patch │ │ │ ├── 0006-cpufreq-Make-sun50i-h6-cpufreq-Kconfig-option-arch-g.patch │ │ │ ├── 0007-ASoC-dt-bindings-sun4i-a10-codec-Add-binding-for-All.patch │ │ │ ├── 0008-ASoC-dt-bindings-Add-schema-for-allwinner-sun20i-d1-.patch │ │ │ ├── 0009-ASoC-sunxi-sun4i-codec-add-basic-support-for-D1-audi.patch │ │ │ ├── 0010-ASoC-sunxi-Add-new-driver-for-Allwinner-D1-T113s-cod.patch │ │ │ ├── 0011-dt-bindings-thermal-sun8i-Add-binding-for-D1-T113s-T.patch │ │ │ ├── 0012-thermal-sun8i-Add-D1-T113s-THS-controller-support.patch │ │ │ ├── 0013-riscv-dts-allwinner-d1-Add-thermal-sensor.patch │ │ │ └── 0014-riscv-dts-allwinner-d1-Add-device-nodes-for-internal.patch │ ├── gemini │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 02_network │ │ │ │ │ ├── 03_hdparm │ │ │ │ │ └── 03_splash │ │ │ │ └── uci-defaults │ │ │ │ │ └── 09_fix-checksum │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ └── 05_set_ether_mac_gemini │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-6.6 │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ ├── ImageInfo-itian_sq201 │ │ │ ├── ImageInfo-raidsonic_ib-4220-b │ │ │ ├── ImageInfo-storlink_sl93512r │ │ │ ├── Makefile │ │ │ ├── copy-kernel │ │ │ │ ├── .gitignore │ │ │ │ ├── Makefile │ │ │ │ └── copy-kernel.S │ │ │ └── dns313_gen_hdd_img.sh │ │ ├── modules.mk │ │ └── patches-6.6 │ │ │ ├── 0002-ARM-dts-gemini-Map-reset-keys-to-KEY_RESTART.patch │ │ │ ├── 0005-net-ethernet-cortina-Use-TSO-also-on-common-TCP.patch │ │ │ ├── 0006-net-ethernet-cortina-Rename-adjust-link-callback.patch │ │ │ ├── 0007-net-ethernet-cortina-Use-negotiated-TX-RX-pause.patch │ │ │ ├── 0008-net-ethernet-cortina-Implement-.set_pauseparam.patch │ │ │ └── 300-ARM-dts-Augment-DIR-685-partition-table-for-OpenWrt.patch │ ├── generic │ │ ├── PATCHES │ │ ├── backport-6.6 │ │ │ ├── 0080-v6.9-smp-Avoid-setup_max_cpus_namespace_collision_shadowing.patch │ │ │ ├── 065-v6.10-compiler_types.h-Define-__retain.patch │ │ │ ├── 066-v6.10-bpf-Harden-__bpf_kfunc-against-linker-removal.patch │ │ │ ├── 068-01-v6.7-netkit-bpf-Add-bpf-programmable-net-device.patch │ │ │ ├── 068-02-v6.7-netkit-Remove-explicit-active-peer-ptr-initialization.patch │ │ │ ├── 068-03-v6.7-netkit-Add-tstats-per-CPU-traffic-counters.patch │ │ │ ├── 068-04-v6.7-bpf-netkit-Add-indirect-call-wrapper-for-fetching-peer-de.patch │ │ │ ├── 068-05-v6.7-netkit-Reject-IFLA_NETKIT_PEER_INFO-in-netkit_change_link.patch │ │ │ ├── 068-06-v6.10-netkit-Fix-setting-mac-address-in-l2-mode.patch │ │ │ ├── 068-07-v6.10-netkit-Fix-pkt_type-override-upon-netkit-pass-verdict.patch │ │ │ ├── 300-v6.7-arm64-swiotlb-Reduce-the-default-size-if-no-ZONE_DMA.patch │ │ │ ├── 301-v6.9-kernel.h-removed-REPEAT_BYTE-from-kernel.h.patch │ │ │ ├── 302-v6.9-kernel.h-Move-upper_-_bits-and-lower_-_bits-to-wordp.patch │ │ │ ├── 310-v6.7-mips-kexec-fix-the-incorrect-ifdeffery-and-dependenc.patch │ │ │ ├── 320-v6.11-mips-bmips-rework-and-cache-CBR-addr-handling.patch │ │ │ ├── 321-v6.11-mips-bmips-setup-make-CBR-address-configurable.patch │ │ │ ├── 322-v6.11-mips-bmips-enable-RAC-on-BMIPS4350.patch │ │ │ ├── 400-v6.9-mtd-rawnand-brcmnand-Support-write-protection-settin.patch │ │ │ ├── 401-v6.9-dt-bindings-mtd-add-basic-bindings-for-UBI.patch │ │ │ ├── 402-v6.9-dt-bindings-mtd-ubi-volume-allow-UBI-volumes-to-prov.patch │ │ │ ├── 403-v6.9-mtd-ubi-block-use-notifier-to-create-ubiblock-from-p.patch │ │ │ ├── 404-v6.9-mtd-ubi-attach-from-device-tree.patch │ │ │ ├── 405-v6.9-mtd-ubi-introduce-pre-removal-notification-for-UBI-v.patch │ │ │ ├── 406-v6.9-mtd-ubi-populate-ubi-volume-fwnode.patch │ │ │ ├── 407-v6.9-mtd-ubi-provide-NVMEM-layer-over-UBI-volumes.patch │ │ │ ├── 408-v6.9-mtd-ubi-fix-NVMEM-over-UBI-volumes-on-32-bit-systems.patch │ │ │ ├── 410-v6.13-01-block-add-support-for-defining-read-only-partitions.patch │ │ │ ├── 410-v6.13-03-block-introduce-add_disk_fwnode.patch │ │ │ ├── 410-v6.13-04-mmc-block-attach-partitions-fwnode-if-found-in-mmc-c.patch │ │ │ ├── 410-v6.13-05-block-add-support-for-partition-table-defined-in-OF.patch │ │ │ ├── 411-v6.7-mtd-spinand-add-support-for-FORESEE-F35SQA002G.patch │ │ │ ├── 412-v6.14-mtd-spinand-add-support-for-FORESEE-F35SQA001G.patch │ │ │ ├── 600-v6.10-net-Remove-conditional-threaded-NAPI-wakeup-based-on.patch │ │ │ ├── 601-v6.10-net-Allow-to-use-SMP-threads-for-backlog-NAPI.patch │ │ │ ├── 602-v6.10-net-Use-backlog-NAPI-to-clean-up-the-defer_list.patch │ │ │ ├── 603-v6.10-net-Rename-rps_lock-to-backlog_lock.patch │ │ │ ├── 610-v6.9-net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch │ │ │ ├── 611-01-v6.11-udp-Allow-GSO-transmit-from-devices-with-no-checksum.patch │ │ │ ├── 611-02-v6.11-net-Make-USO-depend-on-CSUM-offload.patch │ │ │ ├── 611-03-v6.11-udp-Fall-back-to-software-USO-if-IPv6-extension-head.patch │ │ │ ├── 612-v6.9-net-get-stats64-if-device-if-driver-is-configured.patch │ │ │ ├── 620-01-v6.7-page_pool-fragment-API-support-for-32-bit-arch-with-.patch │ │ │ ├── 620-02-v6.7-page_pool-unify-frag_count-handling-in-page_pool_is_.patch │ │ │ ├── 700-v6.10-net-create-a-dummy-net_device-allocator.patch │ │ │ ├── 702-01-v6.7-net-phy-aquantia-move-to-separate-directory.patch │ │ │ ├── 702-02-v6.7-net-phy-aquantia-move-MMD_VEND-define-to-header.patch │ │ │ ├── 702-03-v6.7-net-phy-aquantia-add-firmware-load-support.patch │ │ │ ├── 707-v6.8-02-net-phy-at803x-move-disable-WOL-to-specific-at8031-p.patch │ │ │ ├── 707-v6.8-03-net-phy-at803x-raname-hw_stats-functions-to-qca83xx-.patch │ │ │ ├── 707-v6.8-04-net-phy-at803x-move-qca83xx-specific-check-in-dedica.patch │ │ │ ├── 707-v6.8-05-net-phy-at803x-move-specific-DT-option-for-at8031-to.patch │ │ │ ├── 707-v6.8-06-net-phy-at803x-move-specific-at8031-probe-mode-check.patch │ │ │ ├── 707-v6.8-07-net-phy-at803x-move-specific-at8031-config_init-to-d.patch │ │ │ ├── 707-v6.8-08-net-phy-at803x-move-specific-at8031-WOL-bits-to-dedi.patch │ │ │ ├── 707-v6.8-09-net-phy-at803x-move-specific-at8031-config_intr-to-d.patch │ │ │ ├── 707-v6.8-10-net-phy-at803x-make-at8031-related-DT-functions-name.patch │ │ │ ├── 707-v6.8-11-net-phy-at803x-move-at8031-functions-in-dedicated-se.patch │ │ │ ├── 707-v6.8-12-net-phy-at803x-move-at8035-specific-DT-parse-to-dedi.patch │ │ │ ├── 707-v6.8-13-net-phy-at803x-drop-specific-PHY-ID-check-from-cable.patch │ │ │ ├── 708-v6.8-01-net-phy-at803x-move-specific-qca808x-config_aneg-to-.patch │ │ │ ├── 708-v6.8-02-net-phy-at803x-make-read-specific-status-function-mo.patch │ │ │ ├── 709-v6.8-01-net-phy-at803x-remove-extra-space-after-cast.patch │ │ │ ├── 709-v6.8-02-net-phy-at803x-replace-msleep-1-with-usleep_range.patch │ │ │ ├── 710-v6.8-net-phy-at803x-better-align-function-varibles-to-ope.patch │ │ │ ├── 711-v6.8-01-net-phy-at803x-generalize-cdt-fault-length-function.patch │ │ │ ├── 711-v6.8-02-net-phy-at803x-refactor-qca808x-cable-test-get-statu.patch │ │ │ ├── 711-v6.8-03-net-phy-at803x-add-support-for-cdt-cross-short-test-.patch │ │ │ ├── 711-v6.8-04-net-phy-at803x-make-read_status-more-generic.patch │ │ │ ├── 712-v6.9-net-phy-at803x-add-LED-support-for-qca808x.patch │ │ │ ├── 713-v6.9-01-net-phy-move-at803x-PHY-driver-to-dedicated-director.patch │ │ │ ├── 713-v6.9-02-net-phy-qcom-create-and-move-functions-to-shared-lib.patch │ │ │ ├── 713-v6.9-03-net-phy-qcom-deatch-qca83xx-PHY-driver-from-at803x.patch │ │ │ ├── 713-v6.9-04-net-phy-qcom-move-additional-functions-to-shared-lib.patch │ │ │ ├── 713-v6.9-05-net-phy-qcom-detach-qca808x-PHY-driver-from-at803x.patch │ │ │ ├── 714-v6.8-01-net-phy-make-addr-type-u8-in-phy_package_shared-stru.patch │ │ │ ├── 714-v6.8-02-net-phy-extend-PHY-package-API-to-support-multiple-g.patch │ │ │ ├── 714-v6.8-03-net-phy-restructure-__phy_write-read_mmd-to-helper-a.patch │ │ │ ├── 714-v6.8-04-net-phy-add-support-for-PHY-package-MMD-read-write.patch │ │ │ ├── 715-v6.9-01-net-phy-qcom-qca808x-fix-logic-error-in-LED-brightne.patch │ │ │ ├── 715-v6.9-02-net-phy-qcom-qca808x-default-to-LED-active-High-if-n.patch │ │ │ ├── 716-v6.9-02-net-phy-add-support-for-scanning-PHY-in-PHY-packages.patch │ │ │ ├── 716-v6.9-03-net-phy-add-devm-of_phy_package_join-helper.patch │ │ │ ├── 716-v6.9-04-net-phy-qcom-move-more-function-to-shared-library.patch │ │ │ ├── 716-v6.9-06-net-phy-provide-whether-link-has-changed-in-c37_read.patch │ │ │ ├── 716-v6.9-07-net-phy-qcom-add-support-for-QCA807x-PHY-Family.patch │ │ │ ├── 716-v6.9-08-net-phy-qcom-move-common-qca808x-LED-define-to-share.patch │ │ │ ├── 716-v6.9-09-net-phy-qcom-generalize-some-qca808x-LED-functions.patch │ │ │ ├── 716-v6.9-10-net-phy-qca807x-add-support-for-configurable-LED.patch │ │ │ ├── 717-v6.9-net-phy-qca807x-move-interface-mode-check-to-.config.patch │ │ │ ├── 718-v6.9-net-phy-qcom-at803x-fix-kernel-panic-with-at8031_pro.patch │ │ │ ├── 720-v6.9-net-mdio-ipq4019-add-support-for-clock-frequency-pro.patch │ │ │ ├── 721-v6.7-net-phy-aquantia-drop-wrong-endianness-conversion-fo.patch │ │ │ ├── 722-v6.10-dt-bindings-arm-qcom-ids-Add-SoC-ID-for-IPQ5321.patch │ │ │ ├── 734-v6.8-net-phy-bcm54612e-add-suspend-resume.patch │ │ │ ├── 740-v6.10-net-stmmac-dwmac-ipq806x-account-for-rgmii-txid-rxid.patch │ │ │ ├── 751-01-v6.8-net-ethernet-mediatek-split-tx-and-rx-fields-in-mtk_.patch │ │ │ ├── 751-02-v6.8-net-ethernet-mediatek-use-QDMA-instead-of-ADMAv2-on-.patch │ │ │ ├── 751-03-v6.4-net-ethernet-mtk_eth_soc-improve-keeping-track-of-of.patch │ │ │ ├── 751-04-v6.4-net-ethernet-mediatek-fix-ppe-flow-accounting-for-L2.patch │ │ │ ├── 752-03-v6.7-net-ethernet-mtk_eth_soc-rely-on-mtk_pse_port-defini.patch │ │ │ ├── 752-05-v6.7-net-ethernet-mtk_wed-do-not-assume-offload-callbacks.patch │ │ │ ├── 752-06-v6.7-net-ethernet-mtk_wed-introduce-versioning-utility-ro.patch │ │ │ ├── 752-07-v6.7-net-ethernet-mtk_wed-do-not-configure-rx-offload-if-.patch │ │ │ ├── 752-08-v6.7-net-ethernet-mtk_wed-rename-mtk_rxbm_desc-in-mtk_wed.patch │ │ │ ├── 752-09-v6.7-net-ethernet-mtk_wed-introduce-mtk_wed_buf-structure.patch │ │ │ ├── 752-10-v6.7-net-ethernet-mtk_wed-move-mem_region-array-out-of-mt.patch │ │ │ ├── 752-11-v6.7-net-ethernet-mtk_wed-make-memory-region-optional.patch │ │ │ ├── 752-13-v6.7-net-ethernet-mtk_wed-add-mtk_wed_soc_data-structure.patch │ │ │ ├── 752-14-v6.7-net-ethernet-mtk_wed-introduce-WED-support-for-MT798.patch │ │ │ ├── 752-15-v6.7-net-ethernet-mtk_wed-refactor-mtk_wed_check_wfdma_rx.patch │ │ │ ├── 752-16-v6.7-net-ethernet-mtk_wed-introduce-partial-AMSDU-offload.patch │ │ │ ├── 752-17-v6.7-net-ethernet-mtk_wed-introduce-hw_rro-support-for-MT.patch │ │ │ ├── 752-18-v6.7-net-ethernet-mtk_wed-debugfs-move-wed_v2-specific-re.patch │ │ │ ├── 752-19-v6.7-net-ethernet-mtk_wed-debugfs-add-WED-3.0-debugfs-ent.patch │ │ │ ├── 752-20-v6.7-net-ethernet-mtk_wed-add-wed-3.0-reset-support.patch │ │ │ ├── 752-21-v6.7-net-ethernet-mtk_wed-fix-firmware-loading-for-MT7986.patch │ │ │ ├── 752-22-v6.7-net-ethernet-mtk_wed-remove-wo-pointer-in-wo_r32-wo_.patch │ │ │ ├── 752-23-v6.8-net-ethernet-mtk_wed-rely-on-__dev_alloc_page-in-mtk.patch │ │ │ ├── 752-24-v6.8-net-ethernet-mtk_wed-add-support-for-devices-with-mo.patch │ │ │ ├── 752-25-v6.10-net-ethernet-mtk_eth_soc-handle-dma-buffer-size-soc-.patch │ │ │ ├── 752-26-v6.10-net-ethernet-mtk_eth_soc-ppe-add-support-for-multipl.patch │ │ │ ├── 752-27-v6.10-net-ethernet-mtk_eth_soc-ppe-prevent-ppe-update-for-.patch │ │ │ ├── 752-28-v6.10-net-ethernet-mediatek-Allow-gaps-in-MAC-allocation.patch │ │ │ ├── 752-29-v6.10-net-ethernet-mtk_ppe-Change-PPE-entries-number-to-16.patch │ │ │ ├── 752-30-v6.10-net-ethernet-mtk_eth_soc-implement-.-get-set-_pausep.patch │ │ │ ├── 760-v6.9-net-phy-aquantia-add-AQR111-and-AQR111B0-PHY-ID.patch │ │ │ ├── 761-v6.9-net-phy-aquantia-add-AQR113-PHY-ID.patch │ │ │ ├── 762-v6.9-net-phy-aquantia-add-AQR813-PHY-ID.patch │ │ │ ├── 763-v6.10-net-dsa-introduce-dsa_phylink_to_port.patch │ │ │ ├── 764-v6.10-net-dsa-allow-DSA-switch-drivers-to-provide-their-ow.patch │ │ │ ├── 765-v6.9-net-phy-aquantia-add-support-for-AQR114C-PHY-ID.patch │ │ │ ├── 770-v6.7-net-introduce-napi_is_scheduled-helper.patch │ │ │ ├── 771-v6.7-01-net-stmmac-improve-TX-timer-arm-logic.patch │ │ │ ├── 771-v6.7-02-net-stmmac-move-TX-timer-arm-after-DMA-enable.patch │ │ │ ├── 771-v6.7-03-net-stmmac-increase-TX-coalesce-timer-to-5ms.patch │ │ │ ├── 780-01-v6.8-r8169-improve-RTL8411b-phy-down-fixup.patch │ │ │ ├── 780-02-v6.8-r8169-remove-not-needed-check-in-rtl_fw_write_firmwa.patch │ │ │ ├── 780-03-v6.8-r8169-remove-multicast-filter-limit.patch │ │ │ ├── 780-04-v6.8-r8169-improve-handling-task-scheduling.patch │ │ │ ├── 780-05-v6.8-r8169-add-support-for-LED-s-on-RTL8168-RTL8101.patch │ │ │ ├── 780-06-v6.8-r8169-fix-building-with-CONFIG_LEDS_CLASS-m.patch │ │ │ ├── 780-07-v6.9-r8169-simplify-EEE-handling.patch │ │ │ ├── 780-08-v6.9-r8169-add-support-for-RTL8126A.patch │ │ │ ├── 780-09-v6.9-r8169-improve-checking-for-valid-LED-modes.patch │ │ │ ├── 780-10-v6.9-r8169-simplify-code-by-using-core-provided-pcpu-stat.patch │ │ │ ├── 780-11-v6.9-r8169-add-LED-support-for-RTL8125-RTL8126.patch │ │ │ ├── 780-12-v6.9-r8169-add-generic-rtl_set_eee_txidle_timer-function.patch │ │ │ ├── 780-13-v6.9-r8169-support-setting-the-EEE-tx-idle-timer-on-RTL81.patch │ │ │ ├── 780-14-v6.9-r8169-add-support-for-returning-tx_lpi_timer-in-etht.patch │ │ │ ├── 780-15-v6.9-r8169-add-MODULE_FIRMWARE-entry-for-RTL8126A.patch │ │ │ ├── 780-16-v6.9-r8169-fix-LED-related-deadlock-on-module-removal.patch │ │ │ ├── 780-17-v6.9-r8169-add-missing-conditional-compiling-for-call-to-.patch │ │ │ ├── 780-18-v6.10-r8169-add-support-for-RTL8168M.patch │ │ │ ├── 780-19-v6.10-net-annotate-writes-on-dev-mtu-from-ndo_change_mtu.patch │ │ │ ├── 780-20-v6.11-r8169-disable-interrupt-source-RxOverflow.patch │ │ │ ├── 780-21-v6.11-r8169-remove-detection-of-chip-version-11-early-RTL8.patch │ │ │ ├── 780-22-v6.12-r8169-add-support-for-RTL8126A-rev.b.patch │ │ │ ├── 780-23-v6.12-r8169-add-missing-MODULE_FIRMWARE-entry-for-RTL8126A.patch │ │ │ ├── 780-25-v6.13-r8169-remove-original-workaround-for-RTL8125-broken-.patch │ │ │ ├── 780-26-v6.13-r8169-enable-SG-TSO-on-selected-chip-versions-per-de.patch │ │ │ ├── 780-27-v6.13-r8169-implement-additional-ethtool-stats-ops.patch │ │ │ ├── 780-28-v6.13-r8169-don-t-take-RTNL-lock-in-rtl_task.patch │ │ │ ├── 780-30-v6.13-r8169-avoid-duplicated-messages-if-loading-firmware-.patch │ │ │ ├── 780-31-v6.13-r8169-remove-rtl_dash_loop_wait_high-low.patch │ │ │ ├── 780-32-v6.13-r8169-enable-EEE-at-2.5G-per-default-on-RTL8125B.patch │ │ │ ├── 780-33-v6.13-r8169-add-support-for-RTL8125D.patch │ │ │ ├── 780-34-v6.13-r8169-fix-inconsistent-indenting-in-rtl8169_get_eth_.patch │ │ │ ├── 780-35-v6.13-r8169-align-RTL8125-EEE-config-with-vendor-driver.patch │ │ │ ├── 780-36-v6.13-r8169-align-RTL8125-RTL8126-PHY-config-with-vendor-d.patch │ │ │ ├── 780-37-v6.13-r8169-align-RTL8126-EEE-config-with-vendor-driver.patch │ │ │ ├── 780-38-v6.13-r8169-improve-initialization-of-RSS-registers-on-RTL.patch │ │ │ ├── 780-39-v6.13-r8169-remove-leftover-locks-after-reverted-change.patch │ │ │ ├── 780-40-v6.13-r8169-improve-__rtl8169_set_wol.patch │ │ │ ├── 780-41-v6.13-r8169-improve-rtl_set_d3_pll_down.patch │ │ │ ├── 780-42-v6.13-r8169-align-WAKE_PHY-handling-with-r8125-r8126-vendo.patch │ │ │ ├── 780-43-v6.13-r8169-use-helper-r8169_mod_reg8_cond-to-simplify-rtl.patch │ │ │ ├── 780-44-v6.13-r8169-copy-vendor-driver-2.5G-5G-EEE-advertisement-c.patch │ │ │ ├── 780-45-v6.14-r8169-remove-unused-flag-RTL_FLAG_TASK_RESET_NO_QUEU.patch │ │ │ ├── 780-46-v6.14-r8169-remove-support-for-chip-version-11.patch │ │ │ ├── 780-47-v6.14-r8169-adjust-version-numbering-for-RTL8126.patch │ │ │ ├── 780-48-v6.14-r8169-add-support-for-RTL8125D-rev.b.patch │ │ │ ├── 780-49-v6.14-r8169-add-support-for-RTL8125BP-rev.b.patch │ │ │ ├── 780-50-v6.15-r8169-make-Kconfig-option-for-LED-support-user-visib.patch │ │ │ ├── 780-52-v6.15-r8169-add-support-for-Intel-Killer-E5000.patch │ │ │ ├── 780-53-v6.15-r8169-add-PHY-c45-ops-for-MDIO_MMD_VENDOR2-registers.patch │ │ │ ├── 780-54-v6.15-r8169-increase-max-jumbo-packet-size-on-RTL8125-RTL8.patch │ │ │ ├── 780-55-v6.15-r8169-enable-RTL8168H-RTL8168EP-RTL8168FP-ASPM-suppo.patch │ │ │ ├── 780-56-v6.15-r8169-disable-RTL8126-ZRX-DC-timeout.patch │ │ │ ├── 780-57-v6.16-r8169-add-helper-rtl_csi_mod-for-accessing-extended.patch │ │ │ ├── 780-58-v6.16-r8169-add-helper-rtl8125_phy_param.patch │ │ │ ├── 780-59-v6.16-r8169-refactor-chip-version-detection.patch │ │ │ ├── 780-60-v6.16-r8169-add-RTL_GIGA_MAC_VER_LAST-to-facilitate-adding.patch │ │ │ ├── 780-61-v6.16-r8169-use-pci_prepare_to_sleep-in-rtl_shutdown.patch │ │ │ ├── 780-62-v6.16-r8169-merge-chip-versions-70-and-71-RTL8126A.patch │ │ │ ├── 780-63-v6.16-r8169-merge-chip-versions-64-and-65-RTL8125D.patch │ │ │ ├── 780-64-v6.16-r8169-merge-chip-versions-52-and-53-RTL8117.patch │ │ │ ├── 780-65-v6.16-r8169-add-support-for-RTL8127A.patch │ │ │ ├── 781-01-v6.9-net-phy-realtek-add-support-for-RTL8126A-integrated-.patch │ │ │ ├── 781-02-v6.9-net-phy-realtek-use-generic-MDIO-constants.patch │ │ │ ├── 781-03-v6.9-net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch │ │ │ ├── 781-04-v6.9-net-phy-realtek-use-generic-MDIO-helpers-to-simplify.patch │ │ │ ├── 781-05-v6.10-net-phy-realtek-configure-SerDes-mode-for-rtl822xb-P.patch │ │ │ ├── 781-06-v6.10-net-phy-realtek-add-get_rate_matching-for-rtl822xb-P.patch │ │ │ ├── 781-07-v6.10-net-phy-realtek-Add-driver-instances-for-rtl8221b-vi.patch │ │ │ ├── 781-08-v6.10-net-phy-realtek-Change-rtlgen_get_speed-to-rtlgen_de.patch │ │ │ ├── 781-09-v6.10-net-phy-realtek-add-rtl822x_c45_get_features-to-set-.patch │ │ │ ├── 781-10-v6.11-net-phy-realtek-add-support-for-rtl8224-2.5Gbps-PHY.patch │ │ │ ├── 781-11-v6.11-net-phy-realtek-Add-support-for-PHY-LEDs-on-RTL8211F.patch │ │ │ ├── 781-12-v6.11-net-phy-realtek-Fix-setting-of-PHY-LEDs-Mode-B-bit-o.patch │ │ │ ├── 781-13-v6.12-net-phy-realtek-Check-the-index-value-in-led_hw_cont.patch │ │ │ ├── 781-14-v6.12-net-phy-realtek-Fix-MMD-access-on-RTL8126A-integrate.patch │ │ │ ├── 781-15-v6.13-net-phy-realtek-read-duplex-and-gbit-master-from-PHY.patch │ │ │ ├── 781-16-v6.13-net-phy-realtek-change-order-of-calls-in-C22-read_st.patch │ │ │ ├── 781-17-v6.13-net-phy-realtek-clear-1000Base-T-link-partner-advert.patch │ │ │ ├── 781-18-v6.13-net-phy-realtek-merge-the-drivers-for-internal-NBase.patch │ │ │ ├── 781-19-v6.13-net-phy-realtek-add-RTL8125D-internal-PHY.patch │ │ │ ├── 781-20-v6.14-net-phy-realtek-clear-1000Base-T-lpa-if-link-is-down.patch │ │ │ ├── 781-21-v6.14-net-phy-realtek-clear-master_slave_state-if-link-is-.patch │ │ │ ├── 781-22-v6.14-net-phy-realtek-always-clear-NBase-T-lpa.patch │ │ │ ├── 781-23-v6.14-net-phy-realtek-add-support-for-reading-MDIO_MMD_VEN.patch │ │ │ ├── 781-24-v6.14-net-phy-move-realtek-PHY-driver-to-its-own-subdirect.patch │ │ │ ├── 781-25-v6.14-net-phy-realtek-add-hwmon-support-for-temp-sensor-on.patch │ │ │ ├── 781-26-v6.14-net-phy-realtek-HWMON-support-for-standalone-version.patch │ │ │ ├── 781-27-v6.15-net-phy-realtek-make-HWMON-support-a-user-visible-Kc.patch │ │ │ ├── 781-28-v6.15-net-phy-realtek-use-string-choices-helpers.patch │ │ │ ├── 781-29-v6.15-net-phy-realtek-improve-mmd-register-access-for-inte.patch │ │ │ ├── 781-30-v6.15-net-phy-realtek-switch-from-paged-to-MMD-ops-in-rtl8.patch │ │ │ ├── 781-31-v6.15-net-phy-realtek-add-helper-RTL822X_VND2_C22_REG.patch │ │ │ ├── 781-32-v6.15-net-phy-realtek-add-defines-for-shadowed-c45-standar.patch │ │ │ ├── 781-33-v6.15-net-phy-realtek-disable-PHY-mode-EEE.patch │ │ │ ├── 781-34-v6.16-net-phy-realtek-Add-support-for-WOL-magic-packet-on.patch │ │ │ ├── 781-35-v6.16-net-phy-realtek-remove-unsed-RTL821x_PHYSR-macros.patch │ │ │ ├── 781-36-v6.16-net-phy-realtek-Clean-up-RTL821x-ExtPage-access.patch │ │ │ ├── 781-37-v6.16-net-phy-realtek-add-RTL8211F-register-defines.patch │ │ │ ├── 781-38-v6.16-net-phy-realtek-Group-RTL82-macro-definitions.patch │ │ │ ├── 781-39-v6.16-net-phy-realtek-use-__set_bit-in-rtl8211f_led_hw_con.patch │ │ │ ├── 781-40-v6.16-net-phy-realtek-Add-support-for-PHY-LEDs-on-RTL8211E.patch │ │ │ ├── 781-41-v6.16-net-phy-realtek-add-RTL8127-internal-PHY.patch │ │ │ ├── 785-01-v6.8-net-sfp-rework-the-RollBall-PHY-waiting-code.patch │ │ │ ├── 785-02-v6.8-net-sfp-fix-PHY-discovery-for-FS-SFP-10G-T-module.patch │ │ │ ├── 785-03-v6.10-net-sfp-update-comment-for-FS-SFP-10G-T-quirk.patch │ │ │ ├── 785-04-v6.10-net-sfp-enhance-quirk-for-Fibrestore-2.5G-copper-SFP-module.patch │ │ │ ├── 785-05-v6.15-net-sfp-add-quirk-for-FS-SFP-10GM-T-copper-SFP-module.patch │ │ │ ├── 790-01-v6.7-net-dsa-mt7530-Convert-to-platform-remove-callback-r.patch │ │ │ ├── 790-02-v6.7-net-dsa-mt753x-remove-mt753x_phylink_pcs_link_up.patch │ │ │ ├── 790-03-v6.7-net-dsa-mt7530-replace-deprecated-strncpy-with-ethto.patch │ │ │ ├── 790-04-v6.9-net-dsa-mt7530-support-OF-based-registration-of-swit.patch │ │ │ ├── 790-05-v6.9-net-dsa-mt7530-always-trap-frames-to-active-CPU-port.patch │ │ │ ├── 790-06-v6.9-net-dsa-mt7530-use-p5_interface_select-as-data-type-.patch │ │ │ ├── 790-07-v6.9-net-dsa-mt7530-store-port-5-SGMII-capability-of-MT75.patch │ │ │ ├── 790-08-v6.9-net-dsa-mt7530-improve-comments-regarding-switch-por.patch │ │ │ ├── 790-09-v6.9-net-dsa-mt7530-improve-code-path-for-setting-up-port.patch │ │ │ ├── 790-10-v6.9-net-dsa-mt7530-do-not-set-priv-p5_interface-on-mt753.patch │ │ │ ├── 790-11-v6.9-net-dsa-mt7530-do-not-run-mt7530_setup_port5-if-port.patch │ │ │ ├── 790-12-v6.9-net-dsa-mt7530-empty-default-case-on-mt7530_setup_po.patch │ │ │ ├── 790-13-v6.9-net-dsa-mt7530-move-XTAL-check-to-mt7530_setup.patch │ │ │ ├── 790-14-v6.9-net-dsa-mt7530-simplify-mt7530_pad_clk_setup.patch │ │ │ ├── 790-15-v6.9-net-dsa-mt7530-call-port-6-setup-from-mt7530_mac_con.patch │ │ │ ├── 790-16-v6.9-net-dsa-mt7530-remove-pad_setup-function-pointer.patch │ │ │ ├── 790-17-v6.9-net-dsa-mt7530-correct-port-capabilities-of-MT7988.patch │ │ │ ├── 790-18-v6.9-net-dsa-mt7530-do-not-clear-config-supported_interfa.patch │ │ │ ├── 790-19-v6.9-net-dsa-mt7530-remove-.mac_port_config-for-MT7988-an.patch │ │ │ ├── 790-20-v6.9-net-dsa-mt7530-set-interrupt-register-only-for-MT753.patch │ │ │ ├── 790-21-v6.9-net-dsa-mt7530-do-not-use-SW_PHY_RST-to-reset-MT7531.patch │ │ │ ├── 790-22-v6.9-net-dsa-mt7530-get-rid-of-useless-error-returns-on-p.patch │ │ │ ├── 790-23-v6.9-net-dsa-mt7530-get-rid-of-priv-info-cpu_port_config.patch │ │ │ ├── 790-24-v6.9-net-dsa-mt7530-get-rid-of-mt753x_mac_config.patch │ │ │ ├── 790-25-v6.9-net-dsa-mt7530-put-initialising-PCS-devices-code-bac.patch │ │ │ ├── 790-26-v6.9-net-dsa-mt7530-sort-link-settings-ops-and-force-link.patch │ │ │ ├── 790-27-v6.9-net-dsa-mt7530-simplify-link-operations.patch │ │ │ ├── 790-28-v6.9-net-dsa-mt7530-disable-LEDs-before-reset.patch │ │ │ ├── 790-30-v6.9-net-dsa-mt7530-prevent-possible-incorrect-XTAL-frequ.patch │ │ │ ├── 790-33-v6.10-net-dsa-mt7530-provide-own-phylink-MAC-operations.patch │ │ │ ├── 790-36-v6.10-net-dsa-mt7530-mdio-read-PHY-address-of-switch-from-.patch │ │ │ ├── 790-37-v6.10-net-dsa-mt7530-simplify-core-operations.patch │ │ │ ├── 790-38-v6.10-net-dsa-mt7530-disable-EEE-abilities-on-failure-on-M.patch │ │ │ ├── 790-39-v6.10-net-dsa-mt7530-refactor-MT7530_PMCR_P.patch │ │ │ ├── 790-40-v6.10-net-dsa-mt7530-rename-p5_intf_sel-and-use-only-for-M.patch │ │ │ ├── 790-41-v6.10-net-dsa-mt7530-rename-mt753x_bpdu_port_fw-enum-to-mt.patch │ │ │ ├── 790-42-v6.10-net-dsa-mt7530-refactor-MT7530_MFC-and-MT7531_CFC-ad.patch │ │ │ ├── 790-43-v6.10-net-dsa-mt7530-refactor-MT7530_HWTRAP-and-MT7530_MHW.patch │ │ │ ├── 790-44-v6.10-net-dsa-mt7530-move-MT753X_MTRAP-operations-for-MT75.patch │ │ │ ├── 790-45-v6.10-net-dsa-mt7530-return-mt7530_setup_mdio-mt7531_setup.patch │ │ │ ├── 790-46-v6.10-net-dsa-mt7530-define-MAC-speed-capabilities-per-swi.patch │ │ │ ├── 790-47-v6.10-net-dsa-mt7530-get-rid-of-function-sanity-check.patch │ │ │ ├── 790-48-v6.10-net-dsa-mt7530-refactor-MT7530_PMEEECR_P.patch │ │ │ ├── 790-49-v6.10-net-dsa-mt7530-get-rid-of-mac_port_validate-member-o.patch │ │ │ ├── 790-50-v6.10-net-dsa-mt7530-use-priv-ds-num_ports-instead-of-MT75.patch │ │ │ ├── 790-51-v6.10-net-dsa-mt7530-do-not-pass-port-variable-to-mt7531_r.patch │ │ │ ├── 790-52-v6.10-net-dsa-mt7530-explain-exposing-MDIO-bus-of-MT7531AE.patch │ │ │ ├── 790-53-v6.10-net-dsa-mt7530-do-not-set-MT7530_P5_DIS-when-PHY-.patch │ │ │ ├── 790-54-v6.10-796-net-dsa-mt7530-detect-PHY-muxing-when-PHY-is-defined.patch │ │ │ ├── 790-55-v6.11-net-dsa-mt7530-factor-out-bridge-join-leave-logic.patch │ │ │ ├── 790-56-v6.11-net-dsa-mt7530-add-support-for-bridge-port-isolation.patch │ │ │ ├── 791-v6.11-01-net-phy-aquantia-move-priv-and-hw-stat-to-header.patch │ │ │ ├── 791-v6.11-02-net-phy-aquantia-add-support-for-PHY-LEDs.patch │ │ │ ├── 792-v6.16-igc-enable-HW-vlan-tag-insertion-stripping-by-defaul.patch │ │ │ ├── 793-01-v6.11-net-dsa-qca8k-do-not-write-port-mask-twice-in-bridge.patch │ │ │ ├── 793-02-v6.11-net-dsa-qca8k-factor-out-bridge-join-leave-logic.patch │ │ │ ├── 793-03-v6.11-net-dsa-qca8k-add-support-for-bridge-port-isolation.patch │ │ │ ├── 795-v6.7-16-r8152-use-napi_gro_frags.patch │ │ │ ├── 798-v6.10-01-net-phy-air_en8811h-Add-the-Airoha-EN8811H-PHY-drive.patch │ │ │ ├── 798-v6.10-02-net-phy-air_en8811h-fix-some-error-codes.patch │ │ │ ├── 798-v6.10-03-net-phy-air_en8811h-reset-netdev-rules-when-LED-is-s.patch │ │ │ ├── 800-v6.9-0001-dt-bindings-leds-Add-FUNCTION-defines-for-per-band-W.patch │ │ │ ├── 800-v6.9-0002-dt-bindings-leds-Add-LED_FUNCTION_WAN_ONLINE-for-Int.patch │ │ │ ├── 810-v6.11-hwmon-g672-add-support-for-g761.patch │ │ │ ├── 815-v6.7-2-leds-turris-omnia-Make-set_brightness-more-efficient.patch │ │ │ ├── 815-v6.7-3-leds-turris-omnia-Support-HW-controlled-mode-via-pri.patch │ │ │ ├── 815-v6.7-4-leds-turris-omnia-Add-support-for-enabling-disabling.patch │ │ │ ├── 815-v6.7-5-leds-turris-omnia-Fix-brightness-setting-and-trigger.patch │ │ │ ├── 816-v6.7-0001-nvmem-qfprom-Mark-core-clk-as-optional.patch │ │ │ ├── 816-v6.7-0003-nvmem-Use-device_get_match_data.patch │ │ │ ├── 816-v6.7-0004-Revert-nvmem-add-new-config-option.patch │ │ │ ├── 817-v6.9-of-property-Make-no-port-node-found-output-a-debug.patch │ │ │ ├── 818-v6.8-of-device-Export-of_device_make_bus_id.patch │ │ │ ├── 819-v6.8-0001-nvmem-Move-of_nvmem_layout_get_container-in-another-.patch │ │ │ ├── 819-v6.8-0005-nvmem-core-Rework-layouts-to-become-regular-devices.patch │ │ │ ├── 819-v6.8-0006-nvmem-core-Expose-cells-through-sysfs.patch │ │ │ ├── 819-v6.8-0007-nvmem-stm32-add-support-for-STM32MP25-BSEC-to-contro.patch │ │ │ ├── 819-v6.8-0008-nvmem-layouts-refactor-.add_cells-callback-arguments.patch │ │ │ ├── 819-v6.8-0009-nvmem-drop-nvmem_layout_get_match_data.patch │ │ │ ├── 820-v6.9-0002-nvmem-mtk-efuse-Register-MediaTek-socinfo-driver-fro.patch │ │ │ ├── 820-v6.9-0003-nvmem-zynqmp_nvmem-zynqmp_nvmem_probe-cleanup.patch │ │ │ ├── 820-v6.9-0004-nvmem-zynqmp_nvmem-Add-support-to-access-efuse.patch │ │ │ ├── 820-v6.9-0005-nvmem-mtk-efuse-Drop-NVMEM-device-name.patch │ │ │ ├── 820-v6.9-0006-nvmem-core-make-nvmem_layout_bus_type-const.patch │ │ │ ├── 820-v6.9-0007-nvmem-core-Print-error-on-wrong-bits-DT-property.patch │ │ │ ├── 821-v6.10-0001-nvmem-layouts-store-owner-from-modules-with-nvmem_la.patch │ │ │ ├── 821-v6.10-0002-nvmem-layouts-onie-tlv-drop-driver-owner-initializat.patch │ │ │ ├── 821-v6.10-0003-nvmem-layouts-sl28vpd-drop-driver-owner-initializati.patch │ │ │ ├── 821-v6.10-0004-nvmem-sc27xx-fix-module-autoloading.patch │ │ │ ├── 821-v6.10-0005-nvmem-sprd-fix-module-autoloading.patch │ │ │ ├── 821-v6.10-0006-nvmem-core-switch-to-use-device_add_groups.patch │ │ │ ├── 821-v6.10-0007-nvmem-lpc18xx_eeprom-Convert-to-platform-remove-call.patch │ │ │ ├── 821-v6.10-0008-nvmem-meson-mx-efuse-Remove-nvmem_device-from-efuse-.patch │ │ │ ├── 822-v6.11-0001-nvmem-add-missing-MODULE_DESCRIPTION-macros.patch │ │ │ ├── 822-v6.11-0002-nvmem-meson-efuse-Replacing-the-use-of-of_node_put-t.patch │ │ │ ├── 822-v6.11-0004-nvmem-rockchip-otp-Set-type-to-OTP.patch │ │ │ ├── 822-v6.11-0005-nvmem-rockchip-efuse-set-type-to-OTP.patch │ │ │ ├── 822-v6.11-0006-nvmem-core-add-single-sysfs-group.patch │ │ │ ├── 822-v6.11-0007-nvmem-core-remove-global-nvmem_cells_group.patch │ │ │ ├── 822-v6.11-0008-nvmem-core-drop-unnecessary-range-checks-in-sysfs-ca.patch │ │ │ ├── 822-v6.11-0009-nvmem-Use-sysfs_emit-for-type-attribute.patch │ │ │ ├── 822-v6.11-0010-nvmem-core-Implement-force_ro-sysfs-attribute.patch │ │ │ ├── 823-v6.12-0001-nvmem-imx-ocotp-ele-support-i.MX95.patch │ │ │ ├── 823-v6.12-0002-nvmem-sunplus-ocotp-Use-devm_platform_ioremap_resour.patch │ │ │ ├── 823-v6.12-0003-nvmem-layouts-add-U-Boot-env-layout.patch │ │ │ ├── 831-v6.7-rtc-rtc7301-Support-byte-addressed-IO.patch │ │ │ ├── 832-v6.7-net-phy-amd-Support-the-Altima-AMI101L.patch │ │ │ ├── 833-v6.8-leds-core-Add-more-colors-from-DT-bindings-to-led_co.patch.patch │ │ │ ├── 834-v6.8-leds-trigger-netdev-Extend-speeds-up-to-10G.patch │ │ │ ├── 835-v6.9-net-phy-add-support-for-PHY-LEDs-polarity-modes.patch │ │ │ ├── 836-v6.9-net-phy-aquantia-clear-PMD-Global-Transmit-Disable-b.patch │ │ │ ├── 837-v6.12-net-phy-aquantia-fix-setting-active_low-bit.patch │ │ │ ├── 838-v6.12-net-phy-aquantia-fix-applying-active_low-bit-after-reset.patch │ │ │ ├── 839-v6.13-net-phy-aquantia-allow-forcing-order-of-MDI-pairs.patch │ │ │ ├── 840-v6.13-net-phy-aquantia-fix-return-value-check-in-aqr107_co.patch │ │ │ ├── 841-v6.13-net-phy-support-active-high-property-for-PHY-LEDs.patch │ │ │ ├── 842-v6.13-net-phy-aquantia-correctly-describe-LED-polarity-ove.patch │ │ │ ├── 843-v6.13-net-phy-mxl-gpy-add-basic-LED-support.patch │ │ │ ├── 844-v6.13-net-phy-mxl-gpy-add-missing-support-for-TRIGGER_NETD.patch │ │ │ ├── 845-v6.13-net-phy-mxl-gpy-correctly-describe-LED-polarity.patch │ │ │ ├── 846-v6.13-net-phy-intel-xway-add-support-for-PHY-LEDs.patch │ │ │ ├── 850-v6.8-bus-mhi-host-Add-a-separate-timeout-parameter-for-wa.patch │ │ │ ├── 851-v6.8-bus-mhi-host-pci_generic-Add-SDX75-based-modem-suppo.patch │ │ │ ├── 852-stable-bus-mhi-host-pci_generic-constify-modem_telit_fn980_.patch │ │ │ ├── 853-v6.10-bus-mhi-host-Add-mhi_power_down_keep_dev-API-to-supp.patch │ │ │ ├── 860-v6.7-leds-add-ktd202x-driver.patch │ │ │ ├── 861-v6.10-leds-rgb-leds-ktd202x-get-device-properties-through-fwnode.patch │ │ │ ├── 862-v6.10-leds-rgb-leds-ktd202x-i2c-id-tables-for-ktd2026-and-2027.patch │ │ │ ├── 863-v6.10-leds-rgb-leds-ktd202x-initialize-mutex-earlier.patch │ │ │ ├── 870-v6.7-01-PCI-dwc-Add-host_post_init-callback.patch │ │ │ ├── 870-v6.7-02-PCI-qcom-Enable-ASPM-for-platforms-supporting-1.9.0-.patch │ │ │ ├── 880-v6.14-gpio-regmap-Use-generic-request-free-ops.patch │ │ │ ├── 894-v6.8-net-ethtool-implement-ethtool_puts.patch │ │ │ ├── 895-01-v6.8-net-phy-add-possible-interfaces.patch │ │ │ ├── 895-02-v6.8-net-phylink-use-for_each_set_bit.patch │ │ │ ├── 895-03-v6.8-net-phylink-split-out-per-interface-validation.patch │ │ │ ├── 895-04-v6.8-net-phylink-pass-PHY-into-phylink_validate_one.patch │ │ │ ├── 895-05-v6.8-net-phylink-pass-PHY-into-phylink_validate_mask.patch │ │ │ ├── 895-06-v6.8-net-phylink-split-out-PHY-validation-from-phylink_br.patch │ │ │ ├── 895-07-v6.8-net-phylink-use-the-PHY-s-possible_interfaces-if-pop.patch │ │ │ ├── 896-01-v6.9-net-dsa-mv88e6xxx-rename-mv88e6xxx_g2_scratch_gpio_s.patch │ │ │ ├── 896-02-v6.9-net-dsa-mv88e6xxx-add-Amethyst-specific-SMI-GPIO-fun.patch │ │ │ ├── 897-01-v6.9-net-phy-qcom-qca808x-add-helper-for-checking-for-1G-.patch │ │ │ ├── 897-02-v6.9-net-phy-qcom-qca808x-fill-in-possible_interfaces.patch │ │ │ ├── 898-v6.7-mtd-spinand-winbond-add-support-for-serial-NAND-flash.patch │ │ │ ├── 899-v6.9-mtd-spinand-winbond-add-W25N04KV.patch │ │ │ ├── 900-v6.11-net-free_netdev-exit-earlier-if-dummy.patch │ │ │ ├── 901-v6.13-net-dsa-mv88e6xxx-Support-LED-control.patch │ │ │ ├── 903-v6.12-Bluetooth-btsdio-Do-not-bind-to-non-removable-CYW437.patch │ │ │ ├── 904-net-phy-add-rtl8367s.patch │ │ │ ├── 906-01-v6.7-crypto-jitter-add-RCTAPT-support-for-different-OSRs.patch │ │ │ ├── 906-02-v6.7-crypto-jitter-Allow-configuration-of-memory-size.patch │ │ │ ├── 906-03-v6.7-crypto-jitter-Allow-configuration-of-oversampling-rate.patch │ │ │ ├── 906-04-v6.7-crypto-jitter-reuse-allocated-entropy-collector.patch │ │ │ ├── 906-05-v6.7-crypto-jitter-use-permanent-health-test-storage.patch │ │ │ ├── 906-06-v6.7-crypto-jitterentropy-Hide-esoteric-Kconfig-options-under.patch │ │ │ ├── 906-07-v6.10-crypto-jitter-Use-kvfree_sensitive-to-fix-Coccinelle.patch │ │ │ ├── 906-08-v6.12-crypto-jitter-set-default-OSR-to-3.patch │ │ │ └── 910-v6.13-pmdomain-core-add-dummy-release-function-to-genpd-de.patch │ │ ├── config-6.6 │ │ ├── config-filter │ │ ├── files │ │ │ ├── Documentation │ │ │ │ ├── devicetree │ │ │ │ │ └── bindings │ │ │ │ │ │ └── mtd │ │ │ │ │ │ └── partitions │ │ │ │ │ │ └── openwrt,uimage.yaml │ │ │ │ └── networking │ │ │ │ │ └── adm6996.txt │ │ │ ├── arch │ │ │ │ └── mips │ │ │ │ │ └── fw │ │ │ │ │ └── myloader │ │ │ │ │ ├── Makefile │ │ │ │ │ └── myloader.c │ │ │ ├── drivers │ │ │ │ ├── bcma │ │ │ │ │ └── fallback-sprom.c │ │ │ │ ├── mtd │ │ │ │ │ ├── mtdsplit │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── mtdsplit.c │ │ │ │ │ │ ├── mtdsplit.h │ │ │ │ │ │ ├── mtdsplit_bcm63xx.c │ │ │ │ │ │ ├── mtdsplit_bcm_wfi.c │ │ │ │ │ │ ├── mtdsplit_brnimage.c │ │ │ │ │ │ ├── mtdsplit_cfe_bootfs.c │ │ │ │ │ │ ├── mtdsplit_elf.c │ │ │ │ │ │ ├── mtdsplit_eva.c │ │ │ │ │ │ ├── mtdsplit_fit.c │ │ │ │ │ │ ├── mtdsplit_h3c_vfs.c │ │ │ │ │ │ ├── mtdsplit_jimage.c │ │ │ │ │ │ ├── mtdsplit_lzma.c │ │ │ │ │ │ ├── mtdsplit_minor.c │ │ │ │ │ │ ├── mtdsplit_seama.c │ │ │ │ │ │ ├── mtdsplit_seil.c │ │ │ │ │ │ ├── mtdsplit_squashfs.c │ │ │ │ │ │ ├── mtdsplit_tplink.c │ │ │ │ │ │ ├── mtdsplit_trx.c │ │ │ │ │ │ ├── mtdsplit_uimage.c │ │ │ │ │ │ └── mtdsplit_wrgg.c │ │ │ │ │ ├── nand │ │ │ │ │ │ ├── mtk_bmt.c │ │ │ │ │ │ ├── mtk_bmt.h │ │ │ │ │ │ ├── mtk_bmt_bbt.c │ │ │ │ │ │ ├── mtk_bmt_nmbm.c │ │ │ │ │ │ └── mtk_bmt_v2.c │ │ │ │ │ └── parsers │ │ │ │ │ │ └── routerbootpart.c │ │ │ │ ├── net │ │ │ │ │ └── phy │ │ │ │ │ │ ├── adm6996.c │ │ │ │ │ │ ├── adm6996.h │ │ │ │ │ │ ├── ar8216.c │ │ │ │ │ │ ├── ar8216.h │ │ │ │ │ │ ├── ar8327.c │ │ │ │ │ │ ├── ar8327.h │ │ │ │ │ │ ├── b53 │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── b53_common.c │ │ │ │ │ │ ├── b53_mdio.c │ │ │ │ │ │ ├── b53_mmap.c │ │ │ │ │ │ ├── b53_phy_fixup.c │ │ │ │ │ │ ├── b53_priv.h │ │ │ │ │ │ ├── b53_regs.h │ │ │ │ │ │ ├── b53_spi.c │ │ │ │ │ │ └── b53_srab.c │ │ │ │ │ │ ├── ip17xx.c │ │ │ │ │ │ ├── psb6970.c │ │ │ │ │ │ ├── rtl8306.c │ │ │ │ │ │ ├── rtl8366_smi.c │ │ │ │ │ │ ├── rtl8366_smi.h │ │ │ │ │ │ ├── rtl8366rb.c │ │ │ │ │ │ ├── rtl8366s.c │ │ │ │ │ │ ├── rtl8367.c │ │ │ │ │ │ ├── rtl8367b.c │ │ │ │ │ │ ├── swconfig.c │ │ │ │ │ │ └── swconfig_leds.c │ │ │ │ ├── platform │ │ │ │ │ └── mikrotik │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── rb_hardconfig.c │ │ │ │ │ │ ├── rb_hardconfig.h │ │ │ │ │ │ ├── rb_lz77.c │ │ │ │ │ │ ├── rb_lz77.h │ │ │ │ │ │ ├── rb_nvmem.c │ │ │ │ │ │ ├── rb_softconfig.c │ │ │ │ │ │ ├── routerboot.c │ │ │ │ │ │ └── routerboot.h │ │ │ │ └── ssb │ │ │ │ │ └── fallback-sprom.c │ │ │ └── include │ │ │ │ ├── dt-bindings │ │ │ │ └── mtd │ │ │ │ │ └── partitions │ │ │ │ │ └── uimage.h │ │ │ │ ├── linux │ │ │ │ ├── ar8216_platform.h │ │ │ │ ├── ath5k_platform.h │ │ │ │ ├── ath9k_platform.h │ │ │ │ ├── mtd │ │ │ │ │ └── mtk_bmt.h │ │ │ │ ├── myloader.h │ │ │ │ ├── platform_data │ │ │ │ │ └── adm6996-gpio.h │ │ │ │ ├── routerboot.h │ │ │ │ ├── rt2x00_platform.h │ │ │ │ ├── rtl8366.h │ │ │ │ ├── rtl8367.h │ │ │ │ └── switch.h │ │ │ │ └── uapi │ │ │ │ └── linux │ │ │ │ └── switch.h │ │ ├── hack-6.6 │ │ │ ├── 200-tools_portability.patch │ │ │ ├── 204-module_strip.patch │ │ │ ├── 205-kconfig-abort-configuration-on-unset-symbol.patch │ │ │ ├── 210-darwin_scripts_include.patch │ │ │ ├── 211-darwin-uuid-typedef-clash.patch │ │ │ ├── 214-spidev_h_portability.patch │ │ │ ├── 220-arm-gc_sections.patch │ │ │ ├── 230-openwrt_lzma_options.patch │ │ │ ├── 250-netfilter_depends.patch │ │ │ ├── 251-kconfig.patch │ │ │ ├── 253-ksmbd-config.patch │ │ │ ├── 259-regmap_dynamic.patch │ │ │ ├── 260-crypto_test_dependencies.patch │ │ │ ├── 261-lib-arc4-unhide.patch │ │ │ ├── 280-rfkill-stubs.patch │ │ │ ├── 300-MIPS-r4k_cache-use-more-efficient-cache-blast.patch │ │ │ ├── 312-arm64-cpuinfo-Add-model-name-in-proc-cpuinfo-for-64bit-ta.patch │ │ │ ├── 402-mtd-blktrans-call-add-disks-after-mtd-device.patch │ │ │ ├── 420-mtd-support-OpenWrt-s-MTD_ROOTFS_ROOT_DEV.patch │ │ │ ├── 421-drivers-mtd-parsers-add-nvmem-support-to-cmdlinepart.patch │ │ │ ├── 430-mtk-bmt-support.patch │ │ │ ├── 600-net-enable-fraglist-GRO-by-default.patch │ │ │ ├── 610-net-page_pool-try-to-free-deferred-skbs-while-waitin.patch │ │ │ ├── 645-netfilter-connmark-introduce-set-dscpmark.patch │ │ │ ├── 650-netfilter-add-xt_FLOWOFFLOAD-target.patch │ │ │ ├── 651-wireless_mesh_header.patch │ │ │ ├── 660-fq_codel_defaults.patch │ │ │ ├── 661-kernel-ct-size-the-hashtable-more-adequately.patch │ │ │ ├── 700-swconfig_switch_drivers.patch │ │ │ ├── 711-net-dsa-mv88e6xxx-disable-ATU-violation.patch │ │ │ ├── 721-net-add-packet-mangeling.patch │ │ │ ├── 722-net-phy-aquantia-enable-AQR112-and-AQR412.patch │ │ │ ├── 723-net-phy-aquantia-fix-system-side-protocol-mi.patch │ │ │ ├── 725-net-phy-aquantia-add-PHY_IDs-for-AQR112-variants.patch │ │ │ ├── 750-net-pcs-mtk-lynxi-workaround-2500BaseX-no-an.patch │ │ │ ├── 760-net-usb-r8152-add-LED-configuration-from-OF.patch │ │ │ ├── 761-dt-bindings-net-add-RTL8152-binding-documentation.patch │ │ │ ├── 763-net-phy-motorcomm-add-LED-configuration-for-yt85xx.patch │ │ │ ├── 765-mxl-gpy-control-LED-reg-from-DT.patch │ │ │ ├── 766-net-phy-mediatek-ge-add-LED-configuration-interface.patch │ │ │ ├── 773-bgmac-add-srab-switch.patch │ │ │ ├── 780-usb-net-MeigLink_modem_support.patch │ │ │ ├── 781-usb-net-rndis-support-asr.patch │ │ │ ├── 790-SFP-GE-T-ignore-TX_FAULT.patch │ │ │ ├── 800-GPIO-add-named-gpio-exports.patch │ │ │ ├── 810-bcma-ssb-fallback-sprom.patch │ │ │ ├── 901-debloat_sock_diag.patch │ │ │ ├── 902-debloat_proc.patch │ │ │ ├── 904-debloat_dma_buf.patch │ │ │ ├── 910-kobject_uevent.patch │ │ │ ├── 911-kobject_add_broadcast_uevent.patch │ │ │ ├── 920-device_tree_cmdline.patch │ │ │ └── 930-Revert-Revert-Revert-driver-core-Set-fw_devlink-on-b.patch │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── initramfs-base-files.txt │ │ │ ├── lzma-loader │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ │ ├── LzmaDecode.c │ │ │ │ │ ├── LzmaDecode.h │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── decompress.c │ │ │ │ │ ├── lzma-copy.lds.in │ │ │ │ │ ├── lzma.lds.in │ │ │ │ │ ├── print.c │ │ │ │ │ ├── print.h │ │ │ │ │ ├── printf.c │ │ │ │ │ ├── printf.h │ │ │ │ │ ├── start.S │ │ │ │ │ ├── uart16550.c │ │ │ │ │ └── uart16550.h │ │ │ └── relocate │ │ │ │ ├── Makefile │ │ │ │ ├── cacheops.h │ │ │ │ ├── cp0regdef.h │ │ │ │ ├── head.S │ │ │ │ └── loader.lds │ │ ├── other-files │ │ │ └── init │ │ └── pending-6.6 │ │ │ ├── 100-compiler.h-only-include-asm-rwonce.h-for-kernel-code.patch │ │ │ ├── 102-MIPS-only-process-negative-stack-offsets-on-stack-tr.patch │ │ │ ├── 103-kbuild-export-SUBARCH.patch │ │ │ ├── 111-watchdog-max63xx_wdt-Add-support-for-specifying-WDI-.patch │ │ │ ├── 120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch │ │ │ ├── 140-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch │ │ │ ├── 141-jffs2-add-RENAME_EXCHANGE-support.patch │ │ │ ├── 142-jffs2-add-splice-ops.patch │ │ │ ├── 150-bridge_allow_receiption_on_disabled_port.patch │ │ │ ├── 151-net-bridge-do-not-send-arp-replies-if-src-and-target.patch │ │ │ ├── 190-rtc-rs5c372-support_alarms_up_to_1_week.patch │ │ │ ├── 191-rtc-rs5c372-let_the_alarm_to_be_used_as_wakeup_source.patch │ │ │ ├── 203-kallsyms_uncompressed.patch │ │ │ ├── 205-backtrace_module_info.patch │ │ │ ├── 240-remove-unsane-filenames-from-deps_initramfs-list.patch │ │ │ ├── 270-platform-mikrotik-build-bits.patch │ │ │ ├── 300-mips_expose_boot_raw.patch │ │ │ ├── 301-MIPS-Add-barriers-between-dcache-icache-flushes.patch │ │ │ ├── 302-mips_no_branch_likely.patch │ │ │ ├── 305-mips_module_reloc.patch │ │ │ ├── 308-mips32r2_tune.patch │ │ │ ├── 310-arm_module_unresolved_weak_sym.patch │ │ │ ├── 330-MIPS-kexec-Accept-command-line-parameters-from-users.patch │ │ │ ├── 332-arc-add-OWRTDTB-section.patch │ │ │ ├── 333-arc-enable-unaligned-access-in-kernel-mode.patch │ │ │ ├── 342-powerpc-Enable-kernel-XZ-compression-option-on-PPC_8.patch │ │ │ ├── 350-mips-kernel-fix-detect_memory_region-function.patch │ │ │ ├── 400-mtd-mtdsplit-support.patch │ │ │ ├── 401-mtd-don-t-register-NVMEM-devices-for-partitions-with.patch │ │ │ ├── 402-mtd-spi-nor-write-support-for-minor-aligned-partitions.patch │ │ │ ├── 410-mtd-spinand-set-bitflip_threshold-to-75-of-ECC-strength.patch │ │ │ ├── 420-mtd-redboot_space.patch │ │ │ ├── 430-mtd-add-myloader-partition-parser.patch │ │ │ ├── 431-mtd-bcm47xxpart-check-for-bad-blocks-when-calculatin.patch │ │ │ ├── 432-mtd-bcm47xxpart-detect-T_Meter-partition.patch │ │ │ ├── 435-mtd-add-routerbootpart-parser-config.patch │ │ │ ├── 450-dt-bindings-block-add-basic-bindings-for-block-devic.patch │ │ │ ├── 451-block-partitions-populate-fwnode.patch │ │ │ ├── 452-block-add-support-for-notifications.patch │ │ │ ├── 453-block-add-new-genhd-flag-GENHD_FL_NVMEM.patch │ │ │ ├── 454-nvmem-implement-block-NVMEM-provider.patch │ │ │ ├── 455-dt-bindings-mmc-mmc-card-add-block-device-nodes.patch │ │ │ ├── 456-mmc-core-set-card-fwnode_handle.patch │ │ │ ├── 457-mmc-block-set-fwnode-of-disk-devices.patch │ │ │ ├── 458-mmc-block-set-GENHD_FL_NVMEM.patch │ │ │ ├── 460-mtd-cfi_cmdset_0002-no-erase_suspend.patch │ │ │ ├── 461-mtd-cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch │ │ │ ├── 465-m25p80-mx-disable-software-protection.patch │ │ │ ├── 476-mtd-spi-nor-add-eon-en25q128.patch │ │ │ ├── 477-mtd-spi-nor-add-eon-en25qx128a.patch │ │ │ ├── 479-mtd-spi-nor-add-xtx-xt25f128b.patch │ │ │ ├── 481-mtd-spi-nor-add-support-for-Gigadevice-GD25D05.patch │ │ │ ├── 482-mtd-spi-nor-add-gd25q512.patch │ │ │ ├── 484-mtd-spi-nor-add-esmt-f25l16pa.patch │ │ │ ├── 485-mtd-spi-nor-add-xmc-xm25qh128c.patch │ │ │ ├── 487-mtd-spinand-Add-support-for-Etron-EM73D044VCx.patch │ │ │ ├── 488-mtd-spi-nor-add-xmc-xm25qh64c.patch │ │ │ ├── 489-mtd-spinand-winbond-add-support-for-W25N01KV.patch │ │ │ ├── 490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch │ │ │ ├── 491-ubi-auto-create-ubiblock-device-for-rootfs.patch │ │ │ ├── 492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch │ │ │ ├── 493-ubi-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch │ │ │ ├── 494-mtd-ubi-add-EOF-marker-support.patch │ │ │ ├── 496-dt-bindings-add-bindings-for-mtd-concat-devices.patch │ │ │ ├── 497-mtd-mtdconcat-add-dt-driver-for-concat-devices.patch │ │ │ ├── 498-mtd-spi-nor-locking-support-for-MX25L6405D.patch │ │ │ ├── 499-mtd-spi-nor-disable-16-bit-sr-for-macronix.patch │ │ │ ├── 500-fs_cdrom_dependencies.patch │ │ │ ├── 510-block-add-uImage.FIT-subimage-block-driver.patch │ │ │ ├── 511-init-bypass-device-lookup-for-dev-fit-rootfs.patch │ │ │ ├── 530-jffs2_make_lzma_available.patch │ │ │ ├── 532-jffs2_eofdetect.patch │ │ │ ├── 600-netfilter_conntrack_flush.patch │ │ │ ├── 610-netfilter_match_bypass_default_checks.patch │ │ │ ├── 611-netfilter_match_bypass_default_table.patch │ │ │ ├── 612-netfilter_match_reduce_memory_access.patch │ │ │ ├── 630-packet_socket_type.patch │ │ │ ├── 640-net-bridge-fix-switchdev-host-mdb-entry-updates.patch │ │ │ ├── 641-net-bridge-switchdev-Don-t-drop-packets-between-port.patch │ │ │ ├── 642-net-bridge-locally-receive-all-multicast-packets-if-.patch │ │ │ ├── 655-increase_skb_pad.patch │ │ │ ├── 666-Add-support-for-MAP-E-FMRs-mesh-mode.patch │ │ │ ├── 670-ipv6-allow-rejecting-with-source-address-failed-policy.patch │ │ │ ├── 671-net-provide-defines-for-_POLICY_FAILED-until-all-cod.patch │ │ │ ├── 680-net-add-TCP-fraglist-GRO-support.patch │ │ │ ├── 681-net-remove-NETIF_F_GSO_FRAGLIST-from-NETIF_F_GSO_SOF.patch │ │ │ ├── 683-of_net-add-mac-address-to-of-tree.patch │ │ │ ├── 685-net-gso-fix-tcp-fraglist-segmentation-after-pull-fro.patch │ │ │ ├── 686-net-ipv6-fix-TCP-GSO-segmentation-with-NAT.patch │ │ │ ├── 700-netfilter-nft_flow_offload-handle-netdevice-events-f.patch │ │ │ ├── 701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch │ │ │ ├── 702-net-ethernet-mtk_eth_soc-enable-threaded-NAPI.patch │ │ │ ├── 703-phy-add-detach-callback-to-struct-phy_driver.patch │ │ │ ├── 704-netfilter-nf_tables-fix-bidirectional-offload-regres.patch │ │ │ ├── 705-net-dsa-tag_mtk-add-padding-for-tx-packets.patch │ │ │ ├── 706-net-phy-populate-host_interfaces-when-attaching-PHY.patch │ │ │ ├── 710-bridge-add-knob-for-filtering-rx-tx-BPDU-pack.patch │ │ │ ├── 711-01-net-dsa-qca8k-implement-lag_fdb_add-del-ops.patch │ │ │ ├── 711-02-net-dsa-qca8k-enable-flooding-to-both-CPU-port.patch │ │ │ ├── 711-03-net-dsa-qca8k-add-support-for-port_change_master.patch │ │ │ ├── 712-net-dsa-qca8k-enable-assisted-learning-on-CPU-port.patch │ │ │ ├── 713-03-arm64-dts-qcom-ipq8074-add-clock-frequency-to-MDIO-n.patch │ │ │ ├── 720-01-net-phy-realtek-use-genphy_soft_reset-for-2.5G-PHYs.patch │ │ │ ├── 720-02-net-phy-realtek-disable-SGMII-in-band-AN-for-2-5G-PHYs.patch │ │ │ ├── 720-03-net-phy-realtek-make-sure-paged-read-is-protected-by.patch │ │ │ ├── 720-04-net-phy-realtek-setup-aldps.patch │ │ │ ├── 720-05-net-phy-realtek-detect-early-version-of-RTL8221B.patch │ │ │ ├── 720-06-net-phy-realtek-support-interrupt-of-RTL8221B.patch │ │ │ ├── 720-07-net-phy-realtek-mark-existing-MMDs-as-present.patch │ │ │ ├── 720-08-net-phy-realtek-work-around-broken-serdes.patch │ │ │ ├── 720-09-net-phy-realtek-disable-MDIO-broadcast.patch │ │ │ ├── 731-net-permit-ieee80211_ptr-even-with-no-CFG82111-suppo.patch │ │ │ ├── 732-00-net-ethernet-mtk_eth_soc-compile-out-netsys-v2-code-.patch │ │ │ ├── 732-01-net-ethernet-mtk_eth_soc-work-around-issue-with-send.patch │ │ │ ├── 732-02-net-ethernet-mtk_eth_soc-set-NETIF_F_ALL_TSO.patch │ │ │ ├── 733-01-net-ethernet-mtk_eth_soc-use-napi_build_skb.patch │ │ │ ├── 734-net-ethernet-mediatek-enlarge-DMA-reserve-buffer.patch │ │ │ ├── 735-net-ethernet-mtk_eth_soc-fix-memory-corruption-durin.patch │ │ │ ├── 736-net-ethernet-mtk_wed-fix-path-of-MT7988-WO-firmware.patch │ │ │ ├── 737-net-ethernet-mtk_eth_soc-add-paths-and-SerDes-modes-.patch │ │ │ ├── 738-01-net-ethernet-mtk_eth_soc-reduce-rx-ring-size-for-older.patch │ │ │ ├── 738-02-net-ethernet-mtk_eth_soc-do-not-enable-page-pool-sta.patch │ │ │ ├── 739-01-dt-bindings-phy-mediatek-xfi-tphy-add-new-bindings.patch │ │ │ ├── 739-02-phy-add-driver-for-MediaTek-XFI-T-PHY.patch │ │ │ ├── 739-03-net-pcs-pcs-mtk-lynxi-add-platform-driver-for-MT7988.patch │ │ │ ├── 739-04-dt-bindings-net-pcs-add-bindings-for-MediaTek-USXGMI.patch │ │ │ ├── 739-05-net-pcs-add-driver-for-MediaTek-USXGMII-PCS.patch │ │ │ ├── 740-net-phy-motorcomm-Add-missing-include.patch │ │ │ ├── 741-net-phy-broadcom-update-dependency-condition.patch │ │ │ ├── 780-ARM-kirkwood-add-missing-linux-if_ether.h-for-ETH_AL.patch │ │ │ ├── 790-bus-mhi-core-add-SBL-state-callback.patch │ │ │ ├── 791-tg3-Fix-DMA-allocations-on-57766-devices.patch │ │ │ ├── 800-bcma-get-SoC-device-struct-copy-its-DMA-params-to-th.patch │ │ │ ├── 801-gpio-gpio-cascade-add-generic-GPIO-cascade.patch │ │ │ ├── 802-OPP-Provide-old-opp-to-config_clks-on-_set_opp.patch │ │ │ ├── 802-nvmem-u-boot-env-align-endianness-of-crc32-values.patch │ │ │ ├── 804-nvmem-core-support-mac-base-fixed-layout-cells.patch │ │ │ ├── 810-pci_disable_common_quirks.patch │ │ │ ├── 811-pci_disable_usb_common_quirks.patch │ │ │ ├── 820-w1-gpio-fix-problem-with-platfom-data-in-w1-gpio.patch │ │ │ ├── 834-ledtrig-libata.patch │ │ │ ├── 840-hwrng-bcm2835-set-quality-to-1000.patch │ │ │ ├── 850-0023-PCI-aardvark-Make-main-irq_chip-structure-a-static-d.patch │ │ │ ├── 870-ARM-dts-nxp-imx7d-pico-add-cpu-supply-nodes.patch │ │ │ ├── 880-01-dt-bindings-leds-add-LED_FUNCTION_MOBILE-for-mobile-.patch │ │ │ ├── 880-02-dt-bindings-leds-add-LED_FUNCTION_SPEED_-for-link-sp.patch │ │ │ ├── 890-usb-serial-add-support-for-CH348.patch │ │ │ ├── 900-net-ag71xx-fix-qca9530-and-qca9550-mdio-probe.patch │ │ │ ├── 920-mangle_bootargs.patch │ │ │ └── 980-tools-thermal-tmon-Fix-compilation-warning-for-wrong.patch │ ├── imx │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ └── imx.sh │ │ ├── config-6.6 │ │ ├── cortexa53 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ └── board.d │ │ │ │ │ │ └── 02_network │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 79_move_config │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── cortexa7 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ └── board.d │ │ │ │ │ │ └── 02_network │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 79_move_config │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── cortexa9 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ └── board.d │ │ │ │ │ │ └── 02_network │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 79_move_config │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── files │ │ │ └── firmware │ │ │ │ └── imx │ │ │ │ └── sdma │ │ │ │ ├── sdma-imx6q.bin │ │ │ │ └── sdma-imx7d.bin │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── bootscript-gateworks_venice │ │ │ ├── bootscript-solidrun_cubox-i │ │ │ ├── bootscript-technexion_imx7d-pico-pi │ │ │ ├── bootscript-toradex_apalis │ │ │ ├── bootscript-ventana │ │ │ ├── common.mk │ │ │ ├── cortexa53.mk │ │ │ ├── cortexa7.mk │ │ │ ├── cortexa9.mk │ │ │ └── recovery-toradex_apalis │ │ ├── patches-6.6 │ │ │ ├── 100-bootargs.patch │ │ │ ├── 300-ARM-dts-imx6q-apalis-ixora-add-status-LEDs-aliases.patch │ │ │ ├── 301-ARM-dts-imx6q-apalis-ixora-make-switch3-reset-button.patch │ │ │ ├── 310-ARM-dts-imx7d-pico-pi-set-aliases.patch │ │ │ ├── 311-ARM-imx7d-pico-pi.dts-add-default-stdout-path.patch │ │ │ ├── 400-6.7-arm64-dts-imx8mp-add-imx8mp-venice-gw74xx-imx219.patch │ │ │ ├── 401-6.7-arm64-dts-imx8mm-venice-gw73xx-add-TPM-device.patch │ │ │ ├── 402-6.7-arm64-dts-imx8mp-venice-gw73xx-add-TPM-device.patch │ │ │ ├── 403-6.8-arm64-dts-imx8mm-venice-gw72xx-add-TPM-device.patch │ │ │ ├── 404-6.8-arm64-dts-imx8mp-venice-gw72xx-add-TPM-device.patch │ │ │ ├── 405-6.9-arm64-dts-imx8mm-venice-gw71xx-add-TPM-device.patch │ │ │ ├── 406-6.9-arm64-dts-imx8mp-venice-gw71xx-add-TPM-device.patch │ │ │ ├── 407-6.9-arm64-dts-imx8mm-venice-gw7901-add-digital-I-O-d.patch │ │ │ ├── 408-6.9-arm64-dts-imx8mm-venice-gw7901-add-TPM-device.patch │ │ │ ├── 409-6.9-arm64-dts-freescale-imx8mp-venice-gw72xx-2x-fix-.patch │ │ │ ├── 410-6.9-arm64-dts-freescale-imx8mp-venice-gw73xx-2x-fix-.patch │ │ │ ├── 411-6.10-arm64-dts-imx8mp-venice-gw74xx-add-ADC-rail-for.patch │ │ │ ├── 412-6.10-arm64-dts-imx8mp-venice-gw72xx-add-mac-addr-for.patch │ │ │ ├── 413-6.10-arm64-dts-imx8mp-venice-gw73xx-add-mac-addr-for.patch │ │ │ ├── 500-6.13-arm64-dts-imx8mm-venice-add-RTC-aliases.patch │ │ │ ├── 501-6.13-arm64-dts-imx8mp-venice-gw74xx-add-M2SKT_GPIO10-gpio.patch │ │ │ ├── 502-6.13-arm64-dts-freescale-rename-gw7905-to-gw75xx.patch │ │ │ ├── 503-6.13-arm64-dts-imx8m-venice-gw75xx-add-Accelerometer-device.patch │ │ │ ├── 504-6.13-arm64-dts-imx-Add-i.MX8M-Plus-Gateworks-GW82XX-2X-support.patch │ │ │ └── 600-PCI-imx6-Start-link-at-max-gen-first-for-IMX8MM-and-IMX8MP.patch │ │ └── profiles │ │ │ └── 100-default.mk │ ├── ipq40xx │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_leds │ │ │ │ │ ├── 02_network │ │ │ │ │ ├── 03_gpio_switches │ │ │ │ │ └── 05_compat-version │ │ │ │ ├── hotplug.d │ │ │ │ │ └── firmware │ │ │ │ │ │ └── 11-ath10k-caldata │ │ │ │ ├── init.d │ │ │ │ │ ├── bootcount │ │ │ │ │ ├── modem_switch │ │ │ │ │ └── set-irq-affinity │ │ │ │ ├── inittab │ │ │ │ └── uci-defaults │ │ │ │ │ ├── 04_led_migration │ │ │ │ │ └── 05_fix-compat-version │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ └── 05_set_iface_mac_ipq40xx.sh │ │ │ │ └── upgrade │ │ │ │ ├── dualboot_datachk.sh │ │ │ │ ├── linksys.sh │ │ │ │ ├── netgear.sh │ │ │ │ ├── platform.sh │ │ │ │ └── sony.sh │ │ ├── chromium │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── config-6.6 │ │ ├── files-6.6 │ │ │ └── arch │ │ │ │ └── arm │ │ │ │ └── boot │ │ │ │ └── dts │ │ │ │ └── qcom │ │ │ │ ├── qcom-ipq4018-a42.dts │ │ │ │ ├── qcom-ipq4018-ap120c-ac.dts │ │ │ │ ├── qcom-ipq4018-cap-ac.dts │ │ │ │ ├── qcom-ipq4018-cs-w3-wd1200g-eup.dts │ │ │ │ ├── qcom-ipq4018-dap-2610.dts │ │ │ │ ├── qcom-ipq4018-ea6350v3.dts │ │ │ │ ├── qcom-ipq4018-eap1300.dts │ │ │ │ ├── qcom-ipq4018-ecw5211.dts │ │ │ │ ├── qcom-ipq4018-emd1.dts │ │ │ │ ├── qcom-ipq4018-emr3500.dts │ │ │ │ ├── qcom-ipq4018-ens620ext.dts │ │ │ │ ├── qcom-ipq4018-ex6100v2.dts │ │ │ │ ├── qcom-ipq4018-ex6150v2.dts │ │ │ │ ├── qcom-ipq4018-ex61x0v2.dtsi │ │ │ │ ├── qcom-ipq4018-fritzbox-4040.dts │ │ │ │ ├── qcom-ipq4018-gl-a1300.dts │ │ │ │ ├── qcom-ipq4018-gl-ap1300.dts │ │ │ │ ├── qcom-ipq4018-hap-ac2.dts │ │ │ │ ├── qcom-ipq4018-jalapeno.dts │ │ │ │ ├── qcom-ipq4018-jalapeno.dtsi │ │ │ │ ├── qcom-ipq4018-magic-2-wifi-next.dts │ │ │ │ ├── qcom-ipq4018-meshpoint-one.dts │ │ │ │ ├── qcom-ipq4018-mf287.dts │ │ │ │ ├── qcom-ipq4018-mf287_common.dtsi │ │ │ │ ├── qcom-ipq4018-mf287plus.dts │ │ │ │ ├── qcom-ipq4018-mf287pro.dts │ │ │ │ ├── qcom-ipq4018-nbg6617.dts │ │ │ │ ├── qcom-ipq4018-pa1200.dts │ │ │ │ ├── qcom-ipq4018-rt-ac58u.dts │ │ │ │ ├── qcom-ipq4018-rutx.dtsi │ │ │ │ ├── qcom-ipq4018-rutx10.dts │ │ │ │ ├── qcom-ipq4018-rutx50.dts │ │ │ │ ├── qcom-ipq4018-sxtsq-5-ac.dts │ │ │ │ ├── qcom-ipq4018-wac510.dts │ │ │ │ ├── qcom-ipq4018-wap-ac-lte.dts │ │ │ │ ├── qcom-ipq4018-wap-ac.dts │ │ │ │ ├── qcom-ipq4018-wap-ac.dtsi │ │ │ │ ├── qcom-ipq4018-wap-r-ac.dts │ │ │ │ ├── qcom-ipq4018-whw01.dts │ │ │ │ ├── qcom-ipq4018-wr-1.dts │ │ │ │ ├── qcom-ipq4018-wre6606.dts │ │ │ │ ├── qcom-ipq4018-wrtq-329acn.dts │ │ │ │ ├── qcom-ipq4019-a62.dts │ │ │ │ ├── qcom-ipq4019-cm520-79f.dts │ │ │ │ ├── qcom-ipq4019-e2600ac-c1.dts │ │ │ │ ├── qcom-ipq4019-e2600ac-c2.dts │ │ │ │ ├── qcom-ipq4019-e2600ac.dtsi │ │ │ │ ├── qcom-ipq4019-ea8300.dts │ │ │ │ ├── qcom-ipq4019-eap2200.dts │ │ │ │ ├── qcom-ipq4019-fritzbox-7530.dts │ │ │ │ ├── qcom-ipq4019-fritzrepeater-1200.dts │ │ │ │ ├── qcom-ipq4019-fritzrepeater-3000.dts │ │ │ │ ├── qcom-ipq4019-gl-b2200.dts │ │ │ │ ├── qcom-ipq4019-habanero-dvk.dts │ │ │ │ ├── qcom-ipq4019-hap-ac3-lte6-kit.dts │ │ │ │ ├── qcom-ipq4019-hap-ac3.dts │ │ │ │ ├── qcom-ipq4019-lbr20.dts │ │ │ │ ├── qcom-ipq4019-le1.dts │ │ │ │ ├── qcom-ipq4019-lhgg-60ad.dts │ │ │ │ ├── qcom-ipq4019-map-ac2200.dts │ │ │ │ ├── qcom-ipq4019-mf18a.dts │ │ │ │ ├── qcom-ipq4019-mf282plus.dts │ │ │ │ ├── qcom-ipq4019-mf286d.dts │ │ │ │ ├── qcom-ipq4019-mf289f.dts │ │ │ │ ├── qcom-ipq4019-mr8300.dts │ │ │ │ ├── qcom-ipq4019-ncp-hg100-cellular.dts │ │ │ │ ├── qcom-ipq4019-oap100.dts │ │ │ │ ├── qcom-ipq4019-orbi.dtsi │ │ │ │ ├── qcom-ipq4019-pa2200.dts │ │ │ │ ├── qcom-ipq4019-r619ac-128m.dts │ │ │ │ ├── qcom-ipq4019-r619ac-64m.dts │ │ │ │ ├── qcom-ipq4019-r619ac.dtsi │ │ │ │ ├── qcom-ipq4019-rbr40.dts │ │ │ │ ├── qcom-ipq4019-rbr50.dts │ │ │ │ ├── qcom-ipq4019-rbs40.dts │ │ │ │ ├── qcom-ipq4019-rbs50.dts │ │ │ │ ├── qcom-ipq4019-rt-ac42u.dts │ │ │ │ ├── qcom-ipq4019-rtl30vw.dts │ │ │ │ ├── qcom-ipq4019-srr60.dts │ │ │ │ ├── qcom-ipq4019-srs60.dts │ │ │ │ ├── qcom-ipq4019-u4019-32m.dts │ │ │ │ ├── qcom-ipq4019-u4019.dtsi │ │ │ │ ├── qcom-ipq4019-whw03.dts │ │ │ │ ├── qcom-ipq4019-whw03.dtsi │ │ │ │ ├── qcom-ipq4019-whw03v2.dts │ │ │ │ ├── qcom-ipq4019-wia3300-20.dts │ │ │ │ ├── qcom-ipq4019-wifi.dts │ │ │ │ ├── qcom-ipq4019-wpj419.dts │ │ │ │ ├── qcom-ipq4019-wtr-m2133hp.dts │ │ │ │ ├── qcom-ipq4019-x1pro.dts │ │ │ │ ├── qcom-ipq4019-x1pro.dtsi │ │ │ │ ├── qcom-ipq4019-xx8300.dtsi │ │ │ │ ├── qcom-ipq4028-wpj428.dts │ │ │ │ ├── qcom-ipq4029-ap-303.dts │ │ │ │ ├── qcom-ipq4029-ap-303h.dts │ │ │ │ ├── qcom-ipq4029-ap-365.dts │ │ │ │ ├── qcom-ipq4029-aruba-glenmorangie.dtsi │ │ │ │ ├── qcom-ipq4029-gl-b1300.dts │ │ │ │ ├── qcom-ipq4029-gl-s1300.dts │ │ │ │ ├── qcom-ipq4029-insect-common.dtsi │ │ │ │ ├── qcom-ipq4029-mr33.dts │ │ │ │ ├── qcom-ipq4029-mr74.dts │ │ │ │ ├── qcom-ipq4029-ws-ap3915i.dts │ │ │ │ ├── qcom-ipq4029-ws-ap391x.dts │ │ │ │ └── qcom-ipq40x9-dr40x9.dts │ │ ├── generic │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── chromium.mk │ │ │ ├── generic.mk │ │ │ ├── mikrotik.mk │ │ │ └── netgear-fit-padding.py │ │ ├── mikrotik │ │ │ ├── config-default │ │ │ └── target.mk │ │ └── patches-6.6 │ │ │ ├── 004-v6.7-firmware-qcom_scm-disable-SDI-if-required.patch │ │ │ ├── 100-ARM-dts-qcom-ipq4019-add-label-to-SCM.patch │ │ │ ├── 104-clk-fix-apss-cpu-overclocking.patch │ │ │ ├── 301-arm-compressed-add-appended-DTB-section.patch │ │ │ ├── 302-arm-compressed-set-ipq40xx-watchdog-to-allow-boot.patch │ │ │ ├── 400-mmc-sdhci-sdhci-msm-use-sdhci_set_clock-instead-of-s.patch │ │ │ ├── 401-mmc-sdhci-msm-comment-unused-sdhci_msm_set_clock.patch │ │ │ ├── 422-firmware-qcom-scm-fix-SCM-cold-boot-address.patch │ │ │ ├── 444-mtd-nand-rawnand-add-support-for-Toshiba-TC58NVG0S3H.patch │ │ │ ├── 700-net-ipqess-introduce-the-Qualcomm-IPQESS-driver.patch │ │ │ ├── 701-net-dsa-add-out-of-band-tagging-protocol.patch │ │ │ ├── 702-net-ipqess-Add-out-of-band-DSA-tagging-support.patch │ │ │ ├── 703-net-qualcomm-ipqess-release-IRQ-s-on-network-device-.patch │ │ │ ├── 704-net-qualcomm-ipqess-enable-threaded-NAPI-by-default.patch │ │ │ ├── 705-ARM-dts-qcom-ipq4019-Add-description-for-the-IPQESS-.patch │ │ │ ├── 706-net-dsa-qca8k-add-IPQ4019-built-in-switch-support.patch │ │ │ ├── 707-arm-dts-ipq4019-add-switch-node.patch │ │ │ ├── 709-ARM-dts-qcom-ipq4019-add-QCA8075-PHY-Package-nodes.patch │ │ │ ├── 710-arm-dts-ipq4019-QCA807x-properties.patch │ │ │ ├── 711-net-qualcomm-ipqess-fix-TX-timeout-errors.patch │ │ │ ├── 850-soc-add-qualcomm-syscon.patch │ │ │ ├── 900-PCI-qcom-add-hack-compatible-for-ipq4019-Lantiq-DSL.patch │ │ │ ├── 910-Revert-firmware-qcom_scm-Clear-download-bit-during-r.patch │ │ │ ├── 991-ipq40xx-unlock-cpu-frequency.patch │ │ │ └── 999-atm-mpoa-intel-dsl-phy-support.patch │ ├── ipq806x │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_leds │ │ │ │ │ ├── 02_network │ │ │ │ │ └── 05_compat-version │ │ │ │ ├── hotplug.d │ │ │ │ │ ├── firmware │ │ │ │ │ │ └── 11-ath10k-caldata │ │ │ │ │ └── ieee80211 │ │ │ │ │ │ └── 10_fix_wifi_mac │ │ │ │ ├── init.d │ │ │ │ │ └── bootcount │ │ │ │ ├── inittab │ │ │ │ └── uci-defaults │ │ │ │ │ └── 04_led_migration │ │ │ ├── lib │ │ │ │ ├── preinit │ │ │ │ │ └── 04_reorder_eth │ │ │ │ └── upgrade │ │ │ │ │ ├── asrock.sh │ │ │ │ │ ├── buffalo.sh │ │ │ │ │ ├── linksys.sh │ │ │ │ │ ├── platform.sh │ │ │ │ │ ├── ruijie.sh │ │ │ │ │ ├── xiaomi.sh │ │ │ │ │ └── zyxel.sh │ │ │ ├── sbin │ │ │ │ └── asrock_g10_back_to_factory │ │ │ └── usr │ │ │ │ └── bin │ │ │ │ └── base64decode.uc │ │ ├── chromium │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── config-6.6 │ │ ├── files-6.6 │ │ │ └── arch │ │ │ │ └── arm │ │ │ │ └── boot │ │ │ │ └── dts │ │ │ │ └── qcom │ │ │ │ ├── qcom-ipq8062-wg2600hp3.dts │ │ │ │ ├── qcom-ipq8064-ad7200-c2600.dtsi │ │ │ │ ├── qcom-ipq8064-ad7200.dts │ │ │ │ ├── qcom-ipq8064-ap148.dts │ │ │ │ ├── qcom-ipq8064-ap161.dts │ │ │ │ ├── qcom-ipq8064-asus-onhub.dts │ │ │ │ ├── qcom-ipq8064-c2600.dts │ │ │ │ ├── qcom-ipq8064-d7800.dts │ │ │ │ ├── qcom-ipq8064-db149.dts │ │ │ │ ├── qcom-ipq8064-e8350-v1.dts │ │ │ │ ├── qcom-ipq8064-ea7500-v1.dts │ │ │ │ ├── qcom-ipq8064-ea8500.dts │ │ │ │ ├── qcom-ipq8064-eax500.dtsi │ │ │ │ ├── qcom-ipq8064-fap-421e.dts │ │ │ │ ├── qcom-ipq8064-g10.dts │ │ │ │ ├── qcom-ipq8064-mi-router-hd.dts │ │ │ │ ├── qcom-ipq8064-onhub.dtsi │ │ │ │ ├── qcom-ipq8064-r7500.dts │ │ │ │ ├── qcom-ipq8064-r7500v2.dts │ │ │ │ ├── qcom-ipq8064-rg-mtfi-m520.dts │ │ │ │ ├── qcom-ipq8064-tplink-onhub.dts │ │ │ │ ├── qcom-ipq8064-unifi-ac-hd.dts │ │ │ │ ├── qcom-ipq8064-vr2600v.dts │ │ │ │ ├── qcom-ipq8064-wg2600hp.dts │ │ │ │ ├── qcom-ipq8064-wpq864.dts │ │ │ │ ├── qcom-ipq8064-wxr-2533dhp.dts │ │ │ │ ├── qcom-ipq8065-ac400i.dts │ │ │ │ ├── qcom-ipq8065-nbg6817.dts │ │ │ │ ├── qcom-ipq8065-nighthawk.dtsi │ │ │ │ ├── qcom-ipq8065-r7800.dts │ │ │ │ ├── qcom-ipq8065-rt4230w-rev6.dts │ │ │ │ ├── qcom-ipq8065-tr4400-v2.dts │ │ │ │ ├── qcom-ipq8065-xr450.dts │ │ │ │ ├── qcom-ipq8065-xr500.dts │ │ │ │ ├── qcom-ipq8068-ap3935.dts │ │ │ │ ├── qcom-ipq8068-cryptid-common.dtsi │ │ │ │ ├── qcom-ipq8068-ecw5410.dts │ │ │ │ ├── qcom-ipq8068-mr42.dts │ │ │ │ └── qcom-ipq8068-mr52.dts │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── chromium.mk │ │ │ └── generic.mk │ │ ├── modules.mk │ │ └── patches-6.6 │ │ │ ├── 102-mtd-rootfs-conflicts-with-OpenWrt-auto-mounting.patch │ │ │ ├── 107-10-ARM-dts-qcom-add-saw-for-l2-cache-and-kraitcc-for.patch │ │ │ ├── 107-13-ARM-dts-qcom-add-opp-table-for-cpu-and-l2-for-ipq.patch │ │ │ ├── 107-15-ARM-dts-qcom-add-multiple-missing-binding-for-cpu.patch │ │ │ ├── 108-01-ARM-dts-qcom-fix-wrong-nad_pins-definition-for-ipq80.patch │ │ │ ├── 108-02-ARM-dts-qcom-add-MDIO-dedicated-controller-node-for-.patch │ │ │ ├── 114-01-devfreq-qcom-Add-L2-Krait-Cache-devfreq-scaling-driv.patch │ │ │ ├── 114-02-ARM-dts-qcom-add-krait-cache-compatible-for-ipq806x-.patch │ │ │ ├── 115-01-devfreq-add-ipq806x-fabric-scaling-driver.patch │ │ │ ├── 115-02-ARM-dts-qcom-add-fab-scaling-node-for-ipq806x.patch │ │ │ ├── 122-01-clk-qcom-krait-cc-handle-qsb-clock-defined-in-DTS.patch │ │ │ ├── 122-02-clk-qcom-krait-cc-register-REAL-qsb-fixed-clock.patch │ │ │ ├── 122-03-clk-qcom-krait-cc-drop-pr_info-and-use-dev_info.patch │ │ │ ├── 122-04-clk-qcom-krait-cc-rework-mux-reset-logic-and-reset-h.patch │ │ │ ├── 122-05-clk-qcom-clk-krait-generilize-div-functions.patch │ │ │ ├── 123-clk-qcom-gcc-ipq806x-remove-cc_register_board-for.patch │ │ │ ├── 850-soc-add-qualcomm-syscon.patch │ │ │ ├── 900-arm-add-cmdline-override.patch │ │ │ ├── 901-01-ARM-decompressor-support-memory-start-validation-.patch │ │ │ ├── 901-02-ARM-decompressor-add-option-to-ignore-MEM-ATAGs.patch │ │ │ └── 902-ARM-decompressor-support-for-ATAGs-rootblock-parsing.patch │ ├── ixp4xx │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── board.d │ │ │ │ │ └── 02_network │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ └── 05_set_ether_mac_ixp4xx │ │ ├── config-6.6 │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ └── Makefile │ │ └── patches-6.6 │ │ │ ├── 0001-gpio-ixp4xx-Handle-clock-output-on-pin-14-and-15.patch │ │ │ ├── 0002-net-ixp4xx_eth-Support-changing-the-MTU.patch │ │ │ ├── 0003-ARM-dts-ixp4xx-Add-USRobotics-USR8200-device-tree.patch │ │ │ ├── 0004-ARM-dts-usr8200-Fix-phy-registers.patch │ │ │ ├── 0005-ARM-dts-ixp4xx-nslu2-Enable-write-on-flash.patch │ │ │ ├── 0006-ARM-dts-ixp4xx-Use-right-restart-keycode.patch │ │ │ └── 301-ARM-dts-ixp4xx-Boot-NSLU2-from-harddrive.patch │ ├── kirkwood │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_leds │ │ │ │ │ ├── 02_network │ │ │ │ │ ├── 03_gpio_switches │ │ │ │ │ └── 05_compat-version │ │ │ │ ├── init.d │ │ │ │ │ ├── bootcount │ │ │ │ │ └── hwmon_fancontrol │ │ │ │ └── uci-defaults │ │ │ │ │ └── 04_storafan │ │ │ ├── lib │ │ │ │ ├── preinit │ │ │ │ │ └── 07_set_iface_mac │ │ │ │ └── upgrade │ │ │ │ │ ├── linksys.sh │ │ │ │ │ └── platform.sh │ │ │ └── sbin │ │ │ │ ├── ctera_c200-v1_back_to_factory │ │ │ │ └── fan_ctrl.sh │ │ ├── config-6.6 │ │ ├── files-6.6 │ │ │ └── arch │ │ │ │ └── arm │ │ │ │ └── boot │ │ │ │ └── dts │ │ │ │ └── marvell │ │ │ │ ├── kirkwood-dns320l.dts │ │ │ │ ├── kirkwood-e4200-v2.dts │ │ │ │ ├── kirkwood-ea3500.dts │ │ │ │ ├── kirkwood-ea4500.dts │ │ │ │ ├── kirkwood-goflexhome.dts │ │ │ │ ├── kirkwood-ix4-200d.dts │ │ │ │ ├── kirkwood-nas1.dts │ │ │ │ ├── kirkwood-nsa310b.dts │ │ │ │ ├── kirkwood-on100.dts │ │ │ │ └── kirkwood-stora.dts │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ └── Makefile │ │ ├── modules.mk │ │ └── patches-6.6 │ │ │ ├── 100-ib62x0.patch │ │ │ ├── 101-iconnect.patch │ │ │ ├── 102-dockstar.patch │ │ │ ├── 103-iomega-ix2-200.patch │ │ │ ├── 105-linksys-viper-dts.patch │ │ │ ├── 106-goflexnet.patch │ │ │ ├── 107-01-zyxel-nsa3x0-common-nand-partitions.patch │ │ │ ├── 107-03-nsa325.patch │ │ │ ├── 109-pogoplug_v4.patch │ │ │ ├── 110-pogo_e02.patch │ │ │ ├── 111-l-50.patch │ │ │ ├── 112-sheevaplug.patch │ │ │ ├── 113-readynas_duo_v2.patch │ │ │ ├── 114-ctera-c-200-v1.patch │ │ │ ├── 115-nsa310s.patch │ │ │ ├── 116-4i-edge-200.patch │ │ │ ├── 117-netgear_stora.patch │ │ │ ├── 118-dns-320l.patch │ │ │ ├── 201-enable-sata-port-specific-led-triggers.patch │ │ │ ├── 202-linksys-find-active-root.patch │ │ │ └── 203-blackarmor-nas220.patch │ ├── lantiq │ │ ├── Makefile │ │ ├── ase │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── 01_led_migration │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 05_set_preinit_iface_lantiq │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ ├── profiles │ │ │ │ └── 00-default.mk │ │ │ └── target.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── inittab │ │ │ │ └── uci-defaults │ │ │ │ │ └── 02_migrate_xdsl_iface │ │ │ └── lib │ │ │ │ └── functions │ │ │ │ └── lantiq.sh │ │ ├── config-6.6 │ │ ├── falcon │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ └── 02_network │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── 01_led_migration │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ ├── profiles │ │ │ │ └── 00-default.mk │ │ │ └── target.mk │ │ ├── files │ │ │ ├── arch │ │ │ │ └── mips │ │ │ │ │ └── boot │ │ │ │ │ └── dts │ │ │ │ │ └── lantiq │ │ │ │ │ ├── amazonse.dtsi │ │ │ │ │ ├── amazonse_allnet_all0333cj.dts │ │ │ │ │ ├── amazonse_netgear_dgn1000b.dts │ │ │ │ │ ├── ar9.dtsi │ │ │ │ │ ├── ar9_avm_fritz7312.dts │ │ │ │ │ ├── ar9_avm_fritz7320.dts │ │ │ │ │ ├── ar9_bt_homehub-v3a.dts │ │ │ │ │ ├── ar9_buffalo_wbmr-hp-g300h.dts │ │ │ │ │ ├── ar9_netgear_dgn3500.dts │ │ │ │ │ ├── ar9_netgear_dgn3500.dtsi │ │ │ │ │ ├── ar9_netgear_dgn3500b.dts │ │ │ │ │ ├── ar9_zte_h201l.dts │ │ │ │ │ ├── ar9_zyxel_p-2601hn.dts │ │ │ │ │ ├── danube.dtsi │ │ │ │ │ ├── danube_arcadyan_arv4510pw.dts │ │ │ │ │ ├── danube_arcadyan_arv4518pwr01.dts │ │ │ │ │ ├── danube_arcadyan_arv4518pwr01.dtsi │ │ │ │ │ ├── danube_arcadyan_arv4518pwr01a.dts │ │ │ │ │ ├── danube_arcadyan_arv4519pw.dts │ │ │ │ │ ├── danube_arcadyan_arv4520pw.dts │ │ │ │ │ ├── danube_arcadyan_arv4525pw.dts │ │ │ │ │ ├── danube_arcadyan_arv452cqw.dts │ │ │ │ │ ├── danube_arcadyan_arv7506pw11.dts │ │ │ │ │ ├── danube_arcadyan_arv7510pw22.dts │ │ │ │ │ ├── danube_arcadyan_arv7518pw.dts │ │ │ │ │ ├── danube_arcadyan_arv7519pw.dts │ │ │ │ │ ├── danube_arcadyan_arv7525pw.dts │ │ │ │ │ ├── danube_arcadyan_arv752dpw.dts │ │ │ │ │ ├── danube_arcadyan_arv752dpw22.dts │ │ │ │ │ ├── danube_arcadyan_arv8539pw22.dts │ │ │ │ │ ├── danube_audiocodes_mp-252.dts │ │ │ │ │ ├── danube_bt_homehub-v2b.dts │ │ │ │ │ ├── danube_lantiq_easy50712.dts │ │ │ │ │ ├── danube_siemens_gigaset-sx76x.dts │ │ │ │ │ ├── falcon.dtsi │ │ │ │ │ ├── falcon_lantiq_easy88388.dts │ │ │ │ │ ├── falcon_lantiq_easy88444.dts │ │ │ │ │ ├── falcon_lantiq_easy98000-nand.dts │ │ │ │ │ ├── falcon_lantiq_easy98000-nor.dts │ │ │ │ │ ├── falcon_lantiq_easy98000-sflash.dts │ │ │ │ │ ├── falcon_lantiq_easy98000.dtsi │ │ │ │ │ ├── falcon_lantiq_easy98020-v18.dts │ │ │ │ │ ├── falcon_lantiq_easy98020.dts │ │ │ │ │ ├── falcon_lantiq_easy98021.dts │ │ │ │ │ ├── falcon_lantiq_easy98035synce.dts │ │ │ │ │ ├── falcon_lantiq_easy98035synce1588.dts │ │ │ │ │ ├── falcon_lantiq_falcon-mdu.dts │ │ │ │ │ ├── falcon_lantiq_falcon-sfp.dts │ │ │ │ │ ├── falcon_sflash-16m.dtsi │ │ │ │ │ ├── vr9.dtsi │ │ │ │ │ ├── vr9_alphanetworks_asl56026.dts │ │ │ │ │ ├── vr9_arcadyan_arv7519rw22.dts │ │ │ │ │ ├── vr9_arcadyan_vg3503j.dts │ │ │ │ │ ├── vr9_arcadyan_vgv7510kw22-brn.dts │ │ │ │ │ ├── vr9_arcadyan_vgv7510kw22-nor.dts │ │ │ │ │ ├── vr9_arcadyan_vgv7510kw22.dtsi │ │ │ │ │ ├── vr9_arcadyan_vgv7519-brn.dts │ │ │ │ │ ├── vr9_arcadyan_vgv7519-nor.dts │ │ │ │ │ ├── vr9_arcadyan_vgv7519.dtsi │ │ │ │ │ ├── vr9_arcadyan_vrv9510kwac23.dts │ │ │ │ │ ├── vr9_avm_fritz3370-rev2-hynix.dts │ │ │ │ │ ├── vr9_avm_fritz3370-rev2-micron.dts │ │ │ │ │ ├── vr9_avm_fritz3370-rev2.dtsi │ │ │ │ │ ├── vr9_avm_fritz3390.dts │ │ │ │ │ ├── vr9_avm_fritz3490-micron.dts │ │ │ │ │ ├── vr9_avm_fritz3490.dts │ │ │ │ │ ├── vr9_avm_fritz3490.dtsi │ │ │ │ │ ├── vr9_avm_fritz5490-micron.dts │ │ │ │ │ ├── vr9_avm_fritz5490.dts │ │ │ │ │ ├── vr9_avm_fritz5490.dtsi │ │ │ │ │ ├── vr9_avm_fritz7360-v2.dts │ │ │ │ │ ├── vr9_avm_fritz7360sl.dts │ │ │ │ │ ├── vr9_avm_fritz7362sl.dts │ │ │ │ │ ├── vr9_avm_fritz736x.dtsi │ │ │ │ │ ├── vr9_avm_fritz7412.dts │ │ │ │ │ ├── vr9_avm_fritz7430.dts │ │ │ │ │ ├── vr9_avm_fritz7490-micron.dts │ │ │ │ │ ├── vr9_avm_fritz7490.dts │ │ │ │ │ ├── vr9_avm_fritz7490.dtsi │ │ │ │ │ ├── vr9_avm_fritzxx90.dtsi │ │ │ │ │ ├── vr9_bt_homehub-v5a.dts │ │ │ │ │ ├── vr9_buffalo_wbmr-300hpd.dts │ │ │ │ │ ├── vr9_lantiq_easy80920-nand.dts │ │ │ │ │ ├── vr9_lantiq_easy80920-nor.dts │ │ │ │ │ ├── vr9_lantiq_easy80920.dtsi │ │ │ │ │ ├── vr9_netgear_dm200.dts │ │ │ │ │ ├── vr9_tplink_tdw8970.dts │ │ │ │ │ ├── vr9_tplink_tdw8980.dts │ │ │ │ │ ├── vr9_tplink_tdw89x0.dtsi │ │ │ │ │ ├── vr9_tplink_vr200.dts │ │ │ │ │ ├── vr9_tplink_vr200.dtsi │ │ │ │ │ ├── vr9_tplink_vr200v.dts │ │ │ │ │ ├── vr9_zyxel_p-2812hnu-f1.dts │ │ │ │ │ ├── vr9_zyxel_p-2812hnu-f3.dts │ │ │ │ │ └── vr9_zyxel_p-2812hnu-fx.dtsi │ │ │ └── firmware │ │ │ │ └── lantiq │ │ │ │ ├── xrx200_phy11g_a14.bin │ │ │ │ ├── xrx200_phy11g_a22.bin │ │ │ │ ├── xrx200_phy22f_a14.bin │ │ │ │ └── xrx200_phy22f_a22.bin │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── amazonse.mk │ │ │ ├── ar9.mk │ │ │ ├── danube.mk │ │ │ ├── eva.dummy.squashfs │ │ │ ├── falcon.mk │ │ │ ├── lzma-loader │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ │ ├── LzmaDecode.c │ │ │ │ │ ├── LzmaDecode.h │ │ │ │ │ ├── LzmaTypes.h │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── board-lantiq.c │ │ │ │ │ ├── cache.c │ │ │ │ │ ├── cache.h │ │ │ │ │ ├── cacheops.h │ │ │ │ │ ├── config.h │ │ │ │ │ ├── cp0regdef.h │ │ │ │ │ ├── head.S │ │ │ │ │ ├── lantiq.mk │ │ │ │ │ ├── loader.c │ │ │ │ │ ├── loader.lds │ │ │ │ │ ├── loader2.lds │ │ │ │ │ ├── lzma-data.lds │ │ │ │ │ ├── printf.c │ │ │ │ │ └── printf.h │ │ │ ├── tp-link.mk │ │ │ ├── tp-link_legacy.mk │ │ │ ├── ubinize-overlay.cfg │ │ │ ├── ubinize.cfg │ │ │ ├── vr9.mk │ │ │ ├── vr9_legacy.mk │ │ │ └── xway_legacy.mk │ │ ├── modules.mk │ │ ├── patches-6.6 │ │ │ ├── 0001-MIPS-lantiq-add-pcie-driver.patch │ │ │ ├── 0004-MIPS-lantiq-add-atm-hack.patch │ │ │ ├── 0008-MIPS-lantiq-backport-old-timer-code.patch │ │ │ ├── 0018-MTD-nand-lots-of-xrx200-fixes.patch │ │ │ ├── 0020-MTD-lantiq-handle-NO_XIP-on-cfi0001-flash.patch │ │ │ ├── 0023-NET-PHY-add-led-support-for-intel-xway.patch │ │ │ ├── 0026-v6.12-net-ethernet-lantiq_etop-remove-unused-variable.patch │ │ │ ├── 0027-v6.11-net-ethernet-lantiq_etop-remove-redundant-device-nam.patch │ │ │ ├── 0028-NET-lantiq-various-etop-fixes.patch │ │ │ ├── 0031-I2C-MIPS-lantiq-add-FALC-ON-i2c-bus-master.patch │ │ │ ├── 0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch │ │ │ ├── 0042-arch-mips-increase-io_space_limit.patch │ │ │ ├── 0050-v6.11-usb-dwc2-add-support-for-other-Lantiq-SoCs.patch │ │ │ ├── 0051-v6.11-MIPS-lantiq-improve-USB-initialization.patch │ │ │ ├── 0101-find_active_root.patch │ │ │ ├── 0151-lantiq-ifxmips_pcie-use-of.patch │ │ │ ├── 0152-lantiq-VPE.patch │ │ │ ├── 0154-lantiq-pci-bar11mask-fix.patch │ │ │ ├── 0155-lantiq-VPE-nosmp.patch │ │ │ ├── 0160-owrt-lantiq-multiple-flash.patch │ │ │ ├── 0200-MIPS-lantiq-xway-vmmc-use-platform_get_irq-to-get-ir.patch │ │ │ ├── 0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch │ │ │ ├── 0301-xrx200-add-gphy-clk-src-device-tree-binding.patch │ │ │ ├── 0302-mtd-cfi_cmdset_0001-Disable-write-buffer-functions-i.patch │ │ │ ├── 0400-mtd-rawnand-xway-don-t-yield-while-holding-spinlock.patch │ │ │ ├── 0701-NET-lantiq-etop-of-mido.patch │ │ │ ├── 0731-v6.11-dt-bindings-net-dsa-lantiq-gswip-convert-to-YAML-schema.patch │ │ │ ├── 0732-v6.11-net-dsa-lantiq_gswip-Only-allow-phy-mode-internal-on-the-CPU-port.patch │ │ │ ├── 0733-v6.11-net-dsa-lantiq_gswip-add-terminating-n-where-missing.patch │ │ │ ├── 0734-v6.11-net-dsa-lantiq_gswip-Use-dev_err_probe-where-appropr.patch │ │ │ ├── 0735-v6.11-net-dsa-lantiq_gswip-Don-t-manually-call-gswip_port_.patch │ │ │ ├── 0736-v6.11-net-dsa-lantiq_gswip-do-also-enable-or-disable-cpu-p.patch │ │ │ ├── 0737-v6.11-net-dsa-lantiq_gswip-Use-dsa_is_cpu_port-in-gswip_po.patch │ │ │ ├── 0738-v6.11-net-dsa-lantiq_gswip-Change-literal-6-to-ETH_ALEN.patch │ │ │ ├── 0739-v6.11-net-dsa-lantiq_gswip-Consistently-use-macros-for-the.patch │ │ │ ├── 0740-v6.11-net-dsa-lantiq_gswip-Remove-dead-code-from-gswip_add_single_port_br.patch │ │ │ ├── 0741-v6.11-net-dsa-lantiq_gswip-Update-comments-in-gswip_port_vlan.patch │ │ │ └── 0742-v6.11-net-dsa-lantiq_gswip-Improve-error-message-in-gswip_.patch │ │ ├── xrx200 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ └── 05_compat-version │ │ │ │ │ └── hotplug.d │ │ │ │ │ │ └── firmware │ │ │ │ │ │ ├── 11-ath10k-caldata │ │ │ │ │ │ └── 12-ath9k-eeprom │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ ├── profiles │ │ │ │ └── 00-default.mk │ │ │ └── target.mk │ │ ├── xrx200_legacy │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ └── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ └── 05_compat-version │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ ├── profiles │ │ │ │ └── 00-default.mk │ │ │ └── target.mk │ │ ├── xway │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ └── firmware │ │ │ │ │ │ │ └── 12-ath9k-eeprom │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── 01_led_migration │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 05_set_preinit_iface_lantiq │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ ├── profiles │ │ │ │ └── 00-default.mk │ │ │ └── target.mk │ │ └── xway_legacy │ │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_leds │ │ │ │ │ └── 02_network │ │ │ │ └── uci-defaults │ │ │ │ │ └── 01_led_migration │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ └── 05_set_preinit_iface_lantiq │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ ├── profiles │ │ │ └── 00-default.mk │ │ │ └── target.mk │ ├── layerscape │ │ ├── Makefile │ │ ├── README │ │ ├── armv7 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── armv8_64b │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_led │ │ │ │ │ ├── 02_network │ │ │ │ │ └── 03_gpio_switches │ │ │ │ └── uci-defaults │ │ │ │ │ └── 05_fix-compat-version │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ ├── 02_sysinfo_fixup │ │ │ │ └── 79_move_config │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── armv7.mk │ │ │ ├── armv8_64b.mk │ │ │ ├── gen_sdcard_head_img.sh │ │ │ └── mkits-multiple-config.sh │ │ ├── modules.mk │ │ └── patches-6.6 │ │ │ ├── 302-arm64-dts-ls1012a-update-with-ppfe-support.patch │ │ │ ├── 303-arm64-dts-ls1012a-frdm-workaround-by-updating-qspi-f.patch │ │ │ ├── 304-arm64-dts-ls1012a-rdb-workaround-by-updating-qspi-fl.patch │ │ │ ├── 305-arm64-dts-ls1046a-rdb-Update-qspi-spi-rx-bus-width-t.patch │ │ │ ├── 400-LF-20-3-mtd-spi-nor-Use-1-bit-mode-of-spansion-s25fs.patch │ │ │ ├── 701-staging-add-fsl_ppfe-driver.patch │ │ │ ├── 702-phy-Add-2.5G-SGMII-interface-mode.patch │ │ │ └── 703-layerscape-6.1-fix-compilation-warning-for-fsl-ppfe-.patch │ ├── loongarch64 │ │ ├── Makefile │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ ├── 01_sysinfo_acpi │ │ │ │ └── 79_move_config │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-6.6 │ │ ├── generic │ │ │ └── target.mk │ │ └── image │ │ │ ├── Makefile │ │ │ └── grub-efi.cfg │ ├── malta │ │ ├── Makefile │ │ ├── README │ │ ├── base-files │ │ │ └── etc │ │ │ │ ├── board.d │ │ │ │ └── 00_model │ │ │ │ └── inittab │ │ ├── be │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── be64 │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── config-6.6 │ │ ├── image │ │ │ └── Makefile │ │ ├── le │ │ │ ├── config-default │ │ │ └── target.mk │ │ └── le64 │ │ │ ├── config-default │ │ │ └── target.mk │ ├── mediatek │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── inittab │ │ │ │ └── uci-defaults │ │ │ │ │ └── 99_fwenv-store-ethaddr.sh │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ ├── 05_set_preinit_iface │ │ │ │ └── 07_trigger_fip_scrubbing │ │ ├── dts │ │ │ ├── mt7622-buffalo-wsr-2533dhp2.dts │ │ │ ├── mt7622-buffalo-wsr-3200ax4s.dts │ │ │ ├── mt7622-buffalo-wsr.dtsi │ │ │ ├── mt7622-dlink-eagle-pro-ai-ax3200-a1.dtsi │ │ │ ├── mt7622-dlink-eagle-pro-ai-m32-a1.dts │ │ │ ├── mt7622-dlink-eagle-pro-ai-r32-a1.dts │ │ │ ├── mt7622-elecom-wrc-2533gent.dts │ │ │ ├── mt7622-elecom-wrc-x3200gst3.dts │ │ │ ├── mt7622-linksys-e8450-ubi.dts │ │ │ ├── mt7622-linksys-e8450.dts │ │ │ ├── mt7622-linksys-e8450.dtsi │ │ │ ├── mt7622-netgear-wax206.dts │ │ │ ├── mt7622-reyee-ax3200-e5.dts │ │ │ ├── mt7622-rfb1-ubi.dts │ │ │ ├── mt7622-ruijie-rg-ew3200.dtsi │ │ │ ├── mt7622-ruijie-rg-ew3200gx-pro.dts │ │ │ ├── mt7622-smartrg-SDG-841-t6.dts │ │ │ ├── mt7622-totolink-a8000ru.dts │ │ │ ├── mt7622-tplink_tl-xdr3230-v1.dts │ │ │ ├── mt7622-ubnt-unifi-6-lr-v1-ubootmod.dts │ │ │ ├── mt7622-ubnt-unifi-6-lr-v1.dts │ │ │ ├── mt7622-ubnt-unifi-6-lr-v1.dtsi │ │ │ ├── mt7622-ubnt-unifi-6-lr-v2-ubootmod.dts │ │ │ ├── mt7622-ubnt-unifi-6-lr-v2.dts │ │ │ ├── mt7622-ubnt-unifi-6-lr-v2.dtsi │ │ │ ├── mt7622-ubnt-unifi-6-lr-v3-ubootmod.dts │ │ │ ├── mt7622-ubnt-unifi-6-lr-v3.dts │ │ │ ├── mt7622-ubnt-unifi-6-lr-v3.dtsi │ │ │ ├── mt7622-ubnt-unifi-6-lr.dtsi │ │ │ ├── mt7622-xiaomi-redmi-router-ax6s.dts │ │ │ ├── mt7623a-unielec-u7623-02-emmc-512m.dts │ │ │ ├── mt7623a-unielec-u7623-02.dts │ │ │ ├── mt7623a-unielec-u7623-02.dtsi │ │ │ ├── mt7629-iptime-a6004mx.dts │ │ │ ├── mt7629-linksys-ea7500-v3.dts │ │ │ ├── mt7629-netgear-ex6250-v2.dts │ │ │ ├── mt7629-tplink_eap225-v5.dts │ │ │ ├── mt7981a-comfast-cf-e393ax.dts │ │ │ ├── mt7981a-edgecore-eap111.dts │ │ │ ├── mt7981a-glinet-gl-x3000-xe3000-common.dtsi │ │ │ ├── mt7981a-glinet-gl-x3000.dts │ │ │ ├── mt7981a-glinet-gl-xe3000.dts │ │ │ ├── mt7981a-ubnt-unifi-6-plus.dts │ │ │ ├── mt7981b-abt-asr3000.dts │ │ │ ├── mt7981b-cetron-ct3003-ubootmod.dts │ │ │ ├── mt7981b-cetron-ct3003.dts │ │ │ ├── mt7981b-cetron-ct3003.dtsi │ │ │ ├── mt7981b-cmcc-a10-stock.dts │ │ │ ├── mt7981b-cmcc-a10-ubootmod.dts │ │ │ ├── mt7981b-cmcc-a10.dtsi │ │ │ ├── mt7981b-cmcc-rax3000m-emmc.dtso │ │ │ ├── mt7981b-cmcc-rax3000m-nand.dtso │ │ │ ├── mt7981b-cmcc-rax3000m.dts │ │ │ ├── mt7981b-cmcc-rax3000me-nousb.dtso │ │ │ ├── mt7981b-cmcc-rax3000me.dts │ │ │ ├── mt7981b-confiabits-mt7981.dts │ │ │ ├── mt7981b-cudy-ap3000-v1.dts │ │ │ ├── mt7981b-cudy-ap3000outdoor-v1.dts │ │ │ ├── mt7981b-cudy-m3000-v1.dts │ │ │ ├── mt7981b-cudy-re3000-v1.dts │ │ │ ├── mt7981b-cudy-tr3000-v1-ubootmod.dts │ │ │ ├── mt7981b-cudy-tr3000-v1.dts │ │ │ ├── mt7981b-cudy-tr3000-v1.dtsi │ │ │ ├── mt7981b-cudy-wr3000-v1.dts │ │ │ ├── mt7981b-cudy-wr3000s-v1.dts │ │ │ ├── mt7981b-dlink-aquila-pro-ai-m30-a1.dts │ │ │ ├── mt7981b-gatonetworks-gdsp.dts │ │ │ ├── mt7981b-glinet-gl-mt2500.dts │ │ │ ├── mt7981b-glinet-gl-mt3000.dts │ │ │ ├── mt7981b-h3c-magic-nx30-pro-nmbm.dts │ │ │ ├── mt7981b-h3c-magic-nx30-pro.dts │ │ │ ├── mt7981b-huasifei-wh3000-emmc.dts │ │ │ ├── mt7981b-imou-lc-hx3001.dts │ │ │ ├── mt7981b-jcg-q30-pro.dts │ │ │ ├── mt7981b-keenetic-kn-3811.dts │ │ │ ├── mt7981b-keenetic-kn-3911.dts │ │ │ ├── mt7981b-konka-komi-a31-emmc.dtso │ │ │ ├── mt7981b-konka-komi-a31-nor.dtso │ │ │ ├── mt7981b-konka-komi-a31.dts │ │ │ ├── mt7981b-livinet-zr-3020-ubootmod.dts │ │ │ ├── mt7981b-livinet-zr-3020.dts │ │ │ ├── mt7981b-livinet-zr-3020.dtsi │ │ │ ├── mt7981b-netis-nx31.dts │ │ │ ├── mt7981b-nokia-ea0326gmp.dts │ │ │ ├── mt7981b-openembed-som7981.dts │ │ │ ├── mt7981b-openwrt-one.dts │ │ │ ├── mt7981b-qihoo-360t7.dts │ │ │ ├── mt7981b-routerich-ax3000-common.dtsi │ │ │ ├── mt7981b-routerich-ax3000-ubootmod.dts │ │ │ ├── mt7981b-routerich-ax3000.dts │ │ │ ├── mt7981b-unielec-u7981-01-emmc.dts │ │ │ ├── mt7981b-unielec-u7981-01-nand.dts │ │ │ ├── mt7981b-unielec-u7981-01.dtsi │ │ │ ├── mt7981b-wavlink-wl-wn586x3.dts │ │ │ ├── mt7981b-xiaomi-mi-router-ax3000t-ubootmod.dts │ │ │ ├── mt7981b-xiaomi-mi-router-ax3000t.dts │ │ │ ├── mt7981b-xiaomi-mi-router-ax3000t.dtsi │ │ │ ├── mt7981b-xiaomi-mi-router-common.dtsi │ │ │ ├── mt7981b-xiaomi-mi-router-wr30u-stock.dts │ │ │ ├── mt7981b-xiaomi-mi-router-wr30u-ubootmod.dts │ │ │ ├── mt7981b-xiaomi-mi-router-wr30u.dtsi │ │ │ ├── mt7981b-yuncore-ax835.dts │ │ │ ├── mt7981b-zbtlink-zbt-z8102ax.dts │ │ │ ├── mt7981b-zbtlink-zbt-z8103ax.dts │ │ │ ├── mt7981b-zyxel-nwa50ax-pro.dts │ │ │ ├── mt7986a-acelink-ew-7886cax.dts │ │ │ ├── mt7986a-acer-predator-w6.dts │ │ │ ├── mt7986a-acer-predator-w6d.dts │ │ │ ├── mt7986a-acer-vero-w6m.dts │ │ │ ├── mt7986a-acer-w6-common.dtsi │ │ │ ├── mt7986a-asus-rt-ax59u.dts │ │ │ ├── mt7986a-asus-tuf-ax4200.dts │ │ │ ├── mt7986a-asus-tuf-ax6000.dts │ │ │ ├── mt7986a-bananapi-bpi-r3-mini.dts │ │ │ ├── mt7986a-dlink-aquila-pro-ai-m60-a1.dts │ │ │ ├── mt7986a-glinet-gl-mt6000.dts │ │ │ ├── mt7986a-jdcloud-re-cp-03.dts │ │ │ ├── mt7986a-netcore-n60-pro.dts │ │ │ ├── mt7986a-netcore-n60.dts │ │ │ ├── mt7986a-ruijie-rg-x60-pro.dts │ │ │ ├── mt7986a-smartrg-SDG-8612.dts │ │ │ ├── mt7986a-smartrg-SDG-8614.dts │ │ │ ├── mt7986a-smartrg-SDG-8622.dts │ │ │ ├── mt7986a-smartrg-SDG-8632.dts │ │ │ ├── mt7986a-smartrg-bonanza-peak.dtsi │ │ │ ├── mt7986a-tplink-tl-xdr-common.dtsi │ │ │ ├── mt7986a-tplink-tl-xdr4288.dts │ │ │ ├── mt7986a-tplink-tl-xdr6086.dts │ │ │ ├── mt7986a-tplink-tl-xdr6088.dts │ │ │ ├── mt7986a-tplink-tl-xtr8488.dts │ │ │ ├── mt7986a-xiaomi-redmi-router-ax6000-stock.dts │ │ │ ├── mt7986a-xiaomi-redmi-router-ax6000-ubootmod.dts │ │ │ ├── mt7986a-xiaomi-redmi-router-ax6000.dtsi │ │ │ ├── mt7986a-zyxel-ex5601-t0-common.dtsi │ │ │ ├── mt7986a-zyxel-ex5601-t0-stock.dts │ │ │ ├── mt7986a-zyxel-ex5601-t0-ubootmod.dts │ │ │ ├── mt7986a-zyxel-ex5700-telenor.dts │ │ │ ├── mt7986b-mercusys-mr90x-v1-common.dtsi │ │ │ ├── mt7986b-mercusys-mr90x-v1-ubi.dts │ │ │ ├── mt7986b-mercusys-mr90x-v1.dts │ │ │ ├── mt7986b-netgear-wax220.dts │ │ │ ├── mt7986b-tplink-re6000xd.dts │ │ │ ├── mt7988a-arcadyan-mozart.dts │ │ │ ├── mt7988a-smartrg-SDG-8733.dts │ │ │ ├── mt7988a-smartrg-SDG-8734.dts │ │ │ ├── mt7988a-smartrg-mt-stuart.dtsi │ │ │ └── mt7988d-smartrg-SDG-8733A.dts │ │ ├── files-6.6 │ │ │ ├── arch │ │ │ │ └── arm64 │ │ │ │ │ └── boot │ │ │ │ │ └── dts │ │ │ │ │ └── mediatek │ │ │ │ │ ├── mt7981-rfb-mxl-2p5g-phy-eth1.dtso │ │ │ │ │ ├── mt7981-rfb-mxl-2p5g-phy-swp5.dtso │ │ │ │ │ ├── mt7981-rfb-spim-nand.dtso │ │ │ │ │ ├── mt7981-rfb.dts │ │ │ │ │ ├── mt7981.dtsi │ │ │ │ │ ├── mt7986a-rfb-spim-nand.dts │ │ │ │ │ ├── mt7986a-rfb-spim-nor.dts │ │ │ │ │ ├── mt7986a-rfb.dtsi │ │ │ │ │ ├── mt7988a-bananapi-bpi-r4-emmc.dtso │ │ │ │ │ ├── mt7988a-bananapi-bpi-r4-poe.dts │ │ │ │ │ ├── mt7988a-bananapi-bpi-r4-rtc.dtso │ │ │ │ │ ├── mt7988a-bananapi-bpi-r4-sd.dtso │ │ │ │ │ ├── mt7988a-bananapi-bpi-r4-wifi-mt7996a.dtso │ │ │ │ │ ├── mt7988a-bananapi-bpi-r4.dts │ │ │ │ │ ├── mt7988a-bananapi-bpi-r4.dtsi │ │ │ │ │ ├── mt7988a-rfb-emmc.dtso │ │ │ │ │ ├── mt7988a-rfb-eth1-aqr.dtso │ │ │ │ │ ├── mt7988a-rfb-eth1-i2p5g-phy.dtso │ │ │ │ │ ├── mt7988a-rfb-eth1-mxl.dtso │ │ │ │ │ ├── mt7988a-rfb-eth1-sfp.dtso │ │ │ │ │ ├── mt7988a-rfb-eth2-aqr.dtso │ │ │ │ │ ├── mt7988a-rfb-eth2-mxl.dtso │ │ │ │ │ ├── mt7988a-rfb-eth2-sfp.dtso │ │ │ │ │ ├── mt7988a-rfb-sd.dtso │ │ │ │ │ ├── mt7988a-rfb-snfi-nand.dtso │ │ │ │ │ ├── mt7988a-rfb-spim-nand-factory.dtso │ │ │ │ │ ├── mt7988a-rfb-spim-nand.dtso │ │ │ │ │ ├── mt7988a-rfb-spim-nor.dtso │ │ │ │ │ ├── mt7988a-rfb.dts │ │ │ │ │ └── mt7988a.dtsi │ │ │ ├── drivers │ │ │ │ ├── mfd │ │ │ │ │ └── airoha-an8855.c │ │ │ │ ├── net │ │ │ │ │ ├── dsa │ │ │ │ │ │ ├── an8855.c │ │ │ │ │ │ └── an8855.h │ │ │ │ │ ├── mdio │ │ │ │ │ │ └── mdio-an8855.c │ │ │ │ │ └── phy │ │ │ │ │ │ ├── air_an8855.c │ │ │ │ │ │ └── rtl8261n │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── construct │ │ │ │ │ │ ├── conf_rtl8261n_c.c │ │ │ │ │ │ └── conf_rtl8264b.c │ │ │ │ │ │ ├── error.h │ │ │ │ │ │ ├── phy_patch.c │ │ │ │ │ │ ├── phy_patch.h │ │ │ │ │ │ ├── phy_rtl826xb_patch.c │ │ │ │ │ │ ├── phy_rtl826xb_patch.h │ │ │ │ │ │ ├── rtk_osal.c │ │ │ │ │ │ ├── rtk_osal.h │ │ │ │ │ │ ├── rtk_phy.c │ │ │ │ │ │ ├── rtk_phylib.c │ │ │ │ │ │ ├── rtk_phylib.h │ │ │ │ │ │ ├── rtk_phylib_def.h │ │ │ │ │ │ ├── rtk_phylib_rtl826xb.c │ │ │ │ │ │ ├── rtk_phylib_rtl826xb.h │ │ │ │ │ │ └── type.h │ │ │ │ ├── nvmem │ │ │ │ │ └── an8855-efuse.c │ │ │ │ └── pinctrl │ │ │ │ │ └── mediatek │ │ │ │ │ └── pinctrl-mt7988.c │ │ │ └── include │ │ │ │ └── linux │ │ │ │ └── mfd │ │ │ │ └── airoha-an8855-mfd.h │ │ ├── files │ │ │ └── drivers │ │ │ │ ├── leds │ │ │ │ └── leds-smartrg-system.c │ │ │ │ └── net │ │ │ │ └── phy │ │ │ │ ├── en8801sc.c │ │ │ │ ├── en8801sc.h │ │ │ │ └── rtk │ │ │ │ ├── Makefile │ │ │ │ ├── modules.builtin │ │ │ │ ├── rtl8367c │ │ │ │ ├── acl.c │ │ │ │ ├── cpu.c │ │ │ │ ├── dot1x.c │ │ │ │ ├── eee.c │ │ │ │ ├── i2c.c │ │ │ │ ├── igmp.c │ │ │ │ ├── include │ │ │ │ │ ├── acl.h │ │ │ │ │ ├── cpu.h │ │ │ │ │ ├── dot1x.h │ │ │ │ │ ├── eee.h │ │ │ │ │ ├── i2c.h │ │ │ │ │ ├── igmp.h │ │ │ │ │ ├── interrupt.h │ │ │ │ │ ├── l2.h │ │ │ │ │ ├── leaky.h │ │ │ │ │ ├── led.h │ │ │ │ │ ├── mirror.h │ │ │ │ │ ├── oam.h │ │ │ │ │ ├── port.h │ │ │ │ │ ├── ptp.h │ │ │ │ │ ├── qos.h │ │ │ │ │ ├── rate.h │ │ │ │ │ ├── rldp.h │ │ │ │ │ ├── rtk_error.h │ │ │ │ │ ├── rtk_hal.h │ │ │ │ │ ├── rtk_switch.h │ │ │ │ │ ├── rtk_types.h │ │ │ │ │ ├── rtl8367c_asicdrv.h │ │ │ │ │ ├── rtl8367c_asicdrv_acl.h │ │ │ │ │ ├── rtl8367c_asicdrv_cputag.h │ │ │ │ │ ├── rtl8367c_asicdrv_dot1x.h │ │ │ │ │ ├── rtl8367c_asicdrv_eav.h │ │ │ │ │ ├── rtl8367c_asicdrv_eee.h │ │ │ │ │ ├── rtl8367c_asicdrv_fc.h │ │ │ │ │ ├── rtl8367c_asicdrv_green.h │ │ │ │ │ ├── rtl8367c_asicdrv_hsb.h │ │ │ │ │ ├── rtl8367c_asicdrv_i2c.h │ │ │ │ │ ├── rtl8367c_asicdrv_igmp.h │ │ │ │ │ ├── rtl8367c_asicdrv_inbwctrl.h │ │ │ │ │ ├── rtl8367c_asicdrv_interrupt.h │ │ │ │ │ ├── rtl8367c_asicdrv_led.h │ │ │ │ │ ├── rtl8367c_asicdrv_lut.h │ │ │ │ │ ├── rtl8367c_asicdrv_meter.h │ │ │ │ │ ├── rtl8367c_asicdrv_mib.h │ │ │ │ │ ├── rtl8367c_asicdrv_mirror.h │ │ │ │ │ ├── rtl8367c_asicdrv_misc.h │ │ │ │ │ ├── rtl8367c_asicdrv_oam.h │ │ │ │ │ ├── rtl8367c_asicdrv_phy.h │ │ │ │ │ ├── rtl8367c_asicdrv_port.h │ │ │ │ │ ├── rtl8367c_asicdrv_portIsolation.h │ │ │ │ │ ├── rtl8367c_asicdrv_qos.h │ │ │ │ │ ├── rtl8367c_asicdrv_rldp.h │ │ │ │ │ ├── rtl8367c_asicdrv_rma.h │ │ │ │ │ ├── rtl8367c_asicdrv_scheduling.h │ │ │ │ │ ├── rtl8367c_asicdrv_storm.h │ │ │ │ │ ├── rtl8367c_asicdrv_svlan.h │ │ │ │ │ ├── rtl8367c_asicdrv_trunking.h │ │ │ │ │ ├── rtl8367c_asicdrv_unknownMulticast.h │ │ │ │ │ ├── rtl8367c_asicdrv_vlan.h │ │ │ │ │ ├── rtl8367c_base.h │ │ │ │ │ ├── rtl8367c_reg.h │ │ │ │ │ ├── smi.h │ │ │ │ │ ├── stat.h │ │ │ │ │ ├── storm.h │ │ │ │ │ ├── svlan.h │ │ │ │ │ ├── trap.h │ │ │ │ │ ├── trunk.h │ │ │ │ │ └── vlan.h │ │ │ │ ├── interrupt.c │ │ │ │ ├── l2.c │ │ │ │ ├── leaky.c │ │ │ │ ├── led.c │ │ │ │ ├── mirror.c │ │ │ │ ├── oam.c │ │ │ │ ├── port.c │ │ │ │ ├── ptp.c │ │ │ │ ├── qos.c │ │ │ │ ├── rate.c │ │ │ │ ├── rldp.c │ │ │ │ ├── rtk_hal.c │ │ │ │ ├── rtk_switch.c │ │ │ │ ├── rtl8367c_asicdrv.c │ │ │ │ ├── rtl8367c_asicdrv_acl.c │ │ │ │ ├── rtl8367c_asicdrv_cputag.c │ │ │ │ ├── rtl8367c_asicdrv_dot1x.c │ │ │ │ ├── rtl8367c_asicdrv_eav.c │ │ │ │ ├── rtl8367c_asicdrv_eee.c │ │ │ │ ├── rtl8367c_asicdrv_fc.c │ │ │ │ ├── rtl8367c_asicdrv_green.c │ │ │ │ ├── rtl8367c_asicdrv_hsb.c │ │ │ │ ├── rtl8367c_asicdrv_i2c.c │ │ │ │ ├── rtl8367c_asicdrv_igmp.c │ │ │ │ ├── rtl8367c_asicdrv_inbwctrl.c │ │ │ │ ├── rtl8367c_asicdrv_interrupt.c │ │ │ │ ├── rtl8367c_asicdrv_led.c │ │ │ │ ├── rtl8367c_asicdrv_lut.c │ │ │ │ ├── rtl8367c_asicdrv_meter.c │ │ │ │ ├── rtl8367c_asicdrv_mib.c │ │ │ │ ├── rtl8367c_asicdrv_mirror.c │ │ │ │ ├── rtl8367c_asicdrv_misc.c │ │ │ │ ├── rtl8367c_asicdrv_oam.c │ │ │ │ ├── rtl8367c_asicdrv_phy.c │ │ │ │ ├── rtl8367c_asicdrv_port.c │ │ │ │ ├── rtl8367c_asicdrv_portIsolation.c │ │ │ │ ├── rtl8367c_asicdrv_qos.c │ │ │ │ ├── rtl8367c_asicdrv_rldp.c │ │ │ │ ├── rtl8367c_asicdrv_rma.c │ │ │ │ ├── rtl8367c_asicdrv_scheduling.c │ │ │ │ ├── rtl8367c_asicdrv_storm.c │ │ │ │ ├── rtl8367c_asicdrv_svlan.c │ │ │ │ ├── rtl8367c_asicdrv_trunking.c │ │ │ │ ├── rtl8367c_asicdrv_unknownMulticast.c │ │ │ │ ├── rtl8367c_asicdrv_vlan.c │ │ │ │ ├── smi.c │ │ │ │ ├── stat.c │ │ │ │ ├── storm.c │ │ │ │ ├── svlan.c │ │ │ │ ├── trap.c │ │ │ │ ├── trunk.c │ │ │ │ └── vlan.c │ │ │ │ ├── rtl8367s.c │ │ │ │ ├── rtl8367s_dbg.c │ │ │ │ └── rtl8367s_mdio.c │ │ ├── filogic │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ ├── 03_gpio_switches │ │ │ │ │ │ ├── 04_defaults │ │ │ │ │ │ └── 05_compat-version │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ ├── firmware │ │ │ │ │ │ │ └── 11-mt76-caldata │ │ │ │ │ │ └── ieee80211 │ │ │ │ │ │ │ ├── 05-wifi-migrate │ │ │ │ │ │ │ └── 11_fix_wifi_mac │ │ │ │ │ ├── init.d │ │ │ │ │ │ └── bootcount │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── 05_fix-compat-version │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ ├── 04_set_netdev_label │ │ │ │ │ ├── 09_mount_cfg_part │ │ │ │ │ ├── 10_fix_eth_mac.sh │ │ │ │ │ └── 75_rootfs_prepare │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── filogic.mk │ │ │ ├── gen_scatterfile.sh │ │ │ ├── mt7622.mk │ │ │ ├── mt7623.mk │ │ │ └── mt7629.mk │ │ ├── modules.mk │ │ ├── mt7622 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ └── 05_compat-version │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ └── ieee80211 │ │ │ │ │ │ │ └── 11_fix_wifi_mac │ │ │ │ │ ├── init.d │ │ │ │ │ │ └── bootcount │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ ├── 05_fix-compat-version │ │ │ │ │ │ └── 09_fix_crc │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 04_set_netdev_label │ │ │ │ │ └── upgrade │ │ │ │ │ ├── buffalo.sh │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── mt7623 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ └── 05_compat-version │ │ │ │ │ ├── inittab │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── 05_fix-compat-version │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ ├── 07_set_iface_mac │ │ │ │ │ └── 79_move_config │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── mt7629 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ │ └── init.d │ │ │ │ │ │ └── bootcount │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ └── patches-6.6 │ │ │ ├── 100-dts-update-mt7622-rfb1.patch │ │ │ ├── 101-dts-update-mt7629-rfb.patch │ │ │ ├── 103-mt7623-enable-arch-timer.patch │ │ │ ├── 104-mt7622-add-snor-irq.patch │ │ │ ├── 105-dts-mt7622-enable-pstore.patch │ │ │ ├── 106-dts-mt7622-disable_btif.patch │ │ │ ├── 107-mt7622_fix_dts_mt7531_reg.patch │ │ │ ├── 110-dts-fix-bpi2-console.patch │ │ │ ├── 111-dts-fix-bpi64-console.patch │ │ │ ├── 112-dts-fix-bpi64-lan-names.patch │ │ │ ├── 113-dts-fix-bpi64-leds-and-buttons.patch │ │ │ ├── 114-dts-bpi64-disable-rtc.patch │ │ │ ├── 115-Revert-arm64-dts-mediatek-fix-t-phy-unit-name.patch │ │ │ ├── 116-arm64-dts-mediatek-mt7622-readd-syscon-to-pciesys-no.patch │ │ │ ├── 121-hack-spi-nand-1b-bbm.patch │ │ │ ├── 130-dts-mt7629-add-snand-support.patch │ │ │ ├── 131-dts-mt7622-add-snand-support.patch │ │ │ ├── 140-dts-fix-wmac-support-for-mt7622-rfb1.patch │ │ │ ├── 150-dts-mt7623-eip97-inside-secure-support.patch │ │ │ ├── 160-dts-mt7623-bpi-r2-earlycon.patch │ │ │ ├── 161-dts-mt7623-bpi-r2-mmc-device-order.patch │ │ │ ├── 162-dts-mt7623-bpi-r2-led-aliases.patch │ │ │ ├── 163-dts-mt7623-bpi-r2-ethernet-alias.patch │ │ │ ├── 164-dts-mt7623-bpi-r2-rootdisk-for-fitblk.patch │ │ │ ├── 190-arm64-dts-mediatek-mt7622-fix-GICv2-range.patch │ │ │ ├── 193-dts-mt7623-thermal_zone_fix.patch │ │ │ ├── 194-dts-mt7968a-add-ramoops.patch │ │ │ ├── 195-dts-mt7986a-bpi-r3-leds-port-names-and-wifi-eeprom.patch │ │ │ ├── 196-dts-mt7986a-bpi-r3-use-all-ubi-nand-layout.patch │ │ │ ├── 200-phy-phy-mtk-tphy-Add-hifsys-support.patch │ │ │ ├── 218-pinctrl-mediatek-mt7981-add-additional-uart-groups.patch │ │ │ ├── 240-pinctrl-mediatek-add-support-for-MT7988-SoC.patch │ │ │ ├── 244-v6.8-dt-bindings-arm-mediatek-move-ethsys-controller-conv.patch │ │ │ ├── 245-v6.8-dt-bindings-reset-mediatek-add-MT7988-ethwarp-reset-.patch │ │ │ ├── 246-v6.8-dt-bindings-clock-mediatek-add-MT7988-clock-IDs.patch │ │ │ ├── 247-v6.8-dt-bindings-clock-mediatek-add-clock-controllers-of-.patch │ │ │ ├── 248-v6.8-clk-mediatek-add-pcw_chg_bit-control-for-PLLs-of-MT7.patch │ │ │ ├── 249-v6.8-clk-mediatek-add-drivers-for-MT7988-SoC.patch │ │ │ ├── 250-clk-mediatek-add-infracfg-reset-controller-for-mt798.patch │ │ │ ├── 250-dt-bindings-reset-mediatek-add-MT7988-reset-IDs.patch │ │ │ ├── 251-v6.8-watchdog-mediatek-mt7988-add-wdt-support.patch │ │ │ ├── 252-clk-mediatek-mt7988-infracfg-fix-clocks-for-2nd-PCIe.patch │ │ │ ├── 253-pinctrl-mediatek-mt7981-add-additional-uart-group.patch │ │ │ ├── 254-pinctrl-mediatek-mt7981-add-additional-emmc-group.patch │ │ │ ├── 255-clk-mediatek-mt7988-infracfg-SPI0-clocks-are-not-critical.patch │ │ │ ├── 330-snand-mtk-bmt-support.patch │ │ │ ├── 331-mt7622-rfb1-enable-bmt.patch │ │ │ ├── 340-mtd-spinand-Add-support-for-the-Fidelix-FM35X1GA.patch │ │ │ ├── 341-mtd-spinand-Support-dosilicon.patch │ │ │ ├── 342-mtd-spinand-Support-fmsh.patch │ │ │ ├── 343-mtd-spinand-gsto-Add-code.patch │ │ │ ├── 350-21-cpufreq-mediatek-Add-support-for-MT7988.patch │ │ │ ├── 351-pinctrl-add-mt7988-pd-pulltype-support.patch │ │ │ ├── 400-crypto-add-eip97-inside-secure-support.patch │ │ │ ├── 401-crypto-fix-eip97-cache-incoherent.patch │ │ │ ├── 410-bt-mtk-serial-fix.patch │ │ │ ├── 431-drivers-spi-mt65xx-Move-chip_config-to-driver-s-priv.patch │ │ │ ├── 432-drivers-spi-Add-support-for-dynamic-calibration.patch │ │ │ ├── 433-drivers-spi-mem-Add-spi-calibration-hook.patch │ │ │ ├── 434-drivers-spi-mt65xx-Add-controller-s-calibration-para.patch │ │ │ ├── 435-drivers-mtd-spinand-Add-calibration-support-for-spin.patch │ │ │ ├── 436-drivers-mtd-spi-nor-Add-calibration-support-for-spi-.patch │ │ │ ├── 450-nvmem-add-layout-for-Adtran-devices.patch │ │ │ ├── 500-gsw-rtl8367s-mt7622-support.patch │ │ │ ├── 601-PCI-mediatek-Assert-PERST-for-100ms-for-power-and-cl.patch │ │ │ ├── 602-arm64-dts-mediatek-add-mt7622-pcie-slot-node.patch │ │ │ ├── 610-pcie-mediatek-fix-clearing-interrupt-status.patch │ │ │ ├── 611-pcie-mediatek-gen3-PERST-for-100ms.patch │ │ │ ├── 615-phy-phy-mtk-xsphy-support-type-switch-by-pericfg.patch │ │ │ ├── 710-pci-pcie-mediatek-add-support-for-coherent-DMA.patch │ │ │ ├── 721-dts-mt7622-mediatek-fix-300mhz.patch │ │ │ ├── 722-remove-300Hz-to-prevent-freeze.patch │ │ │ ├── 732-net-phy-mxl-gpy-don-t-use-SGMII-AN-if-using-phylink.patch │ │ │ ├── 733-01-net-phy-mediatek-Re-organize-MediaTek-ethernet-phy-d.patch │ │ │ ├── 733-02-net-phy-mediatek-Fix-spelling-errors-and-rearrange-v.patch │ │ │ ├── 733-03-net-phy-mediatek-Move-LED-helper-functions-into-mtk-.patch │ │ │ ├── 733-04-net-phy-mediatek-Improve-readability-of-mtk-phy-lib..patch │ │ │ ├── 733-05-net-phy-mediatek-Integrate-read-write-page-helper-fu.patch │ │ │ ├── 733-06-net-phy-mediatek-Hook-LED-helper-functions-in-mtk-ge.patch │ │ │ ├── 733-07-net-phy-mediatek-add-MT7530-MT7531-s-PHY-ID-macros.patch │ │ │ ├── 733-08-net-phy-mediatek-Change-mtk-ge-soc.c-line-wrapping.patch │ │ │ ├── 733-09-net-phy-mediatek-Add-token-ring-access-helper-functi.patch │ │ │ ├── 733-11-net-phy-add-driver-for-built-in-2.5G-ethernet-PHY-on.patch │ │ │ ├── 734-net-phy-add-Airoha-EN8801SC-PHY.patch │ │ │ ├── 735-net-phy-realtek-rtl8261n.patch │ │ │ ├── 736-net-pcs-mtk_usxgmii-add-polarity-control.patch │ │ │ ├── 737-net-dsa-add-Airoha-AN8855.patch │ │ │ ├── 738-net-phylink-move-phylink_pcs_neg_mode.patch │ │ │ ├── 739-net-add-negotiation-of-in-band-capabilities.patch │ │ │ ├── 790-net-phy-realtek-add-led-link-select-for-RTL8221.patch │ │ │ ├── 806-v6.9-pwm-mediatek-add-support-for-MT7988.patch │ │ │ ├── 830-v6.7-39-thermal-lvts-Convert-to-platform-remove-callback-ret.patch │ │ │ ├── 830-v6.7-40-thermal-drivers-mediatek-lvts_thermal-Make-coeff-con.patch │ │ │ ├── 830-v6.7-41-dt-bindings-thermal-mediatek-Add-LVTS-thermal-sensor.patch │ │ │ ├── 830-v6.7-42-thermal-drivers-mediatek-lvts_thermal-Add-mt7988-sup.patch │ │ │ ├── 830-v6.7-43-thermal-drivers-mediatek-lvts_thermal-Fix-error-chec.patch │ │ │ ├── 830-v6.7-45-thermal-drivers-mediatek-lvts_thermal-Add-suspend-an.patch │ │ │ ├── 830-v6.7-46-dt-bindings-thermal-mediatek-Add-LVTS-thermal-contro.patch │ │ │ ├── 830-v6.7-47-thermal-drivers-mediatek-lvts_thermal-Add-mt8192-sup.patch │ │ │ ├── 830-v6.7-48-thermal-drivers-mediatek-lvts_thermal-Update-calibra.patch │ │ │ ├── 855-i2c-mt65xx-allow-optional-pmic-clock.patch │ │ │ ├── 860-v6.7-07-ASoC-mediatek-mt7986-drop-the-remove-callback-of-mt7.patch │ │ │ ├── 860-v6.7-08-ASoC-mediatek-mt7986-remove-the-mt7986_wm8960_priv-s.patch │ │ │ ├── 860-v6.7-09-ASoC-mediatek-mt7986-add-sample-rate-checker.patch │ │ │ ├── 861-pending-10-ASoC-mediatek-mt7986-silence-error-in-case-of-EPROBE.patch │ │ │ ├── 862-arm64-dts-mt7986-add-afe.patch │ │ │ ├── 863-arm64-dts-mt7986-add-sound-wm8960.patch │ │ │ ├── 864-arm64-dts-mt7986-add-sound-overlay-for-bpi-r3.patch │ │ │ ├── 900-dts-mt7622-bpi-r64-aliases-for-dtoverlay.patch │ │ │ ├── 901-arm-add-cmdline-override.patch │ │ │ ├── 910-dts-mt7622-bpi-r64-wifi-eeprom.patch │ │ │ ├── 911-dts-mt7622-bpi-r64-add-rootdisk.patch │ │ │ ├── 930-spi-mt65xx-enable-sel-clk.patch │ │ │ ├── 940-net-ethernet-mtk_wed-rename-mtk_wed_get_memory_regio.patch │ │ │ ├── 941-arm64-dts-mt7986-move-cpuboot-in-a-dedicated-node.patch │ │ │ ├── 942-net-ethernet-mtk_wed-move-cpuboot-in-a-dedicated-dts.patch │ │ │ ├── 943-net-ethernet-mtk_wed-move-ilm-a-dedicated-dts-node.patch │ │ │ ├── 944-net-ethernet-mtk_wed-move-dlm-a-dedicated-dts-node.patch │ │ │ ├── 945-arm64-dts-mt7986-move-ilm-in-a-dedicated-node.patch │ │ │ ├── 946-arm64-dts-mt7986-move-dlm-in-a-dedicated-node.patch │ │ │ ├── 950-smartrg-i2c-led-driver.patch │ │ │ └── 960-asus-hack-u-boot-ignore-mtdparts.patch │ ├── mpc85xx │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_leds │ │ │ │ │ ├── 02_network │ │ │ │ │ └── 05_compat-version │ │ │ │ ├── hotplug.d │ │ │ │ │ └── ieee80211 │ │ │ │ │ │ ├── 05-wifi-migrate │ │ │ │ │ │ └── 10-fix-wifi-mac │ │ │ │ └── uci-defaults │ │ │ │ │ └── 05_fix-compat-version │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ ├── 05_set_preinit_iface_mpc85xx │ │ │ │ └── 10_fix_eth_mac.sh │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-6.6 │ │ ├── files │ │ │ └── arch │ │ │ │ └── powerpc │ │ │ │ ├── boot │ │ │ │ └── dts │ │ │ │ │ ├── br200-wp.dts │ │ │ │ │ ├── firebox-t10.dts │ │ │ │ │ ├── hiveap-330.dts │ │ │ │ │ ├── msm460.dts │ │ │ │ │ ├── panda.dts │ │ │ │ │ ├── red-15w-rev1.dts │ │ │ │ │ ├── tl-wdr4900-v1.dts │ │ │ │ │ ├── ws-ap3710i.dts │ │ │ │ │ ├── ws-ap3715i.dts │ │ │ │ │ └── ws-ap3825i.dts │ │ │ │ └── platforms │ │ │ │ └── 85xx │ │ │ │ ├── br200-wp.c │ │ │ │ ├── firebox_t10.c │ │ │ │ ├── hiveap-330.c │ │ │ │ ├── msm460.c │ │ │ │ ├── panda.c │ │ │ │ ├── red15w_rev1.c │ │ │ │ ├── tl_wdr4900_v1.c │ │ │ │ ├── ws-ap3710i.c │ │ │ │ ├── ws-ap3715i.c │ │ │ │ └── ws-ap3825i.c │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── p1010.mk │ │ │ ├── p1020.mk │ │ │ ├── p2020.mk │ │ │ └── spi-loader │ │ │ │ ├── .gitignore │ │ │ │ ├── Makefile │ │ │ │ ├── config │ │ │ │ ├── tplink_tl-wdr4900-v1.h │ │ │ │ └── tplink_tl-wdr4900-v1.mk │ │ │ │ ├── drivers │ │ │ │ ├── serial │ │ │ │ │ └── ns16550.c │ │ │ │ └── spi │ │ │ │ │ ├── fsl_espi.c │ │ │ │ │ └── spi-nor.c │ │ │ │ ├── head.S │ │ │ │ ├── include │ │ │ │ ├── image.h │ │ │ │ ├── init.h │ │ │ │ ├── io.h │ │ │ │ ├── ppc_asm.h │ │ │ │ ├── serial.h │ │ │ │ ├── spi-nor.h │ │ │ │ ├── spi.h │ │ │ │ ├── stdio.h │ │ │ │ ├── string.h │ │ │ │ └── types.h │ │ │ │ ├── loader.c │ │ │ │ ├── loader.lds │ │ │ │ ├── stdio.c │ │ │ │ └── string.S │ │ ├── p1010 │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ └── 00-default.mk │ │ │ └── target.mk │ │ ├── p1020 │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ └── 00-default.mk │ │ │ └── target.mk │ │ ├── p2020 │ │ │ ├── config-default │ │ │ ├── profiles │ │ │ │ └── 00-default.mk │ │ │ └── target.mk │ │ └── patches-6.6 │ │ │ ├── 001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch │ │ │ ├── 010-powerpc-add-compressed-zImage-for-mpc85xx.patch │ │ │ ├── 100-powerpc-85xx-tl-wdr4900-v1-support.patch │ │ │ ├── 101-powerpc-85xx-hiveap-330-support.patch │ │ │ ├── 102-powerpc-add-cmdline-override.patch │ │ │ ├── 103-powerpc-85xx-red-15w-rev1.patch │ │ │ ├── 104-powerpc-mpc85xx-change-P2020RDB-dts-file-for-OpenWRT.patch │ │ │ ├── 105-powerpc-85xx-panda-support.patch │ │ │ ├── 106-powerpc-85xx-ws-ap3710i-support.patch │ │ │ ├── 107-powerpc-85xx-add-ws-ap3825i-support.patch │ │ │ ├── 108-powerpc-85xx-firebox-t10-support.patch.patch │ │ │ ├── 109-powerpc-85xx-add-ws-ap3715i-support.patch │ │ │ ├── 110-powerpc-85xx-br200-wp-support.patch │ │ │ ├── 111-powerpc-85xx-hpe-msm-support.patch │ │ │ ├── 150-arch-powerpc-simpleboot-prevent-overwrite-of-CPU1-sp.patch │ │ │ └── 900-powerpc-bootwrapper-disable-uImage-generation.patch │ ├── mvebu │ │ ├── Makefile │ │ ├── base-files │ │ │ └── lib │ │ │ │ └── preinit │ │ │ │ └── 79_move_config │ │ ├── config-6.6 │ │ ├── cortexa53 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ └── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 82_uDPU │ │ │ │ │ └── upgrade │ │ │ │ │ ├── platform.sh │ │ │ │ │ └── uDPU.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── cortexa72 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ └── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ ├── emmc-puzzle.sh │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── cortexa9 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ └── 05_compat-version │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ └── ieee80211 │ │ │ │ │ │ │ └── 00-wifi-config-migrate │ │ │ │ │ ├── init.d │ │ │ │ │ │ └── bootcount │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ ├── 03_wireless │ │ │ │ │ │ ├── 04_mambafan │ │ │ │ │ │ └── 05_fix-compat-version │ │ │ │ ├── lib │ │ │ │ │ ├── preinit │ │ │ │ │ │ └── 81_linksys_syscfg │ │ │ │ │ └── upgrade │ │ │ │ │ │ ├── fortinet.sh │ │ │ │ │ │ ├── linksys.sh │ │ │ │ │ │ └── platform.sh │ │ │ │ └── sbin │ │ │ │ │ └── fan_ctrl.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── files-6.6 │ │ │ └── arch │ │ │ │ ├── arm │ │ │ │ └── boot │ │ │ │ │ └── dts │ │ │ │ │ └── marvell │ │ │ │ │ ├── armada-370-buffalo-ls220de.dts │ │ │ │ │ ├── armada-370-buffalo-ls421de.dts │ │ │ │ │ ├── armada-370-c200-v2.dts │ │ │ │ │ ├── armada-380-iij-sa-w2.dts │ │ │ │ │ ├── armada-385-fortinet-fg-30e.dts │ │ │ │ │ ├── armada-385-fortinet-fg-3xe.dtsi │ │ │ │ │ ├── armada-385-fortinet-fg-50e.dts │ │ │ │ │ ├── armada-385-fortinet-fg-51e.dts │ │ │ │ │ ├── armada-385-fortinet-fg-52e.dts │ │ │ │ │ ├── armada-385-fortinet-fg-5xe.dtsi │ │ │ │ │ ├── armada-385-fortinet-fg-xxe.dtsi │ │ │ │ │ ├── armada-385-fortinet-fwf-50e-2r.dts │ │ │ │ │ ├── armada-385-fortinet-fwf-51e.dts │ │ │ │ │ ├── armada-385-linksys-venom.dts │ │ │ │ │ ├── armada-385-nas1dual.dts │ │ │ │ │ └── armada-385-wd_cloud-mirror-gen2.dts │ │ │ │ └── arm64 │ │ │ │ └── boot │ │ │ │ └── dts │ │ │ │ └── marvell │ │ │ │ ├── armada-3720-eDPU.dts │ │ │ │ ├── armada-3720-espressobin-ultra.dts │ │ │ │ ├── armada-3720-gl-mv1000.dts │ │ │ │ ├── armada-3720-uDPU.dts │ │ │ │ ├── armada-3720-uDPU.dtsi │ │ │ │ ├── armada-7040-mochabin.dts │ │ │ │ ├── armada-7040-rb5009.dts │ │ │ │ ├── cn9130-clearfog-pro.dts │ │ │ │ ├── cn9131-puzzle-m901.dts │ │ │ │ ├── cn9132-puzzle-m902.dts │ │ │ │ └── puzzle-thermal.dtsi │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── clearfog-pro.bootscript │ │ │ ├── clearfog.bootscript │ │ │ ├── cortexa53.mk │ │ │ ├── cortexa72.mk │ │ │ ├── cortexa9.mk │ │ │ ├── espressobin.bootscript │ │ │ ├── gen_mvebu_sdcard_img.sh │ │ │ ├── generic-arm64.bootscript │ │ │ ├── gl-mv1000.bootscript │ │ │ ├── turris-omnia.bootscript │ │ │ └── udpu.bootscript │ │ ├── modules.mk │ │ └── patches-6.6 │ │ │ ├── 100-aardvark-workaround-PCIe.patch │ │ │ ├── 105-power-reset-linkstation-poweroff-add-ls220de.patch │ │ │ ├── 300-mvebu-Mangle-bootloader-s-kernel-arguments.patch │ │ │ ├── 301-mvebu-armada-38x-enable-libata-leds.patch │ │ │ ├── 302-add_powertables.patch │ │ │ ├── 304-revert_i2c_delay.patch │ │ │ ├── 305-armada-385-rd-mtd-partitions.patch │ │ │ ├── 306-ARM-mvebu-385-ap-Add-partitions.patch │ │ │ ├── 307-armada-xp-linksys-mamba-broken-idle.patch │ │ │ ├── 308-armada-xp-linksys-mamba-wan.patch │ │ │ ├── 309-linksys-status-led.patch │ │ │ ├── 310-linksys-use-eth0-as-cpu-port.patch │ │ │ ├── 311-adjust-compatible-for-linksys.patch │ │ │ ├── 312-ARM-dts-armada388-clearfog-emmc-on-clearfog-base.patch │ │ │ ├── 313-helios4-dts-status-led-alias.patch │ │ │ ├── 314-arm64-dts-marvell-enable-heartbeat-LED-by-default.patch │ │ │ ├── 315-armada-xp-linksys-mamba-resize-kernel.patch │ │ │ ├── 316-armada-370-dts-fix-crypto-engine.patch │ │ │ ├── 320-arm-dts-armada-370-synology-ds213j-mtd-parts.patch │ │ │ ├── 350-drivers-thermal-step_wise-add-support-for-hysteresis.patch │ │ │ ├── 400-find_active_root.patch │ │ │ ├── 700-mvneta-tx-queue-workaround.patch │ │ │ ├── 701-mvpp2-read-mac-address-from-nvmem.patch │ │ │ ├── 800-cpuidle-mvebu-indicate-failure-to-enter-deeper-sleep.patch │ │ │ ├── 801-pci-mvebu-time-out-reset-on-link-up.patch │ │ │ ├── 820-v6.11-01-dt-bindings-firmware-add-cznic-turris-omnia-mcu-bind.patch │ │ │ ├── 820-v6.11-02-platform-cznic-Add-preliminary-support-for-Turris-Om.patch │ │ │ ├── 820-v6.11-03-platform-cznic-turris-omnia-mcu-Add-support-for-MCU-.patch │ │ │ ├── 820-v6.11-04-platform-cznic-turris-omnia-mcu-Add-support-for-powe.patch │ │ │ ├── 820-v6.11-05-platform-cznic-turris-omnia-mcu-Add-support-for-MCU-.patch │ │ │ ├── 820-v6.11-06-platform-cznic-turris-omnia-mcu-Add-support-for-MCU-.patch │ │ │ ├── 820-v6.11-07-ARM-dts-turris-omnia-Add-MCU-system-controller-node.patch │ │ │ ├── 820-v6.11-08-ARM-dts-turris-omnia-Add-GPIO-key-node-for-front-but.patch │ │ │ ├── 820-v6.11-09-platform-cznic-turris-omnia-mcu-Depend-on-OF.patch │ │ │ ├── 820-v6.11-10-platform-cznic-turris-omnia-mcu-Depend-on-WATCHDOG.patch │ │ │ ├── 820-v6.11-11-platform-cznic-turris-omnia-mcu-fix-Kconfig-dependen.patch │ │ │ ├── 901-dt-bindings-Add-IEI-vendor-prefix-and-IEI-WT61P803-P.patch │ │ │ ├── 902-drivers-mfd-Add-a-driver-for-IEI-WT61P803-PUZZLE-MCU.patch │ │ │ ├── 903-drivers-hwmon-Add-the-IEI-WT61P803-PUZZLE-HWMON-driv.patch │ │ │ ├── 904-drivers-leds-Add-the-IEI-WT61P803-PUZZLE-LED-driver.patch │ │ │ ├── 905-Documentation-ABI-Add-iei-wt61p803-puzzle-driver-sys.patch │ │ │ ├── 906-Documentation-hwmon-Add-iei-wt61p803-puzzle-hwmon-dr.patch │ │ │ ├── 907-MAINTAINERS-Add-an-entry-for-the-IEI-WT61P803-PUZZLE.patch │ │ │ ├── 910-drivers-leds-wt61p803-puzzle-improvements.patch │ │ │ ├── 911-drivers-leds-wt61p803-puzzle-mcu-retry.patch │ │ │ └── 912-drivers-hwmon-wt61p803-puzzle-thermal-zone.patch │ ├── mxs │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ ├── board.d │ │ │ │ └── 02_network │ │ │ │ ├── diag.sh │ │ │ │ └── inittab │ │ ├── config-6.6 │ │ ├── generic │ │ │ └── target.mk │ │ └── image │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ ├── gen_sdcard_ext4_ext4.sh │ │ │ └── gen_sdcard_vfat_ext4.sh │ ├── octeon │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── board.d │ │ │ │ │ └── 01_network │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ ├── 01_sysinfo │ │ │ │ └── 79_move_config │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-6.6 │ │ ├── files │ │ │ └── arch │ │ │ │ └── mips │ │ │ │ └── boot │ │ │ │ └── dts │ │ │ │ └── cavium-octeon │ │ │ │ ├── cn5020_ubnt_usg.dts │ │ │ │ ├── cn6130_cisco_vedge1000.dts │ │ │ │ ├── cn7130_ubnt_edgerouter-4.dts │ │ │ │ ├── cn7130_ubnt_edgerouter-6p.dts │ │ │ │ ├── cn7130_ubnt_edgerouter-e300.dtsi │ │ │ │ └── cn71xx.dtsi │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ └── Makefile │ │ ├── patches-6.6 │ │ │ ├── 100-mips_image_cmdline_hack.patch │ │ │ ├── 100-ubnt_edgerouter2_support.patch │ │ │ ├── 110-er200-ethernet_probe_order.patch │ │ │ ├── 120-cmdline-hack.patch │ │ │ ├── 130-add_itus_support.patch │ │ │ ├── 150-ubnt_usg_support.patch │ │ │ ├── 700-allocate_interface_by_label.patch │ │ │ └── 701-honor_sgmii_node_device_tree_status.patch │ │ └── profiles │ │ │ └── 000-Generic.mk │ ├── omap │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ └── 79_move_config │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-6.6 │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ ├── gen_omap_sdcard_img.sh │ │ │ └── ubinize.cfg │ │ ├── patches-6.6 │ │ │ └── 900-use-cpsw-ethernet-driver.patch │ │ └── profiles │ │ │ └── 00-default.mk │ ├── pistachio │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── board.d │ │ │ │ │ └── 02_network │ │ │ └── lib │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-6.6 │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ └── Makefile │ │ ├── patches-6.6 │ │ │ ├── 101-dmaengine-img-mdc-Handle-early-status-read.patch │ │ │ ├── 102-spi-img-spfi-Implement-dual-and-quad-mode.patch │ │ │ ├── 104-spi-img-spfi-use-device-0-configuration-for-all-devi.patch │ │ │ ├── 105-spi-img-spfi-RX-maximum-burst-size-for-DMA-is-8.patch │ │ │ ├── 106-spi-img-spfi-finish-every-transfer-cleanly.patch │ │ │ ├── 108-clk-pistachio-Fix-wrong-SDHost-card-speed.patch │ │ │ ├── 109-MIPS-DTS-img-marduk-switch-mmc-to-1-bit-mode.patch │ │ │ ├── 401-mtd-nor-support-mtd-name-from-device-tree.patch │ │ │ ├── 901-MIPS-DTS-img-marduk-Add-SPI-NAND-flash.patch │ │ │ ├── 902-MIPS-DTS-img-marduk-Add-Cascoda-CA8210-6LoWPAN.patch │ │ │ ├── 903-MIPS-DTS-img-marduk-Add-NXP-SC16IS752IPW.patch │ │ │ ├── 904-MIPS-DTS-img-marduk-Add-partition-name.patch │ │ │ └── 905-MIPS-DTS-img-marduk-Add-led-aliases.patch │ │ └── profiles │ │ │ └── 00-default.mk │ ├── qoriq │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── board.d │ │ │ │ │ ├── 02_network │ │ │ │ │ └── 05_compat-version │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ └── 79_move_config │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-6.6 │ │ ├── files │ │ │ └── arch │ │ │ │ └── powerpc │ │ │ │ └── boot │ │ │ │ └── dts │ │ │ │ └── fsl │ │ │ │ └── watchguard-firebox-m300.dts │ │ ├── generic │ │ │ └── target.mk │ │ └── image │ │ │ ├── Makefile │ │ │ └── generic.mk │ ├── qualcommax │ │ ├── Makefile │ │ ├── config-6.6 │ │ ├── files │ │ │ ├── arch │ │ │ │ └── arm64 │ │ │ │ │ └── boot │ │ │ │ │ └── dts │ │ │ │ │ └── qcom │ │ │ │ │ ├── ipq6010-mango-dvk.dts │ │ │ │ │ ├── ipq6010-wax214.dts │ │ │ │ │ ├── ipq6010-xe3-4.dts │ │ │ │ │ ├── ipq6018-512m.dtsi │ │ │ │ │ ├── ipq6018-cp-cpu.dtsi │ │ │ │ │ ├── ipq6018-cpr-regulator.dtsi │ │ │ │ │ ├── ipq6018-ess.dtsi │ │ │ │ │ ├── ipq6018-fap650.dts │ │ │ │ │ ├── ipq6018-fixed-smps.dtsi │ │ │ │ │ ├── ipq8070-cax1800.dts │ │ │ │ │ ├── ipq8070-rm2-6.dts │ │ │ │ │ ├── ipq8071-ax3600-stock.dts │ │ │ │ │ ├── ipq8071-ax3600.dts │ │ │ │ │ ├── ipq8071-ax3600.dtsi │ │ │ │ │ ├── ipq8071-ax6-stock.dts │ │ │ │ │ ├── ipq8071-ax6.dts │ │ │ │ │ ├── ipq8071-eap102.dts │ │ │ │ │ ├── ipq8071-mf269-stock.dts │ │ │ │ │ ├── ipq8071-mf269.dts │ │ │ │ │ ├── ipq8072-301w.dts │ │ │ │ │ ├── ipq8072-aw1000.dts │ │ │ │ │ ├── ipq8072-ax880.dts │ │ │ │ │ ├── ipq8072-ax9000.dts │ │ │ │ │ ├── ipq8072-dl-wrx36.dts │ │ │ │ │ ├── ipq8072-eap660hd-v1.dts │ │ │ │ │ ├── ipq8072-haze.dts │ │ │ │ │ ├── ipq8072-mx5300.dts │ │ │ │ │ ├── ipq8072-mx8500.dts │ │ │ │ │ ├── ipq8072-sax1v1k.dts │ │ │ │ │ ├── ipq8072-wax218.dts │ │ │ │ │ ├── ipq8072-wax620.dts │ │ │ │ │ ├── ipq8072-wpq873.dts │ │ │ │ │ ├── ipq8072-zbt-z800ax.dts │ │ │ │ │ ├── ipq8074-512m.dtsi │ │ │ │ │ ├── ipq8074-ac-cpu.dtsi │ │ │ │ │ ├── ipq8074-cpr-regulator.dtsi │ │ │ │ │ ├── ipq8074-ess.dtsi │ │ │ │ │ ├── ipq8074-hk-cpu.dtsi │ │ │ │ │ ├── ipq8074-nbg7815.dts │ │ │ │ │ ├── ipq8074-rax120v2.dts │ │ │ │ │ ├── ipq8074-rt-ax89x.dts │ │ │ │ │ ├── ipq8074-sxk80.dtsi │ │ │ │ │ ├── ipq8074-sxr80.dts │ │ │ │ │ ├── ipq8074-sxs80.dts │ │ │ │ │ ├── ipq8074-wax630.dts │ │ │ │ │ ├── ipq8074-wxr-5950ax12.dts │ │ │ │ │ ├── ipq8174-mx4200.dtsi │ │ │ │ │ ├── ipq8174-mx4200v1.dts │ │ │ │ │ ├── ipq8174-mx4200v2.dts │ │ │ │ │ ├── ipq8174-mx4300.dts │ │ │ │ │ └── ipq8174-mx4x00.dtsi │ │ │ └── include │ │ │ │ └── dt-bindings │ │ │ │ └── net │ │ │ │ └── qcom-ipq-ess.h │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── ipq60xx.mk │ │ │ └── ipq807x.mk │ │ ├── ipq60xx │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ └── firmware │ │ │ │ │ │ │ └── 11-ath11-caldata │ │ │ │ │ └── init.d │ │ │ │ │ │ └── bootcount │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-default │ │ │ └── target.mk │ │ ├── ipq807x │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ └── 05_compat-version │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ ├── firmware │ │ │ │ │ │ │ ├── 11-ath10k-caldata │ │ │ │ │ │ │ └── 11-ath11k-caldata │ │ │ │ │ │ └── ieee80211 │ │ │ │ │ │ │ ├── 05-wifi-migrate │ │ │ │ │ │ │ └── 11_fix_wifi_mac │ │ │ │ │ ├── init.d │ │ │ │ │ │ ├── bootcount │ │ │ │ │ │ ├── set-irq-affinity │ │ │ │ │ │ └── smp_affinity │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── 15_smp_affinity │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 09_mount_factory_data │ │ │ │ │ └── upgrade │ │ │ │ │ ├── buffalo.sh │ │ │ │ │ └── platform.sh │ │ │ ├── config-default │ │ │ └── target.mk │ │ └── patches-6.6 │ │ │ ├── 0024-v6.7-dt-bindings-arm-qcom-ids-Add-IDs-for-IPQ8174-family.patch │ │ │ ├── 0025-v6.7-cpufreq-qcom-nvmem-add-support-for-IPQ6018.patch │ │ │ ├── 0026-v6.7-cpufreq-qcom-nvmem-add-support-for-IPQ8074.patch │ │ │ ├── 0027-v6.7-clk-qcom-apss-ipq6018-add-the-GPLL0-clock-also-as-cl.patch │ │ │ ├── 0028-v6.7-arm64-dts-qcom-ipq8074-include-the-GPLL0-as-clock-pr.patch │ │ │ ├── 0052-v6.7-arm64-dts-qcom-ipq6018-include-the-GPLL0-as.patch │ │ │ ├── 0053-v6.7-clk-qcom-gcc-ipq6018-add-QUP6-I2C-clock.patch │ │ │ ├── 0054-v6.8-arm64-dts-qcom-ipq6018-use-CPUFreq-NVMEM.patch │ │ │ ├── 0055-v6.8-arm64-dts-ipq6018-Add-remaining-QUP-UART-node.patch │ │ │ ├── 0056-v6.9-arm64-dts-qcom-Fix-hs_phy_irq-for-QUSB2-targets.patch │ │ │ ├── 0057-v6.8-hwspinlock-qcom-Remove-IPQ6018-SOC-specific-.patch │ │ │ ├── 0058-v6.9-arm64-dts-qcom-ipq6018-add-tsens-node.patch │ │ │ ├── 0059-v6.9-arm64-dts-qcom-ipq6018-add-thermal-zones.patch │ │ │ ├── 0060-v6.9-clk-qcom-gcc-ipq6018-add-qdss_at-clock-needed-for-wi.patch │ │ │ ├── 0061-v6.8-phy-qcom-qmp-usb-fix-serdes-init-sequence-for-IPQ6018.patch │ │ │ ├── 0062-v6.8-arm64-dts-qcom-ipq8074-Add-QUP4-SPI-node.patch │ │ │ ├── 0063-v6.9-arm64-dts-qcom-ipq8074-Remove-unused-gpio-from-QPIC-.patch │ │ │ ├── 0100-clk-qcom-clk-rcg2-introduce-support-for-multiple-con.patch │ │ │ ├── 0101-clk-qcom-gcc-ipq8074-rework-nss_port5-6-clock-to-mul.patch │ │ │ ├── 0102-arm64-dts-ipq8074-add-reserved-memory-nodes.patch │ │ │ ├── 0110-arm64-dts-qcom-ipq8074-pass-QMP-PCI-PHY-PIPE-clocks-.patch │ │ │ ├── 0111-arm64-dts-qcom-ipq8074-use-msi-parent-for-PCIe.patch │ │ │ ├── 0112-remoteproc-qcom-Add-PRNG-proxy-clock.patch │ │ │ ├── 0113-remoteproc-qcom-Add-secure-PIL-support.patch │ │ │ ├── 0114-remoteproc-qcom-Add-support-for-split-q6-m3-wlan-fir.patch │ │ │ ├── 0115-remoteproc-qcom-Add-ssr-subdevice-identifier.patch │ │ │ ├── 0116-remoteproc-qcom-Update-regmap-offsets-for-halt-regis.patch │ │ │ ├── 0117-dt-bindings-clock-qcom-Add-reset-for-WCSSAON.patch │ │ │ ├── 0118-clk-qcom-Add-WCSSAON-reset.patch │ │ │ ├── 0119-remoteproc-wcss-disable-auto-boot-for-IPQ8074.patch │ │ │ ├── 0120-arm64-dts-qcom-Enable-Q6v5-WCSS-for-ipq8074-SoC.patch │ │ │ ├── 0121-arm64-dts-ipq8074-Add-WLAN-node.patch │ │ │ ├── 0122-arm64-dts-ipq8074-add-CPU-clock.patch │ │ │ ├── 0123-arm64-dts-ipq8074-add-cooling-cells-to-CPU-nodes.patch │ │ │ ├── 0129-arm64-dts-qcom-ipq8074-add-QFPROM-fuses.patch │ │ │ ├── 0130-arm64-dts-qcom-ipq8074-add-CPU-OPP-table.patch │ │ │ ├── 0136-remoteproc-qcom-wcss-populate-driver-data-for-IPQ601.patch │ │ │ ├── 0137-arm64-dts-qcom-ipq6018-add-SDHCI-node.patch │ │ │ ├── 0139-arm64-dts-qcom-ipq6018-add-LDOA2-regulator.patch │ │ │ ├── 0140-arm64-dts-qcom-ipq6018-add-NSS-reserved-memory.patch │ │ │ ├── 0400-mtd-rawnand-add-support-for-TH58NYG3S0HBAI4.patch │ │ │ ├── 0900-power-Add-Qualcomm-APM.patch │ │ │ ├── 0901-regulator-add-Qualcomm-CPR-regulators.patch │ │ │ ├── 0902-arm64-dts-ipq8074-add-label-to-clocks.patch │ │ │ ├── 0903-psci-dont-advertise-OSI-support-for-IPQ6018.patch │ │ │ ├── 0904-clk-qcom-ipq6018-workaround-networking-clock-parenti.patch │ │ │ ├── 0905-remoteproc-q6v5_wcss-change-ssr-name-for-ipq6018-wif.patch │ │ │ ├── 0906-arm64-dts-qcom-ipq6018-add-wifi-node.patch │ │ │ ├── 0907-soc-qcom-fix-smp2p-ack-on-ipq6018.patch │ │ │ ├── 0908-remoteproc-qcom_q6v5_wcss-add-optional-qdss_at-clock.patch │ │ │ ├── 0909-arm64-dts-qcom-ipq6018-assign-QDSS_AT-clock-to-wifi-.patch │ │ │ ├── 0910-arm64-dts-qcom-ipq6018-change-voltage-to-perf-levels.patch │ │ │ └── 0911-arm64-cmdline-replacement.patch │ ├── ramips │ │ ├── Makefile │ │ ├── base-files │ │ │ └── etc │ │ │ │ ├── hotplug.d │ │ │ │ └── usb │ │ │ │ │ └── 10-motion │ │ │ │ ├── inittab │ │ │ │ └── uci-defaults │ │ │ │ ├── 04_led_migration │ │ │ │ └── 09_fix-checksum │ │ ├── dts │ │ │ ├── mt7620a.dtsi │ │ │ ├── mt7620a_aigale_ai-br100.dts │ │ │ ├── mt7620a_alfa-network_ac1200rm.dts │ │ │ ├── mt7620a_alfa-network_r36m-e4g.dts │ │ │ ├── mt7620a_alfa-network_tube-e4g.dts │ │ │ ├── mt7620a_ampedwireless_b1200ex.dts │ │ │ ├── mt7620a_asus_rp-n53.dts │ │ │ ├── mt7620a_asus_rt-ac51u.dts │ │ │ ├── mt7620a_asus_rt-ac54u.dts │ │ │ ├── mt7620a_asus_rt-ac5x.dtsi │ │ │ ├── mt7620a_bdcom_wap2100-sk.dts │ │ │ ├── mt7620a_bolt_bl100.dts │ │ │ ├── mt7620a_bolt_bl201.dts │ │ │ ├── mt7620a_buffalo_whr-1166d.dts │ │ │ ├── mt7620a_buffalo_whr-300hp2.dts │ │ │ ├── mt7620a_buffalo_whr-600d.dts │ │ │ ├── mt7620a_cameo_810.dtsi │ │ │ ├── mt7620a_dlink_dch-m225.dts │ │ │ ├── mt7620a_dlink_dir-510l.dts │ │ │ ├── mt7620a_dlink_dir-806a-b1.dts │ │ │ ├── mt7620a_dlink_dir-810l.dts │ │ │ ├── mt7620a_dlink_dwr-118-a1.dts │ │ │ ├── mt7620a_dlink_dwr-118-a2.dts │ │ │ ├── mt7620a_dlink_dwr-960.dts │ │ │ ├── mt7620a_dlink_dwr-961-a1.dts │ │ │ ├── mt7620a_dlink_dwr-96x.dtsi │ │ │ ├── mt7620a_domywifi.dtsi │ │ │ ├── mt7620a_domywifi_dm202.dts │ │ │ ├── mt7620a_domywifi_dm203.dts │ │ │ ├── mt7620a_domywifi_dw22d.dts │ │ │ ├── mt7620a_dovado_tiny-ac.dts │ │ │ ├── mt7620a_edimax_br-6208ac-v2.dts │ │ │ ├── mt7620a_edimax_br-6478ac-v2.dts │ │ │ ├── mt7620a_edimax_ew-7476rpc.dts │ │ │ ├── mt7620a_edimax_ew-7478ac.dts │ │ │ ├── mt7620a_edimax_ew-7478apc.dts │ │ │ ├── mt7620a_edimax_ew-747x.dtsi │ │ │ ├── mt7620a_engenius_epg600.dts │ │ │ ├── mt7620a_engenius_esr600.dts │ │ │ ├── mt7620a_fon_fon2601.dts │ │ │ ├── mt7620a_glinet_gl-mt300a.dts │ │ │ ├── mt7620a_glinet_gl-mt300n.dts │ │ │ ├── mt7620a_glinet_gl-mt750.dts │ │ │ ├── mt7620a_head-weblink_hdrm200.dts │ │ │ ├── mt7620a_hiwifi_hc5661.dts │ │ │ ├── mt7620a_hiwifi_hc5761.dts │ │ │ ├── mt7620a_hiwifi_hc5861.dts │ │ │ ├── mt7620a_hiwifi_hc5x61.dtsi │ │ │ ├── mt7620a_hnet_c108.dts │ │ │ ├── mt7620a_hongdian_h8922-v30.dts │ │ │ ├── mt7620a_humax_e2.dts │ │ │ ├── mt7620a_iodata_wn-ac1167gr.dts │ │ │ ├── mt7620a_iodata_wn-ac733gr3.dts │ │ │ ├── mt7620a_iptime.dtsi │ │ │ ├── mt7620a_iptime_a1004ns.dts │ │ │ ├── mt7620a_iptime_a104ns.dts │ │ │ ├── mt7620a_kimax_u25awf-h1.dts │ │ │ ├── mt7620a_lava_lr-25g001.dts │ │ │ ├── mt7620a_lb-link_bl-w1200.dts │ │ │ ├── mt7620a_lenovo_newifi-y1.dts │ │ │ ├── mt7620a_lenovo_newifi-y1.dtsi │ │ │ ├── mt7620a_lenovo_newifi-y1s.dts │ │ │ ├── mt7620a_linksys_e1700.dts │ │ │ ├── mt7620a_microduino_microwrt.dts │ │ │ ├── mt7620a_netcore_nw5212.dts │ │ │ ├── mt7620a_netgear_ex2700.dts │ │ │ ├── mt7620a_netgear_ex3700.dts │ │ │ ├── mt7620a_netgear_ex3x00_ex61xx.dtsi │ │ │ ├── mt7620a_netgear_ex6120.dts │ │ │ ├── mt7620a_netgear_ex6130.dts │ │ │ ├── mt7620a_netgear_wn3000rp-v3.dts │ │ │ ├── mt7620a_netgear_wn3100rp-v2.dts │ │ │ ├── mt7620a_netgear_wn3x00rp.dtsi │ │ │ ├── mt7620a_netis_wf2770.dts │ │ │ ├── mt7620a_ohyeah_oy-0001.dts │ │ │ ├── mt7620a_phicomm_k2-v22.4.dts │ │ │ ├── mt7620a_phicomm_k2-v22.5.dts │ │ │ ├── mt7620a_phicomm_k2g.dts │ │ │ ├── mt7620a_phicomm_k2x.dtsi │ │ │ ├── mt7620a_phicomm_psg1208.dts │ │ │ ├── mt7620a_phicomm_psg1218b.dts │ │ │ ├── mt7620a_planex_cs-qr10.dts │ │ │ ├── mt7620a_planex_db-wrt01.dts │ │ │ ├── mt7620a_planex_mzk-750dhp.dts │ │ │ ├── mt7620a_planex_mzk-ex300np.dts │ │ │ ├── mt7620a_planex_mzk-ex750np.dts │ │ │ ├── mt7620a_ralink_mt7620a-evb.dts │ │ │ ├── mt7620a_ralink_mt7620a-mt7530-evb.dts │ │ │ ├── mt7620a_ralink_mt7620a-mt7610e-evb.dts │ │ │ ├── mt7620a_ralink_mt7620a-v22sg-evb.dts │ │ │ ├── mt7620a_rostelecom_rt-fl-1.dts │ │ │ ├── mt7620a_rostelecom_s1010.dts │ │ │ ├── mt7620a_sanlinking_d240.dts │ │ │ ├── mt7620a_sercomm_cpj.dtsi │ │ │ ├── mt7620a_sercomm_na930.dts │ │ │ ├── mt7620a_sitecom_wlr-4100-v1-002.dts │ │ │ ├── mt7620a_tplink_8m.dtsi │ │ │ ├── mt7620a_tplink_archer-c2-v1.dts │ │ │ ├── mt7620a_tplink_archer-c20-v1.dts │ │ │ ├── mt7620a_tplink_archer-c20i.dts │ │ │ ├── mt7620a_tplink_archer-c5-v4.dts │ │ │ ├── mt7620a_tplink_archer-c50-v1.dts │ │ │ ├── mt7620a_tplink_archer-mr200.dts │ │ │ ├── mt7620a_tplink_ec220-g5-v2.dts │ │ │ ├── mt7620a_tplink_re200-v1.dts │ │ │ ├── mt7620a_tplink_re210-v1.dts │ │ │ ├── mt7620a_tplink_re2x0-v1.dtsi │ │ │ ├── mt7620a_trendnet_tew-810dr.dts │ │ │ ├── mt7620a_wavlink_wl-wn530hg4.dts │ │ │ ├── mt7620a_wavlink_wl-wn531g3-a2.dts │ │ │ ├── mt7620a_wavlink_wl-wn531g3.dts │ │ │ ├── mt7620a_wavlink_wl-wn535k1.dts │ │ │ ├── mt7620a_wavlink_wl-wn579x3.dts │ │ │ ├── mt7620a_wevo_air-duo.dts │ │ │ ├── mt7620a_xiaomi_miwifi-mini.dts │ │ │ ├── mt7620a_youku_x2.dts │ │ │ ├── mt7620a_youku_yk-l1.dts │ │ │ ├── mt7620a_youku_yk-l1.dtsi │ │ │ ├── mt7620a_youku_yk-l1c.dts │ │ │ ├── mt7620a_yukai_bocco.dts │ │ │ ├── mt7620a_zbtlink_zbt-ape522ii.dts │ │ │ ├── mt7620a_zbtlink_zbt-we1026-5g-16m.dts │ │ │ ├── mt7620a_zbtlink_zbt-we1026-5g.dtsi │ │ │ ├── mt7620a_zbtlink_zbt-we1026-h-32m.dts │ │ │ ├── mt7620a_zbtlink_zbt-we1026-h.dtsi │ │ │ ├── mt7620a_zbtlink_zbt-we1026.dtsi │ │ │ ├── mt7620a_zbtlink_zbt-we826-16m.dts │ │ │ ├── mt7620a_zbtlink_zbt-we826-32m.dts │ │ │ ├── mt7620a_zbtlink_zbt-we826-e.dts │ │ │ ├── mt7620a_zbtlink_zbt-we826.dtsi │ │ │ ├── mt7620a_zte_q7.dts │ │ │ ├── mt7620a_zyxel_keenetic-viva.dts │ │ │ ├── mt7620n.dtsi │ │ │ ├── mt7620n_asus_rt-n12p.dts │ │ │ ├── mt7620n_asus_rt-n14u.dts │ │ │ ├── mt7620n_buffalo_wmr-300.dts │ │ │ ├── mt7620n_comfast_cf-wr800n.dts │ │ │ ├── mt7620n_dlink_dwr-116-a1.dts │ │ │ ├── mt7620n_dlink_dwr-921-c1.dts │ │ │ ├── mt7620n_dlink_dwr-922-e2.dts │ │ │ ├── mt7620n_elecom_wrh-300cr.dts │ │ │ ├── mt7620n_hootoo_ht-tm05.dts │ │ │ ├── mt7620n_kimax_u35wf.dts │ │ │ ├── mt7620n_kingston_mlw221.dts │ │ │ ├── mt7620n_kingston_mlwg2.dts │ │ │ ├── mt7620n_netgear_jwnr2010-v5.dts │ │ │ ├── mt7620n_netgear_n300.dtsi │ │ │ ├── mt7620n_netgear_pr2000.dts │ │ │ ├── mt7620n_nexx_wt3020-4m.dts │ │ │ ├── mt7620n_nexx_wt3020-8m.dts │ │ │ ├── mt7620n_nexx_wt3020.dtsi │ │ │ ├── mt7620n_ravpower_rp-wd03.dts │ │ │ ├── mt7620n_snr_cpe-w4n-mt.dts │ │ │ ├── mt7620n_sunvalley_filehub.dtsi │ │ │ ├── mt7620n_vonets_var11n-300.dts │ │ │ ├── mt7620n_wrtnode_wrtnode.dts │ │ │ ├── mt7620n_zbtlink_zbt-cpe102.dts │ │ │ ├── mt7620n_zbtlink_zbt-wa05.dts │ │ │ ├── mt7620n_zbtlink_zbt-we2026.dts │ │ │ ├── mt7620n_zbtlink_zbt-wr8305rt.dts │ │ │ ├── mt7620n_zyxel_keenetic-lite-iii-a.dts │ │ │ ├── mt7620n_zyxel_keenetic-omni-ii.dts │ │ │ ├── mt7620n_zyxel_keenetic-omni.dts │ │ │ ├── mt7621.dtsi │ │ │ ├── mt7621_adslr_g7.dts │ │ │ ├── mt7621_afoundry_ew1200.dts │ │ │ ├── mt7621_alfa-network_ax1800rm.dts │ │ │ ├── mt7621_alfa-network_quad-e4g.dts │ │ │ ├── mt7621_ampedwireless_ally-00x19k.dts │ │ │ ├── mt7621_ampedwireless_ally-r1900k.dts │ │ │ ├── mt7621_ampedwireless_ally.dtsi │ │ │ ├── mt7621_arcadyan_we420223-99.dts │ │ │ ├── mt7621_arcadyan_wg4xx223.dtsi │ │ │ ├── mt7621_asiarf_ap7621-001.dts │ │ │ ├── mt7621_asiarf_ap7621-nv1.dts │ │ │ ├── mt7621_asiarf_ap7621.dtsi │ │ │ ├── mt7621_asus_rp-ac56.dts │ │ │ ├── mt7621_asus_rp-ac87.dts │ │ │ ├── mt7621_asus_rt-ac57u-v1.dts │ │ │ ├── mt7621_asus_rt-ac65p.dts │ │ │ ├── mt7621_asus_rt-ac85p.dts │ │ │ ├── mt7621_asus_rt-acx5p.dtsi │ │ │ ├── mt7621_asus_rt-ax53u.dts │ │ │ ├── mt7621_asus_rt-ax54.dts │ │ │ ├── mt7621_asus_rt-n56u-b1.dts │ │ │ ├── mt7621_beeline_smartbox-flash.dts │ │ │ ├── mt7621_beeline_smartbox-giga.dts │ │ │ ├── mt7621_beeline_smartbox-pro.dts │ │ │ ├── mt7621_beeline_smartbox-turbo-plus.dts │ │ │ ├── mt7621_beeline_smartbox-turbo.dts │ │ │ ├── mt7621_belkin_rt1800.dts │ │ │ ├── mt7621_bolt_arion.dts │ │ │ ├── mt7621_buffalo_wsr-1166dhp.dts │ │ │ ├── mt7621_buffalo_wsr-2533dhpl.dts │ │ │ ├── mt7621_buffalo_wsr-2533dhpl2.dts │ │ │ ├── mt7621_buffalo_wsr-2533dhpls.dts │ │ │ ├── mt7621_buffalo_wsr-2533dhplx.dtsi │ │ │ ├── mt7621_buffalo_wsr-600dhp.dts │ │ │ ├── mt7621_comfast_cf-e390ax.dts │ │ │ ├── mt7621_comfast_cf-ew72-v2.dts │ │ │ ├── mt7621_confiabits_mt7621-v1.dts │ │ │ ├── mt7621_cudy_m1300-v2.dts │ │ │ ├── mt7621_cudy_m1800.dts │ │ │ ├── mt7621_cudy_wr1300-v1.dts │ │ │ ├── mt7621_cudy_wr1300-v2.dts │ │ │ ├── mt7621_cudy_wr1300-v2v3.dtsi │ │ │ ├── mt7621_cudy_wr1300-v3.dts │ │ │ ├── mt7621_cudy_wr2100.dts │ │ │ ├── mt7621_cudy_x6-v1.dts │ │ │ ├── mt7621_cudy_x6-v2.dts │ │ │ ├── mt7621_cudy_x6.dtsi │ │ │ ├── mt7621_d-team_newifi-d2.dts │ │ │ ├── mt7621_d-team_pbr-m1.dts │ │ │ ├── mt7621_dlink_covr-x1860-a1.dts │ │ │ ├── mt7621_dlink_dap-1620-b1.dts │ │ │ ├── mt7621_dlink_dap-x1860-a1.dts │ │ │ ├── mt7621_dlink_dir-1935-a1.dts │ │ │ ├── mt7621_dlink_dir-1960-a1.dts │ │ │ ├── mt7621_dlink_dir-2055-a1.dts │ │ │ ├── mt7621_dlink_dir-2150-a1.dts │ │ │ ├── mt7621_dlink_dir-2150-r1.dts │ │ │ ├── mt7621_dlink_dir-2640-a1.dts │ │ │ ├── mt7621_dlink_dir-2660-a1.dts │ │ │ ├── mt7621_dlink_dir-3040-a1.dts │ │ │ ├── mt7621_dlink_dir-3060-a1.dts │ │ │ ├── mt7621_dlink_dir-853-a1.dts │ │ │ ├── mt7621_dlink_dir-853-a3.dts │ │ │ ├── mt7621_dlink_dir-853-r1.dts │ │ │ ├── mt7621_dlink_dir-860l-b1.dts │ │ │ ├── mt7621_dlink_dir-867-a1.dts │ │ │ ├── mt7621_dlink_dir-878-a1.dts │ │ │ ├── mt7621_dlink_dir-878-r1.dts │ │ │ ├── mt7621_dlink_dir-882-a1.dts │ │ │ ├── mt7621_dlink_dir-882-r1.dts │ │ │ ├── mt7621_dlink_dir-8xx.dtsi │ │ │ ├── mt7621_dlink_dir_nand_128m.dtsi │ │ │ ├── mt7621_dlink_dra-1360-a1.dts │ │ │ ├── mt7621_dlink_dxx-1xx0-x1.dtsi │ │ │ ├── mt7621_dlink_flash-16m-a1.dtsi │ │ │ ├── mt7621_dlink_flash-16m-r1.dtsi │ │ │ ├── mt7621_dna_valokuitu-plus-ex400.dts │ │ │ ├── mt7621_dual-q_h721.dts │ │ │ ├── mt7621_edimax_ra21s.dts │ │ │ ├── mt7621_edimax_re23s.dts │ │ │ ├── mt7621_edimax_rg21s.dts │ │ │ ├── mt7621_edimax_rx21s.dtsi │ │ │ ├── mt7621_elecom_wmc-m1267gst2.dts │ │ │ ├── mt7621_elecom_wmc-s1267gs2.dts │ │ │ ├── mt7621_elecom_wmc-x1800gst.dts │ │ │ ├── mt7621_elecom_wrc-1167ghbk2-s.dts │ │ │ ├── mt7621_elecom_wrc-1167gs2-b.dts │ │ │ ├── mt7621_elecom_wrc-1167gst2.dts │ │ │ ├── mt7621_elecom_wrc-1750gs.dts │ │ │ ├── mt7621_elecom_wrc-1750gst2.dts │ │ │ ├── mt7621_elecom_wrc-1750gsv.dts │ │ │ ├── mt7621_elecom_wrc-1900gst.dts │ │ │ ├── mt7621_elecom_wrc-2533ghbk-i.dts │ │ │ ├── mt7621_elecom_wrc-2533ghbk.dtsi │ │ │ ├── mt7621_elecom_wrc-2533ghbk2-t.dts │ │ │ ├── mt7621_elecom_wrc-2533gs2.dts │ │ │ ├── mt7621_elecom_wrc-2533gst.dts │ │ │ ├── mt7621_elecom_wrc-2533gst2.dts │ │ │ ├── mt7621_elecom_wrc-gs-1pci.dtsi │ │ │ ├── mt7621_elecom_wrc-gs-2pci.dtsi │ │ │ ├── mt7621_elecom_wrc-gs.dtsi │ │ │ ├── mt7621_elecom_wrc-x1800gs.dts │ │ │ ├── mt7621_elecom_wsc-x1800gs.dts │ │ │ ├── mt7621_elecom_wxc-x1800gsx.dtsi │ │ │ ├── mt7621_etisalat_s3.dts │ │ │ ├── mt7621_firefly_firewrt.dts │ │ │ ├── mt7621_gehua_ghl-r-001.dts │ │ │ ├── mt7621_gemtek_wvrtm-127acn.dts │ │ │ ├── mt7621_gemtek_wvrtm-130acn.dts │ │ │ ├── mt7621_gemtek_wvrtm-1xxacn.dtsi │ │ │ ├── mt7621_genexis_pulse-ex400-common.dtsi │ │ │ ├── mt7621_genexis_pulse-ex400.dts │ │ │ ├── mt7621_glinet_gl-mt1300.dts │ │ │ ├── mt7621_gnubee_gb-pc1.dts │ │ │ ├── mt7621_gnubee_gb-pc2.dts │ │ │ ├── mt7621_h3c_tx1800-plus.dts │ │ │ ├── mt7621_h3c_tx1801-plus.dts │ │ │ ├── mt7621_h3c_tx1806.dts │ │ │ ├── mt7621_h3c_tx180x.dtsi │ │ │ ├── mt7621_haier-sim_wr1800k.dtsi │ │ │ ├── mt7621_haier_har-20s2u1.dts │ │ │ ├── mt7621_hanyang_hyc-g920.dts │ │ │ ├── mt7621_hilink_hlk-7621a-evb.dts │ │ │ ├── mt7621_hiwifi_hc5962.dts │ │ │ ├── mt7621_huasifei_ws1208v2.dts │ │ │ ├── mt7621_humax_e10.dts │ │ │ ├── mt7621_iodata_wn-ax1167gr.dts │ │ │ ├── mt7621_iodata_wn-ax1167gr2.dts │ │ │ ├── mt7621_iodata_wn-ax2033gr.dts │ │ │ ├── mt7621_iodata_wn-deax1800gr.dts │ │ │ ├── mt7621_iodata_wn-dx1167r.dts │ │ │ ├── mt7621_iodata_wn-dx1200gr.dts │ │ │ ├── mt7621_iodata_wn-dx2033gr.dts │ │ │ ├── mt7621_iodata_wn-gx300gr.dts │ │ │ ├── mt7621_iodata_wn-xx-xr.dtsi │ │ │ ├── mt7621_iodata_wnpr2600g.dts │ │ │ ├── mt7621_iptime_a3002mesh.dts │ │ │ ├── mt7621_iptime_a3004ns-dual.dts │ │ │ ├── mt7621_iptime_a3004t.dts │ │ │ ├── mt7621_iptime_a6004ns-m.dts │ │ │ ├── mt7621_iptime_a6004ns-m.dtsi │ │ │ ├── mt7621_iptime_a6ns-m.dts │ │ │ ├── mt7621_iptime_a8004t.dts │ │ │ ├── mt7621_iptime_ax2004m.dts │ │ │ ├── mt7621_iptime_t5004.dts │ │ │ ├── mt7621_jcg_jhr-ac876m.dts │ │ │ ├── mt7621_jcg_q20.dts │ │ │ ├── mt7621_jcg_y2.dts │ │ │ ├── mt7621_jdcloud_re-cp-02.dts │ │ │ ├── mt7621_jdcloud_re-sp-01b.dts │ │ │ ├── mt7621_keenetic_kn-3010.dts │ │ │ ├── mt7621_keenetic_kn-3510.dts │ │ │ ├── mt7621_lenovo_newifi-d1.dts │ │ │ ├── mt7621_linksys_e5600.dts │ │ │ ├── mt7621_linksys_e7350.dts │ │ │ ├── mt7621_linksys_ea6350-v4.dts │ │ │ ├── mt7621_linksys_ea7300-v1.dts │ │ │ ├── mt7621_linksys_ea7300-v2.dts │ │ │ ├── mt7621_linksys_ea7500-v2.dts │ │ │ ├── mt7621_linksys_ea7xxx.dtsi │ │ │ ├── mt7621_linksys_ea8100-v1.dts │ │ │ ├── mt7621_linksys_ea8100-v2.dts │ │ │ ├── mt7621_linksys_re6500.dts │ │ │ ├── mt7621_linksys_re7000.dts │ │ │ ├── mt7621_mediatek_ap-mt7621a-v60.dts │ │ │ ├── mt7621_mediatek_mt7621-eval-board.dts │ │ │ ├── mt7621_meig_slt866.dts │ │ │ ├── mt7621_mercusys_mr70x-v1.dts │ │ │ ├── mt7621_mikrotik.dtsi │ │ │ ├── mt7621_mikrotik_ltap-2hnd.dts │ │ │ ├── mt7621_mikrotik_routerboard-750gr3.dts │ │ │ ├── mt7621_mikrotik_routerboard-760igs.dts │ │ │ ├── mt7621_mikrotik_routerboard-7xx.dtsi │ │ │ ├── mt7621_mikrotik_routerboard-m11g.dts │ │ │ ├── mt7621_mikrotik_routerboard-m33g.dts │ │ │ ├── mt7621_mqmaker_witi.dts │ │ │ ├── mt7621_mtc_wr1201.dts │ │ │ ├── mt7621_mts_wg430223.dts │ │ │ ├── mt7621_netgear_eax12.dts │ │ │ ├── mt7621_netgear_ex6150.dts │ │ │ ├── mt7621_netgear_r6220.dts │ │ │ ├── mt7621_netgear_r6260.dts │ │ │ ├── mt7621_netgear_r6350.dts │ │ │ ├── mt7621_netgear_r6700-v2.dts │ │ │ ├── mt7621_netgear_r6800.dts │ │ │ ├── mt7621_netgear_r6850.dts │ │ │ ├── mt7621_netgear_r6900-v2.dts │ │ │ ├── mt7621_netgear_r7200.dts │ │ │ ├── mt7621_netgear_r7450.dts │ │ │ ├── mt7621_netgear_sercomm_ayx.dtsi │ │ │ ├── mt7621_netgear_sercomm_bzv.dtsi │ │ │ ├── mt7621_netgear_sercomm_chj.dtsi │ │ │ ├── mt7621_netgear_wac104.dts │ │ │ ├── mt7621_netgear_wac124.dts │ │ │ ├── mt7621_netgear_wax202.dts │ │ │ ├── mt7621_netgear_wax214v2.dts │ │ │ ├── mt7621_netgear_wndr3700-v5.dts │ │ │ ├── mt7621_netis_n6.dts │ │ │ ├── mt7621_netis_wf2881.dts │ │ │ ├── mt7621_openfi_5pro.dts │ │ │ ├── mt7621_oraybox_x3a.dts │ │ │ ├── mt7621_phicomm_k2p.dts │ │ │ ├── mt7621_planex_vr500.dts │ │ │ ├── mt7621_raisecom_msg1500-x-00.dts │ │ │ ├── mt7621_renkforce_ws-wn530hp3-a.dts │ │ │ ├── mt7621_rostelecom_rt-fe-1a.dts │ │ │ ├── mt7621_rostelecom_rt-sf-1.dts │ │ │ ├── mt7621_ruijie_rg-ew1200g-pro-v1.1.dts │ │ │ ├── mt7621_samknows_whitebox-v8.dts │ │ │ ├── mt7621_sercomm_dxx_nand_256m.dtsi │ │ │ ├── mt7621_sercomm_na502.dts │ │ │ ├── mt7621_sercomm_na502s.dts │ │ │ ├── mt7621_sercomm_s1500.dtsi │ │ │ ├── mt7621_sim_simax1800t.dts │ │ │ ├── mt7621_snr_snr-cpe-me1.dts │ │ │ ├── mt7621_snr_snr-cpe-me2-lite.dts │ │ │ ├── mt7621_snr_snr-cpe-me2-sfp.dts │ │ │ ├── mt7621_storylink_sap-g3200u3.dts │ │ │ ├── mt7621_telco-electronics_x1.dts │ │ │ ├── mt7621_tenbay_t-mb5eu-v01.dts │ │ │ ├── mt7621_thunder_timecloud.dts │ │ │ ├── mt7621_totolink_a7000r.dts │ │ │ ├── mt7621_totolink_x5000r.dts │ │ │ ├── mt7621_tozed_zlt-s12-pro.dts │ │ │ ├── mt7621_tplink_archer-a6-v3.dts │ │ │ ├── mt7621_tplink_archer-ax23-v1.dts │ │ │ ├── mt7621_tplink_archer-c6-v3.dts │ │ │ ├── mt7621_tplink_archer-c6u-v1.dts │ │ │ ├── mt7621_tplink_archer-x6-v3.dtsi │ │ │ ├── mt7621_tplink_deco-m4r-v4.dts │ │ │ ├── mt7621_tplink_eap235-wall-v1.dts │ │ │ ├── mt7621_tplink_eap613-v1.dts │ │ │ ├── mt7621_tplink_eap615-wall-v1.dts │ │ │ ├── mt7621_tplink_ec330-g5u-v1.dts │ │ │ ├── mt7621_tplink_er605-v2.dts │ │ │ ├── mt7621_tplink_ex220-v1.dts │ │ │ ├── mt7621_tplink_mr600-v2-eu.dts │ │ │ ├── mt7621_tplink_re350-v1.dts │ │ │ ├── mt7621_tplink_re500-v1.dts │ │ │ ├── mt7621_tplink_re650-v1.dts │ │ │ ├── mt7621_tplink_re650-v2.dts │ │ │ ├── mt7621_tplink_rexx0-v1.dtsi │ │ │ ├── mt7621_tplink_tl-wpa8631p-v3.dts │ │ │ ├── mt7621_ubnt_edgerouter-x-sfp.dts │ │ │ ├── mt7621_ubnt_edgerouter-x.dts │ │ │ ├── mt7621_ubnt_edgerouter-x.dtsi │ │ │ ├── mt7621_ubnt_unifi-6-lite.dts │ │ │ ├── mt7621_ubnt_unifi-flexhd.dts │ │ │ ├── mt7621_ubnt_unifi-nanohd.dts │ │ │ ├── mt7621_ubnt_unifi.dtsi │ │ │ ├── mt7621_ubnt_usw-flex.dts │ │ │ ├── mt7621_unielec_u7621-01-16m.dts │ │ │ ├── mt7621_unielec_u7621-01.dtsi │ │ │ ├── mt7621_unielec_u7621-06-16m.dts │ │ │ ├── mt7621_unielec_u7621-06-32m.dts │ │ │ ├── mt7621_unielec_u7621-06-64m.dts │ │ │ ├── mt7621_unielec_u7621-06.dtsi │ │ │ ├── mt7621_wavlink_wl-wn531a6.dts │ │ │ ├── mt7621_wavlink_wl-wn533a8.dts │ │ │ ├── mt7621_wavlink_wl-wn53xax.dtsi │ │ │ ├── mt7621_wavlink_wl-wn573hx1.dts │ │ │ ├── mt7621_wavlink_ws-wn572hp3-4g.dts │ │ │ ├── mt7621_wevo_11acnas.dts │ │ │ ├── mt7621_wevo_w2914ns-v2.dts │ │ │ ├── mt7621_wevo_w2914ns-v2.dtsi │ │ │ ├── mt7621_wifire_s1500-nbn.dts │ │ │ ├── mt7621_winstars_ws-wn536p3.dts │ │ │ ├── mt7621_winstars_ws-wn583a6.dts │ │ │ ├── mt7621_wodesys_wd-r1802u.dts │ │ │ ├── mt7621_xiaomi_mi-router-3-pro.dts │ │ │ ├── mt7621_xiaomi_mi-router-3g-v2.dts │ │ │ ├── mt7621_xiaomi_mi-router-3g.dts │ │ │ ├── mt7621_xiaomi_mi-router-4.dts │ │ │ ├── mt7621_xiaomi_mi-router-4a-3g-v2.dtsi │ │ │ ├── mt7621_xiaomi_mi-router-4a-common.dtsi │ │ │ ├── mt7621_xiaomi_mi-router-4a-gigabit-v2.dts │ │ │ ├── mt7621_xiaomi_mi-router-4a-gigabit.dts │ │ │ ├── mt7621_xiaomi_mi-router-ac2100.dts │ │ │ ├── mt7621_xiaomi_mi-router-cr6606.dts │ │ │ ├── mt7621_xiaomi_mi-router-cr6608.dts │ │ │ ├── mt7621_xiaomi_mi-router-cr6609.dts │ │ │ ├── mt7621_xiaomi_mi-router-cr660x.dtsi │ │ │ ├── mt7621_xiaomi_nand_128m.dtsi │ │ │ ├── mt7621_xiaomi_redmi-router-ac2100.dts │ │ │ ├── mt7621_xiaomi_router-ac2100.dtsi │ │ │ ├── mt7621_xiaoyu_xy-c5.dts │ │ │ ├── mt7621_xzwifi_creativebox-v1.dts │ │ │ ├── mt7621_youhua_wr1200js.dts │ │ │ ├── mt7621_youku_yk-l2.dts │ │ │ ├── mt7621_yuncore_ax820.dts │ │ │ ├── mt7621_yuncore_fap640.dts │ │ │ ├── mt7621_yuncore_fap690.dts │ │ │ ├── mt7621_yuncore_g720.dts │ │ │ ├── mt7621_z-router_zr-2660.dts │ │ │ ├── mt7621_zbtlink_zbt-we1326.dts │ │ │ ├── mt7621_zbtlink_zbt-we3526.dts │ │ │ ├── mt7621_zbtlink_zbt-wexx26.dtsi │ │ │ ├── mt7621_zbtlink_zbt-wg1602-16m.dts │ │ │ ├── mt7621_zbtlink_zbt-wg1602-v04-16m.dts │ │ │ ├── mt7621_zbtlink_zbt-wg1602-v04-32m.dts │ │ │ ├── mt7621_zbtlink_zbt-wg1602-v04.dtsi │ │ │ ├── mt7621_zbtlink_zbt-wg1602.dtsi │ │ │ ├── mt7621_zbtlink_zbt-wg1608-16m.dts │ │ │ ├── mt7621_zbtlink_zbt-wg1608-32m.dts │ │ │ ├── mt7621_zbtlink_zbt-wg1608.dtsi │ │ │ ├── mt7621_zbtlink_zbt-wg2626.dts │ │ │ ├── mt7621_zbtlink_zbt-wg3526-16m.dts │ │ │ ├── mt7621_zbtlink_zbt-wg3526-32m.dts │ │ │ ├── mt7621_zbtlink_zbt-wg3526.dtsi │ │ │ ├── mt7621_zio_freezio.dts │ │ │ ├── mt7621_zte_e8820s.dts │ │ │ ├── mt7621_zyxel_lte3301-plus.dts │ │ │ ├── mt7621_zyxel_lte5398-m904.dts │ │ │ ├── mt7621_zyxel_nr7101.dts │ │ │ ├── mt7621_zyxel_nwa-ax.dtsi │ │ │ ├── mt7621_zyxel_nwa50ax.dts │ │ │ ├── mt7621_zyxel_nwa55axe.dts │ │ │ ├── mt7621_zyxel_wap6805.dts │ │ │ ├── mt7621_zyxel_wsm20.dts │ │ │ ├── mt7628an.dtsi │ │ │ ├── mt7628an_7links_wlr-1230.dts │ │ │ ├── mt7628an_7links_wlr-1240.dts │ │ │ ├── mt7628an_7links_wlr-12xx.dtsi │ │ │ ├── mt7628an_alfa-network_awusfree1.dts │ │ │ ├── mt7628an_asus_rt-ac1200-v2.dts │ │ │ ├── mt7628an_asus_rt-ac1200.dts │ │ │ ├── mt7628an_asus_rt-ac1200.dtsi │ │ │ ├── mt7628an_asus_rt-n10p-v3.dts │ │ │ ├── mt7628an_asus_rt-n11p-b1.dts │ │ │ ├── mt7628an_asus_rt-n12-vp-b1.dts │ │ │ ├── mt7628an_asus_rt-n1x.dtsi │ │ │ ├── mt7628an_buffalo_wcr-1166ds.dts │ │ │ ├── mt7628an_comfast_cf-wr617ac.dts │ │ │ ├── mt7628an_comfast_cf-wr758ac-v1.dts │ │ │ ├── mt7628an_comfast_cf-wr758ac-v2.dts │ │ │ ├── mt7628an_comfast_cf-wr758ac.dtsi │ │ │ ├── mt7628an_cudy_m1200-v1.dts │ │ │ ├── mt7628an_cudy_tr1200-v1.dts │ │ │ ├── mt7628an_cudy_wr1000.dts │ │ │ ├── mt7628an_d-team_pbr-d1.dts │ │ │ ├── mt7628an_dlink_dap-1325-a1.dts │ │ │ ├── mt7628an_duzun_dm06.dts │ │ │ ├── mt7628an_elecom_wrc-1167fs.dts │ │ │ ├── mt7628an_glinet_gl-mt300n-v2.dts │ │ │ ├── mt7628an_glinet_microuter-n300.dts │ │ │ ├── mt7628an_glinet_vixmini.dts │ │ │ ├── mt7628an_glinet_vixmini_microuter.dtsi │ │ │ ├── mt7628an_hak5_wifi-pineapple-mk7.dts │ │ │ ├── mt7628an_hilink_hlk-7628n.dts │ │ │ ├── mt7628an_hilink_hlk-7688a.dts │ │ │ ├── mt7628an_hiwifi_hc5611.dts │ │ │ ├── mt7628an_hiwifi_hc5661a.dts │ │ │ ├── mt7628an_hiwifi_hc5761a.dts │ │ │ ├── mt7628an_hiwifi_hc5861b.dts │ │ │ ├── mt7628an_hiwifi_hc5x61a.dtsi │ │ │ ├── mt7628an_huasifei_shf283.dts │ │ │ ├── mt7628an_iptime.dtsi │ │ │ ├── mt7628an_iptime_a3.dts │ │ │ ├── mt7628an_iptime_a604m.dts │ │ │ ├── mt7628an_jotale_js76x8-16m.dts │ │ │ ├── mt7628an_jotale_js76x8-32m.dts │ │ │ ├── mt7628an_jotale_js76x8-8m.dts │ │ │ ├── mt7628an_jotale_js76x8.dtsi │ │ │ ├── mt7628an_keenetic_kn-1613.dts │ │ │ ├── mt7628an_kroks.dtsi │ │ │ ├── mt7628an_kroks_kndrt31r16.dts │ │ │ ├── mt7628an_kroks_kndrt31r19.dts │ │ │ ├── mt7628an_linksys_e5400.dts │ │ │ ├── mt7628an_mediatek_linkit-smart-7688.dts │ │ │ ├── mt7628an_mediatek_mt7628an-eval-board.dts │ │ │ ├── mt7628an_mercury_mac1200r-v2.dts │ │ │ ├── mt7628an_minew_g1-c.dts │ │ │ ├── mt7628an_motorola_mwr03.dts │ │ │ ├── mt7628an_netgear_r6020.dts │ │ │ ├── mt7628an_netgear_r6080.dts │ │ │ ├── mt7628an_netgear_r6120.dts │ │ │ ├── mt7628an_netgear_r6xxx.dtsi │ │ │ ├── mt7628an_onion_omega2.dts │ │ │ ├── mt7628an_onion_omega2.dtsi │ │ │ ├── mt7628an_onion_omega2p.dts │ │ │ ├── mt7628an_oraybox_x1.dts │ │ │ ├── mt7628an_rakwireless_rak633.dts │ │ │ ├── mt7628an_ravpower_rp-wd009.dts │ │ │ ├── mt7628an_skylab_skw92a.dts │ │ │ ├── mt7628an_tama_w06.dts │ │ │ ├── mt7628an_totolink_a3.dts │ │ │ ├── mt7628an_totolink_lr1200.dts │ │ │ ├── mt7628an_tplink_8m-split-uboot.dtsi │ │ │ ├── mt7628an_tplink_8m.dtsi │ │ │ ├── mt7628an_tplink_archer-c20-v4.dts │ │ │ ├── mt7628an_tplink_archer-c20-v5.dts │ │ │ ├── mt7628an_tplink_archer-c50-v3.dts │ │ │ ├── mt7628an_tplink_archer-c50-v4.dts │ │ │ ├── mt7628an_tplink_archer-c50-v6.dts │ │ │ ├── mt7628an_tplink_archer-mr200-v5.dts │ │ │ ├── mt7628an_tplink_re200-v2.dts │ │ │ ├── mt7628an_tplink_re200-v3.dts │ │ │ ├── mt7628an_tplink_re200-v4.dts │ │ │ ├── mt7628an_tplink_re200.dtsi │ │ │ ├── mt7628an_tplink_re205-v3.dts │ │ │ ├── mt7628an_tplink_re220-v2.dts │ │ │ ├── mt7628an_tplink_re305-v1.dts │ │ │ ├── mt7628an_tplink_re305-v3.dts │ │ │ ├── mt7628an_tplink_re305.dtsi │ │ │ ├── mt7628an_tplink_re365-v1.dts │ │ │ ├── mt7628an_tplink_tl-mr3020-v3.dts │ │ │ ├── mt7628an_tplink_tl-mr3420-v5.dts │ │ │ ├── mt7628an_tplink_tl-mr6400-v4.dts │ │ │ ├── mt7628an_tplink_tl-mr6400-v5.dts │ │ │ ├── mt7628an_tplink_tl-wa801nd-v5.dts │ │ │ ├── mt7628an_tplink_tl-wr802n-v4.dts │ │ │ ├── mt7628an_tplink_tl-wr840n-v4.dts │ │ │ ├── mt7628an_tplink_tl-wr840n-v5.dts │ │ │ ├── mt7628an_tplink_tl-wr841n-v13.dts │ │ │ ├── mt7628an_tplink_tl-wr841n-v14.dts │ │ │ ├── mt7628an_tplink_tl-wr842n-v5.dts │ │ │ ├── mt7628an_tplink_tl-wr850n-v2.dts │ │ │ ├── mt7628an_tplink_tl-wr902ac-v3.dts │ │ │ ├── mt7628an_tplink_tl-wr902ac-v4.dts │ │ │ ├── mt7628an_unielec_u7628-01-16m.dts │ │ │ ├── mt7628an_unielec_u7628-01.dtsi │ │ │ ├── mt7628an_vocore_vocore2-lite.dts │ │ │ ├── mt7628an_vocore_vocore2.dts │ │ │ ├── mt7628an_vocore_vocore2.dtsi │ │ │ ├── mt7628an_wavlink_wl-wn531a3.dts │ │ │ ├── mt7628an_wavlink_wl-wn570ha1.dts │ │ │ ├── mt7628an_wavlink_wl-wn575a3.dts │ │ │ ├── mt7628an_wavlink_wl-wn576a2.dts │ │ │ ├── mt7628an_wavlink_wl-wn577a2.dts │ │ │ ├── mt7628an_wavlink_wl-wn578a2.dts │ │ │ ├── mt7628an_widora_neo-16m.dts │ │ │ ├── mt7628an_widora_neo-32m.dts │ │ │ ├── mt7628an_widora_neo.dtsi │ │ │ ├── mt7628an_wiznet_wizfi630s.dts │ │ │ ├── mt7628an_wrtnode_wrtnode2.dtsi │ │ │ ├── mt7628an_wrtnode_wrtnode2p.dts │ │ │ ├── mt7628an_wrtnode_wrtnode2r.dts │ │ │ ├── mt7628an_xiaomi_mi-ra75.dts │ │ │ ├── mt7628an_xiaomi_mi-router-4.dtsi │ │ │ ├── mt7628an_xiaomi_mi-router-4a-100m-intl-v2.dts │ │ │ ├── mt7628an_xiaomi_mi-router-4a-100m-intl.dts │ │ │ ├── mt7628an_xiaomi_mi-router-4a-100m.dts │ │ │ ├── mt7628an_xiaomi_mi-router-4c.dts │ │ │ ├── mt7628an_xiaomi_miwifi-3c.dts │ │ │ ├── mt7628an_xiaomi_miwifi-nano.dts │ │ │ ├── mt7628an_yuncore_cpe200.dts │ │ │ ├── mt7628an_yuncore_m300.dts │ │ │ ├── mt7628an_zbtlink_zbt-we1226.dts │ │ │ ├── mt7628an_zbtlink_zbt-we2426-b.dts │ │ │ ├── mt7628an_zyxel_keenetic-extra-ii.dts │ │ │ ├── rt2880.dtsi │ │ │ ├── rt2880_airlink101_ar670w.dts │ │ │ ├── rt2880_airlink101_ar725w.dts │ │ │ ├── rt2880_asus_rt-n15.dts │ │ │ ├── rt2880_belkin_f5d8235-v1.dts │ │ │ ├── rt2880_buffalo_wli-tx4-ag300n.dts │ │ │ ├── rt2880_buffalo_wzr-agl300nh.dts │ │ │ ├── rt2880_dlink_dap-1522-a1.dts │ │ │ ├── rt2880_ralink_v11st-fe.dts │ │ │ ├── rt3050.dtsi │ │ │ ├── rt3050_8devices_carambola.dts │ │ │ ├── rt3050_allnet_all0256n-4m.dts │ │ │ ├── rt3050_allnet_all0256n-8m.dts │ │ │ ├── rt3050_allnet_all0256n.dtsi │ │ │ ├── rt3050_alphanetworks_asl26555-16m.dts │ │ │ ├── rt3050_alphanetworks_asl26555-8m.dts │ │ │ ├── rt3050_alphanetworks_asl26555.dtsi │ │ │ ├── rt3050_arcwireless_freestation5.dts │ │ │ ├── rt3050_asus_rt-g32-b1.dts │ │ │ ├── rt3050_asus_rt-n10-plus.dts │ │ │ ├── rt3050_asus_wl-330n.dts │ │ │ ├── rt3050_asus_wl-330n3g.dts │ │ │ ├── rt3050_dlink_dcs-930.dts │ │ │ ├── rt3050_dlink_dir-300-b1.dts │ │ │ ├── rt3050_dlink_dir-600-b1.dts │ │ │ ├── rt3050_dlink_dir-615-d.dts │ │ │ ├── rt3050_dlink_dir-620-a1.dts │ │ │ ├── rt3050_edimax_3g-6200n.dts │ │ │ ├── rt3050_edimax_3g-6200nl.dts │ │ │ ├── rt3050_huawei_d105.dts │ │ │ ├── rt3050_jcg_jhr-n805r.dts │ │ │ ├── rt3050_netcore_nw718.dts │ │ │ ├── rt3050_sparklan_wcr-150gn.dts │ │ │ ├── rt3050_teltonika_rut5xx.dts │ │ │ ├── rt3050_tenda_w150m.dts │ │ │ ├── rt3050_trendnet_tew-638apb-v2.dts │ │ │ ├── rt3052_accton_wr6202.dts │ │ │ ├── rt3052_alfa-network_w502u.dts │ │ │ ├── rt3052_argus_atp-52b.dts │ │ │ ├── rt3052_asiarf_awapn2403.dts │ │ │ ├── rt3052_asus_rt-n13u.dts │ │ │ ├── rt3052_aximcom_mr-102n.dts │ │ │ ├── rt3052_aztech_hw550-3g.dts │ │ │ ├── rt3052_belkin_f5d8235-v2.dts │ │ │ ├── rt3052_buffalo_whr-g300n.dts │ │ │ ├── rt3052_dlink_dap-1350.dts │ │ │ ├── rt3052_engenius_esr-9753.dts │ │ │ ├── rt3052_fon_fonera-20n.dts │ │ │ ├── rt3052_hauppauge_broadway.dts │ │ │ ├── rt3052_huawei_hg255d.dts │ │ │ ├── rt3052_jcg_jhr-n825r.dts │ │ │ ├── rt3052_jcg_jhr-n926r.dts │ │ │ ├── rt3052_mofinetwork_mofi3500-3gn.dts │ │ │ ├── rt3052_netgear_wnce2001.dts │ │ │ ├── rt3052_nexaira_bc2.dts │ │ │ ├── rt3052_omnima_miniembwifi.dts │ │ │ ├── rt3052_petatel_psr-680w.dts │ │ │ ├── rt3052_planex_mzk-w300nh2.dts │ │ │ ├── rt3052_planex_mzk-wdpr.dts │ │ │ ├── rt3052_poray_ip2202.dts │ │ │ ├── rt3052_prolink_pwh2004.dts │ │ │ ├── rt3052_ralink_v22rw-2x2.dts │ │ │ ├── rt3052_sitecom_wl-351.dts │ │ │ ├── rt3052_skyline_sl-r7205.dts │ │ │ ├── rt3052_tenda_3g300m.dts │ │ │ ├── rt3052_tenda_w306r-v2.dts │ │ │ ├── rt3052_unbranded_wr512-3gn-4m.dts │ │ │ ├── rt3052_unbranded_wr512-3gn-8m.dts │ │ │ ├── rt3052_unbranded_wr512-3gn.dtsi │ │ │ ├── rt3052_unbranded_xdx-rn502j.dts │ │ │ ├── rt3052_upvel_ur-326n4g.dts │ │ │ ├── rt3052_upvel_ur-336un.dts │ │ │ ├── rt3052_zyxel_keenetic.dts │ │ │ ├── rt3052_zyxel_nbg-419n.dts │ │ │ ├── rt3352.dtsi │ │ │ ├── rt3352_allnet_all5002.dts │ │ │ ├── rt3352_dlink_dir-615-h1.dts │ │ │ ├── rt3352_dlink_dir-620-d1.dts │ │ │ ├── rt3352_zte_mf283plus.dts │ │ │ ├── rt3352_zyxel_nbg-419n-v2.dts │ │ │ ├── rt3662_asus_rt-n56u.dts │ │ │ ├── rt3662_dlink_dir-645.dts │ │ │ ├── rt3662_edimax_br-6475nd.dts │ │ │ ├── rt3662_engenius_esr600h.dts │ │ │ ├── rt3662_loewe_wmdr-143n.dts │ │ │ ├── rt3662_omnima_hpm.dts │ │ │ ├── rt3662_samsung_cy-swr1100.dts │ │ │ ├── rt3883.dtsi │ │ │ ├── rt3883_belkin_f9k1109v1.dts │ │ │ ├── rt3883_sitecom_wlr-6000.dts │ │ │ ├── rt3883_trendnet_tew-691gr.dts │ │ │ ├── rt3883_trendnet_tew-692gr.dts │ │ │ ├── rt5350.dtsi │ │ │ ├── rt5350_7links_px-4885-4m.dts │ │ │ ├── rt5350_7links_px-4885-8m.dts │ │ │ ├── rt5350_7links_px-4885.dtsi │ │ │ ├── rt5350_airlive_air3gii.dts │ │ │ ├── rt5350_allnet_all5003.dts │ │ │ ├── rt5350_asiarf_awm002-evb-4m.dts │ │ │ ├── rt5350_asiarf_awm002-evb-8m.dts │ │ │ ├── rt5350_asiarf_awm002-evb.dtsi │ │ │ ├── rt5350_belkin_f7c027.dts │ │ │ ├── rt5350_dlink_dcs-930l-b1.dts │ │ │ ├── rt5350_dlink_dir-300-b7.dts │ │ │ ├── rt5350_dlink_dir-320-b1.dts │ │ │ ├── rt5350_dlink_dir-610-a1.dts │ │ │ ├── rt5350_dlink_dwr-512-b.dts │ │ │ ├── rt5350_easyacc_wizard-8800.dts │ │ │ ├── rt5350_hame_mpr-a1.dts │ │ │ ├── rt5350_hame_mpr-a2.dts │ │ │ ├── rt5350_hilink_hlk-rm04.dts │ │ │ ├── rt5350_hootoo_ht-tm02.dts │ │ │ ├── rt5350_intenso_memory2move.dts │ │ │ ├── rt5350_nexx_wt1520-4m.dts │ │ │ ├── rt5350_nexx_wt1520-8m.dts │ │ │ ├── rt5350_nexx_wt1520.dtsi │ │ │ ├── rt5350_nixcore_x1-16m.dts │ │ │ ├── rt5350_nixcore_x1-8m.dts │ │ │ ├── rt5350_nixcore_x1.dtsi │ │ │ ├── rt5350_olimex_rt5350f-olinuxino-evb.dts │ │ │ ├── rt5350_olimex_rt5350f-olinuxino.dts │ │ │ ├── rt5350_olimex_rt5350f-olinuxino.dtsi │ │ │ ├── rt5350_omnima_miniembplug.dts │ │ │ ├── rt5350_planex_mzk-dp150n.dts │ │ │ ├── rt5350_poray_m3.dts │ │ │ ├── rt5350_poray_m4-4m.dts │ │ │ ├── rt5350_poray_m4-8m.dts │ │ │ ├── rt5350_poray_m4.dtsi │ │ │ ├── rt5350_poray_x5.dts │ │ │ ├── rt5350_poray_x8.dts │ │ │ ├── rt5350_tenda_3g150b.dts │ │ │ ├── rt5350_trendnet_tew-714tru.dts │ │ │ ├── rt5350_unbranded_a5-v11.dts │ │ │ ├── rt5350_vocore_vocore-16m.dts │ │ │ ├── rt5350_vocore_vocore-8m.dts │ │ │ ├── rt5350_vocore_vocore.dtsi │ │ │ ├── rt5350_wansview_ncs601w.dts │ │ │ ├── rt5350_wiznet_wizfi630a.dts │ │ │ ├── rt5350_zorlik_zl5900v2.dts │ │ │ ├── rt5350_zyxel_keenetic-4g-b.dts │ │ │ ├── rt5350_zyxel_keenetic-lite-b.dts │ │ │ └── rt5350_zyxel_keenetic-start.dts │ │ ├── files │ │ │ └── drivers │ │ │ │ ├── dma │ │ │ │ ├── mediatek │ │ │ │ │ └── hsdma-mt7621.c │ │ │ │ └── ralink-gdma.c │ │ │ │ ├── mmc │ │ │ │ └── host │ │ │ │ │ └── mtk-mmc │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── board.h │ │ │ │ │ ├── dbg.c │ │ │ │ │ ├── dbg.h │ │ │ │ │ ├── mt6575_sd.h │ │ │ │ │ └── sd.c │ │ │ │ ├── mtd │ │ │ │ └── nand │ │ │ │ │ └── raw │ │ │ │ │ └── mt7621_nand.c │ │ │ │ └── net │ │ │ │ └── ethernet │ │ │ │ └── ralink │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile │ │ │ │ ├── esw_rt3050.c │ │ │ │ ├── esw_rt3050.h │ │ │ │ ├── ethtool.c │ │ │ │ ├── ethtool.h │ │ │ │ ├── gsw_mt7620.c │ │ │ │ ├── gsw_mt7620.h │ │ │ │ ├── mdio.c │ │ │ │ ├── mdio.h │ │ │ │ ├── mdio_mt7620.c │ │ │ │ ├── mdio_rt2880.c │ │ │ │ ├── mdio_rt2880.h │ │ │ │ ├── mt7530.c │ │ │ │ ├── mt7530.h │ │ │ │ ├── mtk_eth_soc.c │ │ │ │ ├── mtk_eth_soc.h │ │ │ │ ├── soc_mt7620.c │ │ │ │ ├── soc_rt2880.c │ │ │ │ ├── soc_rt3050.c │ │ │ │ └── soc_rt3883.c │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── common-sercomm.mk │ │ │ ├── common-tp-link.mk │ │ │ ├── lzma-loader │ │ │ │ ├── Makefile │ │ │ │ └── src │ │ │ │ │ ├── LzmaDecode.c │ │ │ │ │ ├── LzmaDecode.h │ │ │ │ │ ├── LzmaTypes.h │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── board.c │ │ │ │ │ ├── cache.c │ │ │ │ │ ├── cache.h │ │ │ │ │ ├── cacheops.h │ │ │ │ │ ├── config.h │ │ │ │ │ ├── cp0regdef.h │ │ │ │ │ ├── head.S │ │ │ │ │ ├── loader.c │ │ │ │ │ ├── loader.lds │ │ │ │ │ ├── loader2.lds │ │ │ │ │ ├── lzma-data.lds │ │ │ │ │ ├── printf.c │ │ │ │ │ └── printf.h │ │ │ ├── mt7620.mk │ │ │ ├── mt7621.mk │ │ │ ├── mt76x8.mk │ │ │ ├── rt288x.mk │ │ │ ├── rt305x.mk │ │ │ └── rt3883.mk │ │ ├── modules.mk │ │ ├── mt7620 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ └── 03_gpio_switches │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ ├── firmware │ │ │ │ │ │ │ └── 10-rt2x00-eeprom │ │ │ │ │ │ └── ieee80211 │ │ │ │ │ │ │ └── 10_fix_wifi_mac │ │ │ │ │ ├── init.d │ │ │ │ │ │ └── bootcount │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ └── 05_fix-compat-version │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── mt7621 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ ├── 03_gpio_switches │ │ │ │ │ │ └── 05_compat-version │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ ├── firmware │ │ │ │ │ │ │ ├── 10-ath9k-eeprom │ │ │ │ │ │ │ └── 11-mt76-caldata │ │ │ │ │ │ └── ieee80211 │ │ │ │ │ │ │ ├── 05-wifi-migrate │ │ │ │ │ │ │ └── 10_fix_wifi_mac │ │ │ │ │ ├── init.d │ │ │ │ │ │ └── bootcount │ │ │ │ │ ├── rc.button │ │ │ │ │ │ └── lights_toggle │ │ │ │ │ └── uci-defaults │ │ │ │ │ │ ├── 01_enable_packet_steering │ │ │ │ │ │ ├── 04_led_migration │ │ │ │ │ │ └── 09_fix_crc │ │ │ │ ├── lib │ │ │ │ │ ├── preinit │ │ │ │ │ │ └── 04_set_netdev_label │ │ │ │ │ └── upgrade │ │ │ │ │ │ ├── buffalo.sh │ │ │ │ │ │ ├── inteno.sh │ │ │ │ │ │ ├── iodata.sh │ │ │ │ │ │ ├── platform.sh │ │ │ │ │ │ ├── ubnt.sh │ │ │ │ │ │ └── zyxel.sh │ │ │ │ └── sbin │ │ │ │ │ └── fixup-mac-address │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── mt76x8 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ └── ieee80211 │ │ │ │ │ │ │ └── 10_fix_wifi_mac │ │ │ │ │ └── init.d │ │ │ │ │ │ └── bootcount │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 82_fixup_model_name │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── patches-6.6 │ │ │ ├── 001-v6.13-clocksource-drivers-ralink-Add-Ralink-System-Tick-Co.patch │ │ │ ├── 002-03-v6.13-clk-ralink-mtmips-add-mmc-related-clocks-for-SoCs-MT.patch │ │ │ ├── 100-mips-ralink-update-CPU-clock-index.patch │ │ │ ├── 200-add-ralink-eth.patch │ │ │ ├── 300-mt7620-export-chip-version-and-pkg.patch │ │ │ ├── 311-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch │ │ │ ├── 312-MIPS-ralink-add-cpu-frequency-scaling.patch │ │ │ ├── 314-MIPS-add-bootargs-override-property.patch │ │ │ ├── 315-owrt-hack-fix-mt7688-cache-issue.patch │ │ │ ├── 316-arch-mips-do-not-select-illegal-access-driver-by-def.patch │ │ │ ├── 320-MIPS-add-support-for-buggy-MT7621S-core-detection.patch │ │ │ ├── 324-mt7621-perfctr-fix.patch │ │ │ ├── 400-mtd-cfi-cmdset-0002-force-word-write.patch │ │ │ ├── 405-mtd-spi-nor-Add-support-for-BoHong-bh25q128as.patch │ │ │ ├── 410-mtd-rawnand-add-driver-support-for-MT7621-nand-flash.patch │ │ │ ├── 411-dt-bindings-add-documentation-for-mt7621-nand-driver.patch │ │ │ ├── 720-NET-no-auto-carrier-off-support.patch │ │ │ ├── 800-dmaengine-mediatek-add-HSDMA-support-for-mt7621.patch │ │ │ ├── 801-DT-Add-documentation-for-gpio-ralink.patch │ │ │ ├── 802-GPIO-MIPS-ralink-add-gpio-driver-for-ralink-SoC.patch │ │ │ ├── 804-dma-ralink-add-back-gdma-driver.patch │ │ │ ├── 805-01-v6.9-pinctrl-Add-driver-for-Awinic-AW9523-B-I2C-GPIO-Expa.patch │ │ │ ├── 805-02-v6.9-pinctrl-aw9523-Add-proper-terminator.patch │ │ │ ├── 805-03-v6.10-pinctrl-aw9523-Destroy-mutex-on-remove.patch │ │ │ ├── 805-04-v6.10-pinctrl-aw9523-Use-correct-error-code-for-not-suppor.patch │ │ │ ├── 805-05-v6.10-pinctrl-aw9523-Always-try-both-ports-in-aw9523_gpio_.patch │ │ │ ├── 805-06-v6.10-pinctrl-aw9523-Make-use-of-struct-pinfunction-and-PI.patch │ │ │ ├── 805-07-v6.10-pinctrl-aw9523-Use-temporary-variable-for-HW-IRQ-num.patch │ │ │ ├── 805-08-v6.10-pinctrl-aw9523-Get-rid-of-redundant-U8_MAX-pieces.patch │ │ │ ├── 805-09-v6.10-pinctrl-aw9523-Remove-unused-irqchip-field-in-struct.patch │ │ │ ├── 805-10-v6.10-pinctrl-aw9523-Make-use-of-dev_err_probe.patch │ │ │ ├── 805-11-v6.10-pinctrl-aw9523-Sort-headers-and-group-pinctrl.patch │ │ │ ├── 805-12-v6.10-pinctrl-aw9523-Fix-indentation-in-a-few-places.patch │ │ │ ├── 808-pinctrl-mtmips-support-requesting-different-function.patch │ │ │ ├── 809-pinctrl-mtmips-allow-mux-SDXC-pins-for-mt76x8.patch │ │ │ ├── 810-uvc-add-iPassion-iP2970-support.patch │ │ │ ├── 820-DT-Add-documentation-for-spi-rt2880.patch │ │ │ ├── 821-SPI-ralink-add-Ralink-SoC-spi-driver.patch │ │ │ ├── 825-i2c-MIPS-adds-ralink-I2C-driver.patch │ │ │ ├── 830-mmc-MIPS-ralink-add-sdhci-for-mt7620a-SoC.patch │ │ │ ├── 831-mmc-mtk-sd-initialize-pad-delay-and-drive-strength.patch │ │ │ ├── 835-asoc-add-mt7620-support.patch │ │ │ ├── 840-serial-add-ugly-custom-baud-rate-hack.patch │ │ │ ├── 845-pwm-add-mediatek-support.patch │ │ │ ├── 850-awake-rt305x-dwc2-controller.patch │ │ │ └── 860-ramips-add-eip93-driver.patch │ │ ├── rt288x │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ └── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ └── lib │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── rt305x │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ └── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ └── 02_network │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 04_handle_checksumming │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ └── rt3883 │ │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── board.d │ │ │ │ │ ├── 01_leds │ │ │ │ │ └── 02_network │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ └── 04_handle_checksumming │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ ├── realtek │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_leds │ │ │ │ │ ├── 02_network │ │ │ │ │ └── 05_compat-version │ │ │ │ ├── inittab │ │ │ │ └── uci-defaults │ │ │ │ │ └── 04_dlinkfan │ │ │ ├── lib │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ └── sbin │ │ │ │ └── fan_ctrl.sh │ │ ├── dts │ │ │ ├── rtl8380_d-link_dgs-1210-10mp-f.dts │ │ │ ├── rtl8380_engenius_ews2910p.dts │ │ │ ├── rtl8380_hpe_1920-8g-poe-180w.dts │ │ │ ├── rtl8380_hpe_1920-8g-poe-65w.dts │ │ │ ├── rtl8380_hpe_1920-8g.dts │ │ │ ├── rtl8380_hpe_1920-8g.dtsi │ │ │ ├── rtl8380_linksys_lgs310c.dts │ │ │ ├── rtl8380_netgear_gigabit.dtsi │ │ │ ├── rtl8380_netgear_gs108t-v3.dts │ │ │ ├── rtl8380_netgear_gs110tpp-v1.dts │ │ │ ├── rtl8380_netgear_gs110tup-v1.dts │ │ │ ├── rtl8380_netgear_gs308t-v1.dts │ │ │ ├── rtl8380_netgear_gs310tp-v1.dts │ │ │ ├── rtl8380_panasonic_m8eg-pn28080k.dts │ │ │ ├── rtl8380_tplink_sg2008p-v1.dts │ │ │ ├── rtl8380_tplink_sg2210p-v3.dts │ │ │ ├── rtl8380_tplink_sg2xxx.dtsi │ │ │ ├── rtl8380_zyxel_gs1900-10hp.dts │ │ │ ├── rtl8380_zyxel_gs1900-8-v1.dts │ │ │ ├── rtl8380_zyxel_gs1900-8-v2.dts │ │ │ ├── rtl8380_zyxel_gs1900-8hp-v1.dts │ │ │ ├── rtl8380_zyxel_gs1900-8hp-v2.dts │ │ │ ├── rtl8380_zyxel_gs1900.dtsi │ │ │ ├── rtl8380_zyxel_gs1900_gpio.dtsi │ │ │ ├── rtl8380_zyxel_gs1900_gpio_emulated.dtsi │ │ │ ├── rtl8382_allnet_all-sg8208m.dts │ │ │ ├── rtl8382_apresia_aplgs120gtss.dts │ │ │ ├── rtl8382_d-link_dgs-1210-10p.dts │ │ │ ├── rtl8382_d-link_dgs-1210-16.dts │ │ │ ├── rtl8382_d-link_dgs-1210-20.dts │ │ │ ├── rtl8382_d-link_dgs-1210-28.dts │ │ │ ├── rtl8382_d-link_dgs-1210-28_common.dtsi │ │ │ ├── rtl8382_d-link_dgs-1210-28mp-f.dts │ │ │ ├── rtl8382_d-link_dgs-1210-28p-f.dts │ │ │ ├── rtl8382_d-link_dgs-1210-28p_common.dtsi │ │ │ ├── rtl8382_hpe_1920-16g.dts │ │ │ ├── rtl8382_hpe_1920-24g-poe-180w.dts │ │ │ ├── rtl8382_hpe_1920-24g-poe-370w.dts │ │ │ ├── rtl8382_hpe_1920-24g.dts │ │ │ ├── rtl8382_hpe_1920-24g.dtsi │ │ │ ├── rtl8382_hpe_1920.dtsi │ │ │ ├── rtl8382_inaba_aml2-17gp.dts │ │ │ ├── rtl8382_iodata_bsh-g24mb.dts │ │ │ ├── rtl8382_panasonic_m16eg-pn28160k.dts │ │ │ ├── rtl8382_panasonic_m24eg-pn28240k.dts │ │ │ ├── rtl8382_tplink_t1600g-28ts-v3.dts │ │ │ ├── rtl8382_zyxel_gs1900-16.dts │ │ │ ├── rtl8382_zyxel_gs1900-24-v1.dts │ │ │ ├── rtl8382_zyxel_gs1900-24e.dts │ │ │ ├── rtl8382_zyxel_gs1900-24ep.dts │ │ │ ├── rtl8382_zyxel_gs1900-24hp-v1.dts │ │ │ ├── rtl8382_zyxel_gs1900-24hp-v2.dts │ │ │ ├── rtl838x.dtsi │ │ │ ├── rtl8393_d-link_dgs-1210-52.dts │ │ │ ├── rtl8393_hpe_1920-48g-poe.dts │ │ │ ├── rtl8393_hpe_1920-48g.dts │ │ │ ├── rtl8393_hpe_1920.dtsi │ │ │ ├── rtl8393_netgear_gs750e.dts │ │ │ ├── rtl8393_panasonic_m48eg-pn28480k.dts │ │ │ ├── rtl8393_tplink_sg2452p-v4.dts │ │ │ ├── rtl8393_zyxel_gs1900-48.dts │ │ │ ├── rtl839x.dtsi │ │ │ ├── rtl83xx_d-link_dgs-1210_common.dtsi │ │ │ ├── rtl83xx_d-link_dgs-1210_gpio.dtsi │ │ │ ├── rtl83xx_d-link_dgs-1210_gpio_sfp.dtsi │ │ │ ├── rtl83xx_hpe_1920.dtsi │ │ │ ├── rtl83xx_panasonic_mxxeg-pn28xx0k.dtsi │ │ │ ├── rtl9302_zyxel_xgs1250-12.dts │ │ │ ├── rtl930x.dtsi │ │ │ └── rtl931x.dtsi │ │ ├── files-6.6 │ │ │ ├── Documentation │ │ │ │ └── devicetree │ │ │ │ │ └── bindings │ │ │ │ │ └── realtek,otto-timer.yaml │ │ │ ├── arch │ │ │ │ └── mips │ │ │ │ │ ├── include │ │ │ │ │ └── asm │ │ │ │ │ │ └── mach-rtl838x │ │ │ │ │ │ ├── ioremap.h │ │ │ │ │ │ └── mach-rtl83xx.h │ │ │ │ │ └── rtl838x │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Platform │ │ │ │ │ ├── prom.c │ │ │ │ │ └── setup.c │ │ │ ├── drivers │ │ │ │ ├── clk │ │ │ │ │ └── realtek │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── clk-rtl838x-sram.S │ │ │ │ │ │ ├── clk-rtl839x-sram.S │ │ │ │ │ │ ├── clk-rtl83xx.c │ │ │ │ │ │ └── clk-rtl83xx.h │ │ │ │ ├── clocksource │ │ │ │ │ └── timer-rtl-otto.c │ │ │ │ ├── i2c │ │ │ │ │ ├── busses │ │ │ │ │ │ ├── i2c-rtl9300.c │ │ │ │ │ │ └── i2c-rtl9300.h │ │ │ │ │ └── muxes │ │ │ │ │ │ └── i2c-mux-rtl9300.c │ │ │ │ └── net │ │ │ │ │ ├── dsa │ │ │ │ │ └── rtl83xx │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── common.c │ │ │ │ │ │ ├── debugfs.c │ │ │ │ │ │ ├── dsa.c │ │ │ │ │ │ ├── qos.c │ │ │ │ │ │ ├── rtl838x.c │ │ │ │ │ │ ├── rtl838x.h │ │ │ │ │ │ ├── rtl839x.c │ │ │ │ │ │ ├── rtl83xx.h │ │ │ │ │ │ ├── rtl930x.c │ │ │ │ │ │ ├── rtl931x.c │ │ │ │ │ │ └── tc.c │ │ │ │ │ ├── ethernet │ │ │ │ │ ├── rtl838x_eth.c │ │ │ │ │ └── rtl838x_eth.h │ │ │ │ │ └── phy │ │ │ │ │ ├── rtl83xx-phy.c │ │ │ │ │ └── rtl83xx-phy.h │ │ │ └── include │ │ │ │ └── dt-bindings │ │ │ │ └── clock │ │ │ │ └── rtl83xx-clk.h │ │ ├── files │ │ │ └── firmware │ │ │ │ └── rtl838x_phy │ │ │ │ ├── rtl838x_8214fc.fw │ │ │ │ ├── rtl838x_8218b.fw │ │ │ │ └── rtl838x_8380.fw │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── common.mk │ │ │ ├── rtl838x.mk │ │ │ ├── rtl839x.mk │ │ │ ├── rtl930x.mk │ │ │ └── rtl931x.mk │ │ ├── patches-6.6 │ │ │ ├── 300-mips-add-rtl838x-platform.patch │ │ │ ├── 302-clocksource-add-otto-driver.patch │ │ │ ├── 310-add-i2c-rtl9300-support.patch │ │ │ ├── 311-add-i2c-mux-rtl9300-support.patch │ │ │ ├── 314-irqchip-irq-realtek-rtl-add-VPE-support.patch │ │ │ ├── 318-add-rtl83xx-clk-support.patch │ │ │ ├── 320-harden-fw_init_cmdline.patch │ │ │ ├── 700-net-dsa-increase-dsa-max-ports-for-rtl838x.patch │ │ │ ├── 702-include-linux-add-phy-hsgmii-mode.patch │ │ │ ├── 704-include-linux-phy-increase-phy-address-number-for-rtl839x.patch │ │ │ ├── 706-include-linux-add-phy-ops-for-rtl838x.patch │ │ │ ├── 708-drivers-net-phy-eee-support-for-rtl838x.patch │ │ │ ├── 710-net-phy-sfp-re-probe-modules-on-DEV_UP-event.patch │ │ │ ├── 712-net-phy-add-an-MDIO-SMBus-library.patch │ │ │ ├── 714-net-phy-sfp-add-support-for-SMBus.patch │ │ │ ├── 716-net-ethernet-add-support-for-rtl838x-ethernet.patch │ │ │ ├── 718-net-dsa-add-support-for-rtl838x-switch.patch │ │ │ ├── 720-add-rtl-phy.patch │ │ │ ├── 722-net-dsa-add-rtl838x-support-for-tag-trailer.patch │ │ │ ├── 723-net-mdio-Add-Realtek-Otto-auxiliary-controller.patch │ │ │ ├── 800-gpio-regmap-Bypass-cache-for-shadowed-outputs.patch │ │ │ ├── 802-mfd-Add-RTL8231-core-device.patch │ │ │ ├── 803-pinctrl-Add-RTL8231-pin-control-and-GPIO-support.patch │ │ │ └── 804-leds-Add-support-for-RTL8231-LED-scan-matrix.patch │ │ ├── profiles │ │ │ └── 00-default.mk │ │ ├── rtl838x │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── rtl839x │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── rtl930x │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ └── rtl931x │ │ │ ├── config-6.6 │ │ │ └── target.mk │ ├── rockchip │ │ ├── Makefile │ │ ├── armv8 │ │ │ ├── base-files │ │ │ │ ├── etc │ │ │ │ │ ├── board.d │ │ │ │ │ │ ├── 01_leds │ │ │ │ │ │ ├── 02_network │ │ │ │ │ │ └── 05_compat-version │ │ │ │ │ ├── config │ │ │ │ │ │ └── fstab │ │ │ │ │ ├── hotplug.d │ │ │ │ │ │ └── net │ │ │ │ │ │ │ ├── 40-net-smp-affinity │ │ │ │ │ │ │ └── 50-wifi-up │ │ │ │ │ └── init.d │ │ │ │ │ │ ├── phy-leds │ │ │ │ │ │ └── reload-sdio-wifi │ │ │ │ └── lib │ │ │ │ │ ├── preinit │ │ │ │ │ └── 79_move_config │ │ │ │ │ └── upgrade │ │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── files │ │ │ ├── Documentation │ │ │ │ └── devicetree │ │ │ │ │ └── bindings │ │ │ │ │ ├── rng │ │ │ │ │ └── rockchip,rng.txt │ │ │ │ │ └── soc │ │ │ │ │ └── rockchip │ │ │ │ │ └── rockchip-cpuinfo.txt │ │ │ ├── arch │ │ │ │ └── arm64 │ │ │ │ │ ├── boot │ │ │ │ │ └── dts │ │ │ │ │ │ └── rockchip │ │ │ │ │ │ ├── rk3328-dram-default-timing.dtsi │ │ │ │ │ │ ├── rk3399-guangmiao-g4c.dts │ │ │ │ │ │ ├── rk3399-nanopi-r4se.dts │ │ │ │ │ │ ├── rk3568-armsom-sige3.dts │ │ │ │ │ │ ├── rk3568-bdy-g18-pro.dts │ │ │ │ │ │ ├── rk3568-lyt-t68m.dts │ │ │ │ │ │ ├── rk3568-mmbox-anas3035.dts │ │ │ │ │ │ ├── rk3568-mrkaio-m68s.dts │ │ │ │ │ │ ├── rk3568-mrkaio-m68s.dtsi │ │ │ │ │ │ ├── rk3568-nsy-g16-plus.dts │ │ │ │ │ │ ├── rk3568-nsy-g68-plus.dts │ │ │ │ │ │ ├── rk3568-photonicat.dts │ │ │ │ │ │ ├── rk3588-cyber3588-aib.dts │ │ │ │ │ │ ├── rk3588s-nanopi-r6c.dts │ │ │ │ │ │ └── rk3588s-nanopi-r6s.dts │ │ │ │ │ └── include │ │ │ │ │ └── asm │ │ │ │ │ └── system_info.h │ │ │ ├── drivers │ │ │ │ ├── char │ │ │ │ │ └── hw_random │ │ │ │ │ │ └── rockchip-rng.c │ │ │ │ ├── devfreq │ │ │ │ │ └── rk3328_dmc.c │ │ │ │ ├── phy │ │ │ │ │ └── rockchip │ │ │ │ │ │ └── p3phy.fw │ │ │ │ └── soc │ │ │ │ │ └── rockchip │ │ │ │ │ └── cpuinfo.c │ │ │ └── include │ │ │ │ ├── dt-bindings │ │ │ │ ├── clock │ │ │ │ │ └── rockchip-ddr.h │ │ │ │ └── memory │ │ │ │ │ └── rk3328-dram.h │ │ │ │ └── linux │ │ │ │ └── rockchip │ │ │ │ └── cpu.h │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── armv8.mk │ │ │ ├── default.bootscript │ │ │ ├── radxa-e25.bootscript │ │ │ └── rock-pi-s.bootscript │ │ ├── modules.mk │ │ └── patches-6.6 │ │ │ ├── 001-v6.8-arm64-dts-rockchip-Add-ethernet0-alias-to-the-dts-for-RK3566-boards.patch │ │ │ ├── 002-v6.7-arm64-dts-rockchip-Add-missing-sdmmc2-SDR-rates-to-rock-3.patch │ │ │ ├── 003-v6.9-arm64-dts-rockchip-adjust-vendor-on-Banana-Pi-R2-Pro.patch │ │ │ ├── 004-v6.10-arm64-dts-rockchip-Add-cache-information-to-the-SoC-dtsi-.patch │ │ │ ├── 005-01-v6.8-arm64-dts-rockchip-add-gpio-line-names-to-rk3308-roc.patch │ │ │ ├── 005-02-v6.8-arm64-dts-rockchip-rk3308-rock-pi-s-gpio-line-names-.patch │ │ │ ├── 006-01-v6.11-soc-rockchip-io-domain-Add-RK3308-IO-voltage-domains.patch │ │ │ ├── 006-02-v6.11-arm64-dts-rockchip-Add-rk3308-IO-voltage-domains.patch │ │ │ ├── 007-01-v6.11-arm64-dts-rockchip-Add-io-domains-to-rk3308-rock-pi-.patch │ │ │ ├── 008-v6.10-arm64-dts-rockchip-correct-the-model-name-for-Radxa-.patch │ │ │ ├── 009-01-v6.10-arm64-dts-rockchip-Add-Radxa-ROCK-3C.patch │ │ │ ├── 009-02-v6.11-arm64-dts-rockchip-change-spi-max-frequency-for-Radx.patch │ │ │ ├── 010-01-v6.11-arm64-dts-rockchip-Add-Radxa-ZERO-3W-3E.patch │ │ │ ├── 010-02-v6.11-arm64-dts-rockchip-fix-mmc-aliases-for-Radxa-ZERO-3E.patch │ │ │ ├── 010-03-v6.11-arm64-dts-rockchip-add-gpio-line-names-to-radxa-zero.patch │ │ │ ├── 010-04-v6.11-arm64-dts-rockchip-Add-Radxa-ROCK-3B.patch │ │ │ ├── 0101-add-config-wireless_ext.patch │ │ │ ├── 011-01-v6.13-arm64-dts-rockchip-Add-FriendlyARM-NanoPi-R3S-board.patch │ │ │ ├── 011-02-v6.13-arm64-dts-rockchip-fix-model-name-for-FriendlyElec-NanoPi.patch │ │ │ ├── 011-03-v1.13-arm64-dts-rockchip-replace-deprecated-snps-reset-props-fo.patch │ │ │ ├── 011-04-v6.13-arm64-dts-rockchip-sort-props-in-pmu_io_domains-node-for.patch │ │ │ ├── 011-05-v6.13-arm64-dts-rockchip-enable-eMMC-HS200-mode-for-NanoPi-R3S.patch │ │ │ ├── 011-06-v6.13-arm64-dts-rockchip-reorder-mmc-aliases-for-NanoPi-R3S.patch │ │ │ ├── 012-v6.13-arm64-dts-rockchip-add-reset-names-for-combphy-on-rk3568.patch │ │ │ ├── 030-01-v6.9-clk-rockchip-rk3588-fix-CLK_NR_CLKS-usage.patch │ │ │ ├── 030-02-v6.9-dt-bindings-clock-rk3588-drop-CLK_NR_CLKS.patch │ │ │ ├── 030-03-v6.9-dt-bindings-clock-rk3588-add-missing-PCLK_VO1GRF.patch │ │ │ ├── 030-04-v6.9-clk-rockchip-rk3588-fix-pclk_vo0grf-and-pclk_vo1grf.patch │ │ │ ├── 030-05-v6.9-clk-rockchip-rk3588-fix-indent.patch │ │ │ ├── 030-06-v6.9-clk-rockchip-rk3588-use-linked-clock-ID-for-GATE_LINK.patch │ │ │ ├── 030-07-v6.10-dt-bindings-reset-Define-reset-id-used-for-HDMI-Receiver.patch │ │ │ ├── 030-08-v6.10-clk-rockchip-rk3588-Add-reset-line-for-HDMI-Receiver.patch │ │ │ ├── 030-09-v6.12-clk-rockchip-Add-new-pll-type-pll_rk3588_ddr.patch │ │ │ ├── 030-10-v6.12-clk-rockchip-rk3588-drop-unused-code.patch │ │ │ ├── 030-11-v6.13-clk-rockchip-fix-finding-of-maximum-clock-ID.patch │ │ │ ├── 030-12-v6.14-clk-rockchip-support-clocks-registered-late.patch │ │ │ ├── 030-13-v6.14-clk-rockchip-rk3588-register-GATE_LINK-later.patch │ │ │ ├── 030-14-v6.14-clk-rockchip-expose-rockchip_clk_set_lookup.patch │ │ │ ├── 030-15-v6.14-clk-rockchip-implement-linked-gate-clock-support.patch │ │ │ ├── 030-16-v6.14-clk-rockchip-rk3588-drop-RK3588_LINKED_CLK.patch │ │ │ ├── 030-17-v6.14-clk-rockchip-rk3588-make-refclko25m_ethX-critical.patch │ │ │ ├── 031-01-v6.7-mfd-rk8xx-Add-support-for-standard-system-power-controlle.patch │ │ │ ├── 031-02-v6.7-mfd-rk8xx-Add-support-for-RK806-power-off.patch │ │ │ ├── 032-01-v6.9-phy-rockchip-Add-Samsung-HDMI-eDP-Combo-PHY-driver.patch │ │ │ ├── 032-02-v6.10-phy-rockchip-add-usbdp-combo-phy-driver.patch │ │ │ ├── 032-03-v6.10-phy-rockchip-usbdp-fix-uninitialized-variable.patch │ │ │ ├── 032-04-v6.10-phy-rockchip-fix-CONFIG_TYPEC-dependency.patch │ │ │ ├── 032-05-v6.10-phy-rockchip-Fix-typo-in-function-names.patch │ │ │ ├── 032-08-v6.10-phy-rockchip-snps-pcie3-add-support-for.patch │ │ │ ├── 035-v6.7-usb-dwc3-add-optional-PHY-interface-clocks.patch │ │ │ ├── 050-01-v6.8-arm64-dts-rockchip-Add-sfc-node-to-rk3588s.patch │ │ │ ├── 050-02-v6.8-arm64-dts-rockchip-Add-I2S2-M0-pin-definitions-to-rk3588s.patch │ │ │ ├── 050-03-v6.8-arm64-dts-rockchip-Add-UART9-M0-pin-definitions-to-rk3588.patch │ │ │ ├── 050-04-v6.8-arm64-dts-rockchip-Add-AV1-decoder-node-to-rk3588s.patch │ │ │ ├── 050-05-v6.8-arm64-dts-rockchip-Add-DFI-to-rk3588s.patch │ │ │ ├── 050-06-v6.8-arm64-dts-rockchip-rk3588s-Add-USB3-host-controller.patch │ │ │ ├── 050-07-v6.7-arm64-dts-rockchip-drop-interrupt-names-property-from.patch │ │ │ ├── 050-08-v6.8-arm64-dts-rockchip-move-rk3588-serial-aliases-to-soc-dtsi.patch │ │ │ ├── 050-09-v6.8-arm64-dts-rockchip-add-rk3588-i2c-aliases-to-soc-dtsi.patch │ │ │ ├── 050-10-v6.8-arm64-dts-rockchip-add-rk3588-gpio-aliases-to-soc-dtsi.patch │ │ │ ├── 050-11-v6.8-arm64-dts-rockchip-add-rk3588-spi-aliases-to-soc-dtsi.patch │ │ │ ├── 050-12-v6.8-arm64-dts-rockchip-Add-vop-on-rk3588.patch │ │ │ ├── 050-13-v6.9-arm64-dts-rockchip-Add-HDMI0-PHY-to-rk3588.patch │ │ │ ├── 050-14-v6.9-arm64-dts-rockchip-add-clock-to-vo1-grf-syscon-on-rk3588.patch │ │ │ ├── 050-15-v6.10-arm64-dts-rockchip-Add-rk3588-GPU-node.patch │ │ │ ├── 050-16-v6.10-arm64-dts-rockchip-Fix-ordering-of-nodes-on-rk3588s.patch │ │ │ ├── 050-17-v6.10-arm64-dts-rockchip-fix-usb2phy-nodename-for-rk3588.patch │ │ │ ├── 050-18-v6.10-arm64-dts-rockchip-reorder-usb2phy-properties-for-rk3588.patch │ │ │ ├── 050-19-v6.10-arm64-dts-rockchip-add-USBDP-phys-on-rk3588.patch │ │ │ ├── 050-20-v6.10-arm64-dts-rockchip-add-USB3-DRD-controllers-on-rk3588.patch │ │ │ ├── 050-21-v6.10-arm64-dts-rockchip-add-rk3588-pcie-and-php-IOMMUs.patch │ │ │ ├── 050-22-v6.11-arm64-dts-rockchip-Prepare-RK3588-SoC-dtsi-files-for.patch │ │ │ ├── 050-23-v6.11-arm64-dts-rockchip-add-thermal-zones-information-on-RK358.patch │ │ │ ├── 050-24-v6.11-arm64-dts-rockchip-add-passive-GPU-cooling-on-RK3588.patch │ │ │ ├── 050-25-v6.11-arm64-dts-rockchip-Add-OPP-data-for-CPU-cores-on-RK3588.patch │ │ │ ├── 050-26-v6.11-arm64-dts-rockchip-Add-OPP-data-for-CPU-cores-on-RK3588j.patch │ │ │ ├── 050-27-v6.11-arm64-dts-rockchip-Split-GPU-OPPs-of-RK3588-and-RK3588j.patch │ │ │ ├── 051-01-v6.8-arm64-dts-rockchip-add-USB3-host-to-rock-5a.patch │ │ │ ├── 051-02-v6.10-arm64-dts-rockchip-add-upper-USB3-port-to-rock-5a.patch │ │ │ ├── 051-03-v6.11-arm64-dts-rockchip-add-but-disabled-SFC-node-for-Radxa.patch │ │ │ ├── 051-04-v6.12-arm64-dts-rockchip-enable-PCIe-on-M.2-E-key-for-Radxa-ROC.patch │ │ │ ├── 052-01-v6.7-arm64-dts-rockchip-add-PCIe-network-controller-to-rock-5b.patch │ │ │ ├── 052-02-v6.7-arm64-dts-rockchip-add-PCIe-for-M.2-M-key-to-rock-5b.patch │ │ │ ├── 052-03-v6.7-arm64-dts-rockchip-add-PCIe-for-M.2-E-Key-to-rock-5b.patch │ │ │ ├── 052-04-v6.7-arm64-dts-rockchip-Add-sdio-node-to-rock-5b.patch │ │ │ ├── 052-05-v6.8-arm64-dts-rockchip-Remove-duplicate-regulator-vcc3v3_wf.patch │ │ │ ├── 052-06-v6.8-arm64-dts-rockchip-Enable-UART6-on-rock-5b.patch │ │ │ ├── 052-07-v6.8-arm64-dts-rockchip-add-status-LED-to-rock-5b.patch │ │ │ ├── 052-08-v6.8-arm64-dts-rockchip-add-USB3-host-to-rock-5b.patch │ │ │ ├── 052-09-v6.9-arm64-dts-rockchip-support-poweroff-on-the-rock-5b.patch │ │ │ ├── 052-10-v6.9-arm64-dts-rockchip-correct-gpio_pwrctrl1-typo-on-rock-5b.patch │ │ │ ├── 052-11-v6.9-arm64-dts-rockchip-add-rfkill-node-for-M-2-Key-E-WiFi-on-.patch │ │ │ ├── 052-12-v6.10-arm64-dts-rockchip-Enable-GPU-on-rk3588-rock5b.patch │ │ │ ├── 052-13-v6.10-arm64-dts-rockchip-Correct-the-model-names-for-Radxa-ROCK.patch │ │ │ ├── 052-13-v6.10-arm64-dts-rockchip-add-lower-USB3-port-to-rock-5b.patch │ │ │ ├── 052-14-v6.11-arm64-dts-rockchip-enable-automatic-fan-control-on-Rock-5.patch │ │ │ ├── 052-15-v6.11-arm64-dts-rockchip-add-SFC-support-for-Radxa-ROCK-5B.patch │ │ │ ├── 053-01-v6.8-arm64-dts-rockchip-Support-poweroff-on-NanoPC-T6.patch │ │ │ ├── 053-02-v6.9-arm64-dts-rockchip-nanopc-t6-sdmmc-beautification.patch │ │ │ ├── 053-03-v6.9-arm64-dts-rockchip-correct-gpio_pwrctrl1-typo-on-nanopc-t.patch │ │ │ ├── 053-04-v6.9-arm64-dts-rockchip-enable-NanoPC-T6-MiniPCIe-power.patch │ │ │ ├── 053-05-v6.9-arm64-dts-rockchip-add-sdmmc-card-detect-to-the-nanopc-t6.patch │ │ │ ├── 053-06-v6.9-arm64-dts-rockchip-fix-nanopc-t6-sdmmc-regulator.patch │ │ │ ├── 053-08-v6.12-arm64-dts-rockchip-prepare-NanoPC-T6-for-LTS-board.patch │ │ │ ├── 053-09-v6.12-arm64-dts-rockchip-move-NanoPC-T6-parts-to-DTS.patch │ │ │ ├── 053-10-v6.12-arm64-dts-rockchip-add-SPI-flash-on-NanoPC-T6.patch │ │ │ ├── 053-11-v6.12-arm64-dts-rockchip-add-IR-receiver-to-NanoPC-T6.patch │ │ │ ├── 053-12-v6.12-arm64-dts-rockchip-enable-GPU-on-NanoPC-T6.patch │ │ │ ├── 053-13-v6.12-arm64-dts-rockchip-enable-USB-C-on-NanoPC-T6.patch │ │ │ ├── 053-14-v6.12-arm64-dts-rockchip-add-Mask-Rom-key-on-NanoPC-T6.patch │ │ │ ├── 053-15-v6.12-arm64-dts-rockchip-use-correct-fcs-suspend-voltage-selecto.patch │ │ │ ├── 053-16-v6.13-arm64-dts-rockchip-enable-USB3-on-NanoPC-T6.patch │ │ │ ├── 054-01-v6.7-arm64-dts-rockchip-Add-Orange-Pi-5.patch │ │ │ ├── 054-02-v6.8-arm64-dts-rockchip-add-USB3-host-on-rk3588s-orangepi-5.patch │ │ │ ├── 054-03-v6.8-arm64-dts-rockchip-Support-poweroff-on-Orange-Pi-5.patch │ │ │ ├── 054-04-v6.10-arm64-dts-rockchip-Enable-GPU-on-Orange-Pi-5.patch │ │ │ ├── 054-05-v6.10-arm64-dts-rockchip-add-USB-C-support-to-rk3588s-orangepi-.patch │ │ │ ├── 055-01-v6.7-arm64-dts-rockchip-Add-board-device-tree-for.patch │ │ │ ├── 055-02-v6.9-arm64-dts-rockchip-remove-redundant-cd-gpios-from-rk3588.patch │ │ │ ├── 056-01-v6.10-arm64-dts-rockchip-Add-ArmSom-Sige7-board.patch │ │ │ ├── 056-02-v6.11-arm64-dts-rockchip-enable-thermal-management-on-all-RK358.patch │ │ │ ├── 100-rockchip-use-system-LED-for-OpenWrt.patch │ │ │ ├── 101-rockchip-rk3328-add-compatible-to-NanoPi-R2S-etherne.patch │ │ │ ├── 102-rockchip-rk3328-add-i2c0-controller-for-nanopi-r2s.patch │ │ │ ├── 103-arm64-dts-rockchip-lower-mmc-speed.patch │ │ │ ├── 104-arm64-dts-rockchip-enable-wifi-and-bt-for-station-p2.patch │ │ │ ├── 105-arm64-dts-rockchip-enable-wifi-and-bt-for-armsom-sige.patch │ │ │ ├── 112-01-math-h-add-DIV_ROUND_UP_NO_OVERFLOW.patch │ │ │ ├── 112-02-clk-divider-Fix-divisor-masking-on-64-bit-platforms.patch │ │ │ ├── 112-03-clk-composite-replace-open-coded-abs_diff.patch │ │ │ ├── 123-07-arm64-dts-rockchip-rk3588-rock5b-add-USB-C-support.patch │ │ │ ├── 300-nvmem-rockchip-otp-Add-support-for-rk3568-otp.patch │ │ │ ├── 301-arm64-dts-rockchip-rk3568-Add-otp-device-node.patch │ │ │ ├── 302-arm64-cpuinfo-add-system-serial-support.patch │ │ │ ├── 303-soc-rockchip-add-cpuinfo-support.patch │ │ │ ├── 304-01-arm64-dts-rockchip-add-cpuinfo-support-for-rk3328.patch │ │ │ ├── 304-02-arm64-dts-rockchip-add-cpuinfo-support-for-rk3399.patch │ │ │ ├── 304-03-arm64-dts-rockchip-add-cpuinfo-node-for-rk3568.patch │ │ │ ├── 304-04-arm64-dts-rockchip-rk3588s-Add-cpuinfo-device-node.patch │ │ │ ├── 501-mmc-core-set-initial-signal-voltage-on-power-off.patch │ │ │ ├── 600-ethernet-stmmac-Add-property-to-disable-VLAN-hw-filter.patch │ │ │ ├── 602-net-ethernet-r8169-add-devname-configuration-from-OF.patch │ │ │ ├── 603-net-ethernet-stmmac-add-devname-configuration-from-OF.patch │ │ │ ├── 610-arm64-rockchip-add-OF-node-for-eth.patch │ │ │ ├── 700-phy-rockchip-snps-pcie3-rk3568-update-fw-when-init.patch │ │ │ ├── 701-irqchip-gic-v3-add-hackaround-for-rk3568-its.patch │ │ │ ├── 703-arm64-rk3568-update-gicv3-its-and-pci-msi-map.patch │ │ │ ├── 710-ethernet-stmicro-stmmac-Add-SGMII-QSGMII-support-for.patch │ │ │ ├── 711-arm64-dts-rockchip-rk3568-Add-xpcs-support.patch │ │ │ ├── 801-01-hwrng-rockchip-add-support-for-Rockchip-HW-RNG.patch │ │ │ ├── 801-02-arm64-dts-rockchip-rk3328-add-rng-node.patch │ │ │ ├── 801-03-arm64-dts-rockchip-add-rng-node-for-rk3399.patch │ │ │ ├── 801-04-arm64-dts-rockchip-rk356x-add-rng-node.patch │ │ │ ├── 801-05-arm64-dts-rockchip-rk3588s-add-rng-node.patch │ │ │ ├── 802-clk-rockchip-support-setting-ddr-clock-via-SIP-Version-2-.patch │ │ │ ├── 803-PM-devfreq-rockchip-add-devfreq-driver-for-rk3328-dmc.patch │ │ │ ├── 804-01-PM-devfreq-rockchip-dfi-disable-irqs-during-accessing-ddr.patch │ │ │ ├── 804-02-PM-devfreq-event-add-support-for-rk3368-dfi.patch │ │ │ ├── 804-03-PM-devfreq-event-add-support-for-rk3288-dfi.patch │ │ │ ├── 804-04-PM-devfreq-event-add-support-for-rk3128-dfi.patch │ │ │ ├── 804-05-PM-devfreq-event-make-dfi-more-extension.patch │ │ │ ├── 804-06-PM-devfreq-event-add-support-for-rk3328-dfi.patch │ │ │ ├── 804-07-PM-devfreq-event-add-support-for-px30-dfi.patch │ │ │ ├── 804-08-PM-devfreq-rockchip-dfi-add-support-for-rk1808-dfi.patch │ │ │ ├── 804-09-PM-devfreq-rockchip-dfi-fix-lpddr4-calculation-error.patch │ │ │ ├── 804-10-PM-devfreq-rockchip-dfi-add-support-for-rv1126-dfi.patch │ │ │ ├── 804-11-PM-devfreq-rockchip-dfi-add-support-for-rk3568-dfi.patch │ │ │ ├── 804-12-PM-devfreq-rockchip-dfi-add-support-lpddr4x.patch │ │ │ ├── 804-13-PM-devfreq-rockchip-dfi-add-rk3588-dfi-support.patch │ │ │ ├── 805-arm64-dts-rockchip-add-rk3328-ddr-relate-node.patch │ │ │ ├── 806-arm64-dts-rockchip-enable-dmc-for-rk3328-boards.patch │ │ │ ├── 900-arm64-boot-add-dts-files.patch │ │ │ ├── 991-arm64-dts-rockchip-add-more-cpu-operating-points-for.patch │ │ │ ├── 992-rockchip-rk3399-overclock-to-2.2-1.8-GHz.patch │ │ │ ├── 993-rockchip-rk3566-unlock-2.0-GHz.patch │ │ │ ├── 997-rockchip-naneng-combo-phy-add-sgmii-mac-sel.patch │ │ │ ├── 9999-add-mode-gmac-number.patch │ │ │ ├── 9999-drivers-net-ethernet-stmicro-stmmac-rockchip.patch │ │ │ └── 9999-ethernet-stmmac-dwmac-rk-Disable-Auto-Nego-for-1000.patch │ ├── sifiveu │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_leds │ │ │ │ │ └── 02_network │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ └── 79_move_config │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-6.6 │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ └── gen_sifiveu_sdcard_img.sh │ │ └── patches-6.6 │ │ │ ├── 0001-riscv-sifive-fu740-cpu-1-2-3-4-set-compatible-to-sif.patch │ │ │ ├── 0004-riscv-sifive-unmatched-add-gpio-poweroff-node.patch │ │ │ └── 0005-riscv-sifive-unleashed-define-opp-table-cpufreq.patch │ ├── siflower │ │ ├── Makefile │ │ ├── dts │ │ │ ├── sf19a2890.dtsi │ │ │ └── sf19a2890_evb.dts │ │ ├── files-6.6 │ │ │ ├── arch │ │ │ │ └── mips │ │ │ │ │ └── include │ │ │ │ │ └── asm │ │ │ │ │ └── mach-siflower │ │ │ │ │ └── kmalloc.h │ │ │ ├── drivers │ │ │ │ ├── clk │ │ │ │ │ └── siflower │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── clk-sf19a2890-periph.c │ │ │ │ │ │ └── clk-sf19a2890.c │ │ │ │ ├── gpio │ │ │ │ │ └── gpio-siflower.c │ │ │ │ ├── net │ │ │ │ │ └── ethernet │ │ │ │ │ │ └── stmicro │ │ │ │ │ │ └── stmmac │ │ │ │ │ │ └── dwmac-sf19a2890.c │ │ │ │ ├── phy │ │ │ │ │ └── siflower │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ └── phy-sf19a2890-usb.c │ │ │ │ ├── pinctrl │ │ │ │ │ └── pinctrl-sf19a2890.c │ │ │ │ └── reset │ │ │ │ │ └── reset-sf19a2890-periph.c │ │ │ └── include │ │ │ │ └── dt-bindings │ │ │ │ └── clock │ │ │ │ └── siflower,sf19a2890-clk.h │ │ ├── image │ │ │ └── Makefile │ │ ├── modules.mk │ │ ├── patches-6.6 │ │ │ ├── 001-mips-add-support-for-Siflower-SF19A2890.patch │ │ │ ├── 002-clk-add-drivers-for-sf19a2890.patch │ │ │ ├── 003-reset-add-support-for-sf19a2890.patch │ │ │ ├── 004-gpio-add-support-for-siflower-socs.patch │ │ │ ├── 005-pinctrl-add-driver-for-siflower-sf19a2890.patch │ │ │ ├── 006-stmmac-add-support-for-sf19a2890.patch │ │ │ ├── 007-phy-add-support-for-SF19A2890-USB-PHY.patch │ │ │ ├── 008-usb-dwc2-add-support-for-Siflower-SF19A2890.patch │ │ │ └── 009-usb-dwc2-handle-OTG-interrupt-regardless-of-GINTSTS.patch │ │ └── sf19a2890 │ │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── board.d │ │ │ │ │ └── 02_network │ │ │ └── lib │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ │ ├── config-6.6 │ │ │ └── target.mk │ ├── starfive │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ └── 02_network │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ └── firmware │ │ │ │ └── brcm │ │ │ │ ├── brcmfmac43430-sdio.txt │ │ │ │ └── brcmfmac43430a0-sdio.txt │ │ ├── config-6.6 │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ ├── gen_starfive_sdcard_img.sh │ │ │ ├── mmc.bootscript.jh7100 │ │ │ └── mmc.bootscript.jh7110 │ │ ├── modules.mk │ │ └── patches-6.6 │ │ │ ├── 0001-clk-starfive-jh7110-sys-Fix-lower-rate-of-CPUfreq-by.patch │ │ │ ├── 0002-dt-bindings-timer-Add-timer-for-StarFive-JH7110-SoC.patch │ │ │ ├── 0003-clocksource-Add-JH7110-timer-driver.patch │ │ │ ├── 0004-dt-bindings-mmc-starfive-Remove-properties-from-requ.patch │ │ │ ├── 0005-mmc-starfive-Change-tuning-implementation.patch │ │ │ ├── 0006-dt-bindings-pwm-Add-bindings-for-OpenCores-PWM-Contr.patch │ │ │ ├── 0007-pwm-opencores-Add-PWM-driver-support.patch │ │ │ ├── 0008-crypto-starfive-remove-unnecessary-alignmask-for-aha.patch │ │ │ ├── 0009-crypto-starfive-Update-driver-dependencies.patch │ │ │ ├── 0010-crypto-starfive-RSA-poll-csr-for-done-status.patch │ │ │ ├── 0011-crypto-starfive-Pad-adata-with-zeroes.patch │ │ │ ├── 0012-crypto-starfive-Remove-cfb-and-ofb.patch │ │ │ ├── 0013-crypto-starfive-Remove-unneeded-NULL-checks.patch │ │ │ ├── 0014-dt-bindings-PCI-Add-PLDA-XpressRICH-PCIe-host-common.patch │ │ │ ├── 0015-PCI-microchip-Move-pcie-microchip-host.c-to-plda-dir.patch │ │ │ ├── 0016-PCI-microchip-Move-PLDA-IP-register-macros-to-pcie-p.patch │ │ │ ├── 0017-PCI-microchip-Add-bridge_addr-field-to-struct-mc_pci.patch │ │ │ ├── 0018-PCI-microchip-Rename-two-PCIe-data-structures.patch │ │ │ ├── 0019-PCI-microchip-Move-PCIe-host-data-structures-to-plda.patch │ │ │ ├── 0020-PCI-microchip-Rename-two-setup-functions.patch │ │ │ ├── 0021-PCI-microchip-Change-the-argument-of-plda_pcie_setup.patch │ │ │ ├── 0022-PCI-microchip-Move-setup-functions-to-pcie-plda-host.patch │ │ │ ├── 0023-PCI-microchip-Rename-interrupt-related-functions.patch │ │ │ ├── 0024-PCI-microchip-Add-num_events-field-to-struct-plda_pc.patch │ │ │ ├── 0025-PCI-microchip-Add-request_event_irq-callback-functio.patch │ │ │ ├── 0026-PCI-microchip-Add-INTx-and-MSI-event-num-to-struct-p.patch │ │ │ ├── 0027-PCI-microchip-Add-get_events-callback-and-add-PLDA-g.patch │ │ │ ├── 0028-PCI-microchip-Add-event-irqchip-field-to-host-port-a.patch │ │ │ ├── 0029-PCI-microchip-Move-IRQ-functions-to-pcie-plda-host.c.patch │ │ │ ├── 0030-pci-plda-Add-event-bitmap-field-to-struct-plda_pcie_.patch │ │ │ ├── 0031-PCI-plda-Add-host-init-deinit-and-map-bus-functions.patch │ │ │ ├── 0032-dt-bindings-PCI-Add-StarFive-JH7110-PCIe-controller.patch │ │ │ ├── 0033-PCI-Add-PCIE_RESET_CONFIG_DEVICE_WAIT_MS-waiting-tim.patch │ │ │ ├── 0034-PCI-starfive-Add-JH7110-PCIe-controller.patch │ │ │ ├── 0035-ASoC-dt-bindings-Add-StarFive-JH7110-PWM-DAC-control.patch │ │ │ ├── 0036-ASoC-starfive-Add-JH7110-PWM-DAC-driver.patch │ │ │ ├── 0037-ASoC-Update-jh7110-PWM-DAC-for-ops-move.patch │ │ │ ├── 0038-ASoC-starfive-jh7110-pwmdac-Convert-to-platform-remo.patch │ │ │ ├── 0039-dt-bindings-power-Add-power-domain-header-for-JH7110.patch │ │ │ ├── 0040-pmdomain-starfive-Replace-SOC_STARFIVE-with-ARCH_STA.patch │ │ │ ├── 0041-pmdomain-starfive-Extract-JH7110-pmu-private-operati.patch │ │ │ ├── 0042-pmdomain-starfive-Add-JH7110-AON-PMU-support.patch │ │ │ ├── 0043-pmdomain-Prepare-to-move-Kconfig-files-into-the-pmdo.patch │ │ │ ├── 0044-pmdomain-starfive-Move-Kconfig-file-to-the-pmdomain-.patch │ │ │ ├── 0045-dt-bindings-power-Update-prefixes-for-AON-power-doma.patch │ │ │ ├── 0046-pmdomain-starfive-Update-prefixes-for-AON-power-doma.patch │ │ │ ├── 0047-riscv-dts-starfive-pinfunc-Fix-the-pins-name-of-I2ST.patch │ │ │ ├── 0048-riscv-dts-starfive-Add-full-support-except-VIN-and-V.patch │ │ │ ├── 0049-MAINTAINERS-Update-all-StarFive-entries.patch │ │ │ ├── 0050-mmc-starfive-Change-the-voltage-to-adapt-to-JH7110-E.patch │ │ │ ├── 0051-spi-spl022-Get-and-deassert-reset-in-probe.patch │ │ │ ├── 0052-ASoC-dwc-i2s-Fix-getting-platform-data-error-for-Sta.patch │ │ │ ├── 0053-ASoC-dwc-i2s-Add-RX-master-support-for-StarFive-JH71.patch │ │ │ ├── 0054-pinctrl-starfive-jh7110-Unset-.strict-in-pinmux_ops.patch │ │ │ ├── 0055-mm-pgtable-generic.c-Export-symbol-__pte_offset_map.patch │ │ │ ├── 0056-riscv-dts-starfive-Add-JH7110-EVB-device-tree.patch │ │ │ ├── 0057-riscv-dts-starfive-Add-JH7110-EVB-expanded-device-tr.patch │ │ │ ├── 0058-riscv-dts-starfive-Add-evb-overlay-dtso-subdir.patch │ │ │ ├── 0059-riscv-configs-Add-starfive_jh7110_defconfig.patch │ │ │ ├── 0060-of-configfs-Add-configfs-function.patch │ │ │ ├── 0061-usr-Add-gen_initramfs_list.sh.patch │ │ │ ├── 0062-i2c-designware-Delete-SMBus-functionalities.patch │ │ │ ├── 0063-drivers-mtd-gigadevice-add-gd25lq256d-32M-flash-supp.patch │ │ │ ├── 0064-driver-mailbox-Add-mailbox-driver.patch │ │ │ ├── 0065-driver-rtc-Add-StarFive-JH7110-rtc-driver.patch │ │ │ ├── 0066-uart-8250-Add-dw-auto-flow-ctrl-support.patch │ │ │ ├── 0067-driver-uart-fix-up-uart-communicate-fail.patch │ │ │ ├── 0068-uart-8250-add-reset-operation-in-runtime-PM.patch │ │ │ ├── 0069-dt-bindings-CAN-Add-StarFive-CAN-module.patch │ │ │ ├── 0070-CAN-starfive-Add-CAN-engine-support.patch │ │ │ ├── 0071-regulator-starfive-jh7110-Add-regulator-support-for-.patch │ │ │ ├── 0072-drivers-nvme-Add-precheck-and-delay-for-CQE-pending-.patch │ │ │ ├── 0073-RISC-V-Create-unique-identification-for-SoC-PMU.patch │ │ │ ├── 0074-RISC-V-Support-CPUID-for-risc-v-in-perf.patch │ │ │ ├── 0075-RISC-V-Added-generic-pmu-events-mapfile.patch │ │ │ ├── 0076-perf-sbi-disable-cpu-hotplug-callback.patch │ │ │ ├── 0077-dmaengine-dw-axi-dmac-Drop-unused-print-message.patch │ │ │ ├── 0079-ASoC-codecs-Add-AC108-Codec-driver.patch │ │ │ ├── 0080-ASoC-starfive-Add-SPDIF-and-PCM-driver.patch │ │ │ ├── 0081-ASoC-starfive-Add-JH7110-PDM-driver.patch │ │ │ ├── 0082-dt-binding-input-Add-tink_ft5406.patch │ │ │ ├── 0083-input-touchscreen-Add-tinker_ft5406-driver-support.patch │ │ │ ├── 0084-dt-binding-media-Add-JH7110-Camera-Subsystem.patch │ │ │ ├── 0085-media-starfive-Add-vin-driver-support.patch │ │ │ ├── 0086-dt-bindings-media-i2c-Add-IMX708-CMOS-sensor-binding.patch │ │ │ ├── 0087-media-i2c-Add-imx708-support.patch │ │ │ ├── 0088-media-i2c-imx708-Delete-gain.patch │ │ │ ├── 0089-dt-bindings-display-Add-yamls-for-JH7110-display-sys.patch │ │ │ ├── 0090-soc-starfive-jh71xx_pmu-Add-EVENT_TURN_OFF-register-.patch │ │ │ ├── 0091-workqueue-Enable-flush_scheduled_work.patch │ │ │ ├── 0092-riscv-Optimize-memcpy-with-aligned-version.patch │ │ │ ├── 0093-riscv-purgatory-Change-memcpy-to-the-aligned-version.patch │ │ │ ├── 0094-Add-16-ISP-controls-remove-the-frame-SYNC-event-to-v.patch │ │ │ ├── 0095-Expand-2-bytes-after-the-SC-buffer-for-the-AE-AWB-fl.patch │ │ │ ├── 0096-Add-ISP-control-for-video2-and-video3.patch │ │ │ ├── 0097-media-starfive-Update-ISP-initialzation.patch │ │ │ ├── 0098-crypto-jh7110-Comment-RSA-algo-register.patch │ │ │ ├── 0099-riscv-dts-starfive-jh7110-evb-Add-qspi-norflash-part.patch │ │ │ ├── 0100-driver-regulator-pmic-driver-support-kernel-6.6.patch │ │ │ ├── 0101-spi-pl022-starfive-Add-platform-bus-register-to-adap.patch │ │ │ ├── 0102-spi-pl022-starfive-Avoid-power-device-error-when-CON.patch │ │ │ ├── 0103-spi-pl022-starfive-fix-the-problem-of-spi-overlay-re.patch │ │ │ ├── 0104-spi-pl022-starfive-Enable-spi-to-be-compiled-into-mo.patch │ │ │ ├── 0105-riscv-configs-add-visionfive2-defconfig-to-kernel-6..patch │ │ │ ├── 0106-riscv-dts-starfive-update-dts-to-kernel-6.6.patch │ │ │ ├── 0107-riscv-dts-starfive-evb-overlay-Support-SPI-overlay.patch │ │ │ ├── 0108-riscv-configs-visionfive2-Add-standard-partition-for.patch │ │ │ ├── 0109-usb-xhci-To-improve-performance-usb-using-lowmem-for.patch │ │ │ ├── 0110-usb-xhci-using-dma_alloc_noncoherent-to-alloc-low-me.patch │ │ │ ├── 0111-riscv-dts-starfive-Add-vf2-overlay-dtso-subdir.patch │ │ │ ├── 0112-riscv-dts-starfive-visionfive-2-Add-aliases-for-i2c-.patch │ │ │ ├── 0113-driver-bluetooth-add-aic8800-driver-support.patch │ │ │ ├── 0114-riscv-dts-starfive-visionfive-2-Sync-the-sound-card-.patch │ │ │ ├── 0115-clk-starfive-jh7110-Change-uart3-uart5-clk-register-.patch │ │ │ ├── 0116-riscv-dts-starfive-visionfive-2-Quote-corresponding-.patch │ │ │ ├── 1000-serial-8250_dw-Add-starfive-jh7100-hsuart-compatible.patch │ │ │ ├── 1001-RISC-V-Add-StarFive-JH7100-audio-clock-node.patch │ │ │ ├── 1002-drivers-tty-serial-8250-update-driver-for-JH7100.patch │ │ │ ├── 1003-dmaengine-dw-axi-dmac-Handle-xfer-start-while-non-id.patch │ │ │ ├── 1004-dmaengine-dw-axi-dmac-Add-StarFive-JH7100-support.patch │ │ │ ├── 1005-pinctrl-starfive-Reset-pinmux-settings.patch │ │ │ ├── 1006-clk-starfive-Add-flags-argument-to-JH71X0__MUX-macro.patch │ │ │ ├── 1007-clk-starfive-jh7100-Add-CLK_SET_RATE_PARENT-to-gmac_.patch │ │ │ ├── 1008-clk-starfive-jh7100-Keep-more-clocks-alive.patch │ │ │ ├── 1009-net-stmmac-use-GFP_DMA32.patch │ │ │ ├── 1010-hwrng-Add-StarFive-JH7100-Random-Number-Generator-dr.patch │ │ │ ├── 1011-pwm-sifive-ptc-Add-SiFive-PWM-PTC-driver.patch │ │ │ ├── 1012-dt-bindings-reset-Add-StarFive-JH7100-audio-reset-de.patch │ │ │ ├── 1013-dt-bindings-reset-Add-starfive-jh7100-audrst-binding.patch │ │ │ ├── 1014-reset-starfive-Add-JH7100-audio-reset-driver.patch │ │ │ ├── 1015-RISC-V-Add-StarFive-JH7100-audio-reset-node.patch │ │ │ ├── 1016-soc-sifive-ccache-Add-StarFive-JH7100-support.patch │ │ │ ├── 1017-riscv-errata-Add-StarFive-JH7100-errata.patch │ │ │ ├── 1018-riscv-dts-starfive-Mark-the-JH7100-as-having-non-coh.patch │ │ │ ├── 1019-riscv-dts-starfive-Add-JH7100-cache-controller.patch │ │ │ ├── 1020-riscv-dts-starfive-Add-pool-for-coherent-DMA-memory-.patch │ │ │ ├── 1021-riscv-dts-starfive-Add-JH7100-MMC-nodes.patch │ │ │ ├── 1022-riscv-dts-starfive-Enable-SD-card-on-JH7100-boards.patch │ │ │ ├── 1023-riscv-errata-Make-ERRATA_STARFIVE_JH7100-depend-on-D.patch │ │ │ └── 1024-riscv-dts-Add-full-JH7100-Starlight-and-VisionFive-s.patch │ ├── stm32 │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── board.d │ │ │ │ │ └── 02_network │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ └── 79_move_config │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── image │ │ │ ├── Makefile │ │ │ ├── extlinux.conf │ │ │ └── gen_stm32_sdcard_img.sh │ │ ├── modules.mk │ │ ├── patches-6.6 │ │ │ ├── 001-net-stmmac-dwmac-stm32-use-devm_stmmac_probe_config_.patch │ │ │ ├── 002-net-stmmac-dwmac-stm32-refactor-clock-config.patch │ │ │ ├── 003-net-stmmac-dwmac-stm32-Separate-out-external-clock-r.patch │ │ │ ├── 004-net-stmmac-dwmac-stm32-Separate-out-external-clock-s.patch │ │ │ ├── 005-net-stmmac-dwmac-stm32-Extract-PMCR-configuration.patch │ │ │ ├── 006-net-stmmac-dwmac-stm32-Clean-up-the-debug-prints.patch │ │ │ ├── 007-net-stmmac-dwmac-stm32-Mask-support-for-PMCR-configu.patch │ │ │ ├── 008-net-stmmac-dwmac-stm32-add-management-of-stm32mp13-f.patch │ │ │ ├── 009-ARM-dts-stm32-add-ETZPC-as-a-system-bus-for-STM32MP1.patch │ │ │ ├── 010-ARM-dts-stm32-put-ETZPC-as-an-access-controller-for-.patch │ │ │ ├── 011-ARM-dts-stm32-add-ethernet1-2-RMII-pins-for-STM32MP1.patch │ │ │ ├── 012-ARM-dts-stm32-add-ethernet1-and-ethernet2-support-on.patch │ │ │ ├── 013-ARM-dts-stm32-add-ethernet1-for-STM32MP135F-DK-board.patch │ │ │ ├── 020-mmc-mmci-stm32-add-SDIO-in-band-interrupt-mode.patch │ │ │ ├── 030-rtc-stm32-add-pinctrl-and-pinmux-interfaces.patch │ │ │ ├── 031-rtc-stm32-add-Low-Speed-Clock-Output-LSCO-support.patch │ │ │ ├── 032-ARM-dts-stm32-rtc-add-pin-to-provide-LSCO-on-stm32mp.patch │ │ │ ├── 033-ARM-dts-stm32-rtc-add-LSCO-to-WLAN-BT-module-on-stm3.patch │ │ │ ├── 034-ARM-dts-stm32-add-support-of-WLAN-BT-on-stm32mp135f-.patch │ │ │ ├── 700-net-stmmac-dwmac-stm32-add-support-of-phy-supply-pro.patch │ │ │ └── 900-ARM-dts-stm32-add-ethernet2-for-STM32MP135F-DK-board.patch │ │ └── stm32mp1 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ ├── sunxi │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_leds │ │ │ │ │ ├── 02_network │ │ │ │ │ └── 05_compat-version │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ ├── firmware │ │ │ │ └── brcm │ │ │ │ │ ├── brcmfmac4329-sdio.txt │ │ │ │ │ ├── brcmfmac43362-sdio.txt │ │ │ │ │ ├── brcmfmac43430-sdio.txt │ │ │ │ │ └── brcmfmac43430a0-sdio.txt │ │ │ │ ├── preinit │ │ │ │ └── 79_move_config │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-6.6 │ │ ├── cortexa53 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── cortexa7 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── cortexa8 │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ ├── cortexa53.mk │ │ │ ├── cortexa7.mk │ │ │ ├── cortexa8.mk │ │ │ └── gen_sunxi_sdcard_img.sh │ │ ├── modules.mk │ │ ├── patches-6.6 │ │ │ ├── 008-v6.7-arm64-dts-allwinner-h616-Add-SID-controller-node.patch │ │ │ ├── 009-v6.9-soc-sunxi-sram-export-register-0-for-THS-on-H616.patch │ │ │ ├── 010-v6.8-thermal-drivers-sun8i-Add-D1-T113s-THS-controller-support.patch │ │ │ ├── 011-v6.9-thermal-drivers-sun8i-Explain-unknown-H6-register-value.patch │ │ │ ├── 012-v6.9-thermal-drivers-sun8i-Extend-H6-calibration-to-support-4.patch │ │ │ ├── 013-v6.9-thermal-drivers-sun8i-Add-SRAM-register-access-code.patch │ │ │ ├── 014-v6.9-thermal-drivers-sun8i-Add-support-for-H616-THS-controller.patch │ │ │ ├── 015-v6.9-thermal-drivers-sun8i-Dont-fail-probe-due-to-zone-registra.patch │ │ │ ├── 016-v6.9-arm64-dts-allwinner-h616-Add-thermal-sensor-and-zones.patch │ │ │ ├── 017-v6.10-firmware-smccc-Export-revision-soc_id-function.patch │ │ │ ├── 018-v6.10-cpufreq-dt-platdev-Blocklist-Allwinner-H616-618-SoCs.patch │ │ │ ├── 019-v6.10-cpufreq-sun50i-Refactor-speed-bin-decoding.patch │ │ │ ├── 020-v6.10-cpufreq-sun50i-Add-support-for-opp_supported_hw.patch │ │ │ ├── 021-v6.10-cpufreq-sun50i-Add-H616-support.patch │ │ │ ├── 022-v6.10-arm64-dts-allwinner-h616-Add-CPU-OPPs-table.patch │ │ │ ├── 023-v6.10-arm64-dts-allwinner-h616-enable-DVFS-for-all-boards.patch │ │ │ ├── 024-v6.10-cpufreq-sun50i-Fix-build-warning-around-snprint.patch │ │ │ ├── 025-v6.10-cpufreq-sun50i-fix-error-returns-in-dt_has_supported_hw.patch │ │ │ ├── 102-sunxi-add-OF-node-for-USB-eth-on-NanoPi-R1S-H5.patch │ │ │ ├── 103-arm64-dts-allwinner-add-LED-configuration-to-Orange-Pi-Ze.patch │ │ │ ├── 301-orangepi_pc2_usb_otg_to_host_key_power.patch │ │ │ ├── 400-arm64-allwinner-a64-sopine-Add-Sopine-flash-partitio.patch │ │ │ ├── 410-sunxi-add-bananapi-p2-zero.patch │ │ │ ├── 430-arm64-dts-allwinner-a64-olinuxino-add-status-LED-ali.patch │ │ │ ├── 431-arm64-dts-allwinner-nanopi-r1s-h5-add-status-LED.patch │ │ │ ├── 432-arm64-dts-allwinner-add-LED-aliases-to-Orange-Pi-Zer.patch │ │ │ ├── 442-arm64-dts-orangepi-one-plus-enable-PWM.patch │ │ │ ├── 450-arm64-dts-enable-wifi-on-pine64-boards.patch │ │ │ ├── 451-sunxi-add-csi-video-support-for-nanopi-neo-air.patch │ │ │ ├── 910-arm64-dts-allwinner-h5-add-more-cpu-operating-points-.patch │ │ │ └── 911-arm64-dts-allwinner-h616-add-more-cpu-operating-points-.patch │ │ └── profiles │ │ │ └── 00-default.mk │ ├── tegra │ │ ├── Makefile │ │ ├── base-files │ │ │ ├── etc │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ └── 79_move_config │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-6.6 │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ ├── Makefile │ │ │ └── generic-bootscript │ │ └── patches-6.6 │ │ │ └── 101-ARM-dtc-tegra-enable-front-panel-leds-in-TrimSlice.patch │ ├── uml │ │ ├── Makefile │ │ ├── README.md │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── inittab │ │ ├── config-6.6 │ │ ├── files │ │ │ └── arch │ │ │ │ └── um │ │ │ │ └── include │ │ │ │ └── uapi │ │ │ │ └── asm │ │ │ │ └── Kbuild │ │ ├── generic │ │ │ └── target.mk │ │ ├── image │ │ │ └── Makefile │ │ └── patches-6.6 │ │ │ ├── 101-mconsole-exec.patch │ │ │ └── 102-pseudo-random-mac.patch │ ├── x86 │ │ ├── 64 │ │ │ ├── base-files │ │ │ │ └── lib │ │ │ │ │ └── preinit │ │ │ │ │ └── 45_mount_xenfs │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── Makefile │ │ ├── base-files.mk │ │ ├── base-files │ │ │ ├── etc │ │ │ │ ├── board.d │ │ │ │ │ ├── 01_leds │ │ │ │ │ └── 02_network │ │ │ │ ├── diag.sh │ │ │ │ └── inittab │ │ │ └── lib │ │ │ │ ├── preinit │ │ │ │ ├── 01_sysinfo │ │ │ │ ├── 02_load_x86_ucode │ │ │ │ ├── 15_essential_fs_x86 │ │ │ │ ├── 20_check_iso │ │ │ │ └── 79_move_config │ │ │ │ └── upgrade │ │ │ │ └── platform.sh │ │ ├── config-6.6 │ │ ├── generic │ │ │ ├── base-files │ │ │ │ └── lib │ │ │ │ │ └── preinit │ │ │ │ │ └── 45_mount_xenfs │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── geode │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── image │ │ │ ├── 64.mk │ │ │ ├── Makefile │ │ │ ├── generic.mk │ │ │ ├── geode.mk │ │ │ ├── grub-efi.cfg │ │ │ ├── grub-iso.cfg │ │ │ ├── grub-pc.cfg │ │ │ └── legacy.mk │ │ ├── legacy │ │ │ ├── config-6.6 │ │ │ └── target.mk │ │ ├── modules.mk │ │ └── patches-6.6 │ │ │ ├── 100-fix_cs5535_clockevt.patch │ │ │ ├── 103-pcengines_apu6_platform.patch │ │ │ ├── 993-bnx2x_warpcore_8727_2_5g_sgmii_txfault.patch │ │ │ └── 996-intel-igc-i225-i226-disable-eee.patch │ └── zynq │ │ ├── Makefile │ │ ├── base-files │ │ └── etc │ │ │ ├── board.d │ │ │ └── 02_network │ │ │ └── inittab │ │ ├── config-6.6 │ │ ├── generic │ │ └── target.mk │ │ └── image │ │ ├── Makefile │ │ └── gen_zynq_sdcard_img.sh ├── llvm-bpf │ └── Makefile ├── sdk │ ├── Config.in │ ├── Makefile │ ├── convert-config.pl │ └── files │ │ ├── Config.in │ │ ├── Makefile │ │ ├── README.md │ │ └── include │ │ └── prepare.mk └── toolchain │ ├── Config.in │ ├── Makefile │ └── files │ ├── README.TOOLCHAIN │ └── wrapper.sh ├── toolchain ├── Config.in ├── Makefile ├── binutils │ ├── Config.in │ ├── Config.version │ ├── Makefile │ └── patches │ │ ├── 2.40 │ │ ├── 001-PR-30569-always-call-elf_backend_size_dynamic_sectio.patch │ │ ├── 002-PR-30569-delete-_bfd_mips_elf_early_size_sections.patch │ │ ├── 005-libctf-update-regexp-to-allow-makeinfo-to-build-docu.patch │ │ ├── 007-Fix-version-number-snafu-in-some-configuration-files.patch │ │ ├── 010-toplevel-Makefile.def-add-install-strip-dependency-o.patch │ │ ├── 018-gprofng-PR29521-docs-man-pages-are-not-in-the-releas.patch │ │ ├── 020-gprofng-PR30043-libgprofng.so.-are-installed-to-a-wr.patch │ │ ├── 026-RISC-V-make-C-extension-JAL-available-again-for-32-b.patch │ │ ├── 034-bpf-fix-error-conversion-from-long-unsigned-int-to-u.patch │ │ ├── 035-Pass-JANSSON_LIBS-and-ZSTD_LIBS-to-ld-bootstrap-boot.patch │ │ ├── 036-Regen-config-files.patch │ │ ├── 040-configure-remove-dependencies-on-gmp-and-mpfr-when-g.patch │ │ ├── 046-gas-correct-symbol-name-comparison-in-.startof.-.siz.patch │ │ ├── 300-001_ld_makefile_patch.patch │ │ ├── 400-mips_no_dynamic_linking_sym.patch │ │ └── 500-Change-default-emulation-for-mips64-linux.patch │ │ ├── 2.42 │ │ ├── 001-PR-30569-always-call-elf_backend_size_dynamic_sectio.patch │ │ ├── 002-PR-30569-delete-_bfd_mips_elf_early_size_sections.patch │ │ ├── 300-001_ld_makefile_patch.patch │ │ ├── 400-mips_no_dynamic_linking_sym.patch │ │ └── 500-Change-default-emulation-for-mips64-linux.patch │ │ └── 2.43.1 │ │ ├── 300-001_ld_makefile_patch.patch │ │ ├── 400-mips_no_dynamic_linking_sym.patch │ │ └── 500-Change-default-emulation-for-mips64-linux.patch ├── build_version ├── fortify-headers │ ├── Makefile │ └── patches │ │ ├── 001-__ppoll_time64.patch │ │ └── 002-strings.h-add-__extension__-mark.patch ├── gcc │ ├── Config.in │ ├── Config.version │ ├── common.mk │ ├── exclude-testsuite │ ├── files │ │ └── alternate-arch-cc.in │ ├── final │ │ └── Makefile │ ├── initial │ │ └── Makefile │ ├── minimal │ │ └── Makefile │ ├── patches-11.x │ │ ├── 002-case_insensitive.patch │ │ ├── 010-documentation.patch │ │ ├── 011-v12-configure-define-TARGET_LIBC_GNUSTACK-on-musl.patch │ │ ├── 020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch │ │ ├── 110-Fix-MIPS-PR-84790.patch │ │ ├── 230-musl_libssp.patch │ │ ├── 300-mips_Os_cpu_rtx_cost_model.patch │ │ ├── 400-libsanitizer-cherry-pick-9cf13067cb5088626ba7-from-u.patch │ │ ├── 700-RISCV-Inline-subword-atomic-ops.patch │ │ ├── 701-riscv-linux-Don-t-add-latomic-with-pthread.patch │ │ ├── 810-arm-softfloat-libgcc.patch │ │ ├── 820-libgcc_pic.patch │ │ ├── 840-armv4_pass_fix-v4bx_to_ld.patch │ │ ├── 850-use_shared_libgcc.patch │ │ ├── 851-libgcc_no_compat.patch │ │ ├── 870-ppc_no_crtsavres.patch │ │ ├── 881-no_tm_section.patch │ │ ├── 900-bad-mips16-crt.patch │ │ ├── 910-mbsd_multi.patch │ │ ├── 920-specs_nonfatal_getenv.patch │ │ ├── 931-libffi-fix-MIPS-softfloat-build-issue.patch │ │ ├── 960-gotools-fix-compilation-when-making-cross-compiler.patch │ │ └── 970-macos_arm64-building-fix.patch │ ├── patches-12.x │ │ ├── 002-case_insensitive.patch │ │ ├── 010-documentation.patch │ │ ├── 020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch │ │ ├── 021-libcc1-fix-vector-include.patch │ │ ├── 110-Fix-MIPS-PR-84790.patch │ │ ├── 230-musl_libssp.patch │ │ ├── 300-mips_Os_cpu_rtx_cost_model.patch │ │ ├── 700-RISCV-Inline-subword-atomic-ops.patch │ │ ├── 701-riscv-linux-Don-t-add-latomic-with-pthread.patch │ │ ├── 810-arm-softfloat-libgcc.patch │ │ ├── 820-libgcc_pic.patch │ │ ├── 840-armv4_pass_fix-v4bx_to_ld.patch │ │ ├── 850-use_shared_libgcc.patch │ │ ├── 851-libgcc_no_compat.patch │ │ ├── 870-ppc_no_crtsavres.patch │ │ ├── 881-no_tm_section.patch │ │ ├── 900-bad-mips16-crt.patch │ │ ├── 910-mbsd_multi.patch │ │ ├── 920-specs_nonfatal_getenv.patch │ │ ├── 960-gotools-fix-compilation-when-making-cross-compiler.patch │ │ └── 970-macos_arm64-building-fix.patch │ ├── patches-13.x │ │ ├── 002-case_insensitive.patch │ │ ├── 010-documentation.patch │ │ ├── 110-Fix-MIPS-PR-84790.patch │ │ ├── 230-musl_libssp.patch │ │ ├── 300-mips_Os_cpu_rtx_cost_model.patch │ │ ├── 810-arm-softfloat-libgcc.patch │ │ ├── 820-libgcc_pic.patch │ │ ├── 840-armv4_pass_fix-v4bx_to_ld.patch │ │ ├── 850-use_shared_libgcc.patch │ │ ├── 851-libgcc_no_compat.patch │ │ ├── 870-ppc_no_crtsavres.patch │ │ ├── 881-no_tm_section.patch │ │ ├── 900-bad-mips16-crt.patch │ │ ├── 910-mbsd_multi.patch │ │ ├── 920-specs_nonfatal_getenv.patch │ │ ├── 960-gotools-fix-compilation-when-making-cross-compiler.patch │ │ └── 970-macos_arm64-building-fix.patch │ └── patches-14.x │ │ ├── 002-case_insensitive.patch │ │ ├── 003-dont-choke-when-building-32bit-on-64bit.patch │ │ ├── 010-documentation.patch │ │ ├── 230-musl_libssp.patch │ │ ├── 300-mips_Os_cpu_rtx_cost_model.patch │ │ ├── 810-arm-softfloat-libgcc.patch │ │ ├── 820-libgcc_pic.patch │ │ ├── 840-armv4_pass_fix-v4bx_to_ld.patch │ │ ├── 850-use_shared_libgcc.patch │ │ ├── 851-libgcc_no_compat.patch │ │ ├── 870-ppc_no_crtsavres.patch │ │ ├── 881-no_tm_section.patch │ │ ├── 900-bad-mips16-crt.patch │ │ ├── 910-mbsd_multi.patch │ │ ├── 920-specs_nonfatal_getenv.patch │ │ ├── 960-gotools-fix-compilation-when-making-cross-compiler.patch │ │ └── 970-macos_arm64-building-fix.patch ├── gdb │ ├── Makefile │ └── patches │ │ └── 120-fix-compile-flag-mismatch.patch ├── glibc │ ├── Makefile │ ├── common.mk │ ├── headers │ │ └── Makefile │ ├── include │ │ └── libintl.h │ └── patches │ │ ├── 050-Revert-Disallow-use-of-DES-encryption-functions-in-n.patch │ │ ├── 100-fix_cross_rpcgen.patch │ │ └── 200-add-dl-search-paths.patch ├── info.mk ├── kernel-headers │ └── Makefile ├── mold │ └── Makefile ├── musl │ ├── Config.in │ ├── Makefile │ ├── common.mk │ ├── include │ │ └── sys │ │ │ └── queue.h │ └── patches │ │ ├── 110-read_timezone_from_fs.patch │ │ ├── 200-add_libssp_nonshared.patch │ │ ├── 300-relative.patch │ │ ├── 400-fix-loongarch64-ldso-file-name.patch │ │ ├── 600-nftw-support-common-gnu-extension.patch │ │ ├── 610-add-renameat2-linux-syscall-wrapper.patch │ │ ├── 900-iconv_size_hack.patch │ │ └── 901-crypt_size_hack.patch ├── nasm │ └── Makefile └── wrapper │ └── Makefile └── tools ├── 7z ├── Makefile └── patches │ ├── 7-zip-flags.patch │ └── 7-zip-musl.patch ├── Makefile ├── autoconf-archive └── Makefile ├── autoconf ├── Makefile └── patches │ └── 000-relocatable.patch ├── automake ├── Makefile ├── files │ └── aclocal └── patches │ ├── 000-relocatable.patch │ ├── 100-aclocal-skip-not-existing-directories.patch │ ├── 101-do-not-require-files.patch │ └── 200-other-V-values-for-verbosity.patch ├── b43-tools ├── Makefile ├── files │ └── b43-fwsquash.py └── patches │ ├── 001-fw-dirname.patch │ └── 002-no_libfl.patch ├── bash └── Makefile ├── bc ├── Makefile └── patches │ ├── 001-no_doc.patch │ └── 002-fix-libmath.patch ├── bison ├── Makefile ├── patches │ └── 000-relocatable.patch └── scripts │ └── yacc ├── bzip2 ├── Makefile └── patches │ ├── 020-no-utime.patch │ └── 100-cmake.patch ├── cbootimage-configs └── Makefile ├── cbootimage └── Makefile ├── ccache ├── Makefile └── patches │ └── 100-honour-copts.patch ├── cmake ├── Makefile └── patches │ ├── 100-no-testing.patch │ ├── 110-liblzma.patch │ ├── 120-curl-fix-libressl-linking.patch │ ├── 130-bootstrap_parallel_make_flag.patch │ ├── 140-zlib.patch │ ├── 150-zstd-libarchive.patch │ └── 160-disable_xcode_generator.patch ├── coreutils ├── Makefile └── patches │ └── 000-bootstrap.patch ├── cpio └── Makefile ├── dosfstools ├── Makefile └── patches │ ├── 100-source-date-epoch.patch │ └── 101-config-switch-to-AC_CHECK_LIB.patch ├── dwarves ├── Makefile └── patches │ └── 100-reproducible-builds.patch ├── e2fsprogs └── Makefile ├── elftosb ├── Makefile └── patches │ ├── 001-libm.patch │ ├── 002-fix-header-path.patch │ └── 003-use-ldflags.patch ├── elfutils ├── Makefile └── patches │ ├── 010-backport-mips-support-reloc.patch │ ├── 100-portability.patch │ ├── 101-shared-conditional.patch │ └── 110-objects-manifest.patch ├── expat └── Makefile ├── fakeroot ├── Makefile └── patches │ ├── 000-relocatable.patch │ ├── 200-disable-doc.patch │ ├── 300-time64-hack.patch │ ├── 400-alpine-libc.musl-fix.patch │ └── 600-macOS.patch ├── findutils └── Makefile ├── firmware-utils └── Makefile ├── flex ├── Makefile └── patches │ ├── 200-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch │ └── 300-m4-path.patch ├── flock ├── Makefile └── src │ └── flock.c ├── genext2fs └── Makefile ├── gengetopt ├── Makefile └── patches │ ├── 001-gm_utils.cpp-Call-clear-instead-of-empty.patch │ └── 002-gm_utils.h-Drop-std-unary_function.patch ├── gmp └── Makefile ├── gnulib ├── Makefile └── patches │ ├── 000-bootstrap.patch │ ├── 010-autoconf-version.patch │ ├── 120-unmangle-darwin-fts-h.patch │ ├── 150-portable-tdestroy.patch │ ├── 160-flag-reallocarray.patch │ ├── 200-force-disable-after-configure.patch │ └── 320-modules-fallocate-posix.patch ├── gptfdisk └── Makefile ├── include ├── asm │ ├── bitsperlong.h │ ├── byteorder.h │ ├── errno-base.h │ ├── errno.h │ ├── posix_types.h │ ├── swab.h │ └── types.h ├── byteswap.h ├── elf.h ├── endian.h ├── linux │ ├── big_endian.h │ ├── errno.h │ ├── little_endian.h │ ├── stddef.h │ └── swab.h └── sys │ └── sysmacros.h ├── isl └── Makefile ├── libdeflate └── Makefile ├── liblzo ├── Makefile └── patches │ └── 001-add-cmake-ENABLE-configurables.patch ├── libressl └── Makefile ├── libtool ├── Makefile ├── files │ ├── libtool-v1.5.patch │ ├── libtool-v2.2.patch │ └── libtool-v2.4.patch └── patches │ ├── 000-relocatable.patch │ ├── 100-libdir-fixes.patch │ ├── 110-dont-use-target-dir-for-relinking.patch │ ├── 120-strip-unsafe-dirs-for-relinking.patch │ ├── 130-trailingslash.patch │ ├── 140-don-t-quote-SHELL-in-Makefile.am.patch │ └── 200-openwrt-branding.patch ├── llvm-bpf └── Makefile ├── lz4 └── Makefile ├── lzma-old ├── Makefile └── patches │ ├── 100-lzma_zlib.patch │ ├── 110-ranlib.patch │ └── 120-add-cflags.patch ├── lzma ├── Makefile └── patches │ ├── 001-large_files.patch │ ├── 002-lzmp.patch │ ├── 003-compile_fixes.patch │ ├── 100-static_library.patch │ └── 101-move-copyright-to-usage-info.patch ├── lzop ├── Makefile └── patches │ └── 001-add-cmake-ENABLE_DOCS-configurable.patch ├── m4 └── Makefile ├── make-ext4fs └── Makefile ├── meson ├── Makefile └── files │ ├── openwrt-cross.txt.in │ └── openwrt-native.txt.in ├── missing-macros ├── Makefile └── src │ ├── README │ ├── bin │ ├── help2man │ └── makeinfo │ └── m4 │ ├── as-ac-expand.m4 │ ├── as-compiler-flag.m4 │ ├── as-unaligned-access.m4 │ ├── as-version.m4 │ ├── dnet.m4 │ ├── fake-gtk-doc-check.m4 │ ├── fake-intltool.m4 │ ├── glibc2.m4 │ ├── glibc21.m4 │ ├── intdiv0.m4 │ ├── intmax.m4 │ ├── inttypes-pri.m4 │ ├── mfx_acc.m4 │ ├── mfx_cppflags.m4 │ ├── mfx_limits.m4 │ ├── uintmax_t.m4 │ └── va_copy.m4 ├── mkimage ├── Makefile └── patches │ ├── 030-allow-to-use-different-magic.patch │ ├── 050-Add-compatibility-with-non-Linux-hosts.patch │ └── 095-tools-disable-TOOLS_FIT_FULL_CHECK.patch ├── mklibs ├── Makefile ├── include │ └── elf.h └── patches │ ├── 001-compile.patch │ ├── 002-disable_symbol_checks.patch │ ├── 003-no_copy.patch │ ├── 004-libpthread_link.patch │ ├── 005-duplicate_syms.patch │ ├── 007-gc_sections.patch │ ├── 008-uclibc_libgcc_link.patch │ ├── 010-remove_STT_GNU_IFUNC.patch │ ├── 011-remove_multiarch.patch │ └── 100-apply-2to3.patch ├── mold └── Makefile ├── mpc └── Makefile ├── mpfr ├── Makefile └── patches │ ├── 001-only_src.patch │ └── 100-freebsd-compat.patch ├── mtd-utils ├── Makefile ├── include │ ├── fls.h │ └── linux │ │ └── types.h └── patches │ ├── 100-sscanf_fix.patch │ ├── 110-portability.patch │ ├── 130-lzma_jffs2.patch │ ├── 134-freebsd_loff_t.patch │ ├── 200-libubigen-add-ubigen_write_terminator-function.patch │ ├── 201-ubinize-add-terminator-support.patch │ └── 320-mkfs.jffs2-SOURCE_DATE_EPOCH.patch ├── mtools └── Makefile ├── ninja ├── Makefile └── patches │ ├── 001-backport-gtest.patch │ ├── 010-bootstrap-configure-only.patch │ └── 100-make_jobserver_support.patch ├── padjffs2 ├── Makefile └── src │ ├── Makefile │ └── padjffs2.c ├── patch-image ├── Makefile └── src │ ├── patch-cmdline.c │ └── patch-dtb.c ├── patch ├── Makefile └── patches │ ├── 010-CVE-2018-6951.patch │ ├── 020-CVE-2018-1000156.patch │ ├── 030-CVE-2018-6952.patch │ ├── 040-Fix-error-handling-with-git-style-patches.patch │ ├── 050-CVE-2019-13636.patch │ ├── 060-CVE-2019-13638.patch │ └── 070-don-t-fail-hard-on-EACCES-when-copying-xattrs.patch ├── patchelf └── Makefile ├── pkgconf ├── Makefile └── files │ └── pkg-config ├── popt ├── Makefile └── patches │ └── 900-autoconf-compat.patch ├── quilt ├── Makefile └── patches │ ├── 000-relocatable.patch │ └── 001-fix_compile.patch ├── sdimage ├── Makefile └── patches │ └── 100-deactivate-ufb.patch ├── sed ├── Makefile └── patches │ └── 001-sed-fix-handling-of-symlinks-pointing-to-path-with-1.patch ├── sparse ├── Makefile └── patches │ └── 010-llvm15.patch ├── squashfs3-lzma ├── Makefile └── patches │ ├── 100-lzma.patch │ ├── 110-no_nonstatic_inline.patch │ ├── 120-add-fixed-timestamp-support.patch │ ├── 130-include_sysmacros.patch │ ├── 140-gcc-10-fix.patch │ └── 150-fix-unitialized-memory.patch ├── squashfs4 ├── Makefile └── patches │ ├── 001-xz_wrapper-support-multiple-lzma-configuration-optio.patch │ └── 002-xz_wrapper-make-new-OpenWrt-extended-options-non-def.patch ├── sstrip ├── Makefile └── patches │ └── 001-disable-elftoc-compilation.patch ├── tar ├── Makefile └── patches │ ├── 0001-Fix-savannah-bug-64441.patch │ ├── 100-symlink-force-root-name.patch │ └── 110-symlink-force-permissions.patch ├── util-linux ├── Makefile └── patches │ ├── 0001-hexdump-allow-enabling-with-disable-all-programs.patch │ ├── 101-macos-weak-aliases.patch │ └── 110-pkgconfig-static.patch ├── xz └── Makefile ├── yafut ├── Makefile └── patches │ └── 100-portability.patch ├── zip ├── Makefile └── patches │ ├── 001-unix-configure-borrow-the-LFS-test-from-autotools.patch │ ├── 004-do-not-set-unwanted-cflags.patch │ ├── 006-stack-markings-to-avoid-executable-stack.patch │ ├── 007-fclose-in-file-not-fclose-x.patch │ ├── 008-hardening-build-fix-1.patch │ ├── 009-hardening-build-fix-2.patch │ ├── 010-remove-build-date.patch │ ├── 011-reproducible-mtime.patch │ └── 012-make-encrypted-archives-reproducible.patch ├── zlib ├── Makefile └── patches │ └── 900-overridable-pc-exec-prefix.patch └── zstd ├── Makefile └── patches └── 001-Provide-variant-pkg-config-file-for-multi-threaded-s.patch /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/COPYING -------------------------------------------------------------------------------- /Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/Config.in -------------------------------------------------------------------------------- /LICENSES/BSD-2-Clause: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/LICENSES/BSD-2-Clause -------------------------------------------------------------------------------- /LICENSES/BSD-3-Clause: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/LICENSES/BSD-3-Clause -------------------------------------------------------------------------------- /LICENSES/GPL-1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/LICENSES/GPL-1.0 -------------------------------------------------------------------------------- /LICENSES/GPL-2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/LICENSES/GPL-2.0 -------------------------------------------------------------------------------- /LICENSES/ISC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/LICENSES/ISC -------------------------------------------------------------------------------- /LICENSES/Linux-syscall-note: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/LICENSES/Linux-syscall-note -------------------------------------------------------------------------------- /LICENSES/MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/LICENSES/MIT -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # immortalwrt-rk356x 2 | -------------------------------------------------------------------------------- /config/Config-build.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/config/Config-build.in -------------------------------------------------------------------------------- /config/Config-devel.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/config/Config-devel.in -------------------------------------------------------------------------------- /config/Config-images.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/config/Config-images.in -------------------------------------------------------------------------------- /config/Config-kernel.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/config/Config-kernel.in -------------------------------------------------------------------------------- /config/check-hostcxx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/config/check-hostcxx.sh -------------------------------------------------------------------------------- /config/check-uname.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/config/check-uname.sh -------------------------------------------------------------------------------- /defconfig/g16-plus-docker.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/defconfig/g16-plus-docker.config -------------------------------------------------------------------------------- /defconfig/g16-plus.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/defconfig/g16-plus.config -------------------------------------------------------------------------------- /defconfig/g16_mtk_wifi.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/defconfig/g16_mtk_wifi.config -------------------------------------------------------------------------------- /defconfig/g18-pro-docker.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/defconfig/g18-pro-docker.config -------------------------------------------------------------------------------- /defconfig/g18-pro.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/defconfig/g18-pro.config -------------------------------------------------------------------------------- /defconfig/g18_mtk_wifi.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/defconfig/g18_mtk_wifi.config -------------------------------------------------------------------------------- /defconfig/g68-plus-docker.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/defconfig/g68-plus-docker.config -------------------------------------------------------------------------------- /defconfig/g68_mtk_wifi.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/defconfig/g68_mtk_wifi.config -------------------------------------------------------------------------------- /dl/datconf-6bb733f7.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/dl/datconf-6bb733f7.tar.bz2 -------------------------------------------------------------------------------- /feeds.conf.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/feeds.conf.default -------------------------------------------------------------------------------- /include/autotools.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/autotools.mk -------------------------------------------------------------------------------- /include/bpf.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/bpf.mk -------------------------------------------------------------------------------- /include/cmake.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/cmake.mk -------------------------------------------------------------------------------- /include/debug.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/debug.mk -------------------------------------------------------------------------------- /include/default-packages.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/default-packages.mk -------------------------------------------------------------------------------- /include/depends.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/depends.mk -------------------------------------------------------------------------------- /include/device_table.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/device_table.txt -------------------------------------------------------------------------------- /include/download.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/download.mk -------------------------------------------------------------------------------- /include/feeds.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/feeds.mk -------------------------------------------------------------------------------- /include/hardened-ld-pie.specs: -------------------------------------------------------------------------------- 1 | *self_spec: 2 | + %{no-pie|static|r|shared:;:-pie} 3 | -------------------------------------------------------------------------------- /include/hardening.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/hardening.mk -------------------------------------------------------------------------------- /include/host-build.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/host-build.mk -------------------------------------------------------------------------------- /include/image-commands.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/image-commands.mk -------------------------------------------------------------------------------- /include/image.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/image.mk -------------------------------------------------------------------------------- /include/kernel-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/kernel-6.6 -------------------------------------------------------------------------------- /include/kernel-build.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/kernel-build.mk -------------------------------------------------------------------------------- /include/kernel-defaults.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/kernel-defaults.mk -------------------------------------------------------------------------------- /include/kernel-version.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/kernel-version.mk -------------------------------------------------------------------------------- /include/kernel.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/kernel.mk -------------------------------------------------------------------------------- /include/meson.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/meson.mk -------------------------------------------------------------------------------- /include/netfilter.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/netfilter.mk -------------------------------------------------------------------------------- /include/nls.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/nls.mk -------------------------------------------------------------------------------- /include/openssl-module.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/openssl-module.mk -------------------------------------------------------------------------------- /include/optee-os.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/optee-os.mk -------------------------------------------------------------------------------- /include/package-bin.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/package-bin.mk -------------------------------------------------------------------------------- /include/package-defaults.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/package-defaults.mk -------------------------------------------------------------------------------- /include/package-dumpinfo.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/package-dumpinfo.mk -------------------------------------------------------------------------------- /include/package-pack.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/package-pack.mk -------------------------------------------------------------------------------- /include/package-seccomp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/package-seccomp.mk -------------------------------------------------------------------------------- /include/package.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/package.mk -------------------------------------------------------------------------------- /include/prereq-build.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/prereq-build.mk -------------------------------------------------------------------------------- /include/prereq.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/prereq.mk -------------------------------------------------------------------------------- /include/quilt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/quilt.mk -------------------------------------------------------------------------------- /include/rootfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/rootfs.mk -------------------------------------------------------------------------------- /include/scan.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/scan.awk -------------------------------------------------------------------------------- /include/scan.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/scan.mk -------------------------------------------------------------------------------- /include/shell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/shell.sh -------------------------------------------------------------------------------- /include/site/aarch64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/aarch64 -------------------------------------------------------------------------------- /include/site/aarch64_be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/aarch64_be -------------------------------------------------------------------------------- /include/site/arc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/arc -------------------------------------------------------------------------------- /include/site/arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/arm -------------------------------------------------------------------------------- /include/site/armeb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/armeb -------------------------------------------------------------------------------- /include/site/darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/darwin -------------------------------------------------------------------------------- /include/site/i386: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . $TOPDIR/include/site/i486 3 | 4 | -------------------------------------------------------------------------------- /include/site/i486: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/i486 -------------------------------------------------------------------------------- /include/site/i686: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . $TOPDIR/include/site/i486 3 | 4 | -------------------------------------------------------------------------------- /include/site/linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/linux -------------------------------------------------------------------------------- /include/site/loongarch64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/loongarch64 -------------------------------------------------------------------------------- /include/site/m68k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/m68k -------------------------------------------------------------------------------- /include/site/mips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/mips -------------------------------------------------------------------------------- /include/site/mips64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/mips64 -------------------------------------------------------------------------------- /include/site/mips64el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/mips64el -------------------------------------------------------------------------------- /include/site/mipsel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/mipsel -------------------------------------------------------------------------------- /include/site/powerpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/powerpc -------------------------------------------------------------------------------- /include/site/powerpc64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/powerpc64 -------------------------------------------------------------------------------- /include/site/riscv64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/riscv64 -------------------------------------------------------------------------------- /include/site/sparc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/sparc -------------------------------------------------------------------------------- /include/site/x86_64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/site/x86_64 -------------------------------------------------------------------------------- /include/subdir.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/subdir.mk -------------------------------------------------------------------------------- /include/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/target.mk -------------------------------------------------------------------------------- /include/toolchain-build.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/toolchain-build.mk -------------------------------------------------------------------------------- /include/toplevel.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/toplevel.mk -------------------------------------------------------------------------------- /include/trusted-firmware-a.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/trusted-firmware-a.mk -------------------------------------------------------------------------------- /include/u-boot.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/u-boot.mk -------------------------------------------------------------------------------- /include/uclibc++.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/uclibc++.mk -------------------------------------------------------------------------------- /include/unpack.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/unpack.mk -------------------------------------------------------------------------------- /include/verbose.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/verbose.mk -------------------------------------------------------------------------------- /include/version.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/include/version.mk -------------------------------------------------------------------------------- /package/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/Makefile -------------------------------------------------------------------------------- /package/OpenAppFilter/oaf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/OpenAppFilter/oaf/Makefile -------------------------------------------------------------------------------- /package/OpenAppFilter/open-app-filter/files/user_info.config: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/base-files/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/base-files/Makefile -------------------------------------------------------------------------------- /package/base-files/files/etc/banner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/base-files/files/etc/banner -------------------------------------------------------------------------------- /package/base-files/files/etc/ethers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/base-files/files/etc/ethers -------------------------------------------------------------------------------- /package/base-files/files/etc/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/base-files/files/etc/fstab -------------------------------------------------------------------------------- /package/base-files/files/etc/group: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/base-files/files/etc/group -------------------------------------------------------------------------------- /package/base-files/files/etc/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/base-files/files/etc/hosts -------------------------------------------------------------------------------- /package/base-files/files/etc/openwrt_version: -------------------------------------------------------------------------------- 1 | %C 2 | -------------------------------------------------------------------------------- /package/base-files/files/etc/os-release: -------------------------------------------------------------------------------- 1 | ../usr/lib/os-release -------------------------------------------------------------------------------- /package/base-files/files/etc/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/base-files/files/etc/passwd -------------------------------------------------------------------------------- /package/base-files/files/etc/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/base-files/files/etc/shadow -------------------------------------------------------------------------------- /package/base-files/files/etc/shells: -------------------------------------------------------------------------------- 1 | /bin/ash 2 | -------------------------------------------------------------------------------- /package/base-files/files/etc/shinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/base-files/files/etc/shinit -------------------------------------------------------------------------------- /package/base-files/files/rom/note: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/base-files/files/rom/note -------------------------------------------------------------------------------- /package/base-files/files/sbin/firstboot: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | rm -rf /overlay/* 3 | /sbin/jffs2reset $@ 4 | -------------------------------------------------------------------------------- /package/base-files/image-config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/base-files/image-config.in -------------------------------------------------------------------------------- /package/boot/apex/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/apex/Makefile -------------------------------------------------------------------------------- /package/boot/at91bootstrap/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/at91bootstrap/Makefile -------------------------------------------------------------------------------- /package/boot/fconfig/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/fconfig/Makefile -------------------------------------------------------------------------------- /package/boot/grub2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/grub2/Makefile -------------------------------------------------------------------------------- /package/boot/imx-bootlets/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/imx-bootlets/Makefile -------------------------------------------------------------------------------- /package/boot/kexec-tools/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/kexec-tools/Config.in -------------------------------------------------------------------------------- /package/boot/kexec-tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/kexec-tools/Makefile -------------------------------------------------------------------------------- /package/boot/kobs-ng/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/kobs-ng/Makefile -------------------------------------------------------------------------------- /package/boot/opensbi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/opensbi/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-armsr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-armsr/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-at91/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-at91/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-ath79/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-ath79/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-bcm4908/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-bcm4908/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-bcm53xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-bcm53xx/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-bmips/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-bmips/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-d1/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-d1/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-imx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-imx/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-lantiq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-lantiq/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-lantiq/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-lantiq/README -------------------------------------------------------------------------------- /package/boot/uboot-mvebu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-mvebu/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-mxs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-mxs/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-omap/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-omap/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-sifiveu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-sifiveu/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-stm32/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-stm32/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-sunxi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-sunxi/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-tegra/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-tegra/Makefile -------------------------------------------------------------------------------- /package/boot/uboot-zynq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/boot/uboot-zynq/Makefile -------------------------------------------------------------------------------- /package/devel/binutils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/devel/binutils/Makefile -------------------------------------------------------------------------------- /package/devel/gdb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/devel/gdb/Makefile -------------------------------------------------------------------------------- /package/devel/gperf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/devel/gperf/Makefile -------------------------------------------------------------------------------- /package/devel/leds/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/devel/leds/Makefile -------------------------------------------------------------------------------- /package/devel/perf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/devel/perf/Makefile -------------------------------------------------------------------------------- /package/devel/ply/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/devel/ply/Makefile -------------------------------------------------------------------------------- /package/devel/strace/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/devel/strace/Makefile -------------------------------------------------------------------------------- /package/devel/tmon/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/devel/tmon/Makefile -------------------------------------------------------------------------------- /package/devel/trace-cmd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/devel/trace-cmd/Makefile -------------------------------------------------------------------------------- /package/devel/valgrind/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/devel/valgrind/Makefile -------------------------------------------------------------------------------- /package/emortal/autocore/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/emortal/autocore/Makefile -------------------------------------------------------------------------------- /package/emortal/autocore/files/60-autocore-reload-rpcd: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | /etc/init.d/rpcd restart 4 | 5 | exit 0 6 | -------------------------------------------------------------------------------- /package/emortal/automount/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/emortal/automount/Makefile -------------------------------------------------------------------------------- /package/emortal/automount/files/mount.ntfs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | mount -t ntfs3 -o iocharset=utf8 "$@" 3 | -------------------------------------------------------------------------------- /package/emortal/autosamba/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/emortal/autosamba/Makefile -------------------------------------------------------------------------------- /package/emortal/cpufreq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/emortal/cpufreq/Makefile -------------------------------------------------------------------------------- /package/firmware/ipq-wifi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/firmware/ipq-wifi/Makefile -------------------------------------------------------------------------------- /package/kernel/ath10k-ct/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/ath10k-ct/Makefile -------------------------------------------------------------------------------- /package/kernel/bcm63xx-cfe/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/bcm63xx-cfe/Makefile -------------------------------------------------------------------------------- /package/kernel/bpf-headers/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/bpf-headers/Makefile -------------------------------------------------------------------------------- /package/kernel/button-hotplug/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m := button-hotplug.o 2 | -------------------------------------------------------------------------------- /package/kernel/gpio-button-hotplug/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m += gpio-button-hotplug.o 2 | -------------------------------------------------------------------------------- /package/kernel/lantiq/vrx518_ep/src/test/Makefile: -------------------------------------------------------------------------------- 1 | 2 | obj-$(CONFIG_TEST) += ep_test.o -------------------------------------------------------------------------------- /package/kernel/leds-gca230718/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m := leds-gca230718.o 2 | -------------------------------------------------------------------------------- /package/kernel/leds-ws2812b/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m := leds-ws2812b.o 2 | -------------------------------------------------------------------------------- /package/kernel/linux/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/linux/Makefile -------------------------------------------------------------------------------- /package/kernel/linux/modules/can.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/linux/modules/can.mk -------------------------------------------------------------------------------- /package/kernel/linux/modules/fs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/linux/modules/fs.mk -------------------------------------------------------------------------------- /package/kernel/linux/modules/i2c.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/linux/modules/i2c.mk -------------------------------------------------------------------------------- /package/kernel/linux/modules/iio.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/linux/modules/iio.mk -------------------------------------------------------------------------------- /package/kernel/linux/modules/lib.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/linux/modules/lib.mk -------------------------------------------------------------------------------- /package/kernel/linux/modules/nls.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/linux/modules/nls.mk -------------------------------------------------------------------------------- /package/kernel/linux/modules/rtc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/linux/modules/rtc.mk -------------------------------------------------------------------------------- /package/kernel/linux/modules/spi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/linux/modules/spi.mk -------------------------------------------------------------------------------- /package/kernel/linux/modules/usb.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/linux/modules/usb.mk -------------------------------------------------------------------------------- /package/kernel/linux/modules/w1.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/linux/modules/w1.mk -------------------------------------------------------------------------------- /package/kernel/mac80211/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/mac80211/Makefile -------------------------------------------------------------------------------- /package/kernel/mac80211/ath.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/mac80211/ath.mk -------------------------------------------------------------------------------- /package/kernel/mac80211/broadcom.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/mac80211/broadcom.mk -------------------------------------------------------------------------------- /package/kernel/mac80211/intel.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/mac80211/intel.mk -------------------------------------------------------------------------------- /package/kernel/mac80211/marvell.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/mac80211/marvell.mk -------------------------------------------------------------------------------- /package/kernel/mac80211/ralink.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/mac80211/ralink.mk -------------------------------------------------------------------------------- /package/kernel/mac80211/realtek.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/mac80211/realtek.mk -------------------------------------------------------------------------------- /package/kernel/mt76/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/mt76/Makefile -------------------------------------------------------------------------------- /package/kernel/mt7621-qtn-rgmii/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m += mt7621-qtn-rgmii.o 2 | -------------------------------------------------------------------------------- /package/kernel/mwlwifi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/mwlwifi/Makefile -------------------------------------------------------------------------------- /package/kernel/nat46/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/nat46/Makefile -------------------------------------------------------------------------------- /package/kernel/qca-nss-dp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/qca-nss-dp/Makefile -------------------------------------------------------------------------------- /package/kernel/qca-ssdk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/qca-ssdk/Makefile -------------------------------------------------------------------------------- /package/kernel/r8101/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/r8101/Makefile -------------------------------------------------------------------------------- /package/kernel/r8125/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/r8125/Makefile -------------------------------------------------------------------------------- /package/kernel/r8126/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/r8126/Makefile -------------------------------------------------------------------------------- /package/kernel/r8127/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/r8127/Makefile -------------------------------------------------------------------------------- /package/kernel/r8152/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/r8152/Makefile -------------------------------------------------------------------------------- /package/kernel/r8168/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/r8168/Makefile -------------------------------------------------------------------------------- /package/kernel/rtl8188eu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/rtl8188eu/Makefile -------------------------------------------------------------------------------- /package/kernel/rtl8189es/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/rtl8189es/Makefile -------------------------------------------------------------------------------- /package/kernel/trelay/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/trelay/Makefile -------------------------------------------------------------------------------- /package/kernel/trelay/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m := trelay.o 2 | -------------------------------------------------------------------------------- /package/kernel/trelay/src/trelay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/trelay/src/trelay.c -------------------------------------------------------------------------------- /package/kernel/ubnt-ledbar/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/kernel/ubnt-ledbar/Makefile -------------------------------------------------------------------------------- /package/kernel/ubnt-ledbar/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m := leds-ubnt-ledbar.o 2 | -------------------------------------------------------------------------------- /package/kernel/ubootenv-nvram/src/Makefile: -------------------------------------------------------------------------------- 1 | obj-m += ubootenv-nvram.o 2 | -------------------------------------------------------------------------------- /package/libs/elfutils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/elfutils/Makefile -------------------------------------------------------------------------------- /package/libs/gettext-full/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/gettext-full/Makefile -------------------------------------------------------------------------------- /package/libs/gmp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/gmp/Makefile -------------------------------------------------------------------------------- /package/libs/jansson/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/jansson/Makefile -------------------------------------------------------------------------------- /package/libs/libbpf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libbpf/Makefile -------------------------------------------------------------------------------- /package/libs/libbsd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libbsd/Makefile -------------------------------------------------------------------------------- /package/libs/libcap/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libcap/Makefile -------------------------------------------------------------------------------- /package/libs/libevent2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libevent2/Makefile -------------------------------------------------------------------------------- /package/libs/libiconv-full/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libiconv-full/Makefile -------------------------------------------------------------------------------- /package/libs/libjson-c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libjson-c/Makefile -------------------------------------------------------------------------------- /package/libs/libmd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libmd/Makefile -------------------------------------------------------------------------------- /package/libs/libmnl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libmnl/Makefile -------------------------------------------------------------------------------- /package/libs/libnfnetlink/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libnfnetlink/Makefile -------------------------------------------------------------------------------- /package/libs/libnftnl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libnftnl/Makefile -------------------------------------------------------------------------------- /package/libs/libnl-tiny/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libnl-tiny/Makefile -------------------------------------------------------------------------------- /package/libs/libnl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libnl/Makefile -------------------------------------------------------------------------------- /package/libs/libpcap/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libpcap/Config.in -------------------------------------------------------------------------------- /package/libs/libpcap/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libpcap/Makefile -------------------------------------------------------------------------------- /package/libs/libselinux/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libselinux/Makefile -------------------------------------------------------------------------------- /package/libs/libsemanage/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libsemanage/Makefile -------------------------------------------------------------------------------- /package/libs/libsepol/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libsepol/Makefile -------------------------------------------------------------------------------- /package/libs/libtool/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libtool/Makefile -------------------------------------------------------------------------------- /package/libs/libtraceevent/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libtraceevent/Makefile -------------------------------------------------------------------------------- /package/libs/libtracefs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libtracefs/Makefile -------------------------------------------------------------------------------- /package/libs/libubox/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libubox/Makefile -------------------------------------------------------------------------------- /package/libs/libunistring/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libunistring/Makefile -------------------------------------------------------------------------------- /package/libs/libunwind/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libunwind/Makefile -------------------------------------------------------------------------------- /package/libs/libusb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libusb/Makefile -------------------------------------------------------------------------------- /package/libs/libxml2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/libxml2/Makefile -------------------------------------------------------------------------------- /package/libs/mbedtls/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/mbedtls/Config.in -------------------------------------------------------------------------------- /package/libs/mbedtls/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/mbedtls/Makefile -------------------------------------------------------------------------------- /package/libs/mpfr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/mpfr/Makefile -------------------------------------------------------------------------------- /package/libs/musl-fts/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/musl-fts/Makefile -------------------------------------------------------------------------------- /package/libs/ncurses/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/ncurses/Makefile -------------------------------------------------------------------------------- /package/libs/nettle/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/nettle/Config.in -------------------------------------------------------------------------------- /package/libs/nettle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/nettle/Makefile -------------------------------------------------------------------------------- /package/libs/openssl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/openssl/Config.in -------------------------------------------------------------------------------- /package/libs/openssl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/openssl/Makefile -------------------------------------------------------------------------------- /package/libs/openssl/files/afalg.cnf: -------------------------------------------------------------------------------- 1 | [afalg_sect] 2 | default_algorithms = ALL 3 | 4 | -------------------------------------------------------------------------------- /package/libs/openssl/files/legacy.cnf: -------------------------------------------------------------------------------- 1 | [legacy_sect] 2 | activate = 1 3 | 4 | -------------------------------------------------------------------------------- /package/libs/openssl/files/padlock.cnf: -------------------------------------------------------------------------------- 1 | [padlock_sect] 2 | default_algorithms = ALL 3 | 4 | -------------------------------------------------------------------------------- /package/libs/pcre2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/pcre2/Config.in -------------------------------------------------------------------------------- /package/libs/pcre2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/pcre2/Makefile -------------------------------------------------------------------------------- /package/libs/popt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/popt/Makefile -------------------------------------------------------------------------------- /package/libs/readline/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/readline/Makefile -------------------------------------------------------------------------------- /package/libs/sysfsutils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/sysfsutils/Makefile -------------------------------------------------------------------------------- /package/libs/toolchain/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/toolchain/Makefile -------------------------------------------------------------------------------- /package/libs/uclient/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/uclient/Makefile -------------------------------------------------------------------------------- /package/libs/udebug/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/udebug/Makefile -------------------------------------------------------------------------------- /package/libs/ustream-ssl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/ustream-ssl/Makefile -------------------------------------------------------------------------------- /package/libs/wolfssl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/wolfssl/Config.in -------------------------------------------------------------------------------- /package/libs/wolfssl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/wolfssl/Makefile -------------------------------------------------------------------------------- /package/libs/zlib/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/zlib/Config.in -------------------------------------------------------------------------------- /package/libs/zlib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/libs/zlib/Makefile -------------------------------------------------------------------------------- /package/mtk/drivers/mt_wifi/src/mt_wifi/embedded/dvt/include/wrap_dvt.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/mtk/drivers/mt_wifi/src/mt_wifi/embedded/tools/r.sh: -------------------------------------------------------------------------------- 1 | ifconfig ra0 down 2 | rmmod mt7603e_ap 3 | -------------------------------------------------------------------------------- /package/mtk/drivers/mt_wifi/src/mt_wifi/embedded/unload: -------------------------------------------------------------------------------- 1 | ifconfig ra0 down 2 | rmmod mt7603_ap 3 | 4 | -------------------------------------------------------------------------------- /package/mtk/drivers/mt_wifi/src/mt_wifi/include/phy/mt_phy.h: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /package/mtk/drivers/mt_wifi/src/mt_wifi/os/linux/Makefile.6: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/network/config/gre/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/network/config/gre/Makefile -------------------------------------------------------------------------------- /package/network/config/netifd/files/sbin/ifdown: -------------------------------------------------------------------------------- 1 | ifup -------------------------------------------------------------------------------- /package/network/config/qos-scripts/files/usr/bin/qos-start: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | qos-stop 4 | /usr/lib/qos/generate.sh all | sh 5 | -------------------------------------------------------------------------------- /package/network/config/qosify/files/qosify.hotplug: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ubus call qosify check_devices 3 | -------------------------------------------------------------------------------- /package/network/config/vti/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/network/config/vti/Makefile -------------------------------------------------------------------------------- /package/network/ipv6/6in4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/network/ipv6/6in4/Makefile -------------------------------------------------------------------------------- /package/network/ipv6/6rd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/network/ipv6/6rd/Makefile -------------------------------------------------------------------------------- /package/network/ipv6/6to4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/network/ipv6/6to4/Makefile -------------------------------------------------------------------------------- /package/network/ipv6/map/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/network/ipv6/map/Makefile -------------------------------------------------------------------------------- /package/network/services/ead/src/tinysrp/stamp-h.in: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /package/network/services/hostapd/files/dhcp-get-server.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | [ "$1" = bound ] && echo "$serverid" 3 | -------------------------------------------------------------------------------- /package/network/services/ppp/files/etc/ppp/chap-secrets: -------------------------------------------------------------------------------- 1 | #USERNAME PROVIDER PASSWORD IPADDRESS 2 | -------------------------------------------------------------------------------- /package/network/services/ppp/files/etc/ppp/radius/servers: -------------------------------------------------------------------------------- 1 | # SERVER SECRET 2 | localhost secret 3 | -------------------------------------------------------------------------------- /package/network/services/umdns/files/umdns.config: -------------------------------------------------------------------------------- 1 | config umdns 2 | option jail 1 3 | list network lan 4 | -------------------------------------------------------------------------------- /package/network/utils/iw/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/network/utils/iw/Makefile -------------------------------------------------------------------------------- /package/network/utils/uqmi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/network/utils/uqmi/Makefile -------------------------------------------------------------------------------- /package/network/utils/wwan/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/network/utils/wwan/Makefile -------------------------------------------------------------------------------- /package/system/apk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/apk/Makefile -------------------------------------------------------------------------------- /package/system/fstools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/fstools/Makefile -------------------------------------------------------------------------------- /package/system/fwtool/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/fwtool/Makefile -------------------------------------------------------------------------------- /package/system/iucode-tool/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/iucode-tool/Makefile -------------------------------------------------------------------------------- /package/system/mtd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/Makefile -------------------------------------------------------------------------------- /package/system/mtd/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/Makefile -------------------------------------------------------------------------------- /package/system/mtd/src/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/crc32.c -------------------------------------------------------------------------------- /package/system/mtd/src/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/crc32.h -------------------------------------------------------------------------------- /package/system/mtd/src/fis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/fis.c -------------------------------------------------------------------------------- /package/system/mtd/src/fis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/fis.h -------------------------------------------------------------------------------- /package/system/mtd/src/imagetag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/imagetag.c -------------------------------------------------------------------------------- /package/system/mtd/src/jffs2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/jffs2.c -------------------------------------------------------------------------------- /package/system/mtd/src/jffs2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/jffs2.h -------------------------------------------------------------------------------- /package/system/mtd/src/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/md5.c -------------------------------------------------------------------------------- /package/system/mtd/src/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/md5.h -------------------------------------------------------------------------------- /package/system/mtd/src/mtd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/mtd.c -------------------------------------------------------------------------------- /package/system/mtd/src/mtd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/mtd.h -------------------------------------------------------------------------------- /package/system/mtd/src/seama.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/seama.c -------------------------------------------------------------------------------- /package/system/mtd/src/seama.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/seama.h -------------------------------------------------------------------------------- /package/system/mtd/src/trx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/trx.c -------------------------------------------------------------------------------- /package/system/mtd/src/wrg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/wrg.c -------------------------------------------------------------------------------- /package/system/mtd/src/wrgg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/wrgg.c -------------------------------------------------------------------------------- /package/system/mtd/src/wrgg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/mtd/src/wrgg.h -------------------------------------------------------------------------------- /package/system/opkg/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/opkg/Makefile -------------------------------------------------------------------------------- /package/system/opkg/files/opkg-key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/opkg/files/opkg-key -------------------------------------------------------------------------------- /package/system/opkg/files/opkg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/opkg/files/opkg.conf -------------------------------------------------------------------------------- /package/system/procd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/procd/Makefile -------------------------------------------------------------------------------- /package/system/procd/files/procd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/procd/files/procd.sh -------------------------------------------------------------------------------- /package/system/procd/files/service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/procd/files/service -------------------------------------------------------------------------------- /package/system/procd/files/uxc.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/procd/files/uxc.init -------------------------------------------------------------------------------- /package/system/refpolicy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/refpolicy/Makefile -------------------------------------------------------------------------------- /package/system/rpcd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/rpcd/Makefile -------------------------------------------------------------------------------- /package/system/rpcd/files/rpcd.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/rpcd/files/rpcd.init -------------------------------------------------------------------------------- /package/system/ubox/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/ubox/Makefile -------------------------------------------------------------------------------- /package/system/ubox/files/log.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/ubox/files/log.init -------------------------------------------------------------------------------- /package/system/ubox/files/logd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/ubox/files/logd.json -------------------------------------------------------------------------------- /package/system/ubus/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/ubus/Makefile -------------------------------------------------------------------------------- /package/system/ucert/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/ucert/Makefile -------------------------------------------------------------------------------- /package/system/uci/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/uci/Makefile -------------------------------------------------------------------------------- /package/system/urngd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/urngd/Makefile -------------------------------------------------------------------------------- /package/system/usign/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/usign/Makefile -------------------------------------------------------------------------------- /package/system/zram-swap/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/system/zram-swap/Makefile -------------------------------------------------------------------------------- /package/utils/adb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/adb/Makefile -------------------------------------------------------------------------------- /package/utils/audit/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/audit/Makefile -------------------------------------------------------------------------------- /package/utils/bcm4908img/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/bcm4908img/Makefile -------------------------------------------------------------------------------- /package/utils/bsdiff/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/bsdiff/Makefile -------------------------------------------------------------------------------- /package/utils/busybox/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/busybox/Config.in -------------------------------------------------------------------------------- /package/utils/busybox/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/busybox/Makefile -------------------------------------------------------------------------------- /package/utils/busybox/files/cron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/busybox/files/cron -------------------------------------------------------------------------------- /package/utils/busybox/files/sysntpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/busybox/files/sysntpd -------------------------------------------------------------------------------- /package/utils/bzip2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/bzip2/Makefile -------------------------------------------------------------------------------- /package/utils/checkpolicy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/checkpolicy/Makefile -------------------------------------------------------------------------------- /package/utils/ct-bugcheck/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/ct-bugcheck/Makefile -------------------------------------------------------------------------------- /package/utils/debugcc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/debugcc/Makefile -------------------------------------------------------------------------------- /package/utils/dns320l-mcu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/dns320l-mcu/Makefile -------------------------------------------------------------------------------- /package/utils/dtc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/dtc/Makefile -------------------------------------------------------------------------------- /package/utils/e2fsprogs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/e2fsprogs/Makefile -------------------------------------------------------------------------------- /package/utils/e2fsprogs/files/e2fsck.conf: -------------------------------------------------------------------------------- 1 | [options] 2 | broken_system_clock = true 3 | 4 | -------------------------------------------------------------------------------- /package/utils/f2fs-tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/f2fs-tools/Makefile -------------------------------------------------------------------------------- /package/utils/fbtest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/fbtest/Makefile -------------------------------------------------------------------------------- /package/utils/fbtest/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/fbtest/src/Makefile -------------------------------------------------------------------------------- /package/utils/fbtest/src/fbtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/fbtest/src/fbtest.c -------------------------------------------------------------------------------- /package/utils/fitblk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/fitblk/Makefile -------------------------------------------------------------------------------- /package/utils/fitblk/files/fit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/fitblk/files/fit.sh -------------------------------------------------------------------------------- /package/utils/fitblk/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/fitblk/src/Makefile -------------------------------------------------------------------------------- /package/utils/fitblk/src/fitblk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/fitblk/src/fitblk.c -------------------------------------------------------------------------------- /package/utils/fritz-tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/fritz-tools/Makefile -------------------------------------------------------------------------------- /package/utils/fritz-tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/fritz-tools/README.md -------------------------------------------------------------------------------- /package/utils/jboot-tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/jboot-tools/Makefile -------------------------------------------------------------------------------- /package/utils/jboot-tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/jboot-tools/README.md -------------------------------------------------------------------------------- /package/utils/jsonfilter/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/jsonfilter/Makefile -------------------------------------------------------------------------------- /package/utils/lua/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/lua/Makefile -------------------------------------------------------------------------------- /package/utils/lua5.3/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/lua5.3/Makefile -------------------------------------------------------------------------------- /package/utils/mdadm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/mdadm/Makefile -------------------------------------------------------------------------------- /package/utils/mhz/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/mhz/Makefile -------------------------------------------------------------------------------- /package/utils/mtd-utils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/mtd-utils/Makefile -------------------------------------------------------------------------------- /package/utils/nvram/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/nvram/Makefile -------------------------------------------------------------------------------- /package/utils/nvram/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/nvram/src/Makefile -------------------------------------------------------------------------------- /package/utils/nvram/src/cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/nvram/src/cli.c -------------------------------------------------------------------------------- /package/utils/nvram/src/crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/nvram/src/crc.c -------------------------------------------------------------------------------- /package/utils/nvram/src/nvram.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/nvram/src/nvram.c -------------------------------------------------------------------------------- /package/utils/nvram/src/nvram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/nvram/src/nvram.h -------------------------------------------------------------------------------- /package/utils/omnia-eeprom/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/omnia-eeprom/Makefile -------------------------------------------------------------------------------- /package/utils/osafeloader/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/osafeloader/Makefile -------------------------------------------------------------------------------- /package/utils/osafeloader/src/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/osafeloader/src/md5.c -------------------------------------------------------------------------------- /package/utils/osafeloader/src/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/osafeloader/src/md5.h -------------------------------------------------------------------------------- /package/utils/pcat-manager/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/pcat-manager/Makefile -------------------------------------------------------------------------------- /package/utils/px5g-mbedtls/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/px5g-mbedtls/Makefile -------------------------------------------------------------------------------- /package/utils/px5g-wolfssl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/px5g-wolfssl/Makefile -------------------------------------------------------------------------------- /package/utils/ravpower-mcu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/ravpower-mcu/Makefile -------------------------------------------------------------------------------- /package/utils/secilc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/secilc/Makefile -------------------------------------------------------------------------------- /package/utils/spidev_test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/spidev_test/Makefile -------------------------------------------------------------------------------- /package/utils/ucode/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/ucode/Makefile -------------------------------------------------------------------------------- /package/utils/uencrypt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/uencrypt/Makefile -------------------------------------------------------------------------------- /package/utils/ugps/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/ugps/Makefile -------------------------------------------------------------------------------- /package/utils/ugps/files/gps.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/ugps/files/gps.config -------------------------------------------------------------------------------- /package/utils/ugps/files/ugps.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/ugps/files/ugps.init -------------------------------------------------------------------------------- /package/utils/usbgadget/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/usbgadget/Makefile -------------------------------------------------------------------------------- /package/utils/usbmode/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/usbmode/Makefile -------------------------------------------------------------------------------- /package/utils/usbmode/data/12d1-1f16: -------------------------------------------------------------------------------- 1 | # Vodafone K5150 2 | MBIM=1 3 | -------------------------------------------------------------------------------- /package/utils/usbmode/files/usbmode.hotplug: -------------------------------------------------------------------------------- 1 | /etc/init.d/usbmode start 2 | -------------------------------------------------------------------------------- /package/utils/util-linux/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/util-linux/Makefile -------------------------------------------------------------------------------- /package/utils/yafut/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/package/utils/yafut/Makefile -------------------------------------------------------------------------------- /rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/rules.mk -------------------------------------------------------------------------------- /scripts/belkin-header.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/belkin-header.py -------------------------------------------------------------------------------- /scripts/brcmImage.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/brcmImage.pl -------------------------------------------------------------------------------- /scripts/bundle-libraries.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/bundle-libraries.sh -------------------------------------------------------------------------------- /scripts/cameo-imghdr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/cameo-imghdr.py -------------------------------------------------------------------------------- /scripts/cameo-tag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/cameo-tag.py -------------------------------------------------------------------------------- /scripts/cfe-bin-header.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/cfe-bin-header.py -------------------------------------------------------------------------------- /scripts/cfe-partition-tag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/cfe-partition-tag.py -------------------------------------------------------------------------------- /scripts/cfe-wfi-tag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/cfe-wfi-tag.py -------------------------------------------------------------------------------- /scripts/check-toolchain-clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/check-toolchain-clean.sh -------------------------------------------------------------------------------- /scripts/checkpatch.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/checkpatch.pl -------------------------------------------------------------------------------- /scripts/clean-package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/clean-package.sh -------------------------------------------------------------------------------- /scripts/cleanfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/cleanfile -------------------------------------------------------------------------------- /scripts/cleanpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/cleanpatch -------------------------------------------------------------------------------- /scripts/combined-ext-image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/combined-ext-image.sh -------------------------------------------------------------------------------- /scripts/combined-image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/combined-image.sh -------------------------------------------------------------------------------- /scripts/command_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/command_all.sh -------------------------------------------------------------------------------- /scripts/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config.guess -------------------------------------------------------------------------------- /scripts/config.rpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config.rpath -------------------------------------------------------------------------------- /scripts/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config.sub -------------------------------------------------------------------------------- /scripts/config/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/.gitignore -------------------------------------------------------------------------------- /scripts/config/Kbuild.include: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/Kbuild.include -------------------------------------------------------------------------------- /scripts/config/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/Makefile -------------------------------------------------------------------------------- /scripts/config/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/README -------------------------------------------------------------------------------- /scripts/config/conf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/conf.c -------------------------------------------------------------------------------- /scripts/config/confdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/confdata.c -------------------------------------------------------------------------------- /scripts/config/expr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/expr.c -------------------------------------------------------------------------------- /scripts/config/expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/expr.h -------------------------------------------------------------------------------- /scripts/config/images.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/images.c -------------------------------------------------------------------------------- /scripts/config/images.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/images.h -------------------------------------------------------------------------------- /scripts/config/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/internal.h -------------------------------------------------------------------------------- /scripts/config/lexer.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/lexer.l -------------------------------------------------------------------------------- /scripts/config/lexer.lex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/lexer.lex.c -------------------------------------------------------------------------------- /scripts/config/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/list.h -------------------------------------------------------------------------------- /scripts/config/lkc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/lkc.h -------------------------------------------------------------------------------- /scripts/config/lkc_proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/lkc_proto.h -------------------------------------------------------------------------------- /scripts/config/lxdialog/checklist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/lxdialog/checklist.c -------------------------------------------------------------------------------- /scripts/config/lxdialog/dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/lxdialog/dialog.h -------------------------------------------------------------------------------- /scripts/config/lxdialog/inputbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/lxdialog/inputbox.c -------------------------------------------------------------------------------- /scripts/config/lxdialog/menubox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/lxdialog/menubox.c -------------------------------------------------------------------------------- /scripts/config/lxdialog/textbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/lxdialog/textbox.c -------------------------------------------------------------------------------- /scripts/config/lxdialog/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/lxdialog/util.c -------------------------------------------------------------------------------- /scripts/config/lxdialog/yesno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/lxdialog/yesno.c -------------------------------------------------------------------------------- /scripts/config/mconf-cfg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/mconf-cfg.sh -------------------------------------------------------------------------------- /scripts/config/mconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/mconf.c -------------------------------------------------------------------------------- /scripts/config/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/menu.c -------------------------------------------------------------------------------- /scripts/config/nconf-cfg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/nconf-cfg.sh -------------------------------------------------------------------------------- /scripts/config/nconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/nconf.c -------------------------------------------------------------------------------- /scripts/config/nconf.gui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/nconf.gui.c -------------------------------------------------------------------------------- /scripts/config/nconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/nconf.h -------------------------------------------------------------------------------- /scripts/config/parser.tab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/parser.tab.c -------------------------------------------------------------------------------- /scripts/config/parser.tab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/parser.tab.h -------------------------------------------------------------------------------- /scripts/config/parser.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/parser.y -------------------------------------------------------------------------------- /scripts/config/preprocess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/preprocess.c -------------------------------------------------------------------------------- /scripts/config/qconf-cfg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/qconf-cfg.sh -------------------------------------------------------------------------------- /scripts/config/qconf.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/qconf.cc -------------------------------------------------------------------------------- /scripts/config/qconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/qconf.h -------------------------------------------------------------------------------- /scripts/config/symbol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/symbol.c -------------------------------------------------------------------------------- /scripts/config/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/config/util.c -------------------------------------------------------------------------------- /scripts/const_structs.checkpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/const_structs.checkpatch -------------------------------------------------------------------------------- /scripts/deptest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/deptest.sh -------------------------------------------------------------------------------- /scripts/diffconfig.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/diffconfig.sh -------------------------------------------------------------------------------- /scripts/dl_cleanup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/dl_cleanup.py -------------------------------------------------------------------------------- /scripts/dl_github_archive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/dl_github_archive.py -------------------------------------------------------------------------------- /scripts/download-check-artifact.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/download-check-artifact.sh -------------------------------------------------------------------------------- /scripts/download.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/download.pl -------------------------------------------------------------------------------- /scripts/dump-target-info.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/dump-target-info.pl -------------------------------------------------------------------------------- /scripts/env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/env -------------------------------------------------------------------------------- /scripts/ext-toolchain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/ext-toolchain.sh -------------------------------------------------------------------------------- /scripts/ext-tools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/ext-tools.sh -------------------------------------------------------------------------------- /scripts/feeds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/feeds -------------------------------------------------------------------------------- /scripts/fixup-makefile.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/fixup-makefile.pl -------------------------------------------------------------------------------- /scripts/flashing/adam2flash-502T.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/flashing/adam2flash-502T.pl -------------------------------------------------------------------------------- /scripts/flashing/adam2flash.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/flashing/adam2flash.pl -------------------------------------------------------------------------------- /scripts/flashing/adsl2mue_flash.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/flashing/adsl2mue_flash.pl -------------------------------------------------------------------------------- /scripts/flashing/eva_ramboot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/flashing/eva_ramboot.py -------------------------------------------------------------------------------- /scripts/flashing/flash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/flashing/flash.sh -------------------------------------------------------------------------------- /scripts/flashing/jungo-image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/flashing/jungo-image.py -------------------------------------------------------------------------------- /scripts/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/functions.sh -------------------------------------------------------------------------------- /scripts/gen-dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/gen-dependencies.sh -------------------------------------------------------------------------------- /scripts/gen_image_generic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/gen_image_generic.sh -------------------------------------------------------------------------------- /scripts/get_source_date_epoch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/get_source_date_epoch.sh -------------------------------------------------------------------------------- /scripts/getver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/getver.sh -------------------------------------------------------------------------------- /scripts/ipkg-build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/ipkg-build -------------------------------------------------------------------------------- /scripts/ipkg-make-index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/ipkg-make-index.sh -------------------------------------------------------------------------------- /scripts/ipkg-remove: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/ipkg-remove -------------------------------------------------------------------------------- /scripts/json_add_image_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/json_add_image_info.py -------------------------------------------------------------------------------- /scripts/json_overview_image_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/json_overview_image_info.py -------------------------------------------------------------------------------- /scripts/kconfig-reorder.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/kconfig-reorder.sh -------------------------------------------------------------------------------- /scripts/kconfig.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/kconfig.pl -------------------------------------------------------------------------------- /scripts/kernel_bump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/kernel_bump.sh -------------------------------------------------------------------------------- /scripts/linksys-image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/linksys-image.sh -------------------------------------------------------------------------------- /scripts/make-ipkg-dir.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/make-ipkg-dir.sh -------------------------------------------------------------------------------- /scripts/md5sum: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cat "$@" | md5 3 | -------------------------------------------------------------------------------- /scripts/metadata.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/metadata.pm -------------------------------------------------------------------------------- /scripts/mkhash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/mkhash.c -------------------------------------------------------------------------------- /scripts/mkits-qsdk-ipq-image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/mkits-qsdk-ipq-image.sh -------------------------------------------------------------------------------- /scripts/mkits-zyxel-fit-filogic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/mkits-zyxel-fit-filogic.sh -------------------------------------------------------------------------------- /scripts/mkits-zyxel-fit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/mkits-zyxel-fit.sh -------------------------------------------------------------------------------- /scripts/mkits.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/mkits.sh -------------------------------------------------------------------------------- /scripts/moxa-encode-fw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/moxa-encode-fw.py -------------------------------------------------------------------------------- /scripts/noop.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # This script does nothing, intentionally. 3 | -------------------------------------------------------------------------------- /scripts/om-fwupgradecfg-gen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/om-fwupgradecfg-gen.sh -------------------------------------------------------------------------------- /scripts/package-metadata.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/package-metadata.pl -------------------------------------------------------------------------------- /scripts/pad_image: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/pad_image -------------------------------------------------------------------------------- /scripts/patch-kernel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/patch-kernel.sh -------------------------------------------------------------------------------- /scripts/patch-specs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/patch-specs.sh -------------------------------------------------------------------------------- /scripts/portable_date.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/portable_date.sh -------------------------------------------------------------------------------- /scripts/projectsmirrors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/projectsmirrors.json -------------------------------------------------------------------------------- /scripts/qemustart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/qemustart -------------------------------------------------------------------------------- /scripts/redboot-script.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/redboot-script.pl -------------------------------------------------------------------------------- /scripts/relink-lib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/relink-lib.sh -------------------------------------------------------------------------------- /scripts/remote-gdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/remote-gdb -------------------------------------------------------------------------------- /scripts/rstrip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/rstrip.sh -------------------------------------------------------------------------------- /scripts/sercomm-crypto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/sercomm-crypto.py -------------------------------------------------------------------------------- /scripts/sercomm-kernel-header.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/sercomm-kernel-header.py -------------------------------------------------------------------------------- /scripts/sercomm-partition-tag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/sercomm-partition-tag.py -------------------------------------------------------------------------------- /scripts/sercomm-payload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/sercomm-payload.py -------------------------------------------------------------------------------- /scripts/sercomm-pid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/sercomm-pid.py -------------------------------------------------------------------------------- /scripts/sign_images.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/sign_images.sh -------------------------------------------------------------------------------- /scripts/size_compare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/size_compare.sh -------------------------------------------------------------------------------- /scripts/slugimage.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/slugimage.pl -------------------------------------------------------------------------------- /scripts/spelling.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/spelling.txt -------------------------------------------------------------------------------- /scripts/srecimage.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/srecimage.pl -------------------------------------------------------------------------------- /scripts/strip-kmod.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/strip-kmod.sh -------------------------------------------------------------------------------- /scripts/symlink-tree.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/symlink-tree.sh -------------------------------------------------------------------------------- /scripts/sysupgrade-tar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/sysupgrade-tar.sh -------------------------------------------------------------------------------- /scripts/target-metadata.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/target-metadata.pl -------------------------------------------------------------------------------- /scripts/time.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/time.pl -------------------------------------------------------------------------------- /scripts/timestamp.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/timestamp.pl -------------------------------------------------------------------------------- /scripts/ubinize-image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/ubinize-image.sh -------------------------------------------------------------------------------- /scripts/xxdi.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/scripts/xxdi.pl -------------------------------------------------------------------------------- /target/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/Config.in -------------------------------------------------------------------------------- /target/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/Makefile -------------------------------------------------------------------------------- /target/imagebuilder/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/imagebuilder/Config.in -------------------------------------------------------------------------------- /target/imagebuilder/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/imagebuilder/Makefile -------------------------------------------------------------------------------- /target/imagebuilder/files/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/imagebuilder/files/Makefile -------------------------------------------------------------------------------- /target/linux/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/Makefile -------------------------------------------------------------------------------- /target/linux/airoha/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/airoha/Makefile -------------------------------------------------------------------------------- /target/linux/airoha/dts/an7581.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/airoha/dts/an7581.dtsi -------------------------------------------------------------------------------- /target/linux/airoha/dts/en7523.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/airoha/dts/en7523.dtsi -------------------------------------------------------------------------------- /target/linux/airoha/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/airoha/image/Makefile -------------------------------------------------------------------------------- /target/linux/airoha/image/an7581.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/airoha/image/an7581.mk -------------------------------------------------------------------------------- /target/linux/airoha/image/en7523.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/airoha/image/en7523.mk -------------------------------------------------------------------------------- /target/linux/airoha/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/airoha/modules.mk -------------------------------------------------------------------------------- /target/linux/apm821xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/apm821xx/Makefile -------------------------------------------------------------------------------- /target/linux/apm821xx/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/apm821xx/config-6.6 -------------------------------------------------------------------------------- /target/linux/apm821xx/image/nand.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/apm821xx/image/nand.mk -------------------------------------------------------------------------------- /target/linux/apm821xx/image/sata.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/apm821xx/image/sata.mk -------------------------------------------------------------------------------- /target/linux/apm821xx/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/apm821xx/modules.mk -------------------------------------------------------------------------------- /target/linux/archs38/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/archs38/Makefile -------------------------------------------------------------------------------- /target/linux/archs38/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/archs38/config-6.6 -------------------------------------------------------------------------------- /target/linux/archs38/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/archs38/image/Makefile -------------------------------------------------------------------------------- /target/linux/archs38/image/uEnv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/archs38/image/uEnv.txt -------------------------------------------------------------------------------- /target/linux/armsr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/armsr/Makefile -------------------------------------------------------------------------------- /target/linux/armsr/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/armsr/README -------------------------------------------------------------------------------- /target/linux/armsr/armv7/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/armsr/armv7/config-6.6 -------------------------------------------------------------------------------- /target/linux/armsr/armv7/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/armsr/armv7/target.mk -------------------------------------------------------------------------------- /target/linux/armsr/armv8/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/armsr/armv8/config-6.6 -------------------------------------------------------------------------------- /target/linux/armsr/armv8/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/armsr/armv8/target.mk -------------------------------------------------------------------------------- /target/linux/armsr/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/armsr/base-files.mk -------------------------------------------------------------------------------- /target/linux/armsr/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/armsr/config-6.6 -------------------------------------------------------------------------------- /target/linux/armsr/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/armsr/image/Makefile -------------------------------------------------------------------------------- /target/linux/armsr/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/armsr/modules.mk -------------------------------------------------------------------------------- /target/linux/at91/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/at91/Makefile -------------------------------------------------------------------------------- /target/linux/at91/image/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/at91/image/Config.in -------------------------------------------------------------------------------- /target/linux/at91/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/at91/image/Makefile -------------------------------------------------------------------------------- /target/linux/at91/image/sam9x.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/at91/image/sam9x.mk -------------------------------------------------------------------------------- /target/linux/at91/image/sama5.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/at91/image/sama5.mk -------------------------------------------------------------------------------- /target/linux/at91/image/sama7.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/at91/image/sama7.mk -------------------------------------------------------------------------------- /target/linux/at91/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/at91/modules.mk -------------------------------------------------------------------------------- /target/linux/at91/sam9x/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/at91/sam9x/config-6.6 -------------------------------------------------------------------------------- /target/linux/at91/sam9x/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/at91/sam9x/target.mk -------------------------------------------------------------------------------- /target/linux/at91/sama5/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/at91/sama5/config-6.6 -------------------------------------------------------------------------------- /target/linux/at91/sama5/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/at91/sama5/target.mk -------------------------------------------------------------------------------- /target/linux/at91/sama7/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/at91/sama7/config-6.6 -------------------------------------------------------------------------------- /target/linux/at91/sama7/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/at91/sama7/target.mk -------------------------------------------------------------------------------- /target/linux/ath79/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/Makefile -------------------------------------------------------------------------------- /target/linux/ath79/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/config-6.6 -------------------------------------------------------------------------------- /target/linux/ath79/dts/ar7100.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/ar7100.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/ar7240.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/ar7240.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/ar7241.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/ar7241.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/ar7242.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/ar7242.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/ar724x.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/ar724x.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/ar9132.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/ar9132.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/ar9330.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/ar9330.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/ar9331.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/ar9331.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/ar9341.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/ar9341.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/ar9344.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/ar9344.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/ar934x.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/ar934x.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/ath79.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/ath79.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/qca953x.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/qca953x.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/qca955x.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/qca955x.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/dts/qca956x.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/dts/qca956x.dtsi -------------------------------------------------------------------------------- /target/linux/ath79/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/image/Makefile -------------------------------------------------------------------------------- /target/linux/ath79/image/generic.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/image/generic.mk -------------------------------------------------------------------------------- /target/linux/ath79/image/nand.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/image/nand.mk -------------------------------------------------------------------------------- /target/linux/ath79/image/tiny.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/image/tiny.mk -------------------------------------------------------------------------------- /target/linux/ath79/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/modules.mk -------------------------------------------------------------------------------- /target/linux/ath79/nand/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/nand/target.mk -------------------------------------------------------------------------------- /target/linux/ath79/tiny/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ath79/tiny/target.mk -------------------------------------------------------------------------------- /target/linux/bcm27xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm27xx/Makefile -------------------------------------------------------------------------------- /target/linux/bcm27xx/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm27xx/config-6.6 -------------------------------------------------------------------------------- /target/linux/bcm27xx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm27xx/image/Makefile -------------------------------------------------------------------------------- /target/linux/bcm27xx/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm27xx/modules.mk -------------------------------------------------------------------------------- /target/linux/bcm27xx/modules/i2c.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm27xx/modules/i2c.mk -------------------------------------------------------------------------------- /target/linux/bcm27xx/modules/spi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm27xx/modules/spi.mk -------------------------------------------------------------------------------- /target/linux/bcm47xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm47xx/Makefile -------------------------------------------------------------------------------- /target/linux/bcm47xx/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm47xx/config-6.6 -------------------------------------------------------------------------------- /target/linux/bcm47xx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm47xx/image/Makefile -------------------------------------------------------------------------------- /target/linux/bcm47xx/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm47xx/modules.mk -------------------------------------------------------------------------------- /target/linux/bcm4908/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm4908/Makefile -------------------------------------------------------------------------------- /target/linux/bcm4908/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm4908/config-6.6 -------------------------------------------------------------------------------- /target/linux/bcm4908/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/bcm4908/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm4908/image/Makefile -------------------------------------------------------------------------------- /target/linux/bcm4908/image/asus_gt-ac5300/rom/etc/image_version: -------------------------------------------------------------------------------- 1 | HND1731918 2 | -------------------------------------------------------------------------------- /target/linux/bcm4908/image/netgear_r8000p/etc/image_version: -------------------------------------------------------------------------------- 1 | 5024HNDrc11R8000P2602103 2 | -------------------------------------------------------------------------------- /target/linux/bcm4908/image/tplink_archer-c2300-v1/etc/image_version: -------------------------------------------------------------------------------- 1 | 5022HNDrc7HND2221446 2 | -------------------------------------------------------------------------------- /target/linux/bcm53xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm53xx/Makefile -------------------------------------------------------------------------------- /target/linux/bcm53xx/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm53xx/config-6.6 -------------------------------------------------------------------------------- /target/linux/bcm53xx/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/bcm53xx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm53xx/image/Makefile -------------------------------------------------------------------------------- /target/linux/bcm53xx/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bcm53xx/modules.mk -------------------------------------------------------------------------------- /target/linux/bmips/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bmips/Makefile -------------------------------------------------------------------------------- /target/linux/bmips/dts/bcm6318.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bmips/dts/bcm6318.dtsi -------------------------------------------------------------------------------- /target/linux/bmips/dts/bcm6328.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bmips/dts/bcm6328.dtsi -------------------------------------------------------------------------------- /target/linux/bmips/dts/bcm6358.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bmips/dts/bcm6358.dtsi -------------------------------------------------------------------------------- /target/linux/bmips/dts/bcm6362.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bmips/dts/bcm6362.dtsi -------------------------------------------------------------------------------- /target/linux/bmips/dts/bcm6368.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bmips/dts/bcm6368.dtsi -------------------------------------------------------------------------------- /target/linux/bmips/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bmips/image/Makefile -------------------------------------------------------------------------------- /target/linux/bmips/image/bcm6318.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bmips/image/bcm6318.mk -------------------------------------------------------------------------------- /target/linux/bmips/image/bcm6328.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bmips/image/bcm6328.mk -------------------------------------------------------------------------------- /target/linux/bmips/image/bcm6358.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bmips/image/bcm6358.mk -------------------------------------------------------------------------------- /target/linux/bmips/image/bcm6362.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bmips/image/bcm6362.mk -------------------------------------------------------------------------------- /target/linux/bmips/image/bcm6368.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bmips/image/bcm6368.mk -------------------------------------------------------------------------------- /target/linux/bmips/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/bmips/modules.mk -------------------------------------------------------------------------------- /target/linux/d1/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/d1/Makefile -------------------------------------------------------------------------------- /target/linux/d1/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/d1/config-6.6 -------------------------------------------------------------------------------- /target/linux/d1/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/d1/image/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/d1/image/Config.in -------------------------------------------------------------------------------- /target/linux/d1/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/d1/image/Makefile -------------------------------------------------------------------------------- /target/linux/gemini/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/gemini/Makefile -------------------------------------------------------------------------------- /target/linux/gemini/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/gemini/config-6.6 -------------------------------------------------------------------------------- /target/linux/gemini/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/gemini/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/gemini/image/Makefile -------------------------------------------------------------------------------- /target/linux/gemini/image/copy-kernel/.gitignore: -------------------------------------------------------------------------------- 1 | copy-kernel.bin 2 | -------------------------------------------------------------------------------- /target/linux/gemini/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/gemini/modules.mk -------------------------------------------------------------------------------- /target/linux/generic/PATCHES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/generic/PATCHES -------------------------------------------------------------------------------- /target/linux/generic/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/generic/config-6.6 -------------------------------------------------------------------------------- /target/linux/generic/config-filter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/generic/config-filter -------------------------------------------------------------------------------- /target/linux/generic/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/generic/image/Makefile -------------------------------------------------------------------------------- /target/linux/imx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/imx/Makefile -------------------------------------------------------------------------------- /target/linux/imx/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/imx/config-6.6 -------------------------------------------------------------------------------- /target/linux/imx/cortexa7/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/imx/cortexa7/target.mk -------------------------------------------------------------------------------- /target/linux/imx/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/imx/image/Makefile -------------------------------------------------------------------------------- /target/linux/imx/image/common.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/imx/image/common.mk -------------------------------------------------------------------------------- /target/linux/ipq40xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ipq40xx/Makefile -------------------------------------------------------------------------------- /target/linux/ipq40xx/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ipq40xx/config-6.6 -------------------------------------------------------------------------------- /target/linux/ipq806x/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ipq806x/Makefile -------------------------------------------------------------------------------- /target/linux/ipq806x/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ipq806x/config-6.6 -------------------------------------------------------------------------------- /target/linux/ipq806x/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | FEATURES += nand 3 | -------------------------------------------------------------------------------- /target/linux/ipq806x/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ipq806x/modules.mk -------------------------------------------------------------------------------- /target/linux/ixp4xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ixp4xx/Makefile -------------------------------------------------------------------------------- /target/linux/ixp4xx/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ixp4xx/config-6.6 -------------------------------------------------------------------------------- /target/linux/ixp4xx/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/kirkwood/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/kirkwood/Makefile -------------------------------------------------------------------------------- /target/linux/kirkwood/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/kirkwood/config-6.6 -------------------------------------------------------------------------------- /target/linux/kirkwood/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/kirkwood/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/kirkwood/modules.mk -------------------------------------------------------------------------------- /target/linux/lantiq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/lantiq/Makefile -------------------------------------------------------------------------------- /target/linux/lantiq/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/lantiq/config-6.6 -------------------------------------------------------------------------------- /target/linux/lantiq/image/ar9.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/lantiq/image/ar9.mk -------------------------------------------------------------------------------- /target/linux/lantiq/image/vr9.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/lantiq/image/vr9.mk -------------------------------------------------------------------------------- /target/linux/lantiq/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/lantiq/modules.mk -------------------------------------------------------------------------------- /target/linux/layerscape/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/layerscape/Makefile -------------------------------------------------------------------------------- /target/linux/layerscape/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/layerscape/README -------------------------------------------------------------------------------- /target/linux/loongarch64/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/malta/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/malta/Makefile -------------------------------------------------------------------------------- /target/linux/malta/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/malta/README -------------------------------------------------------------------------------- /target/linux/malta/be/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/malta/be/target.mk -------------------------------------------------------------------------------- /target/linux/malta/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/malta/config-6.6 -------------------------------------------------------------------------------- /target/linux/malta/le/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/malta/le/target.mk -------------------------------------------------------------------------------- /target/linux/mediatek/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/mediatek/Makefile -------------------------------------------------------------------------------- /target/linux/mediatek/files/drivers/net/phy/rtk/modules.builtin: -------------------------------------------------------------------------------- 1 | kernel/drivers/net/phy/rtk/rtl8367s_gsw.ko 2 | -------------------------------------------------------------------------------- /target/linux/mediatek/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/mediatek/modules.mk -------------------------------------------------------------------------------- /target/linux/mpc85xx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/mpc85xx/Makefile -------------------------------------------------------------------------------- /target/linux/mpc85xx/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/mpc85xx/config-6.6 -------------------------------------------------------------------------------- /target/linux/mpc85xx/image/spi-loader/.gitignore: -------------------------------------------------------------------------------- 1 | /out 2 | -------------------------------------------------------------------------------- /target/linux/mvebu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/mvebu/Makefile -------------------------------------------------------------------------------- /target/linux/mvebu/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/mvebu/config-6.6 -------------------------------------------------------------------------------- /target/linux/mvebu/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/mvebu/modules.mk -------------------------------------------------------------------------------- /target/linux/mxs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/mxs/Makefile -------------------------------------------------------------------------------- /target/linux/mxs/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/mxs/config-6.6 -------------------------------------------------------------------------------- /target/linux/mxs/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/mxs/image/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/mxs/image/Config.in -------------------------------------------------------------------------------- /target/linux/mxs/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/mxs/image/Makefile -------------------------------------------------------------------------------- /target/linux/octeon/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/octeon/Makefile -------------------------------------------------------------------------------- /target/linux/octeon/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/octeon/config-6.6 -------------------------------------------------------------------------------- /target/linux/octeon/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/omap/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/omap/Makefile -------------------------------------------------------------------------------- /target/linux/omap/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/omap/config-6.6 -------------------------------------------------------------------------------- /target/linux/omap/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/omap/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/omap/image/Makefile -------------------------------------------------------------------------------- /target/linux/pistachio/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/pistachio/Makefile -------------------------------------------------------------------------------- /target/linux/pistachio/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/qoriq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/qoriq/Makefile -------------------------------------------------------------------------------- /target/linux/qoriq/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/qoriq/config-6.6 -------------------------------------------------------------------------------- /target/linux/qualcommax/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/qualcommax/Makefile -------------------------------------------------------------------------------- /target/linux/ramips/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ramips/Makefile -------------------------------------------------------------------------------- /target/linux/ramips/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/ramips/modules.mk -------------------------------------------------------------------------------- /target/linux/realtek/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/realtek/Makefile -------------------------------------------------------------------------------- /target/linux/realtek/image/rtl931x.mk: -------------------------------------------------------------------------------- 1 | # SPDX-License-Identifier: GPL-2.0-only 2 | -------------------------------------------------------------------------------- /target/linux/rockchip/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/rockchip/Makefile -------------------------------------------------------------------------------- /target/linux/rockchip/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/rockchip/modules.mk -------------------------------------------------------------------------------- /target/linux/sifiveu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/sifiveu/Makefile -------------------------------------------------------------------------------- /target/linux/sifiveu/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/sifiveu/config-6.6 -------------------------------------------------------------------------------- /target/linux/sifiveu/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/siflower/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/siflower/Makefile -------------------------------------------------------------------------------- /target/linux/siflower/files-6.6/drivers/phy/siflower/Makefile: -------------------------------------------------------------------------------- 1 | obj-$(CONFIG_PHY_SF19A2890_USB) += phy-sf19a2890-usb.o 2 | 3 | -------------------------------------------------------------------------------- /target/linux/siflower/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/siflower/modules.mk -------------------------------------------------------------------------------- /target/linux/starfive/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/starfive/Makefile -------------------------------------------------------------------------------- /target/linux/starfive/base-files/lib/firmware/brcm/brcmfmac43430a0-sdio.txt: -------------------------------------------------------------------------------- 1 | brcmfmac43430-sdio.txt -------------------------------------------------------------------------------- /target/linux/starfive/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/starfive/config-6.6 -------------------------------------------------------------------------------- /target/linux/starfive/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/starfive/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/starfive/modules.mk -------------------------------------------------------------------------------- /target/linux/stm32/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/stm32/Makefile -------------------------------------------------------------------------------- /target/linux/stm32/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/stm32/modules.mk -------------------------------------------------------------------------------- /target/linux/sunxi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/sunxi/Makefile -------------------------------------------------------------------------------- /target/linux/sunxi/base-files/lib/firmware/brcm/brcmfmac43430a0-sdio.txt: -------------------------------------------------------------------------------- 1 | brcmfmac43430-sdio.txt -------------------------------------------------------------------------------- /target/linux/sunxi/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/sunxi/config-6.6 -------------------------------------------------------------------------------- /target/linux/sunxi/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/sunxi/modules.mk -------------------------------------------------------------------------------- /target/linux/tegra/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/tegra/Makefile -------------------------------------------------------------------------------- /target/linux/tegra/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/tegra/config-6.6 -------------------------------------------------------------------------------- /target/linux/tegra/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/uml/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/uml/Makefile -------------------------------------------------------------------------------- /target/linux/uml/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/uml/README.md -------------------------------------------------------------------------------- /target/linux/uml/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/uml/config-6.6 -------------------------------------------------------------------------------- /target/linux/uml/files/arch/um/include/uapi/asm/Kbuild: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /target/linux/uml/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/uml/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/uml/image/Makefile -------------------------------------------------------------------------------- /target/linux/x86/64/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/x86/64/config-6.6 -------------------------------------------------------------------------------- /target/linux/x86/64/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/x86/64/target.mk -------------------------------------------------------------------------------- /target/linux/x86/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/x86/Makefile -------------------------------------------------------------------------------- /target/linux/x86/base-files.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/x86/base-files.mk -------------------------------------------------------------------------------- /target/linux/x86/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/x86/config-6.6 -------------------------------------------------------------------------------- /target/linux/x86/geode/target.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/x86/geode/target.mk -------------------------------------------------------------------------------- /target/linux/x86/image/64.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/x86/image/64.mk -------------------------------------------------------------------------------- /target/linux/x86/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/x86/image/Makefile -------------------------------------------------------------------------------- /target/linux/x86/image/geode.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/x86/image/geode.mk -------------------------------------------------------------------------------- /target/linux/x86/image/legacy.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/x86/image/legacy.mk -------------------------------------------------------------------------------- /target/linux/x86/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/x86/modules.mk -------------------------------------------------------------------------------- /target/linux/zynq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/zynq/Makefile -------------------------------------------------------------------------------- /target/linux/zynq/config-6.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/zynq/config-6.6 -------------------------------------------------------------------------------- /target/linux/zynq/generic/target.mk: -------------------------------------------------------------------------------- 1 | BOARDNAME:=Generic 2 | -------------------------------------------------------------------------------- /target/linux/zynq/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/linux/zynq/image/Makefile -------------------------------------------------------------------------------- /target/llvm-bpf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/llvm-bpf/Makefile -------------------------------------------------------------------------------- /target/sdk/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/sdk/Config.in -------------------------------------------------------------------------------- /target/sdk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/sdk/Makefile -------------------------------------------------------------------------------- /target/sdk/convert-config.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/sdk/convert-config.pl -------------------------------------------------------------------------------- /target/sdk/files/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/sdk/files/Config.in -------------------------------------------------------------------------------- /target/sdk/files/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/sdk/files/Makefile -------------------------------------------------------------------------------- /target/sdk/files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/sdk/files/README.md -------------------------------------------------------------------------------- /target/toolchain/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/toolchain/Config.in -------------------------------------------------------------------------------- /target/toolchain/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/target/toolchain/Makefile -------------------------------------------------------------------------------- /toolchain/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/Config.in -------------------------------------------------------------------------------- /toolchain/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/Makefile -------------------------------------------------------------------------------- /toolchain/binutils/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/binutils/Config.in -------------------------------------------------------------------------------- /toolchain/binutils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/binutils/Makefile -------------------------------------------------------------------------------- /toolchain/build_version: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /toolchain/gcc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/gcc/Config.in -------------------------------------------------------------------------------- /toolchain/gcc/Config.version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/gcc/Config.version -------------------------------------------------------------------------------- /toolchain/gcc/common.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/gcc/common.mk -------------------------------------------------------------------------------- /toolchain/gcc/exclude-testsuite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/gcc/exclude-testsuite -------------------------------------------------------------------------------- /toolchain/gcc/files/alternate-arch-cc.in: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec @CC_BASE@ @EXTRA_ARCH_OPTS@ "$@" 4 | -------------------------------------------------------------------------------- /toolchain/gcc/final/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/gcc/final/Makefile -------------------------------------------------------------------------------- /toolchain/gcc/initial/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/gcc/initial/Makefile -------------------------------------------------------------------------------- /toolchain/gcc/minimal/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/gcc/minimal/Makefile -------------------------------------------------------------------------------- /toolchain/gdb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/gdb/Makefile -------------------------------------------------------------------------------- /toolchain/glibc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/glibc/Makefile -------------------------------------------------------------------------------- /toolchain/glibc/common.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/glibc/common.mk -------------------------------------------------------------------------------- /toolchain/glibc/headers/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/glibc/headers/Makefile -------------------------------------------------------------------------------- /toolchain/info.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/info.mk -------------------------------------------------------------------------------- /toolchain/mold/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/mold/Makefile -------------------------------------------------------------------------------- /toolchain/musl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/musl/Config.in -------------------------------------------------------------------------------- /toolchain/musl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/musl/Makefile -------------------------------------------------------------------------------- /toolchain/musl/common.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/musl/common.mk -------------------------------------------------------------------------------- /toolchain/nasm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/nasm/Makefile -------------------------------------------------------------------------------- /toolchain/wrapper/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/toolchain/wrapper/Makefile -------------------------------------------------------------------------------- /tools/7z/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/7z/Makefile -------------------------------------------------------------------------------- /tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/Makefile -------------------------------------------------------------------------------- /tools/autoconf-archive/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/autoconf-archive/Makefile -------------------------------------------------------------------------------- /tools/autoconf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/autoconf/Makefile -------------------------------------------------------------------------------- /tools/automake/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/automake/Makefile -------------------------------------------------------------------------------- /tools/automake/files/aclocal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/automake/files/aclocal -------------------------------------------------------------------------------- /tools/b43-tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/b43-tools/Makefile -------------------------------------------------------------------------------- /tools/bash/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/bash/Makefile -------------------------------------------------------------------------------- /tools/bc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/bc/Makefile -------------------------------------------------------------------------------- /tools/bison/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/bison/Makefile -------------------------------------------------------------------------------- /tools/bison/scripts/yacc: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec bison -y "$@" 3 | -------------------------------------------------------------------------------- /tools/bzip2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/bzip2/Makefile -------------------------------------------------------------------------------- /tools/cbootimage/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/cbootimage/Makefile -------------------------------------------------------------------------------- /tools/ccache/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/ccache/Makefile -------------------------------------------------------------------------------- /tools/cmake/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/cmake/Makefile -------------------------------------------------------------------------------- /tools/coreutils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/coreutils/Makefile -------------------------------------------------------------------------------- /tools/cpio/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/cpio/Makefile -------------------------------------------------------------------------------- /tools/dosfstools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/dosfstools/Makefile -------------------------------------------------------------------------------- /tools/dwarves/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/dwarves/Makefile -------------------------------------------------------------------------------- /tools/e2fsprogs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/e2fsprogs/Makefile -------------------------------------------------------------------------------- /tools/elftosb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/elftosb/Makefile -------------------------------------------------------------------------------- /tools/elfutils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/elfutils/Makefile -------------------------------------------------------------------------------- /tools/expat/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/expat/Makefile -------------------------------------------------------------------------------- /tools/fakeroot/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/fakeroot/Makefile -------------------------------------------------------------------------------- /tools/findutils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/findutils/Makefile -------------------------------------------------------------------------------- /tools/firmware-utils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/firmware-utils/Makefile -------------------------------------------------------------------------------- /tools/flex/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/flex/Makefile -------------------------------------------------------------------------------- /tools/flock/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/flock/Makefile -------------------------------------------------------------------------------- /tools/flock/src/flock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/flock/src/flock.c -------------------------------------------------------------------------------- /tools/genext2fs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/genext2fs/Makefile -------------------------------------------------------------------------------- /tools/gengetopt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/gengetopt/Makefile -------------------------------------------------------------------------------- /tools/gmp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/gmp/Makefile -------------------------------------------------------------------------------- /tools/gnulib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/gnulib/Makefile -------------------------------------------------------------------------------- /tools/gptfdisk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/gptfdisk/Makefile -------------------------------------------------------------------------------- /tools/include/asm/bitsperlong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/asm/bitsperlong.h -------------------------------------------------------------------------------- /tools/include/asm/byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/asm/byteorder.h -------------------------------------------------------------------------------- /tools/include/asm/errno-base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/asm/errno-base.h -------------------------------------------------------------------------------- /tools/include/asm/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/asm/errno.h -------------------------------------------------------------------------------- /tools/include/asm/posix_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/asm/posix_types.h -------------------------------------------------------------------------------- /tools/include/asm/swab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/asm/swab.h -------------------------------------------------------------------------------- /tools/include/asm/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/asm/types.h -------------------------------------------------------------------------------- /tools/include/byteswap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/byteswap.h -------------------------------------------------------------------------------- /tools/include/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/elf.h -------------------------------------------------------------------------------- /tools/include/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/endian.h -------------------------------------------------------------------------------- /tools/include/linux/big_endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/linux/big_endian.h -------------------------------------------------------------------------------- /tools/include/linux/errno.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /tools/include/linux/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/linux/stddef.h -------------------------------------------------------------------------------- /tools/include/linux/swab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/linux/swab.h -------------------------------------------------------------------------------- /tools/include/sys/sysmacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/include/sys/sysmacros.h -------------------------------------------------------------------------------- /tools/isl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/isl/Makefile -------------------------------------------------------------------------------- /tools/libdeflate/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/libdeflate/Makefile -------------------------------------------------------------------------------- /tools/liblzo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/liblzo/Makefile -------------------------------------------------------------------------------- /tools/libressl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/libressl/Makefile -------------------------------------------------------------------------------- /tools/libtool/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/libtool/Makefile -------------------------------------------------------------------------------- /tools/llvm-bpf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/llvm-bpf/Makefile -------------------------------------------------------------------------------- /tools/lz4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/lz4/Makefile -------------------------------------------------------------------------------- /tools/lzma-old/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/lzma-old/Makefile -------------------------------------------------------------------------------- /tools/lzma/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/lzma/Makefile -------------------------------------------------------------------------------- /tools/lzop/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/lzop/Makefile -------------------------------------------------------------------------------- /tools/m4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/m4/Makefile -------------------------------------------------------------------------------- /tools/make-ext4fs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/make-ext4fs/Makefile -------------------------------------------------------------------------------- /tools/meson/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/meson/Makefile -------------------------------------------------------------------------------- /tools/missing-macros/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/missing-macros/Makefile -------------------------------------------------------------------------------- /tools/missing-macros/src/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/missing-macros/src/README -------------------------------------------------------------------------------- /tools/mkimage/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/mkimage/Makefile -------------------------------------------------------------------------------- /tools/mklibs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/mklibs/Makefile -------------------------------------------------------------------------------- /tools/mklibs/include/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/mklibs/include/elf.h -------------------------------------------------------------------------------- /tools/mold/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/mold/Makefile -------------------------------------------------------------------------------- /tools/mpc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/mpc/Makefile -------------------------------------------------------------------------------- /tools/mpfr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/mpfr/Makefile -------------------------------------------------------------------------------- /tools/mtd-utils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/mtd-utils/Makefile -------------------------------------------------------------------------------- /tools/mtd-utils/include/fls.h: -------------------------------------------------------------------------------- 1 | #include 2 | #define fls local_fls 3 | -------------------------------------------------------------------------------- /tools/mtools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/mtools/Makefile -------------------------------------------------------------------------------- /tools/ninja/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/ninja/Makefile -------------------------------------------------------------------------------- /tools/padjffs2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/padjffs2/Makefile -------------------------------------------------------------------------------- /tools/padjffs2/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/padjffs2/src/Makefile -------------------------------------------------------------------------------- /tools/padjffs2/src/padjffs2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/padjffs2/src/padjffs2.c -------------------------------------------------------------------------------- /tools/patch-image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/patch-image/Makefile -------------------------------------------------------------------------------- /tools/patch/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/patch/Makefile -------------------------------------------------------------------------------- /tools/patchelf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/patchelf/Makefile -------------------------------------------------------------------------------- /tools/pkgconf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/pkgconf/Makefile -------------------------------------------------------------------------------- /tools/pkgconf/files/pkg-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/pkgconf/files/pkg-config -------------------------------------------------------------------------------- /tools/popt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/popt/Makefile -------------------------------------------------------------------------------- /tools/quilt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/quilt/Makefile -------------------------------------------------------------------------------- /tools/sdimage/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/sdimage/Makefile -------------------------------------------------------------------------------- /tools/sed/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/sed/Makefile -------------------------------------------------------------------------------- /tools/sparse/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/sparse/Makefile -------------------------------------------------------------------------------- /tools/squashfs3-lzma/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/squashfs3-lzma/Makefile -------------------------------------------------------------------------------- /tools/squashfs4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/squashfs4/Makefile -------------------------------------------------------------------------------- /tools/sstrip/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/sstrip/Makefile -------------------------------------------------------------------------------- /tools/tar/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/tar/Makefile -------------------------------------------------------------------------------- /tools/util-linux/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/util-linux/Makefile -------------------------------------------------------------------------------- /tools/xz/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/xz/Makefile -------------------------------------------------------------------------------- /tools/yafut/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/yafut/Makefile -------------------------------------------------------------------------------- /tools/zip/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/zip/Makefile -------------------------------------------------------------------------------- /tools/zlib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/zlib/Makefile -------------------------------------------------------------------------------- /tools/zstd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhoufuli/immortalwrt-rk356x/HEAD/tools/zstd/Makefile --------------------------------------------------------------------------------