Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2019-12272 PoC — OpenWrt LuCI 命令操作系统命令注入漏洞

Source
Associated Vulnerability
Title:OpenWrt LuCI 命令操作系统命令注入漏洞 (CVE-2019-12272)
Description:OpenWrt LuCI是一款用于OpenWrt(Linux发行版)的图形化配置界面。 OpenWrt LuCI 0.10及之前版本中的admin/status/realtime/bandwidth_status和admin/status/realtime/wireless_status端点存在命令操作系统命令注入漏洞。该漏洞源于外部输入数据构造可执行命令过程中,网络系统或产品未正确过滤其中的特殊元素。攻击者可利用该漏洞执行非法命令。
Description
Version-contains-cve-2019-12272
Readme
# lede-17.01.3
Version-contains-cve-2019-12272
File Snapshot

[4.0K] /data/pocs/e55a3a3b375d031a6decbd04b0f515782e2b8145 ├── [ 47] README.md └── [4.0K] source-17.01.3 ├── [ 179] BSDmakefile ├── [4.0K] config │   ├── [7.1K] Config-build.in │   ├── [3.6K] Config-devel.in │   ├── [6.4K] Config-images.in │   └── [ 20K] Config-kernel.in ├── [ 573] Config.in ├── [ 415] feeds.conf.default ├── [4.0K] include │   ├── [5.1K] autotools.mk │   ├── [3.8K] cmake.mk │   ├── [ 842] debug.mk │   ├── [1.2K] depends.mk │   ├── [ 173] device_table.txt │   ├── [8.8K] download.mk │   ├── [1.9K] feeds.mk │   ├── [1.2K] hardening.mk │   ├── [5.6K] host-build.mk │   ├── [1.3K] host.mk │   ├── [5.1K] image-commands.mk │   ├── [2.9K] image-legacy.mk │   ├── [ 17K] image.mk │   ├── [5.3K] kernel-build.mk │   ├── [7.6K] kernel-defaults.mk │   ├── [8.0K] kernel.mk │   ├── [ 813] kernel-version.mk │   ├── [ 17K] netfilter.mk │   ├── [1.1K] nls.mk │   ├── [ 782] package-bin.mk │   ├── [3.8K] package-defaults.mk │   ├── [2.3K] package-dumpinfo.mk │   ├── [8.4K] package-ipkg.mk │   ├── [9.7K] package.mk │   ├── [ 341] package-seccomp.mk │   ├── [5.4K] prereq-build.mk │   ├── [2.3K] prereq.mk │   ├── [5.2K] quilt.mk │   ├── [3.0K] rootfs.mk │   ├── [ 364] scan.awk │   ├── [3.3K] scan.mk │   ├── [ 496] scons.mk │   ├── [ 196] shell.sh │   ├── [4.0K] site │   │   ├── [ 733] aarch64 │   │   ├── [ 733] aarch64_be │   │   ├── [ 733] arc │   │   ├── [ 733] arm │   │   ├── [ 733] armeb │   │   ├── [ 39] i386 │   │   ├── [ 733] i486 │   │   ├── [ 39] i686 │   │   ├── [2.0K] linux │   │   ├── [ 676] m68k │   │   ├── [ 733] mips │   │   ├── [ 733] mips64 │   │   ├── [ 733] mips64el │   │   ├── [ 733] mipsel │   │   ├── [ 733] powerpc │   │   ├── [ 733] sparc │   │   └── [ 733] x86_64 │   ├── [3.7K] subdir.mk │   ├── [ 10K] target.mk │   ├── [ 566] toolchain-build.mk │   ├── [7.4K] toplevel.mk │   ├── [ 341] uclibc++.mk │   ├── [2.1K] unpack.mk │   ├── [1.4K] verbose.mk │   └── [3.8K] version.mk ├── [ 18K] LICENSE ├── [3.0K] Makefile ├── [4.0K] package │   ├── [4.0K] base-files │   │   ├── [4.0K] files │   │   │   ├── [4.0K] bin │   │   │   │   ├── [ 204] board_detect │   │   │   │   ├── [9.2K] config_generate │   │   │   │   └── [1.5K] ipcalc.sh │   │   │   ├── [4.0K] etc │   │   │   │   ├── [ 421] banner │   │   │   │   ├── [ 408] banner.failsafe │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   └── [ 266] 99-default_network │   │   │   │   ├── [ 95] device_info │   │   │   │   ├── [ 68] diag.sh │   │   │   │   ├── [ 61] fstab │   │   │   │   ├── [ 123] group │   │   │   │   ├── [ 110] hosts │   │   │   │   ├── [4.0K] hotplug.d │   │   │   │   │   └── [4.0K] net │   │   │   │   │   └── [ 236] 00-sysctl │   │   │   │   ├── [4.0K] init.d │   │   │   │   │   ├── [1.1K] boot │   │   │   │   │   ├── [ 255] done │   │   │   │   │   ├── [ 805] gpio_switch │   │   │   │   │   ├── [3.2K] led │   │   │   │   │   ├── [ 492] sysctl │   │   │   │   │   ├── [ 662] sysfixtime │   │   │   │   │   ├── [1.0K] system │   │   │   │   │   ├── [ 106] umount │   │   │   │   │   └── [ 239] urandom_seed │   │   │   │   ├── [ 106] inittab │   │   │   │   ├── [4.0K] iproute2 │   │   │   │   │   ├── [ 152] rt_protos │   │   │   │   │   └── [ 100] rt_tables │   │   │   │   ├── [ 173] openwrt_release │   │   │   │   ├── [ 3] openwrt_version │   │   │   │   ├── [ 21] os-release -> ../usr/lib/os-release │   │   │   │   ├── [ 190] passwd │   │   │   │   ├── [ 586] preinit │   │   │   │   ├── [1.4K] profile │   │   │   │   ├── [2.5K] protocols │   │   │   │   ├── [4.0K] rc.button │   │   │   │   │   ├── [ 87] failsafe │   │   │   │   │   ├── [ 81] power │   │   │   │   │   ├── [ 419] reset │   │   │   │   │   └── [ 526] rfkill │   │   │   │   ├── [2.4K] rc.common │   │   │   │   ├── [ 132] rc.local │   │   │   │   ├── [2.9K] services │   │   │   │   ├── [ 115] shadow │   │   │   │   ├── [ 9] shells │   │   │   │   ├── [ 896] sysctl.conf │   │   │   │   ├── [4.0K] sysctl.d │   │   │   │   │   └── [ 56] local.conf │   │   │   │   ├── [ 128] sysupgrade.conf │   │   │   │   └── [4.0K] uci-defaults │   │   │   │   ├── [ 406] 10_migrate-shadow │   │   │   │   ├── [ 450] 11_migrate-sysctl │   │   │   │   ├── [ 380] 12_network-generate-ula │   │   │   │   └── [ 189] 13_fix_group_user │   │   │   ├── [4.0K] lib │   │   │   │   ├── [4.0K] functions │   │   │   │   │   ├── [1.1K] leds.sh │   │   │   │   │   ├── [7.4K] network.sh │   │   │   │   │   ├── [1.8K] preinit.sh │   │   │   │   │   ├── [2.7K] service.sh │   │   │   │   │   ├── [2.4K] system.sh │   │   │   │   │   └── [ 12K] uci-defaults.sh │   │   │   │   ├── [7.9K] functions.sh │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   ├── [ 111] 02_default_set_state │   │   │   │   │   ├── [ 399] 10_indicate_failsafe │   │   │   │   │   ├── [2.8K] 10_indicate_preinit │   │   │   │   │   ├── [ 378] 10_sysinfo │   │   │   │   │   ├── [2.5K] 30_failsafe_wait │   │   │   │   │   ├── [ 307] 40_run_failsafe_hook │   │   │   │   │   ├── [ 254] 50_indicate_regular_preinit │   │   │   │   │   ├── [ 243] 70_initramfs_test │   │   │   │   │   ├── [ 316] 80_mount_root │   │   │   │   │   ├── [ 703] 81_urandom_seed │   │   │   │   │   ├── [ 479] 99_10_failsafe_login │   │   │   │   │   └── [ 162] 99_10_run_init │   │   │   │   └── [4.0K] upgrade │   │   │   │   ├── [7.9K] common.sh │   │   │   │   ├── [ 913] fwtool.sh │   │   │   │   └── [4.0K] keep.d │   │   │   │   └── [ 158] base-files-essential │   │   │   ├── [4.0K] rom │   │   │   │   └── [ 116] note │   │   │   ├── [4.0K] sbin │   │   │   │   ├── [ 31] firstboot │   │   │   │   ├── [ 331] hotplug-call │   │   │   │   ├── [ 496] led.sh │   │   │   │   ├── [6.2K] sysupgrade │   │   │   │   ├── [ 398] urandom_seed │   │   │   │   └── [4.8K] wifi │   │   │   └── [4.0K] usr │   │   │   ├── [4.0K] lib │   │   │   │   └── [ 345] os-release │   │   │   └── [4.0K] libexec │   │   │   └── [ 102] login.sh │   │   ├── [9.1K] image-config.in │   │   └── [5.5K] Makefile │   ├── [4.0K] boot │   │   ├── [4.0K] apex │   │   │   ├── [1.5K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 599] 001-compile_fix.patch │   │   │   ├── [1.1K] 100-openwrt_nslu2_armeb_config.patch │   │   │   ├── [1.1K] 120-openwrt_nslu2_16mb_armeb_config.patch │   │   │   ├── [ 986] 140-openwrt_fsg3_armeb_config.patch │   │   │   ├── [ 782] 150-limit_ram_to_64mb.patch │   │   │   └── [ 785] 160-openwrt_nas100d_armeb_config.patch │   │   ├── [4.0K] fconfig │   │   │   └── [1.0K] Makefile │   │   ├── [4.0K] grub2 │   │   │   ├── [2.2K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [3.7K] 100-grub_setup_root.patch │   │   │   ├── [ 276] 101-disable-gettext-check-macro-version.patch │   │   │   └── [ 439] 200-fix-gets-removal.patch │   │   ├── [4.0K] imx-bootlets │   │   │   ├── [1.2K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 888] 001-skip_sb_generation.patch │   │   │   ├── [ 501] 002-set_elftosb_config.patch │   │   │   └── [5.2K] 003-add-olinuxino.patch │   │   ├── [4.0K] kexec-tools │   │   │   ├── [ 283] Config.in │   │   │   ├── [2.3K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 470] 100-format_string_fix.patch │   │   │   └── [ 257] 110-fix-vmcore-dmsg-compilation-error.patch │   │   ├── [4.0K] kobs-ng │   │   │   ├── [1.1K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 440] 001-compile.patch │   │   │   ├── [1.6K] 002-add-init-size-param.patch │   │   │   ├── [1.4K] 003-raw-mode.patch │   │   │   └── [1.2K] 004-fix-cal_nfc_geometry.patch │   │   ├── [4.0K] rbcfg │   │   │   ├── [ 967] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [7.8K] cyg_crc32.c │   │   │   ├── [3.3K] cyg_crc.h │   │   │   ├── [ 15K] main.c │   │   │   ├── [ 163] Makefile │   │   │   └── [1.7K] rbcfg.h │   │   ├── [4.0K] uboot-ar71xx │   │   │   ├── [4.0K] files │   │   │   │   ├── [4.0K] board │   │   │   │   │   └── [4.0K] zyxel │   │   │   │   │   └── [4.0K] nbg460n │   │   │   │   │   ├── [ 23] config.mk │   │   │   │   │   ├── [1.1K] lowlevel_init.S │   │   │   │   │   ├── [1.4K] Makefile │   │   │   │   │   ├── [2.5K] nbg460n.c │   │   │   │   │   └── [ 644] u-boot.lds │   │   │   │   ├── [4.0K] cpu │   │   │   │   │   └── [4.0K] mips │   │   │   │   │   └── [4.5K] ar71xx_serial.c │   │   │   │   ├── [4.0K] drivers │   │   │   │   │   ├── [4.0K] net │   │   │   │   │   │   ├── [ 19K] ag71xx.c │   │   │   │   │   │   ├── [ 10K] ag71xx.h │   │   │   │   │   │   └── [4.0K] phy │   │   │   │   │   │   ├── [5.9K] rtl8366.h │   │   │   │   │   │   └── [ 18K] rtl8366_mii.c │   │   │   │   │   └── [4.0K] spi │   │   │   │   │   └── [4.4K] ar71xx_spi.c │   │   │   │   └── [4.0K] include │   │   │   │   ├── [4.0K] asm-mips │   │   │   │   │   ├── [1.8K] ar71xx_gpio.h │   │   │   │   │   └── [ 15K] ar71xx.h │   │   │   │   └── [4.0K] configs │   │   │   │   └── [4.3K] nbg460n.h │   │   │   ├── [2.3K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [2.6K] 0001-upstream-Reproducible-U-Boot-build-support-using-SOURCE_DATE_.patch │   │   │   ├── [1.4K] 0002-upstream-Makefile-Reproducible-U-Boot-build-support.patch │   │   │   ├── [ 999] 001-ar71xx.patch │   │   │   ├── [ 458] 002-ar71xx-spi.patch │   │   │   ├── [1.0K] 010-enet-ag71xx.patch │   │   │   ├── [1.1K] 011-switch-rtl8366sr.patch │   │   │   ├── [ 313] 020-freebsd-compat.patch │   │   │   ├── [ 881] 021-darwin_compat.patch │   │   │   ├── [ 436] 022-getline_backport.patch │   │   │   ├── [ 260] 030-no_examples.patch │   │   │   ├── [3.5K] 040-no_extern_inline.patch │   │   │   └── [ 548] 041-no_weak_alias.patch │   │   ├── [4.0K] uboot-at91 │   │   │   └── [2.4K] Makefile │   │   ├── [4.0K] uboot-envtools │   │   │   ├── [ 254] Config.in │   │   │   ├── [4.0K] files │   │   │   │   ├── [1.1K] ar71xx │   │   │   │   ├── [ 559] cns3xxx │   │   │   │   ├── [ 735] imx6 │   │   │   │   ├── [ 458] ipq │   │   │   │   ├── [ 562] kirkwood │   │   │   │   ├── [ 787] lantiq │   │   │   │   ├── [ 681] mvebu │   │   │   │   ├── [ 434] mxs │   │   │   │   ├── [ 468] oxnas │   │   │   │   ├── [ 572] ramips │   │   │   │   └── [ 771] uboot-envtools.sh │   │   │   ├── [3.4K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 395] 001-compile.patch │   │   │   ├── [1015] 200-fw_env_no_aes.patch │   │   │   ├── [4.1K] 300-support-env-in-ubivol-chardev.patch │   │   │   └── [ 429] 400-u-boot-2015.10-stdint.patch │   │   ├── [4.0K] uboot-imx6 │   │   │   ├── [2.9K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [3.2K] 001-gcc-5-compiler.patch │   │   │   ├── [2.5K] 002-use-static-inline.patch │   │   │   ├── [2.7K] 003-use-weak-in-board.patch │   │   │   ├── [ 911] 004-use-weak-in-main.patch │   │   │   ├── [ 210] 100-wandboard-enable-fit.patch │   │   │   └── [2.7K] 110-wandboard-owrt-env.patch │   │   ├── [4.0K] uboot-kirkwood │   │   │   ├── [3.5K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 726] 0001-kirkwood-ib62x0-add-CONFIG_SYS_GENERIC_BOARD-define.patch │   │   │   ├── [ 636] 0002-kirkwood-dockstar-add-CONFIG_SYS_GENERIC_BOARD-defin.patch │   │   │   ├── [ 648] 0003-kirkwood-goflexhome-add-CONFIG_SYS_GENERIC_BOARD-def.patch │   │   │   ├── [ 634] 0004-kirkwood-iconnect-add-CONFIG_SYS_GENERIC_BOARD-defin.patch │   │   │   ├── [ 640] 0005-kirkwood-pogo_e02-add-CONFIG_SYS_GENERIC_BOARD-defin.patch │   │   │   ├── [ 648] 0006-kirkwood-sheevaplug-add-CONFIG_SYS_GENERIC_BOARD-def.patch │   │   │   ├── [1.5K] 110-dockstar.patch │   │   │   ├── [1.4K] 120-iconnect.patch │   │   │   ├── [1.0K] 130-ib62x0.patch │   │   │   ├── [1.2K] 140-pogoplug_e02.patch │   │   │   ├── [ 794] 150-goflexhome.patch │   │   │   └── [2.4K] 200-openwrt-config.patch │   │   ├── [4.0K] uboot-lantiq │   │   │   ├── [ 10K] Makefile │   │   │   ├── [4.0K] patches │   │   │   │   ├── [3.7K] 0001-sf-fix-out-of-order-calls-for-spi_claim_bus-and-spi_.patch │   │   │   │   ├── [1.6K] 0002-sf-consistently-use-debug-for-warning-error-messages.patch │   │   │   │   ├── [2.8K] 0003-sf-move-malloc-of-spi_flash-to-spi_flash_probe.patch │   │   │   │   ├── [1.9K] 0004-sf-add-slim-probe-funtions-for-SPL.patch │   │   │   │   ├── [3.9K] 0005-sf-make-calculatiom-of-address-bytes-completely-conf.patch │   │   │   │   ├── [4.6K] 0006-sf-add-support-for-4-byte-addressing.patch │   │   │   │   ├── [ 789] 0007-sf-add-support-for-EN25QH256.patch │   │   │   │   ├── [1.1K] 0008-sf-fix-sector-layout-of-S25FL256S_256K-and-S25FL512S.patch │   │   │   │   ├── [5.5K] 0009-net-switchlib-add-framework-for-ethernet-switch-driv.patch │   │   │   │   ├── [4.2K] 0010-net-switchlib-add-driver-for-Lantiq-PSB697X-switch-f.patch │   │   │   │   ├── [4.4K] 0011-net-switchlib-add-driver-for-Lantiq-ADM6996I-switch-.patch │   │   │   │   ├── [3.8K] 0012-net-switchlib-add-driver-for-Atheros-AR8216.patch │   │   │   │   ├── [9.8K] 0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch │   │   │   │   ├── [216K] 0014-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch │   │   │   │   ├── [ 31K] 0015-MIPS-lantiq-add-support-for-Lantiq-XWAY-ARX100-SoC-f.patch │   │   │   │   ├── [ 14K] 0016-net-add-driver-for-Lantiq-XWAY-ARX100-switch.patch │   │   │   │   ├── [ 11K] 0017-tools-add-some-helper-tools-for-Lantiq-SoCs.patch │   │   │   │   ├── [5.2K] 0018-tools-lantiq-add-NAND-SPL-support.patch │   │   │   │   ├── [1.6K] 0019-Makefile-add-Lantiq-NAND-SPL-images.patch │   │   │   │   ├── [4.3K] 0020-MIPS-lantiq-add-NAND-SPL-support.patch │   │   │   │   ├── [1.1K] 0021-MIPS-vrx200-add-NAND-SPL-support.patch │   │   │   │   ├── [1.2K] 0022-MIPS-lantiq-add-default-openwrt-config.patch │   │   │   │   ├── [1.3K] 0023-lzma-fixup.patch │   │   │   │   ├── [ 524] 0024-Makefile-prepare-u-boot-lantiq-v2013.10-openwrt4.patch │   │   │   │   ├── [5.5K] 0025-arx100-cgu-fixes.patch │   │   │   │   ├── [3.1K] 0026-no_extern_inline.patch │   │   │   │   ├── [ 871] 0027-no_weak_alias.patch │   │   │   │   ├── [ 29K] 0028-gcc-compat.patch │   │   │   │   ├── [9.7K] 0100-MIPS-add-board-support-for-Easy-50712.patch │   │   │   │   ├── [ 13K] 0101-MIPS-add-board-support-for-Easy-80920.patch │   │   │   │   ├── [8.3K] 0102-MIPS-add-board-support-for-Arcadyan-ARV4519PW.patch │   │   │   │   ├── [8.3K] 0103-MIPS-add-board-support-for-Arcadyan-ARV7518PW.patch │   │   │   │   ├── [8.2K] 0104-MIPS-add-board-support-for-AudioCodes-MP-252.patch │   │   │   │   ├── [ 12K] 0105-MIPS-add-board-support-for-AVM-FritzBox-3370.patch │   │   │   │   ├── [8.1K] 0106-MIPS-add-board-support-for-Gigaset-SX76X.patch │   │   │   │   ├── [ 10K] 0107-MIPS-add-board-support-for-ZyXEL-P-2812HNU-Fx.patch │   │   │   │   ├── [8.3K] 0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch │   │   │   │   ├── [8.2K] 0109-MIPS-add-board-support-for-Arcadyan-ARV752DPW22.patch │   │   │   │   ├── [8.9K] 0110-MIPS-add-board-support-for-Arcadyan-ARV7510PW.patch │   │   │   │   ├── [8.2K] 0111-MIPS-add-board-support-for-Arcadyan-ARV7510PW22.patch │   │   │   │   ├── [ 10K] 0112-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch │   │   │   │   ├── [8.2K] 0113-MIPS-add-board-support-for-Arcadyan-ARV8539PW22.patch │   │   │   │   ├── [ 10K] 0114-MIPS-add-board-support-for-Arcadyan-VGV7519.patch │   │   │   │   ├── [8.9K] 0115-MIPS-add-board-support-for-Arcadyan-ARV7506PW11.patch │   │   │   │   └── [ 12K] 0116-MIPS-add-board-support-for-BT-Home-Hub-5A.patch │   │   │   └── [ 315] README │   │   ├── [4.0K] uboot-layerscape │   │   │   └── [2.5K] Makefile │   │   ├── [4.0K] uboot-layerscape-32b │   │   │   └── [2.3K] Makefile │   │   ├── [4.0K] uboot-mvebu │   │   │   ├── [2.3K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 252] 001-use-dtc-in-kernel.patch │   │   │   ├── [ 283] 002-enable_random_mac_addr.patch │   │   │   ├── [ 963] 003-boot_script.patch │   │   │   └── [1.2K] 200-clearfog-reset-usom-onboard-1512-phy.patch │   │   ├── [4.0K] uboot-mxs │   │   │   ├── [2.1K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [ 15K] 001-add-i2se-duckbill.patch │   │   ├── [4.0K] uboot-omap │   │   │   ├── [2.3K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [1.1K] 001-backport_upstream_image_c_fix_non_android_booting.patch │   │   │   ├── [ 295] 100-disable_thumb_unknown_errata.patch │   │   │   └── [ 291] 101-disable_ext.patch │   │   ├── [4.0K] uboot-oxnas │   │   │   ├── [4.0K] files │   │   │   │   ├── [4.0K] arch │   │   │   │   │   └── [4.0K] arm │   │   │   │   │   ├── [4.0K] cpu │   │   │   │   │   │   └── [4.0K] arm1136 │   │   │   │   │   │   └── [4.0K] nas782x │   │   │   │   │   │   ├── [3.0K] clock.c │   │   │   │   │   │   ├── [ 252] Makefile │   │   │   │   │   │   ├── [ 923] pinmux.c │   │   │   │   │   │   ├── [2.9K] reset.c │   │   │   │   │   │   └── [3.8K] timer.c │   │   │   │   │   └── [4.0K] include │   │   │   │   │   └── [4.0K] asm │   │   │   │   │   └── [4.0K] arch-nas782x │   │   │   │   │   ├── [2.3K] clock.h │   │   │   │   │   ├── [ 649] cpu.h │   │   │   │   │   ├── [ 937] hardware.h │   │   │   │   │   ├── [1.2K] pinmux.h │   │   │   │   │   ├── [ 102] spl.h │   │   │   │   │   ├── [4.4K] sysctl.h │   │   │   │   │   └── [ 551] timer.h │   │   │   │   ├── [4.0K] board │   │   │   │   │   └── [4.0K] ox820 │   │   │   │   │   ├── [ 14K] ddr.c │   │   │   │   │   ├── [5.0K] ddr.h │   │   │   │   │   ├── [ 169] Kconfig │   │   │   │   │   ├── [ 513] lowlevel_init.S │   │   │   │   │   ├── [ 141] MAINTAINERS │   │   │   │   │   ├── [ 299] Makefile │   │   │   │   │   ├── [8.5K] ox820.c │   │   │   │   │   ├── [ 503] spl_start.S │   │   │   │   │   └── [2.2K] u-boot-spl.lds │   │   │   │   ├── [4.0K] common │   │   │   │   │   ├── [2.3K] env_ext4.c │   │   │   │   │   └── [4.0K] spl │   │   │   │   │   └── [5.4K] spl_block.c │   │   │   │   ├── [4.0K] configs │   │   │   │   │   └── [ 50] ox820_defconfig │   │   │   │   ├── [4.0K] drivers │   │   │   │   │   ├── [4.0K] block │   │   │   │   │   │   └── [ 34K] plxsata_ide.c │   │   │   │   │   └── [4.0K] usb │   │   │   │   │   └── [4.0K] host │   │   │   │   │   └── [3.0K] ehci-oxnas.c │   │   │   │   ├── [4.0K] include │   │   │   │   │   └── [4.0K] configs │   │   │   │   │   └── [ 12K] ox820.h │   │   │   │   └── [4.0K] tools │   │   │   │   └── [2.7K] mkox820crc.c │   │   │   ├── [2.2K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [1.3K] 010-capacity-is-unsigned.patch │   │   │   ├── [1.7K] 020-socfpgaimage_portability.patch │   │   │   ├── [1.7K] 150-spl-block.patch │   │   │   ├── [4.1K] 200-icplus-phy.patch │   │   │   ├── [3.1K] 300-oxnas-target.patch │   │   │   ├── [3.2K] 400-gcc-5-compiler.patch │   │   │   └── [ 350] 800-fix-bootm-assertion.patch │   │   ├── [4.0K] uboot-pxa │   │   │   ├── [2.0K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [1.1K] 001-squashfs_rootfstype_cmdline.patch │   │   ├── [4.0K] uboot-sunxi │   │   │   ├── [3.2K] Makefile │   │   │   ├── [4.0K] patches │   │   │   │   ├── [ 251] 001-use-dtc-in-kernel.patch │   │   │   │   ├── [ 503] 002-add-olimex-a13-som.patch │   │   │   │   ├── [9.1K] 003-add-theobroma-a31-pangolin.patch │   │   │   │   ├── [ 41K] 010-dt-sync-files-with-kernel.patch │   │   │   │   ├── [173K] 011-dt-sync-dts-files-with-kernel.patch │   │   │   │   ├── [1.2K] 012-sun6i-fix-clock_twi_onoff.patch │   │   │   │   ├── [ 790] 013-enable-realtek-phy.patch │   │   │   │   ├── [3.5K] 014-fix-gmac-init.patch │   │   │   │   ├── [2.7K] 015-fix-2nd-usb-ctrler-on-sun47i.patch │   │   │   │   ├── [1.0K] 016-spl-print-mmc-slot.patch │   │   │   │   ├── [1.3K] 017-usb-add-support-for-usb3-vbus-pin.patch │   │   │   │   ├── [1021] 018-usb-specify-vbus-pins-on-orangepis.patch │   │   │   │   ├── [1.1K] 019-sid-add-efuse-support-for-h3-a83t.patch │   │   │   │   ├── [ 793] 020-boot-display-board-model-on-startup.patch │   │   │   │   ├── [1013] 091-sun6i-sync-PLL1-multdiv-with-Boot1.patch │   │   │   │   ├── [3.0K] 093-sun6i-fix-PLL-LDO-voltselect.patch │   │   │   │   ├── [ 540] 100-sun6i-alternate-on-UART2.patch │   │   │   │   ├── [1.5K] 101-sun6i-support-console-on-UART2.patch │   │   │   │   └── [ 655] 102-sunxi-make_CONS_INDEX-configurable.patch │   │   │   ├── [ 305] uEnv-default.txt │   │   │   └── [ 305] uEnv-pangolin.txt │   │   ├── [4.0K] uboot-xburst │   │   │   ├── [1.9K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 27K] 0001-qi_lb60-add-nand-spl-support.patch │   │   │   ├── [ 22K] 0002-qi_lb60-add-software-usbboot-support.patch │   │   │   ├── [ 46K] 0003-add-mmc-support.patch │   │   │   ├── [6.8K] 0004-add-more-boot-options-F1-F2-F3-F4-M-S.patch │   │   │   ├── [ 26K] 0005-add-nanonote-lcd-support.patch │   │   │   └── [1.7K] 0006-enable-silent-console.patch │   │   ├── [4.0K] uboot-zynq │   │   │   └── [2.9K] Makefile │   │   └── [4.0K] yamonenv │   │   ├── [ 972] Makefile │   │   └── [4.0K] patches │   │   └── [ 230] 001-yamonenv_mtd_partition.patch │   ├── [4.0K] devel │   │   ├── [4.0K] binutils │   │   │   ├── [2.7K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [2.8K] 0001-Do-not-pass-host-compiler-sanitization-flags-on-to-l.patch │   │   │   └── [ 40K] 0002-When-building-target-binaries-ensure-that-the-warnin.patch │   │   ├── [4.0K] gdb │   │   │   ├── [2.1K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 638] 001-gdb-pr14523-mips-signal-number.patch │   │   │   └── [1.1K] 100-musl_fix.patch │   │   ├── [4.0K] gdb-arc │   │   │   ├── [2.3K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 960] 100-no_extern_inline.patch │   │   │   ├── [ 363] 110-no_testsuite.patch │   │   │   └── [ 419] 120-fix-compile-flag-mismatch.patch │   │   ├── [4.0K] perf │   │   │   ├── [1.8K] Makefile │   │   │   ├── [ 659] musl-compat.h │   │   │   └── [4.0K] musl-include │   │   │   ├── [4.0K] asm │   │   │   │   └── [ 216] errno.h │   │   │   └── [ 357] string.h │   │   ├── [4.0K] strace │   │   │   ├── [1.6K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [ 353] 100-workaround--pt-reg-collisions-ppc.patch │   │   ├── [4.0K] trace-cmd │   │   │   ├── [1.6K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [ 621] 110-mac80211_tracepoint.patch │   │   └── [4.0K] valgrind │   │   ├── [4.0K] files │   │   │   └── [ 398] default.supp │   │   ├── [4.7K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 344] 100-fix_configure_check.patch │   │   ├── [ 404] 130-fix_arm_arch_detection.patch │   │   └── [1.6K] 200-musl_fix.patch │   ├── [4.0K] firmware │   │   ├── [4.0K] am33x-cm3 │   │   │   └── [1.0K] Makefile │   │   ├── [4.0K] ath10k-firmware │   │   │   └── [ 11K] Makefile │   │   ├── [4.0K] b43legacy-firmware │   │   │   └── [1.7K] Makefile │   │   ├── [4.0K] fman-ucode │   │   │   └── [2.1K] Makefile │   │   ├── [4.0K] ixp4xx-microcode │   │   │   ├── [1.6K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [4.7K] IxNpeMicrocode.h │   │   │   └── [1.8K] LICENSE.IPL │   │   ├── [4.0K] lantiq │   │   │   └── [4.0K] dsl-vrx200-firmware-xdsl │   │   │   └── [4.4K] Makefile │   │   ├── [4.0K] linux-firmware │   │   │   ├── [3.0K] broadcom.mk │   │   │   ├── [ 419] cis.mk │   │   │   ├── [5.3K] intel.mk │   │   │   ├── [ 880] Makefile │   │   │   ├── [2.4K] marvell.mk │   │   │   ├── [1.5K] mediatek.mk │   │   │   ├── [ 908] qca.mk │   │   │   ├── [2.5K] realtek.mk │   │   │   └── [1.0K] ti.mk │   │   ├── [4.0K] ppfe-firmware │   │   │   └── [2.0K] Makefile │   │   ├── [4.0K] prism54-firmware │   │   │   └── [2.7K] Makefile │   │   ├── [4.0K] rcw │   │   │   └── [2.2K] Makefile │   │   └── [4.0K] vsc73x5-ucode │   │   ├── [4.0K] files │   │   │   └── [ 451] Makefile │   │   └── [1.7K] Makefile │   ├── [4.0K] kernel │   │   ├── [4.0K] acx-mac80211 │   │   │   ├── [7.2K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 923] 200-initial-macaddr.patch │   │   │   └── [3.5K] 300-api_sync.patch │   │   ├── [4.0K] ar7-atm │   │   │   ├── [ 458] Config.in │   │   │   ├── [2.6K] Makefile │   │   │   ├── [4.0K] patches-D7.04.03.00 │   │   │   │   ├── [ 287] 090-no-date-time.patch │   │   │   │   ├── [ 21K] 100-compile_fix.patch │   │   │   │   ├── [1.1K] 110-interrupt_fix.patch │   │   │   │   ├── [ 456] 120-no_dumb_inline.patch │   │   │   │   ├── [1.7K] 130-powercutback.patch │   │   │   │   ├── [1.0K] 140-debug_mode.patch │   │   │   │   ├── [ 690] 150-tasklet_mode.patch │   │   │   │   ├── [ 19K] 160-module-params.patch │   │   │   │   ├── [ 740] 170-bus_id_removal.patch │   │   │   │   ├── [1.1K] 180-git_headers_include.patch │   │   │   │   ├── [1.8K] 190-2.6.32_proc_fixes.patch │   │   │   │   ├── [ 963] 200-2.6.37_args.patch │   │   │   │   ├── [ 812] 210-3.3-remove-smp_lock.h.patch │   │   │   │   ├── [101K] 220-3.10-update_proc_code.patch │   │   │   │   ├── [1.3K] 230-compile_fixes.patch │   │   │   │   ├── [1.4K] 240-3.18_fixes.patch │   │   │   │   └── [ 817] 250-4.1_fixes.patch │   │   │   └── [4.0K] patches-D7.05.01.00 │   │   │   ├── [ 287] 090-no-date-time.patch │   │   │   ├── [ 22K] 100-compile_fix.patch │   │   │   ├── [1.1K] 110-interrupt_fix.patch │   │   │   ├── [ 394] 120-no_dumb_inline.patch │   │   │   ├── [1.7K] 130-powercutback.patch │   │   │   ├── [1.1K] 140-debug_mode.patch │   │   │   ├── [ 690] 150-tasklet_mode.patch │   │   │   ├── [ 21K] 160-module-params.patch │   │   │   ├── [ 740] 170-bus_id_removal.patch │   │   │   ├── [1.1K] 180-git_headers_include.patch │   │   │   ├── [1.8K] 190-2.6.32_proc_fixes.patch │   │   │   ├── [ 963] 200-2.6.37_args.patch │   │   │   ├── [ 812] 210-3.3-remove-smp_lock.h.patch │   │   │   ├── [106K] 220-3.10-update_proc_code.patch │   │   │   ├── [1.4K] 240-3.18_fixes.patch │   │   │   └── [ 785] 250-4.1_fixes.patch │   │   ├── [4.0K] ath10k-ct │   │   │   ├── [2.4K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [3.7K] 100-kernel_compat.patch │   │   │   └── [ 411] 110-api_fix.patch │   │   ├── [4.0K] avila-wdt │   │   │   ├── [ 760] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [5.0K] avila-wdt.c │   │   │   └── [ 21] Makefile │   │   ├── [4.0K] brcm2708-gpu-fw │   │   │   └── [3.3K] Makefile │   │   ├── [4.0K] broadcom-wl │   │   │   ├── [4.0K] files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] hotplug.d │   │   │   │   │   │   └── [4.0K] net │   │   │   │   │   │   ├── [ 97] 00-broadcom-wifi-detect │   │   │   │   │   │   └── [1.3K] 20-broadcom_wds │   │   │   │   │   └── [4.0K] init.d │   │   │   │   │   └── [ 522] wlunbind │   │   │   │   └── [4.0K] lib │   │   │   │   └── [4.0K] wifi │   │   │   │   └── [ 11K] broadcom.sh │   │   │   ├── [4.6K] Makefile │   │   │   ├── [4.0K] patches │   │   │   │   ├── [1.1K] 003-compat-2.6.35.patch │   │   │   │   ├── [ 660] 004-remove-pcmcia.patch │   │   │   │   ├── [ 779] 005-fix-mem-leak-on-unload.patch │   │   │   │   ├── [2.7K] 006-generic-dma-api.patch │   │   │   │   ├── [5.2K] 007-use-glue-driver.patch │   │   │   │   ├── [3.3K] 008-fix_virtual_interfaces.patch │   │   │   │   ├── [ 804] 009-fix_compile_3_2.patch │   │   │   │   ├── [ 384] 010-remove_irqf_samble_random.patch │   │   │   │   ├── [ 256] 011-fix_compile_3_4.patch │   │   │   │   ├── [1.7K] 012-compat-3.10.patch │   │   │   │   ├── [ 361] 013-interface-name.patch │   │   │   │   ├── [ 822] 014-fix-band-reporting.patch │   │   │   │   ├── [ 268] 015-support-probe-of-wds-interfaces.patch │   │   │   │   ├── [1.7K] 020-musl-fixes.patch │   │   │   │   ├── [2.0K] 030-remove_devinit_devexit.patch │   │   │   │   ├── [ 667] 100-fix_nvram_two_devices.patch │   │   │   │   ├── [ 341] 110-add_number_to_dev_name.patch │   │   │   │   ├── [2.2K] 120-fixup-mac-addresses.patch │   │   │   │   ├── [ 398] 200-add_bcm_a8xx_support.patch │   │   │   │   ├── [2.4K] 910-fallback-sprom.patch │   │   │   │   ├── [ 412] 912-pci-bus-nvram-hack.patch │   │   │   │   ├── [ 262] 913-avoid-dbe-on-ifs_ctl-readw-hack.patch │   │   │   │   └── [ 612] 914-eliminate-date-time-error.patch │   │   │   └── [4.0K] src │   │   │   ├── [4.0K] glue │   │   │   │   ├── [ 421] Makefile │   │   │   │   ├── [6.0K] wl_glue.c │   │   │   │   └── [ 634] wl_glue.h │   │   │   └── [ 25K] wlc.c │   │   ├── [4.0K] button-hotplug │   │   │   ├── [1.2K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [7.2K] button-hotplug.c │   │   │   ├── [ 56] Kconfig │   │   │   └── [ 48] Makefile │   │   ├── [4.0K] gpio-button-hotplug │   │   │   ├── [1.1K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [ 15K] gpio-button-hotplug.c │   │   │   └── [ 31] Makefile │   │   ├── [4.0K] gpio-nct5104d │   │   │   ├── [1.2K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [ 11K] gpio-nct5104d.c │   │   │   ├── [ 187] Kconfig │   │   │   └── [ 50] Makefile │   │   ├── [4.0K] hwmon-gsc │   │   │   ├── [ 743] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [9.3K] gsc.c │   │   │   └── [ 15] Makefile │   │   ├── [4.0K] i2c-gpio-custom │   │   │   ├── [1.1K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [4.9K] i2c-gpio-custom.c │   │   │   ├── [ 296] Kconfig │   │   │   └── [ 50] Makefile │   │   ├── [4.0K] kmod-sched-cake │   │   │   └── [1.1K] Makefile │   │   ├── [4.0K] lantiq │   │   │   ├── [4.0K] ltq-adsl │   │   │   │   ├── [ 146] Config.in │   │   │   │   ├── [2.8K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   ├── [ 39K] 100-dsl_compat.patch │   │   │   │   ├── [ 439] 110-fix_status_polling_loop.patch │   │   │   │   ├── [1.9K] 120-platform.patch │   │   │   │   ├── [4.9K] 130-linux3.8.patch │   │   │   │   └── [1.3K] 140-linux_3.18.patch │   │   │   ├── [4.0K] ltq-adsl-fw │   │   │   │   └── [2.1K] Makefile │   │   │   ├── [4.0K] ltq-adsl-mei │   │   │   │   ├── [1.4K] Makefile │   │   │   │   └── [4.0K] src │   │   │   │   ├── [ 22K] ifxmips_mei_interface.h │   │   │   │   ├── [ 79K] lantiq_mei.c │   │   │   │   └── [ 476] Makefile │   │   │   ├── [4.0K] ltq-atm │   │   │   │   ├── [1.4K] Makefile │   │   │   │   └── [4.0K] src │   │   │   │   ├── [8.4K] ifxmips_atm_amazon_se.c │   │   │   │   ├── [5.5K] ifxmips_atm_ar9.c │   │   │   │   ├── [7.7K] ifxmips_atm_core.h │   │   │   │   ├── [6.1K] ifxmips_atm_danube.c │   │   │   │   ├── [ 40K] ifxmips_atm_fw_amazon_se.h │   │   │   │   ├── [ 39K] ifxmips_atm_fw_ar9.h │   │   │   │   ├── [ 57K] ifxmips_atm_fw_ar9_retx.h │   │   │   │   ├── [ 40K] ifxmips_atm_fw_danube.h │   │   │   │   ├── [ 57K] ifxmips_atm_fw_danube_retx.h │   │   │   │   ├── [3.2K] ifxmips_atm_fw_regs_amazon_se.h │   │   │   │   ├── [9.2K] ifxmips_atm_fw_regs_ar9.h │   │   │   │   ├── [ 17K] ifxmips_atm_fw_regs_common.h │   │   │   │   ├── [3.1K] ifxmips_atm_fw_regs_danube.h │   │   │   │   ├── [3.0K] ifxmips_atm_fw_regs_vr9.h │   │   │   │   ├── [ 39K] ifxmips_atm_fw_vr9.h │   │   │   │   ├── [5.0K] ifxmips_atm_ppe_amazon_se.h │   │   │   │   ├── [ 11K] ifxmips_atm_ppe_ar9.h │   │   │   │   ├── [ 13K] ifxmips_atm_ppe_common.h │   │   │   │   ├── [6.0K] ifxmips_atm_ppe_danube.h │   │   │   │   ├── [ 11K] ifxmips_atm_ppe_vr9.h │   │   │   │   ├── [4.4K] ifxmips_atm_vr9.c │   │   │   │   ├── [ 57K] ltq_atm.c │   │   │   │   └── [ 582] Makefile │   │   │   ├── [4.0K] ltq-deu │   │   │   │   ├── [1.2K] Makefile │   │   │   │   └── [4.0K] src │   │   │   │   ├── [ 33K] ifxmips_aes.c │   │   │   │   ├── [ 13K] ifxmips_arc4.c │   │   │   │   ├── [ 37K] ifxmips_async_aes.c │   │   │   │   ├── [ 31K] ifxmips_async_des.c │   │   │   │   ├── [ 28K] ifxmips_des.c │   │   │   │   ├── [3.3K] ifxmips_deu_ar9.c │   │   │   │   ├── [6.0K] ifxmips_deu_ar9.h │   │   │   │   ├── [5.2K] ifxmips_deu.c │   │   │   │   ├── [4.3K] ifxmips_deu_danube.c │   │   │   │   ├── [5.2K] ifxmips_deu_danube.h │   │   │   │   ├── [1.2K] ifxmips_deu_dma.c │   │   │   │   ├── [2.1K] ifxmips_deu_dma.h │   │   │   │   ├── [6.7K] ifxmips_deu.h │   │   │   │   ├── [3.5K] ifxmips_deu_vr9.c │   │   │   │   ├── [6.6K] ifxmips_deu_vr9.h │   │   │   │   ├── [8.8K] ifxmips_md5.c │   │   │   │   ├── [ 11K] ifxmips_md5_hmac.c │   │   │   │   ├── [8.0K] ifxmips_sha1.c │   │   │   │   ├── [ 10K] ifxmips_sha1_hmac.c │   │   │   │   ├── [2.5K] ifxmips_tcrypt.h │   │   │   │   ├── [3.9K] internal.h │   │   │   │   └── [1.4K] Makefile │   │   │   ├── [4.0K] ltq-ifxos │   │   │   │   ├── [1.4K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   ├── [ 816] 001-warnings.patch │   │   │   │   └── [5.2K] 100-compat.patch │   │   │   ├── [4.0K] ltq-ptm │   │   │   │   ├── [1.3K] Makefile │   │   │   │   └── [4.0K] src │   │   │   │   ├── [ 50K] ifxmips_ptm_adsl.c │   │   │   │   ├── [3.9K] ifxmips_ptm_adsl.h │   │   │   │   ├── [7.9K] ifxmips_ptm_amazon_se.c │   │   │   │   ├── [ 11K] ifxmips_ptm_ar9.c │   │   │   │   ├── [3.2K] ifxmips_ptm_common.h │   │   │   │   ├── [7.7K] ifxmips_ptm_danube.c │   │   │   │   ├── [ 45K] ifxmips_ptm_fw_amazon_se.h │   │   │   │   ├── [ 43K] ifxmips_ptm_fw_ar9.h │   │   │   │   ├── [ 45K] ifxmips_ptm_fw_danube.h │   │   │   │   ├── [8.1K] ifxmips_ptm_fw_regs_adsl.h │   │   │   │   ├── [2.1K] ifxmips_ptm_fw_regs_amazon_se.h │   │   │   │   ├── [2.0K] ifxmips_ptm_fw_regs_ar9.h │   │   │   │   ├── [2.0K] ifxmips_ptm_fw_regs_danube.h │   │   │   │   ├── [ 11K] ifxmips_ptm_fw_regs_vdsl.h │   │   │   │   ├── [5.3K] ifxmips_ptm_fw_regs_vr9.h │   │   │   │   ├── [ 33K] ifxmips_ptm_fw_vr9.h │   │   │   │   ├── [ 10K] ifxmips_ptm_ppe_amazon_se.h │   │   │   │   ├── [ 11K] ifxmips_ptm_ppe_ar9.h │   │   │   │   ├── [ 11K] ifxmips_ptm_ppe_common.h │   │   │   │   ├── [6.3K] ifxmips_ptm_ppe_danube.h │   │   │   │   ├── [ 11K] ifxmips_ptm_ppe_vr9.h │   │   │   │   ├── [ 29K] ifxmips_ptm_test.c │   │   │   │   ├── [ 34K] ifxmips_ptm_vdsl.c │   │   │   │   ├── [3.6K] ifxmips_ptm_vdsl.h │   │   │   │   ├── [7.4K] ifxmips_ptm_vr9.c │   │   │   │   └── [ 614] Makefile │   │   │   ├── [4.0K] ltq-tapi │   │   │   │   ├── [2.4K] Config.in │   │   │   │   ├── [2.2K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   ├── [3.2K] 000-portability.patch │   │   │   │   ├── [3.2K] 100-ifxmips.patch │   │   │   │   ├── [3.5K] 200-linux-37.patch │   │   │   │   └── [ 511] 300-linux-310.patch │   │   │   ├── [4.0K] ltq-vdsl │   │   │   │   ├── [2.2K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   ├── [2.3K] 100-compat.patch │   │   │   │   └── [4.3K] 110-semaphore-lock.patch │   │   │   ├── [4.0K] ltq-vdsl-mei │   │   │   │   ├── [2.6K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   ├── [ 984] 010-warnings.patch │   │   │   │   ├── [9.9K] 100-compat.patch │   │   │   │   └── [ 532] 101_no-date-time.patch │   │   │   └── [4.0K] ltq-vmmc │   │   │   ├── [2.8K] Config.in │   │   │   ├── [4.0K] files │   │   │   │   └── [ 396] vmmc.init │   │   │   ├── [5.7K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [9.8K] 000-portability.patch │   │   │   ├── [ 25K] 100-target.patch │   │   │   ├── [2.0K] 200-compat.patch │   │   │   ├── [ 31K] 400-falcon.patch │   │   │   └── [9.3K] 500-ar9_vr9.patch │   │   ├── [4.0K] leds-apu2 │   │   │   ├── [1.2K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [ 323] Kconfig │   │   │   ├── [9.1K] leds-apu2.c │   │   │   └── [ 42] Makefile │   │   ├── [4.0K] linux │   │   │   ├── [1.3K] Makefile │   │   │   └── [4.0K] modules │   │   │   ├── [ 320] 001-depends.mk │   │   │   ├── [ 12K] block.mk │   │   │   ├── [7.1K] can.mk │   │   │   ├── [ 16K] crypto.mk │   │   │   ├── [1.9K] firewire.mk │   │   │   ├── [ 11K] fs.mk │   │   │   ├── [ 11K] hwmon.mk │   │   │   ├── [5.2K] i2c.mk │   │   │   ├── [5.4K] input.mk │   │   │   ├── [3.7K] leds.mk │   │   │   ├── [5.1K] lib.mk │   │   │   ├── [ 23K] netdevices.mk │   │   │   ├── [ 23K] netfilter.mk │   │   │   ├── [ 25K] netsupport.mk │   │   │   ├── [8.3K] nls.mk │   │   │   ├── [ 24K] other.mk │   │   │   ├── [2.6K] pcmcia.mk │   │   │   ├── [ 14K] sound.mk │   │   │   ├── [2.3K] spi.mk │   │   │   ├── [ 38K] usb.mk │   │   │   ├── [ 26K] video.mk │   │   │   ├── [2.0K] virt.mk │   │   │   ├── [4.6K] w1.mk │   │   │   ├── [1.8K] wireless.mk │   │   │   └── [3.6K] wpan.mk │   │   ├── [4.0K] mac80211 │   │   │   ├── [4.0K] files │   │   │   │   ├── [4.0K] lib │   │   │   │   │   ├── [4.0K] netifd │   │   │   │   │   │   └── [4.0K] wireless │   │   │   │   │   │   └── [ 19K] mac80211.sh │   │   │   │   │   └── [4.0K] wifi │   │   │   │   │   └── [3.1K] mac80211.sh │   │   │   │   ├── [ 61] mac80211.hotplug │   │   │   │   └── [ 37K] regdb.txt │   │   │   ├── [ 59K] Makefile │   │   │   ├── [ 20K] patches │   │   │   │   ├── [ 633] 000-fix_kconfig.patch │   │   │   │   ├── [5.5K] 001-fix_build.patch │   │   │   │   ├── [1.6K] 002-change_allconfig.patch │   │   │   │   ├── [1.2K] 003-remove_bogus_modparams.patch │   │   │   │   ├── [ 733] 004-kconfig_backport_fix.patch │   │   │   │   ├── [4.4K] 005-revert-devcoredump.patch │   │   │   │   ├── [ 696] 006-revert-ktime-changes.patch │   │   │   │   ├── [8.3K] 007-revert-genetlink-changes.patch │   │   │   │   ├── [ 548] 008-revert-ndo_stats64-cleanup.patch │   │   │   │   ├── [ 11K] 009-revert-mtu-changes.patch │   │   │   │   ├── [ 380] 010-disable_rfkill.patch │   │   │   │   ├── [ 908] 011-backport_strscpy.patch │   │   │   │   ├── [2.8K] 020-01-rt2x00-avoid-introducing-a-USB-dependency-in-the-rt2.patch │   │   │   │   ├── [2.7K] 020-02-rt2x00usb-do-not-anchor-rx-and-tx-urb-s.patch │   │   │   │   ├── [2.7K] 020-03-rt2x00usb-fix-anchor-initialization.patch │   │   │   │   ├── [1.1K] 020-04-rt61pci-use-entry-directly.patch │   │   │   │   ├── [8.1K] 020-05-rt2x00-call-entry-directly-in-rt2x00_dump_frame.patch │   │   │   │   ├── [1.9K] 020-06-rt2x00-remove-queue_entry-from-skbdesc.patch │   │   │   │   ├── [3.3K] 020-07-rt2500usb-don-t-mark-register-accesses-as-inline.patch │   │   │   │   ├── [3.0K] 020-08-rt2x00-rt2800lib-move-rt2800_drv_data-declaration-in.patch │   │   │   │   ├── [3.5K] 020-09-rt2800-identify-station-based-on-status-WCID.patch │   │   │   │   ├── [5.4K] 020-10-rt2x00-separte-filling-tx-status-from-rt2x00lib_txdo.patch │   │   │   │   ├── [2.8K] 020-11-rt2x00-separte-clearing-entry-from-rt2x00lib_txdone.patch │   │   │   │   ├── [3.1K] 020-12-rt2x00-add-txdone-nomatch-function.patch │   │   │   │   ├── [2.1K] 020-13-rt2x00-fixup-fill_tx_status-for-nomatch-case.patch │   │   │   │   ├── [7.3K] 020-14-rt2x00-use-txdone_nomatch-on-rt2800usb.patch │   │   │   │   ├── [2.9K] 020-15-rt2800-status-based-rate-flags-for-nomatch-case.patch │   │   │   │   ├── [1.8K] 020-16-rt2800-use-TXOP_BACKOFF-for-probe-frames.patch │   │   │   │   ├── [1.2K] 020-17-rt2x00-fix-rt2x00debug_dump_frame-comment.patch │   │   │   │   ├── [1.4K] 020-18-rt2x00-fix-TX_PWR_CFG_4-register-definition.patch │   │   │   │   ├── [ 73K] 020-19-rt2x00-add-support-for-MT7620.patch │   │   │   │   ├── [1.9K] 021-01-rt2800-fix-LNA-gain-assignment-for-MT7620.patch │   │   │   │   ├── [1.3K] 021-02-rt2800-do-VCO-calibration-after-programming-ALC.patch │   │   │   │   ├── [2.0K] 021-03-rt2800-fix-mt7620-vco-calibration-registers.patch │   │   │   │   ├── [1.7K] 021-04-rt2800-fix-mt7620-E2-channel-registers.patch │   │   │   │   ├── [ 903] 030-rt2x00_options.patch │   │   │   │   ├── [ 240] 040-brcmutil_option.patch │   │   │   │   ├── [ 622] 050-lib80211_option.patch │   │   │   │   ├── [3.8K] 060-no_local_ssb_bcma.patch │   │   │   │   ├── [ 185] 070-ath_common_config.patch │   │   │   │   ├── [1.4K] 080-ath10k_thermal_config.patch │   │   │   │   ├── [ 395] 090-remove-cred.patch │   │   │   │   ├── [ 13K] 100-remove-cryptoapi-dependencies.patch │   │   │   │   ├── [ 402] 110-mac80211_keep_keys_on_stop_ap.patch │   │   │   │   ├── [1.3K] 120-cfg80211_allow_perm_addr_change.patch │   │   │   │   ├── [ 405] 130-mac80211-hwsim-hrtimer-clock.patch │   │   │   │   ├── [1.9K] 150-disable_addr_notifier.patch │   │   │   │   ├── [1.3K] 201-ath5k-WAR-for-AR71xx-PCI-bug.patch │   │   │   │   ├── [ 385] 210-ap_scan.patch │   │   │   │   ├── [ 602] 300-ath9k_hw-reset-AHB-WMAC-interface-on-AR91xx.patch │   │   │   │   ├── [3.1K] 301-ath9k_hw-issue-external-reset-for-QCA955x.patch │   │   │   │   ├── [ 667] 302-ath9k_hw-set-spectral-scan-enable-bit-on-trigger-for.patch │   │   │   │   ├── [ 792] 303-ath9k-don-t-run-periodic-and-nf-calibation-at-the-sa.patch │   │   │   │   ├── [1.1K] 304-ath9k-force-rx_clear-when-disabling-rx.patch │   │   │   │   ├── [2.9K] 305-ath9k-limit-retries-for-powersave-response-frames.patch │   │   │   │   ├── [1.2K] 306-Revert-ath9k-interpret-requested-txpower-in-EIRP-dom.patch │   │   │   │   ├── [6.9K] 307-mac80211-add-hdrlen-to-ieee80211_tx_data.patch │   │   │   │   ├── [7.4K] 308-mac80211-add-NEED_ALIGNED4_SKBS-hw-flag.patch │   │   │   │   ├── [2.8K] 309-mac80211-minstrel-Enable-STBC-and-LDPC-for-VHT-Rates.patch │   │   │   │   ├── [1.4K] 310-ath9k-fix-moredata-bit-in-PS-buffered-frame-release.patch │   │   │   │   ├── [ 687] 311-ath9k-clear-potentially-stale-EOSP-status-bit-in-int.patch │   │   │   │   ├── [ 637] 312-ath9k-report-tx-status-on-EOSP.patch │   │   │   │   ├── [3.4K] 313-ath9k-fix-block-ack-window-tracking-issues.patch │   │   │   │   ├── [5.4K] 314-ath9k-rename-tx_complete_work-to-hw_check_work.patch │   │   │   │   ├── [ 898] 315-ath9k_hw-check-if-the-chip-failed-to-wake-up.patch │   │   │   │   ├── [5.9K] 316-ath9k-fix-race-condition-in-enabling-disabling-IRQs.patch │   │   │   │   ├── [1.4K] 318-0001-brcmfmac-check-brcmf_bus_get_memdump-result-for-erro.patch │   │   │   │   ├── [1.2K] 319-0002-brcmfmac-be-more-verbose-when-PSM-s-watchdog-fires.patch │   │   │   │   ├── [1.4K] 319-0003-brcmfmac-use-wiphy_read_of_freq_limits-to-respect-li.patch │   │   │   │   ├── [1.5K] 319-0004-brcmfmac-merge-two-brcmf_err-macros-into-one.patch │   │   │   │   ├── [2.2K] 319-0005-brcmfmac-switch-to-C-function-__brcmf_err-for-printi.patch │   │   │   │   ├── [1.7K] 319-0006-brcmfmac-merge-two-remaining-brcmf_err-macros.patch │   │   │   │   ├── [3.4K] 320-ath9k-clean-up-and-fix-ath_tx_count_airtime.patch │   │   │   │   ├── [1.1K] 321-mac80211-fix-CSA-in-IBSS-mode.patch │   │   │   │   ├── [ 912] 322-mac80211-don-t-handle-filtered-frames-within-a-BA-se.patch │   │   │   │   ├── [1.6K] 324-ath9k_hw-fix-channel-maximum-power-level-test.patch │   │   │   │   ├── [1.1K] 325-mac80211-unconditionally-start-new-netdev-queues-wit.patch │   │   │   │   ├── [ 891] 400-ath_move_debug_code.patch │   │   │   │   ├── [ 432] 401-ath9k_blink_default.patch │   │   │   │   ├── [3.0K] 402-ath_regd_optional.patch │   │   │   │   ├── [2.1K] 403-world_regd_fixup.patch │   │   │   │   ├── [ 546] 404-regd_no_assoc_hints.patch │   │   │   │   ├── [ 976] 405-ath_regd_us.patch │   │   │   │   ├── [1.3K] 406-ath_relax_default_regd.patch │   │   │   │   ├── [ 359] 410-ath9k_allow_adhoc_and_ap.patch │   │   │   │   ├── [1.8K] 411-ath5k_allow_adhoc_and_ap.patch │   │   │   │   ├── [ 476] 420-ath5k_disable_fast_cc.patch │   │   │   │   ├── [1.2K] 430-add_ath5k_platform.patch │   │   │   │   ├── [1.4K] 431-add_platform_eeprom_support_to_ath5k.patch │   │   │   │   ├── [ 514] 432-ath5k_add_pciids.patch │   │   │   │   ├── [3.9K] 440-ath5k_channel_bw_debugfs.patch │   │   │   │   ├── [1.7K] 500-ath9k_eeprom_debugfs.patch │   │   │   │   ├── [ 650] 501-ath9k_ahb_init.patch │   │   │   │   ├── [ 507] 510-ath9k_intr_mitigation_tweak.patch │   │   │   │   ├── [ 374] 511-ath9k_reduce_rxbuf.patch │   │   │   │   ├── [3.5K] 512-ath9k_channelbw_debugfs.patch │   │   │   │   ├── [ 932] 513-ath9k_add_pci_ids.patch │   │   │   │   ├── [5.2K] 522-mac80211_configure_antenna_gain.patch │   │   │   │   ├── [7.0K] 530-ath9k_extra_leds.patch │   │   │   │   ├── [1.5K] 531-ath9k_extra_platform_leds.patch │   │   │   │   ├── [ 354] 540-ath9k_reduce_ani_interval.patch │   │   │   │   ├── [3.9K] 542-ath9k_debugfs_diag.patch │   │   │   │   ├── [5.9K] 543-ath9k_entropy_from_adc.patch │   │   │   │   ├── [2.0K] 544-ath9k-ar933x-usb-hang-workaround.patch │   │   │   │   ├── [5.3K] 545-ath9k_ani_ws_detect.patch │   │   │   │   ├── [1.2K] 546-ath9k_platform_led_name.patch │   │   │   │   ├── [1.0K] 547-ath9k_led_defstate_fix.patch │   │   │   │   ├── [5.9K] 548-ath9k_enable_gpio_chip.patch │   │   │   │   ├── [3.8K] 549-ath9k_enable_gpio_buttons.patch │   │   │   │   ├── [ 523] 550-ath9k-disable-bands-via-dt.patch │   │   │   │   ├── [ 12K] 551-ath9k_ubnt_uap_plus_hsr.patch │   │   │   │   ├── [1010] 600-01-rt2x00-allow-to-build-rt2800soc-module-for-RT3883.patch │   │   │   │   ├── [ 627] 600-02-rt2x00-rt2800lib-enable-support-for-RT3883.patch │   │   │   │   ├── [2.9K] 600-03-rt2x00-rt2800lib-add-rf_vals-for-RF3853.patch │   │   │   │   ├── [ 804] 600-04-rt2x00-rt2800lib-enable-VCO-calibration-for-RF3853.patch │   │   │   │   ├── [6.1K] 600-05-rt2x00-rt2800lib-add-channel-configuration-function-.patch │   │   │   │   ├── [ 622] 600-06-rt2x00-rt2800lib-enable-RF3853-support.patch │   │   │   │   ├── [2.2K] 600-07-rt2x00-rt2800lib-add-MAC-register-initialization-for.patch │   │   │   │   ├── [1021] 600-08-rt2x00-rt2800soc-fix-rt2800soc_disable_radio-for-RT3.patch │   │   │   │   ├── [2.3K] 600-09-rt2x00-rt2800lib-add-BBP-register-initialization-for.patch │   │   │   │   ├── [6.0K] 600-10-rt2x00-rt2800lib-add-RFCSR-initialization-for-RT3883.patch │   │   │   │   ├── [ 792] 600-11-rt2x00-rt2800lib-use-the-extended-EEPROM-map-for-RT3.patch │   │   │   │   ├── [ 764] 600-12-rt2x00-rt2800lib-force-rf-type-to-RF3853-on-RT3883.patch │   │   │   │   ├── [4.3K] 600-13-rt2x00-rt2800lib-add-channel-configuration-code-for-.patch │   │   │   │   ├── [1.0K] 600-14-rt2x00-rt2800lib-fix-txpower_to_dev-function-for-RT3.patch │   │   │   │   ├── [ 910] 600-15-rt2x00-rt2800lib-use-correct-txpower-calculation-fun.patch │   │   │   │   ├── [1.0K] 600-16-rt2x00-rt2800lib-hardcode-txmixer-gain-values-to-zer.patch │   │   │   │   ├── [ 683] 600-17-rt2x00-rt2800lib-use-correct-RT-XWI-size-for-RT3883.patch │   │   │   │   ├── [ 825] 600-18-rt2x00-rt2800lib-fix-antenna-configuration-for-RT388.patch │   │   │   │   ├── [1.3K] 600-19-rt2x00-rt2800lib-fix-LNA-gain-configuration-for-RT38.patch │   │   │   │   ├── [1.4K] 600-20-rt2x00-rt2800lib-fix-VGC-setup-for-RT3883.patch │   │   │   │   ├── [2.0K] 600-21-rt2x00-rt2800lib-fix-EEPROM-LNA-validation-for-RT388.patch │   │   │   │   ├── [ 783] 600-22-rt2x00-rt2800lib-fix-txpower-compensation-for-RT3883.patch │   │   │   │   ├── [4.1K] 600-23-rt2x00-rt2800mmio-add-a-workaround-for-spurious-TX_F.patch │   │   │   │   ├── [ 804] 601-rt2x00-introduce-rt2x00_platform_h.patch │   │   │   │   ├── [8.1K] 602-rt2x00-introduce-rt2x00eeprom.patch │   │   │   │   ├── [ 834] 603-rt2x00-of_load_eeprom_filename.patch │   │   │   │   ├── [3.1K] 604-rt2x00-load-eeprom-on-SoC-from-a-mtd-device-defines-.patch │   │   │   │   ├── [1.3K] 606-rt2x00-allow_disabling_bands_through_platform_data.patch │   │   │   │   ├── [ 798] 607-rt2x00-add_platform_data_mac_addr.patch │   │   │   │   ├── [ 766] 608-rt2x00-allow_disabling_bands_through_dts.patch │   │   │   │   ├── [1.0K] 609-rt2x00-make-wmac-loadable-via-OF-on-rt288x-305x-SoC.patch │   │   │   │   ├── [1.3K] 610-rt2x00-change-led-polarity-from-OF.patch │   │   │   │   ├── [ 469] 611-rt2x00-add-AP+STA-support.patch │   │   │   │   ├── [ 714] 653-0001-rtl8xxxu-Accept-firmware-signature-0x88e0.patch │   │   │   │   ├── [4.4K] 653-0002-rtl8xxxu-Add-initial-code-to-detect-8188eu-devices.patch │   │   │   │   ├── [3.4K] 653-0003-rtl8xxxu-Add-initial-code-to-parse-8188eu-efuse.patch │   │   │   │   ├── [1.3K] 653-0004-rtl8xxxu-Detect-8188eu-parts-correctly.patch │   │   │   │   ├── [2.6K] 653-0005-rtl8xxxu-First-stab-at-rtl8188e_power_on.patch │   │   │   │   ├── [1.2K] 653-0006-rtl8xxxu-Add-rtl8188e_disabled_to_emu.patch │   │   │   │   ├── [1.4K] 653-0007-rtl8xxxu-8188e-Enable-scheduler.patch │   │   │   │   ├── [1.2K] 653-0008-rtl8xxxu-Add-rtl8188e_usb_quirk-for-enabling-MAC-TX-.patch │   │   │   │   ├── [1.2K] 653-0009-rtl8xxxu-8188e-add-REG_TXDMA_OFFSET_CHK-quirk.patch │   │   │   │   ├── [1.7K] 653-0010-rtl8xxxu-Add-reserved-page-init-parameters-for-8188e.patch │   │   │   │   ├── [ 882] 653-0011-rtl8xxxu-Correct-TX_TOTAL_PAGE_NUM-for-8188eu.patch │   │   │   │   ├── [1.1K] 653-0012-rtl8xxxu-Add-trxff_boundary-for-8188e.patch │   │   │   │   ├── [1003] 653-0013-rtl8xxxu-8188eu-specify-firmware-block-size-and-set-.patch │   │   │   │   ├── [2.6K] 653-0014-rtl8xxxu-Add-8188e-mac-init-table.patch │   │   │   │   ├── [9.6K] 653-0015-rtl8xxxu-Implement-rtl8188eu_init_phy_bb.patch │   │   │   │   ├── [3.8K] 653-0016-rtl8xxxu-Implement-rtl8188eu_init_phy_rf.patch │   │   │   │   ├── [ 956] 653-0017-rtl8xxxu-Use-auto-LLT-init-for-8188e.patch │   │   │   │   ├── [1023] 653-0018-rtl8xxxu-Do-not-set-REG_FPGA0_TX_INFO-on-8188eu.patch │   │   │   │   ├── [1.1K] 653-0019-rtl8xxxu-Do-not-mess-with-REG_FPGA0_XA_RF_INT_OE-eit.patch │   │   │   │   ├── [ 846] 653-0020-rtl8xxxu-Set-transfer-page-size-for-8188eu.patch │   │   │   │   ├── [ 852] 653-0021-rtl8xxxu-Enable-TX-report-timer-on-8188eu.patch │   │   │   │   ├── [1.3K] 653-0022-rtl8xxxu-Setup-interrupts-for-8188eu.patch │   │   │   │   ├── [1.1K] 653-0023-rtl8xxxu-Use-rxdesc16-and-32-byte-tx-descriptors-for.patch │   │   │   │   ├── [1001] 653-0024-rtl8xxxu-8188eu-use-same-ADDA-on-parameters-as-8723a.patch │   │   │   │   ├── [ 16K] 653-0025-rtl8xxxu-Add-PHY-IQ-calibration-code-for-8188eu.patch │   │   │   │   ├── [ 935] 653-0026-rtl8xxxu-8188eu-uses-the-gen2-thermal-meter.patch │   │   │   │   ├── [ 857] 653-0027-rtl8xxxu-Set-REG_USB_HRPWM-to-0-for-8188eu.patch │   │   │   │   ├── [4.3K] 653-0028-rtl8xxxu-Implement-rtl8188eu_config_channel.patch │   │   │   │   ├── [1.1K] 653-0029-rtl8xxxu-Use-gen2-H2C-commands-for-8188eu.patch │   │   │   │   ├── [1.4K] 653-0030-rtl8xxxu-Initialize-GPIO-settings-for-8188eu.patch │   │   │   │   ├── [1.2K] 653-0031-rtl8xxxu-Add-simple-rtl8188eu_rf_on-routine.patch │   │   │   │   ├── [1.5K] 653-0032-rtl8xxxu-Implement-rtl8188e_disable_rf.patch │   │   │   │   ├── [2.5K] 653-0033-rtl8xxxu-Update-8188e-efuse-definition-for-power-val.patch │   │   │   │   ├── [2.8K] 653-0034-rtl8xxxu-Implement-rtl8188e_set_tx_power.patch │   │   │   │   ├── [5.0K] 653-0035-rtl8xxxu-Implement-rtl8xxxu_fill_txdesc_v3-for-8188e.patch │   │   │   │   ├── [2.8K] 653-0036-rtl8xxxu-Add-some-8188eu-registers-and-update-CCK0_A.patch │   │   │   │   ├── [1.1K] 653-0037-rtl8xxxu-Improve-register-description-for-REG_FPGA1_.patch │   │   │   │   ├── [1.1K] 653-0038-rtl8xxxu-properly-detect-RTL8188EU-devices.patch │   │   │   │   ├── [1.4K] 653-0039-rtl8xxxu-Implement-8188eu-specific-8051-reset-functi.patch │   │   │   │   ├── [1.6K] 653-0040-rtl8xxxu-Disable-packet-DMA-aggregation-on-8188eu.patch │   │   │   │   ├── [ 996] 653-0041-rtl8xxxu-8188eu-set-REG_OFDM0_XA_AGC_CORE1-to-match-.patch │   │   │   │   ├── [1.0K] 653-0042-rtl8xxxu-Fix-rtl8188eu-connection-fail.patch │   │   │   │   ├── [3.7K] 653-0043-rtl8xxxu-Do-not-set-auto-rate-fallback-on-8188eu.patch │   │   │   │   ├── [ 685] 653-0044-rtl8xxxu-Enable-8188eu-driver.patch │   │   │   │   ├── [1.2K] 653-0045-rtl8xxxu-Add-rtl8188etv-to-USB-device-list.patch │   │   │   │   ├── [1.1K] 653-0046-rtl8xxxu-Add-sitecom-dongle-to-USB-device-list.patch │   │   │   │   ├── [1.9K] 653-0047-rtl8xxxu-Implement-rtl8188eu_active_to_emu.patch │   │   │   │   ├── [5.2K] 653-0048-rtl8xxxu-Implement-rtl8188eu_power_off.patch │   │   │   │   ├── [1.1K] 653-0049-rtl8xxxu-Add-rtl8188eu-USB-ID-for-D-Link-USB-GO-N150.patch │   │   │   │   ├── [ 923] 653-0050-rtl8xxxu-Clear-SYS_FUNC_UPLL-during-power-up-on-8188.patch │   │   │   │   ├── [ 960] 653-0051-rtl8xxxu-Early-enable-of-WEP-TKIP-security-on-8188eu.patch │   │   │   │   ├── [2.1K] 653-0052-rtl8xxxu-Correct-power-down-sequence-for-8188eu.patch │   │   │   │   ├── [ 830] 653-0053-rtl8xxxu-Reset-8188eu-REG_GPIO_MUXCFG-on-power-off.patch │   │   │   │   ├── [2.3K] 653-0054-rtl8xxxu-Handle-devices-with-a-smaller-LLT-buffer.patch │   │   │   │   ├── [2.1K] 653-0055-rtl8xxxu-Fix-reloading-of-driver-for-8188eu-devices.patch │   │   │   │   ├── [1.3K] 653-0056-rtl8xxxu-Make-sure-to-enable-OFDM-paths-for-8188eu-i.patch │   │   │   │   ├── [1022] 653-0057-rtl8xxxu-Add-rpt_sel-entry-to-struct-rtl8xxxu_rxdesc.patch │   │   │   │   ├── [ 513] 700-mwl8k-missing-pci-id-for-WNR854T.patch │   │   │   │   ├── [ 597] 801-libertas-configure-sysfs-links.patch │   │   │   │   ├── [ 435] 802-libertas-set-wireless-macaddr.patch │   │   │   │   ├── [1.4K] 810-b43-gpio-mask-module-option.patch │   │   │   │   ├── [2.2K] 811-b43_no_pio.patch │   │   │   │   ├── [4.0K] 812-b43-add-antenna-control.patch │   │   │   │   ├── [ 436] 813-b43-reduce-number-of-RX-slots.patch │   │   │   │   ├── [ 695] 814-b43-only-use-gpio-0-1-for-led.patch │   │   │   │   ├── [ 564] 815-b43-always-take-overlapping-devs.patch │   │   │   │   ├── [1.2K] 850-brcmsmac-remove-extra-regulation-restriction.patch │   │   │   │   ├── [2.9K] 860-brcmfmac-register-wiphy-s-during-module_init.patch │   │   │   │   ├── [1.8K] 861-brcmfmac-workaround-bug-with-some-inconsistent-BSSes.patch │   │   │   │   ├── [ 972] 862-brcmfmac-Disable-power-management.patch │   │   │   │   ├── [1.7K] 863-brcmfmac-add-in-driver-tables-with-country-codes.patch │   │   │   │   ├── [ 819] 864-brcmfmac-do-not-use-internal-roaming-engine-by-default.patch │   │   │   │   ├── [1.2K] 921-ath10k_init_devices_synchronously.patch │   │   │   │   ├── [1.3K] 930-ath10k_add_tpt_led_trigger.patch │   │   │   │   ├── [1.5K] 936-ath10k_skip_otp_check.patch │   │   │   │   └── [ 509] 940-mwl8k_init_devices_synchronously.patch │   │   │   └── [4.0K] scripts │   │   │   └── [1.7K] import-backports.sh │   │   ├── [4.0K] mt76 │   │   │   └── [2.8K] Makefile │   │   ├── [4.0K] mwlwifi │   │   │   └── [1.9K] Makefile │   │   ├── [4.0K] om-watchdog │   │   │   ├── [4.0K] files │   │   │   │   ├── [ 251] om-watchdog │   │   │   │   └── [1.0K] om-watchdog.init │   │   │   └── [ 810] Makefile │   │   ├── [4.0K] rotary-gpio-custom │   │   │   ├── [1.2K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [ 288] Kconfig │   │   │   ├── [ 57] Makefile │   │   │   └── [4.5K] rotary-gpio-custom.c │   │   ├── [4.0K] rtc-rv5c386a │   │   │   ├── [ 763] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [ 428] Makefile │   │   │   └── [ 13K] rtc.c │   │   ├── [4.0K] spi-gpio-custom │   │   │   ├── [1.1K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [ 518] Kconfig │   │   │   ├── [ 50] Makefile │   │   │   └── [9.1K] spi-gpio-custom.c │   │   ├── [4.0K] trelay │   │   │   ├── [4.0K] files │   │   │   │   ├── [ 69] trelay.config │   │   │   │   ├── [ 102] trelay.hotplug │   │   │   │   └── [ 702] trelay.init │   │   │   ├── [1.3K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [ 20] Makefile │   │   │   └── [5.2K] trelay.c │   │   ├── [4.0K] w1-gpio-custom │   │   │   ├── [1.1K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [ 109] Kconfig │   │   │   ├── [ 55] Makefile │   │   │   └── [4.4K] w1-gpio-custom.c │   │   └── [4.0K] wrt55agv2-spidevs │   │   ├── [ 865] Makefile │   │   └── [4.0K] src │   │   ├── [ 113] Kconfig │   │   ├── [ 29] Makefile │   │   └── [2.7K] wrt55agv2_spidevs.c │   ├── [4.0K] libs │   │   ├── [4.0K] argp-standalone │   │   │   ├── [1.1K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [2.4K] 001-throw-in-funcdef.patch │   │   │   └── [ 350] 002-no_optimize.patch │   │   ├── [4.0K] cyassl │   │   │   ├── [ 882] Config.in │   │   │   ├── [2.8K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [ 225] 400-additional_compatibility.patch │   │   ├── [4.0K] elfutils │   │   │   ├── [2.3K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 554] 002-argp_standalone.patch │   │   │   ├── [ 925] 003-libint-stub.patch │   │   │   ├── [ 398] 004-maybe-uninitialized.patch │   │   │   ├── [ 898] 005-build_only_libs.patch │   │   │   ├── [ 412] 006-libdw_LIBS.patch │   │   │   ├── [2.6K] 007-fix_TEMP_FAILURE_RETRY.patch │   │   │   ├── [ 12K] 100-musl-compat.patch │   │   │   └── [4.2K] 101-no-fts.patch │   │   ├── [4.0K] gettext │   │   │   ├── [1.3K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [4.0K] include │   │   │   │   └── [1.3K] libintl.h │   │   │   ├── [ 288] LICENSE │   │   │   └── [4.0K] m4 │   │   │   ├── [ 779] codeset.m4 │   │   │   ├── [ 15K] gettext.m4 │   │   │   ├── [ 923] intldir.m4 │   │   │   ├── [ 12K] intl.m4 │   │   │   ├── [2.4K] intlmacosx.m4 │   │   │   ├── [1.3K] lcmessage.m4 │   │   │   ├── [1.2K] nls.m4 │   │   │   └── [ 18K] po.m4 │   │   ├── [4.0K] gettext-full │   │   │   ├── [2.3K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 844] 000-relocatable.patch │   │   │   ├── [ 926] 001-autotools.patch │   │   │   ├── [ 869] 001-no_examples_and_tests.patch │   │   │   ├── [ 540] 003-gettext-error_print_progname.patch │   │   │   ├── [ 300] 100-error_progname.patch │   │   │   ├── [ 527] 110-error_progname_def.patch │   │   │   ├── [ 650] 120-uclibc-nolocale.patch │   │   │   ├── [2.1K] 130-format-secuirty.patch │   │   │   └── [ 526] 150-disable_libxml_iconv.patch │   │   ├── [4.0K] gmp │   │   │   └── [1.5K] Makefile │   │   ├── [4.0K] libbsd │   │   │   ├── [1.2K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [ 360] 001-aarch64_support.patch │   │   ├── [4.0K] libconfig │   │   │   └── [1.5K] Makefile │   │   ├── [4.0K] libevent2 │   │   │   └── [4.3K] Makefile │   │   ├── [4.0K] libiconv │   │   │   ├── [ 26K] COPYING │   │   │   ├── [ 995] COPYRIGHT │   │   │   ├── [2.1K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [9.3K] iconv.c │   │   │   ├── [4.0K] include │   │   │   │   ├── [4.0K] charmaps │   │   │   │   │   ├── [1.6K] iso-8859-10.h │   │   │   │   │   ├── [1.6K] iso-8859-13.h │   │   │   │   │   ├── [1.6K] iso-8859-14.h │   │   │   │   │   ├── [1.6K] iso-8859-16.h │   │   │   │   │   ├── [1.6K] iso-8859-2.h │   │   │   │   │   ├── [1.6K] iso-8859-3.h │   │   │   │   │   ├── [1.6K] iso-8859-4.h │   │   │   │   │   ├── [1.6K] iso-8859-5.h │   │   │   │   │   ├── [1.6K] iso-8859-6.h │   │   │   │   │   ├── [1.6K] iso-8859-7.h │   │   │   │   │   ├── [1.6K] iso-8859-8.h │   │   │   │   │   ├── [1.6K] iso-8859-9.h │   │   │   │   │   ├── [1.6K] koi8-r.h │   │   │   │   │   ├── [1.6K] windows-1250.h │   │   │   │   │   ├── [1.6K] windows-1251.h │   │   │   │   │   ├── [1.6K] windows-1252.h │   │   │   │   │   ├── [1.6K] windows-1253.h │   │   │   │   │   ├── [1.6K] windows-1254.h │   │   │   │   │   ├── [1.6K] windows-1255.h │   │   │   │   │   ├── [1.6K] windows-1256.h │   │   │   │   │   ├── [1.6K] windows-1257.h │   │   │   │   │   ├── [1.6K] windows-1258.h │   │   │   │   │   └── [1.6K] windows-874.h │   │   │   │   ├── [2.2K] charmaps.h │   │   │   │   └── [ 688] iconv.h │   │   │   ├── [ 305] LICENSE │   │   │   └── [4.0K] m4 │   │   │   └── [7.3K] iconv.m4 │   │   ├── [4.0K] libiconv-full │   │   │   ├── [2.2K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [132K] 100-strip_charsets.patch │   │   │   ├── [973K] 101-autotools.patch │   │   │   ├── [ 631] 103-configure_ac_fix.patch │   │   │   ├── [1.2K] 200-work-with-libtool2.patch │   │   │   └── [ 616] 300-fortify-source-compat.patch │   │   ├── [4.0K] libjson-c │   │   │   ├── [1.5K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [1.3K] 000-libm.patch │   │   ├── [4.0K] libmnl │   │   │   └── [2.4K] Makefile │   │   ├── [4.0K] libnetfilter-conntrack │   │   │   └── [2.0K] Makefile │   │   ├── [4.0K] libnetfilter-cthelper │   │   │   └── [1.8K] Makefile │   │   ├── [4.0K] libnetfilter-cttimeout │   │   │   └── [1.8K] Makefile │   │   ├── [4.0K] libnetfilter-log │   │   │   ├── [1.9K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 741] 0001-build-remove-unnecessary-pkgconfig-config.status-dep.patch │   │   │   ├── [ 576] 0002-build-remove-unused-lines-in-Makefile.am.patch │   │   │   ├── [ 843] 0003-build-resolve-automake-1.12-warnings.patch │   │   │   ├── [ 729] 0004-Add-include-needed-for-integer-type-definition.patch │   │   │   ├── [ 688] 0005-configure-uclinux-is-also-linux.patch │   │   │   └── [3.0K] 0006-configure-add-without-ipulog-option-to-disable-libip.patch │   │   ├── [4.0K] libnetfilter-queue │   │   │   ├── [1.8K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [3.8K] 100-checksum_computation.patch │   │   ├── [4.0K] libnfnetlink │   │   │   ├── [1.9K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [ 599] 100-missing_include.patch │   │   ├── [4.0K] libnftnl │   │   │   └── [1.6K] Makefile │   │   ├── [4.0K] libnl │   │   │   └── [3.5K] Makefile │   │   ├── [4.0K] libnl-tiny │   │   │   ├── [4.0K] files │   │   │   │   └── [ 231] libnl-tiny.pc │   │   │   ├── [1.1K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [ 22K] attr.c │   │   │   ├── [8.7K] cache.c │   │   │   ├── [2.8K] cache_mngt.c │   │   │   ├── [3.5K] error.c │   │   │   ├── [6.5K] genl.c │   │   │   ├── [8.5K] genl_ctrl.c │   │   │   ├── [3.6K] genl_family.c │   │   │   ├── [4.4K] genl_mngt.c │   │   │   ├── [3.2K] handlers.c │   │   │   ├── [4.0K] include │   │   │   │   ├── [4.0K] netlink │   │   │   │   │   ├── [2.1K] addr.h │   │   │   │   │   ├── [ 17K] attr.h │   │   │   │   │   ├── [5.0K] cache-api.h │   │   │   │   │   ├── [4.0K] cache.h │   │   │   │   │   ├── [ 976] data.h │   │   │   │   │   ├── [1.4K] errno.h │   │   │   │   │   ├── [4.0K] genl │   │   │   │   │   │   ├── [1015] ctrl.h │   │   │   │   │   │   ├── [2.9K] family.h │   │   │   │   │   │   ├── [1.3K] genl.h │   │   │   │   │   │   └── [1.6K] mngt.h │   │   │   │   │   ├── [5.2K] handlers.h │   │   │   │   │   ├── [2.3K] list.h │   │   │   │   │   ├── [7.2K] msg.h │   │   │   │   │   ├── [ 988] netlink-compat.h │   │   │   │   │   ├── [2.0K] netlink.h │   │   │   │   │   ├── [3.0K] netlink-kernel.h │   │   │   │   │   ├── [9.3K] object-api.h │   │   │   │   │   ├── [3.1K] object.h │   │   │   │   │   ├── [5.1K] socket.h │   │   │   │   │   ├── [2.4K] types.h │   │   │   │   │   ├── [1.8K] utils.h │   │   │   │   │   └── [ 455] version.h │   │   │   │   ├── [ 514] netlink-generic.h │   │   │   │   ├── [3.6K] netlink-local.h │   │   │   │   ├── [1.5K] netlink-types.h │   │   │   │   └── [1.4K] unl.h │   │   │   ├── [ 395] Makefile │   │   │   ├── [ 15K] msg.c │   │   │   ├── [ 17K] nl.c │   │   │   ├── [2.5K] object.c │   │   │   ├── [7.9K] socket.c │   │   │   └── [5.2K] unl.c │   │   ├── [4.0K] libpcap │   │   │   ├── [ 274] Config.in │   │   │   ├── [2.3K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [1.0K] 001-Fix-compiler_state_t.ai-usage-when-INET6-is-not-defi.patch │   │   │   ├── [2.0K] 002-Add-missing-compiler_state_t-parameter.patch │   │   │   ├── [4.9K] 100-debian_shared_lib.patch │   │   │   ├── [3.6K] 102-makefile_disable_manpages.patch │   │   │   ├── [ 331] 103-makefile_flex_workaround.patch │   │   │   ├── [ 479] 201-space_optimization.patch │   │   │   ├── [4.7K] 202-protocol_api.patch │   │   │   ├── [ 213] 203-undef_iw_mode_monitor.patch │   │   │   └── [ 415] 204-usb-bus-path.patch │   │   ├── [4.0K] libreadline │   │   │   ├── [1.9K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [ 301] 001-install_perm.patch │   │   ├── [4.0K] libroxml │   │   │   └── [1.0K] Makefile │   │   ├── [4.0K] librpc │   │   │   └── [ 756] Makefile │   │   ├── [4.0K] libtool │   │   │   ├── [1.2K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [ 577] 160-passthrough-ssp.patch │   │   ├── [4.0K] libubox │   │   │   └── [2.5K] Makefile │   │   ├── [4.0K] libunwind │   │   │   ├── [1.4K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 679] 001-disable-tests.patch │   │   │   ├── [ 544] 002-fix-building-getcontext_S.patch │   │   │   └── [1.0K] 003-fix-missing-ef_reg-defs-with-musl.patch │   │   ├── [4.0K] libusb │   │   │   └── [1.2K] Makefile │   │   ├── [4.0K] libusb-compat │   │   │   ├── [1.2K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [4.3K] 001-fix-musl-stdint.patch │   │   ├── [4.0K] lzo │   │   │   └── [1.5K] Makefile │   │   ├── [4.0K] mbedtls │   │   │   ├── [1.8K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [6.7K] 200-config.patch │   │   ├── [4.0K] ncurses │   │   │   ├── [3.7K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [3.1K] 100-ncurses-5.6-20080112-urxvt.patch │   │   │   ├── [2.4K] 101-ncurses-5.6-20080628-kbs.patch │   │   │   ├── [1.2K] 102-ncurses-5.9-gcc-5.patch │   │   │   ├── [ 266] 200-fix_missing_include.patch │   │   │   ├── [ 405] 500-cross.patch │   │   │   └── [ 995] 900-terminfo.patch │   │   ├── [4.0K] nettle │   │   │   ├── [ 305] Config.in │   │   │   └── [2.0K] Makefile │   │   ├── [4.0K] openssl │   │   │   ├── [1.0K] Config.in │   │   │   ├── [4.0K] include │   │   │   │   └── [4.0K] crypto │   │   │   │   └── [8.9K] cryptodev.h │   │   │   ├── [6.9K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [2.0K] 110-optimize-for-size.patch │   │   │   ├── [1.4K] 130-perl-path.patch │   │   │   ├── [ 196] 140-makefile-dirs.patch │   │   │   ├── [4.6K] 150-no_engines.patch │   │   │   ├── [1.5K] 160-disable_doc_tests.patch │   │   │   ├── [ 195] 170-bash_path.patch │   │   │   ├── [ 857] 180-fix_link_segfault.patch │   │   │   ├── [ 788] 190-remove_timestamp_check.patch │   │   │   └── [5.2K] 200-parallel_build.patch │   │   ├── [4.0K] popt │   │   │   └── [1.3K] Makefile │   │   ├── [4.0K] sysfsutils │   │   │   ├── [1.8K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [1.2K] 200-mnt_path_check.patch │   │   ├── [4.0K] toolchain │   │   │   ├── [4.0K] eglibc-files │   │   │   │   └── [4.0K] etc │   │   │   │   └── [ 185] nsswitch.conf │   │   │   ├── [4.0K] glibc-files │   │   │   │   └── [4.0K] etc │   │   │   │   └── [ 185] nsswitch.conf │   │   │   └── [ 14K] Makefile │   │   ├── [4.0K] uclibc++ │   │   │   ├── [4.0K] files │   │   │   │   └── [1.2K] config.default │   │   │   ├── [3.1K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 404] 002-path_to_bash.patch │   │   │   ├── [1.2K] 006-eabi_fix.patch │   │   │   ├── [ 792] 010-honor-ldflags.patch │   │   │   ├── [ 677] 020-template-fix.patch │   │   │   ├── [4.0K] 030-memory_corruption_fix.patch │   │   │   ├── [ 438] 040-delete-c++14.patch │   │   │   └── [1.1K] 050-Bugfix-erase-on-derived-__base_associative.patch │   │   ├── [4.0K] uclient │   │   │   └── [1.2K] Makefile │   │   ├── [4.0K] ustream-ssl │   │   │   └── [1.9K] Makefile │   │   └── [4.0K] zlib │   │   └── [2.6K] Makefile │   ├── [3.7K] Makefile │   ├── [4.0K] network │   │   ├── [4.0K] config │   │   │   ├── [4.0K] firewall │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [4.1K] firewall.config │   │   │   │   │   ├── [ 336] firewall.hotplug │   │   │   │   │   ├── [ 997] firewall.init │   │   │   │   │   └── [ 352] firewall.user │   │   │   │   └── [1.8K] Makefile │   │   │   ├── [4.0K] gre │   │   │   │   ├── [4.0K] files │   │   │   │   │   └── [5.5K] gre.sh │   │   │   │   └── [1.5K] Makefile │   │   │   ├── [4.0K] ipip │   │   │   │   ├── [4.0K] files │   │   │   │   │   └── [1.8K] ipip.sh │   │   │   │   └── [ 789] Makefile │   │   │   ├── [4.0K] ltq-adsl-app │   │   │   │   ├── [4.0K] files │   │   │   │   │   └── [1.4K] dsl_control │   │   │   │   ├── [2.4K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   ├── [2.1K] 001-stupid_breakage_fix.patch │   │   │   │   └── [ 647] 010-eglibc_compile_fix.patch │   │   │   ├── [4.0K] ltq-vdsl-app │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [6.5K] dsl_control │   │   │   │   │   ├── [ 279] dsl_cpe_pipe.sh │   │   │   │   │   └── [ 265] vdsl_cpe_control_wrapper │   │   │   │   ├── [2.1K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   ├── [1.0K] 100-compat.patch │   │   │   │   ├── [ 203] 101-musl.patch │   │   │   │   └── [ 577] 200-autoboot.patch │   │   │   ├── [4.0K] netifd │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [4.0K] etc │   │   │   │   │   │   ├── [4.0K] hotplug.d │   │   │   │   │   │   │   └── [4.0K] iface │   │   │   │   │   │   │   └── [ 244] 00-netstate │   │   │   │   │   │   └── [4.0K] init.d │   │   │   │   │   │   └── [2.6K] network │   │   │   │   │   ├── [4.0K] lib │   │   │   │   │   │   ├── [4.0K] netifd │   │   │   │   │   │   │   ├── [2.6K] dhcp.script │   │   │   │   │   │   │   └── [4.0K] proto │   │   │   │   │   │   │   └── [2.4K] dhcp.sh │   │   │   │   │   │   └── [4.0K] network │   │   │   │   │   │   └── [1.6K] config.sh │   │   │   │   │   ├── [4.0K] sbin │   │   │   │   │   │   ├── [ 200] devstatus │   │   │   │   │   │   ├── [ 4] ifdown -> ifup │   │   │   │   │   │   ├── [ 273] ifstatus │   │   │   │   │   │   └── [1.3K] ifup │   │   │   │   │   └── [4.0K] usr │   │   │   │   │   └── [4.0K] share │   │   │   │   │   └── [4.0K] udhcpc │   │   │   │   │   └── [1.3K] default.script │   │   │   │   └── [1.0K] Makefile │   │   │   ├── [4.0K] qos-scripts │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [4.0K] etc │   │   │   │   │   │   ├── [4.0K] config │   │   │   │   │   │   │   └── [1.5K] qos │   │   │   │   │   │   ├── [4.0K] hotplug.d │   │   │   │   │   │   │   └── [4.0K] iface │   │   │   │   │   │   │   └── [ 114] 10-qos │   │   │   │   │   │   └── [4.0K] init.d │   │   │   │   │   │   └── [ 391] qos │   │   │   │   │   └── [4.0K] usr │   │   │   │   │   ├── [4.0K] bin │   │   │   │   │   │   ├── [ 55] qos-start │   │   │   │   │   │   ├── [1.5K] qos-stat │   │   │   │   │   │   └── [ 224] qos-stop │   │   │   │   │   └── [4.0K] lib │   │   │   │   │   └── [4.0K] qos │   │   │   │   │   ├── [ 13K] generate.sh │   │   │   │   │   └── [2.4K] tcrules.awk │   │   │   │   └── [1.0K] Makefile │   │   │   ├── [4.0K] soloscli │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [4.0K] etc │   │   │   │   │   │   ├── [4.0K] hotplug.d │   │   │   │   │   │   │   └── [4.0K] atm │   │   │   │   │   │   │   └── [ 483] 15-solos-init │   │   │   │   │   │   └── [4.0K] uci-default │   │   │   │   │   │   └── [ 384] solos │   │   │   │   │   └── [ 606] solos-log-stats │   │   │   │   ├── [1.2K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   ├── [ 192] 001-no-driver.patch │   │   │   │   └── [ 160] 002-cflags.patch │   │   │   ├── [4.0K] swconfig │   │   │   │   ├── [4.0K] files │   │   │   │   │   └── [ 303] switch.sh │   │   │   │   ├── [1.2K] Makefile │   │   │   │   └── [4.0K] src │   │   │   │   ├── [7.8K] cli.c │   │   │   │   ├── [ 256] Makefile │   │   │   │   ├── [ 19K] swlib.c │   │   │   │   ├── [6.8K] swlib.h │   │   │   │   └── [5.5K] uci.c │   │   │   └── [4.0K] vti │   │   │   ├── [4.0K] files │   │   │   │   └── [2.9K] vti.sh │   │   │   └── [1.5K] Makefile │   │   ├── [4.0K] ipv6 │   │   │   ├── [4.0K] 6in4 │   │   │   │   ├── [4.0K] files │   │   │   │   │   └── [3.2K] 6in4.sh │   │   │   │   └── [ 894] Makefile │   │   │   ├── [4.0K] 6rd │   │   │   │   ├── [4.0K] files │   │   │   │   │   └── [2.6K] 6rd.sh │   │   │   │   ├── [1.0K] Makefile │   │   │   │   └── [4.0K] src │   │   │   │   ├── [3.0K] 6rdcalc.c │   │   │   │   └── [ 93] Makefile │   │   │   ├── [4.0K] 6to4 │   │   │   │   ├── [4.0K] files │   │   │   │   │   └── [2.0K] 6to4.sh │   │   │   │   └── [ 885] Makefile │   │   │   ├── [4.0K] ds-lite │   │   │   │   ├── [4.0K] files │   │   │   │   │   └── [2.2K] dslite.sh │   │   │   │   └── [ 931] Makefile │   │   │   ├── [4.0K] map │   │   │   │   ├── [4.0K] files │   │   │   │   │   └── [7.2K] map.sh │   │   │   │   ├── [1.0K] Makefile │   │   │   │   └── [4.0K] src │   │   │   │   ├── [ 786] CMakeLists.txt │   │   │   │   └── [ 11K] mapcalc.c │   │   │   ├── [4.0K] odhcp6c │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [6.4K] dhcpv6.script │   │   │   │   │   └── [3.6K] dhcpv6.sh │   │   │   │   └── [1.3K] Makefile │   │   │   └── [4.0K] thc-ipv6 │   │   │   ├── [2.0K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [ 142] 100-no-ssl.patch │   │   ├── [4.0K] services │   │   │   ├── [4.0K] authsae │   │   │   │   ├── [4.0K] files │   │   │   │   │   └── [4.0K] lib │   │   │   │   │   └── [4.0K] wifi │   │   │   │   │   └── [1.3K] authsae.sh │   │   │   │   ├── [1.1K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   └── [ 442] 100-musl_fix.patch │   │   │   ├── [4.0K] dnsmasq │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [ 964] dhcp.conf │   │   │   │   │   ├── [1.3K] dnsmasq.conf │   │   │   │   │   ├── [ 21K] dnsmasq.init │   │   │   │   │   └── [ 256] dnsmasqsec.hotplug │   │   │   │   ├── [4.9K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   ├── [1.9K] 110-ipset-remove-old-kernel-support.patch │   │   │   │   ├── [1.4K] 210-dnssec-improve-timestamp-heuristic.patch │   │   │   │   └── [ 471] 230-fix-poll-h-include-warning-on-musl.patch │   │   │   ├── [4.0K] dropbear │   │   │   │   ├── [1.2K] Config.in │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [ 134] dropbear.config │   │   │   │   │   └── [4.4K] dropbear.init │   │   │   │   ├── [4.3K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   ├── [2.6K] 100-pubkey_path.patch │   │   │   │   ├── [ 650] 110-change_user.patch │   │   │   │   ├── [3.1K] 120-openwrt_options.patch │   │   │   │   ├── [ 234] 130-ssh_ignore_x_args.patch │   │   │   │   ├── [ 585] 140-disable_assert.patch │   │   │   │   ├── [ 380] 150-dbconvert_standalone.patch │   │   │   │   ├── [ 441] 600-allow-blank-root-password.patch │   │   │   │   └── [ 411] 610-skip-default-keys-in-custom-runs.patch │   │   │   ├── [4.0K] ead │   │   │   │   ├── [1.1K] Makefile │   │   │   │   └── [4.0K] src │   │   │   │   ├── [ 47K] aes.c │   │   │   │   ├── [ 20K] ead.c │   │   │   │   ├── [8.9K] ead-client.c │   │   │   │   ├── [4.0K] ead-crypt.c │   │   │   │   ├── [ 721] ead-crypt.h │   │   │   │   ├── [2.7K] ead.h │   │   │   │   ├── [2.2K] ead-pcap.h │   │   │   │   ├── [1.2K] filter.c │   │   │   │   ├── [1.4K] libbridge.h │   │   │   │   ├── [2.9K] libbridge_init.c │   │   │   │   ├── [1.0K] libbridge_private.h │   │   │   │   ├── [ 17K] list.h │   │   │   │   ├── [ 768] Makefile │   │   │   │   ├── [ 152] passwd │   │   │   │   ├── [1.4K] pfc.c │   │   │   │   ├── [ 18K] pw_encrypt_md5.c │   │   │   │   ├── [2.6K] sha1.c │   │   │   │   └── [4.0K] tinysrp │   │   │   │   ├── [ 97] acconfig.h │   │   │   │   ├── [ 732] acinclude.m4 │   │   │   │   ├── [5.1K] aclocal.m4 │   │   │   │   ├── [6.6K] bn_add.c │   │   │   │   ├── [8.5K] bn_asm.c │   │   │   │   ├── [4.1K] bn_ctx.c │   │   │   │   ├── [9.5K] bn_div.c │   │   │   │   ├── [ 11K] bn_exp.c │   │   │   │   ├── [ 17K] bn.h │   │   │   │   ├── [ 14K] bn_lcl.h │   │   │   │   ├── [ 14K] bn_lib.c │   │   │   │   ├── [5.0K] bn_mul.c │   │   │   │   ├── [ 15K] bn_prime.h │   │   │   │   ├── [4.3K] bn_shift.c │   │   │   │   ├── [4.7K] bn_sqr.c │   │   │   │   ├── [4.0K] bn_word.c │   │   │   │   ├── [3.6K] clitest.c │   │   │   │   ├── [1.8K] config.h.in │   │   │   │   ├── [ 71K] configure │   │   │   │   ├── [1.0K] configure.in │   │   │   │   ├── [5.5K] install-sh │   │   │   │   ├── [ 716] Makefile.am │   │   │   │   ├── [ 13K] Makefile.in │   │   │   │   ├── [4.5K] missing │   │   │   │   ├── [ 669] mkinstalldirs │   │   │   │   ├── [5.3K] Notes │   │   │   │   ├── [3.6K] srvtest.c │   │   │   │   ├── [ 10] stamp-h.in │   │   │   │   ├── [7.5K] t_client.c │   │   │   │   ├── [5.1K] t_client.h │   │   │   │   ├── [ 24K] t_conf.c │   │   │   │   ├── [5.2K] tconf.c │   │   │   │   ├── [5.3K] t_conv.c │   │   │   │   ├── [5.6K] t_defines.h │   │   │   │   ├── [4.7K] t_getconf.c │   │   │   │   ├── [4.6K] t_getpass.c │   │   │   │   ├── [4.6K] tinysrp.c │   │   │   │   ├── [ 575] tinysrp.h │   │   │   │   ├── [4.0K] t_math.c │   │   │   │   ├── [9.4K] t_misc.c │   │   │   │   ├── [ 562] tpasswd │   │   │   │   ├── [7.5K] tphrase.c │   │   │   │   ├── [6.5K] t_pw.c │   │   │   │   ├── [ 11K] t_pwd.h │   │   │   │   ├── [2.4K] t_read.c │   │   │   │   ├── [2.2K] t_read.h │   │   │   │   ├── [7.0K] t_server.c │   │   │   │   ├── [4.9K] t_server.h │   │   │   │   ├── [5.7K] t_sha.c │   │   │   │   ├── [ 497] t_sha.h │   │   │   │   └── [3.9K] t_truerand.c │   │   │   ├── [4.0K] hostapd │   │   │   │   ├── [1.3K] Config.in │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [4.6K] hostapd-full.config │   │   │   │   │   ├── [4.4K] hostapd-mini.config │   │   │   │   │   ├── [ 20K] hostapd.sh │   │   │   │   │   ├── [ 613] multicall.c │   │   │   │   │   ├── [ 14K] wpa_supplicant-full.config │   │   │   │   │   ├── [ 14K] wpa_supplicant-mini.config │   │   │   │   │   ├── [ 14K] wpa_supplicant-p2p.config │   │   │   │   │   └── [ 194] wps-hotplug.sh │   │   │   │   ├── [ 11K] Makefile │   │   │   │   ├── [4.0K] patches │   │   │   │   │   ├── [2.8K] 001-Fix-race-condition-between-AssocResp-callback-and-4a.patch │   │   │   │   │   ├── [1.6K] 002-Fix-duplicate-Reassociation-Request-frame-dropping.patch │   │   │   │   │   ├── [1.6K] 003-RSN-IBSS-Fix-TK-clearing-on-Authentication-frame-RX.patch │   │   │   │   │   ├── [4.5K] 004-hostapd-Add-possibility-to-send-debug-messages-to-sy.patch │   │   │   │   │   ├── [1.8K] 100-daemonize_fix.patch │   │   │   │   │   ├── [ 430] 110-no_eapol_fix.patch │   │   │   │   │   ├── [ 329] 120-disable_bridge_packet_workaround.patch │   │   │   │   │   ├── [ 11K] 200-multicall.patch │   │   │   │   │   ├── [1.8K] 300-noscan.patch │   │   │   │   │   ├── [ 375] 310-rescan_immediately.patch │   │   │   │   │   ├── [1.3K] 320-optional_rfkill.patch │   │   │   │   │   ├── [ 502] 330-nl80211_fix_set_freq.patch │   │   │   │   │   ├── [1.5K] 340-reload_freq_change.patch │   │   │   │   │   ├── [2.1K] 350-nl80211_del_beacon_bss.patch │   │   │   │   │   ├── [2.8K] 360-ctrl_iface_reload.patch │   │   │   │   │   ├── [6.8K] 370-ap_sta_support.patch │   │   │   │   │   ├── [5.2K] 380-disable_ctrl_iface_mib.patch │   │   │   │   │   ├── [1.4K] 390-wpa_ie_cap_workaround.patch │   │   │   │   │   ├── [ 842] 400-wps_single_auth_enc_type.patch │   │   │   │   │   ├── [6.5K] 410-limit_debug_messages.patch │   │   │   │   │   ├── [1.6K] 420-indicate-features.patch │   │   │   │   │   ├── [1.3K] 430-hostapd_cli_ifdef.patch │   │   │   │   │   ├── [ 260] 431-wpa_cli_ifdef.patch │   │   │   │   │   ├── [ 250] 432-missing-typedef.patch │   │   │   │   │   ├── [1.6K] 450-scan_wait.patch │   │   │   │   │   ├── [4.6K] 460-wpa_supplicant-add-new-config-params-to-be-used-with.patch │   │   │   │   │   ├── [1.7K] 461-driver_nl80211-use-new-parameters-during-ibss-join.patch │   │   │   │   │   ├── [3.9K] 462-wpa_s-support-htmode-param.patch │   │   │   │   │   ├── [1.3K] 470-survey_data_fallback.patch │   │   │   │   │   └── [7.6K] 600-ubus_support.patch │   │   │   │   └── [4.0K] src │   │   │   │   └── [4.0K] src │   │   │   │   ├── [4.0K] ap │   │   │   │   │   ├── [ 13K] ubus.c │   │   │   │   │   └── [1.6K] ubus.h │   │   │   │   └── [4.0K] utils │   │   │   │   └── [ 558] build_features.h │   │   │   ├── [4.0K] igmpproxy │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [ 223] igmpproxy.config │   │   │   │   │   └── [2.9K] igmpproxy.init │   │   │   │   ├── [1.5K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   ├── [3.0K] 001-Send-IGMP-packets-with-IP-Router-Alert-option-RFC-21.patch │   │   │   │   ├── [1.3K] 002-Change-default-interface-state-to-disabled-wrt-29458.patch │   │   │   │   ├── [6.1K] 003-Restrict-igmp-reports-for-downstream-interfaces-wrt-.patch │   │   │   │   ├── [2.4K] 004-Restrict-igmp-reports-forwarding-to-upstream-interfa.patch │   │   │   │   ├── [ 222] 010-missing_include.patch │   │   │   │   ├── [ 931] 020-Silence-downstream-interface-igmp-messages.patch │   │   │   │   ├── [3.8K] 100-use-monotic-clock-instead-of-time-of-day.patch │   │   │   │   ├── [ 696] 200-allow_wildcard_addr.patch │   │   │   │   └── [5.2K] 250-fix_multiple_downlink_interfaces.patch │   │   │   ├── [4.0K] ipset-dns │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [ 449] ipset-dns.config │   │   │   │   │   └── [1023] ipset-dns.init │   │   │   │   ├── [1.7K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   └── [1.7K] 100-simultaneous-ipv4-ipv6.patch │   │   │   ├── [4.0K] lldpd │   │   │   │   ├── [1.1K] Config.in │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [ 402] lldpd.config │   │   │   │   │   └── [3.4K] lldpd.init │   │   │   │   └── [3.5K] Makefile │   │   │   ├── [4.0K] odhcpd │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [ 580] odhcpd.defaults │   │   │   │   │   ├── [ 292] odhcpd.init │   │   │   │   │   └── [ 134] odhcpd-update │   │   │   │   └── [1.9K] Makefile │   │   │   ├── [4.0K] omcproxy │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [ 146] omcproxy.config │   │   │   │   │   └── [3.1K] omcproxy.init │   │   │   │   └── [1.1K] Makefile │   │   │   ├── [4.0K] openvpn │   │   │   │   ├── [1.6K] Config-mbedtls.in │   │   │   │   ├── [1.3K] Config-nossl.in │   │   │   │   ├── [1.6K] Config-openssl.in │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [ 13K] openvpn.config │   │   │   │   │   ├── [3.0K] openvpn.init │   │   │   │   │   ├── [2.2K] openvpn.options │   │   │   │   │   └── [ 14] openvpn.upgrade │   │   │   │   ├── [4.3K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   ├── [ 212] 001-reproducible-remove_DATE.patch │   │   │   │   ├── [ 412] 100-mbedtls-disable-runtime-version-check.patch │   │   │   │   ├── [1.3K] 210-build_always_use_internal_lz4.patch │   │   │   │   └── [1.7K] 220-disable_des.patch │   │   │   ├── [4.0K] openvpn-easy-rsa │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [ 0] easy-rsa.index │   │   │   │   │   └── [ 3] easy-rsa.serial │   │   │   │   ├── [1.5K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   └── [3.9K] 100-run-ootb.patch │   │   │   ├── [4.0K] ppp │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [4.0K] etc │   │   │   │   │   │   └── [4.0K] ppp │   │   │   │   │   │   ├── [ 41] chap-secrets │   │   │   │   │   │   ├── [ 260] filter │   │   │   │   │   │   ├── [ 118] options │   │   │   │   │   │   ├── [ 90] options.pptp │   │   │   │   │   │   ├── [4.0K] radius │   │   │   │   │   │   │   ├── [7.5K] dictionary │   │   │   │   │   │   │   ├── [ 93] dictionary.asnet │   │   │   │   │   │   │   ├── [2.5K] dictionary.microsoft │   │   │   │   │   │   │   └── [ 33] servers │   │   │   │   │   │   └── [ 198] radius.conf │   │   │   │   │   ├── [4.0K] lib │   │   │   │   │   │   └── [4.0K] netifd │   │   │   │   │   │   ├── [ 735] ppp6-up │   │   │   │   │   │   ├── [ 238] ppp-down │   │   │   │   │   │   └── [ 551] ppp-up │   │   │   │   │   └── [7.2K] ppp.sh │   │   │   │   ├── [8.2K] Makefile │   │   │   │   ├── [4.0K] patches │   │   │   │   │   ├── [1.4K] 001-honor-ldflags.patch │   │   │   │   │   ├── [ 655] 010-use_target_for_configure.patch │   │   │   │   │   ├── [3.2K] 100-debian_ip-ip_option.patch │   │   │   │   │   ├── [ 981] 101-debian_close_dev_ppp.patch │   │   │   │   │   ├── [ 738] 103-debian_fix_link_pidfile.patch │   │   │   │   │   ├── [5.0K] 105-debian_demand.patch │   │   │   │   │   ├── [1.4K] 106-debian_stripMSdomain.patch │   │   │   │   │   ├── [ 930] 107-debian_pppoatm_wildcard.patch │   │   │   │   │   ├── [ 12K] 110-debian_defaultroute.patch │   │   │   │   │   ├── [3.3K] 120-debian_ipv6_updown_option.patch │   │   │   │   │   ├── [2.0K] 121-debian_adaptive_lcp_echo.patch │   │   │   │   │   ├── [ 337] 130-no_cdefs_h.patch │   │   │   │   │   ├── [ 444] 131-missing_prototype_macro.patch │   │   │   │   │   ├── [ 874] 132-fix_linux_includes.patch │   │   │   │   │   ├── [ 196] 133-fix_sha1_include.patch │   │   │   │   │   ├── [2.2K] 140-pppoe_compile_fix.patch │   │   │   │   │   ├── [1.4K] 200-makefile.patch │   │   │   │   │   ├── [ 46K] 201-mppe_mppc_1.1.patch │   │   │   │   │   ├── [2.7K] 202-no_strip.patch │   │   │   │   │   ├── [1.0K] 203-opt_flags.patch │   │   │   │   │   ├── [2.0K] 204-radius_config.patch │   │   │   │   │   ├── [ 796] 205-no_exponential_timeout.patch │   │   │   │   │   ├── [2.3K] 206-compensate_time_change.patch │   │   │   │   │   ├── [ 988] 207-lcp_mtu_max.patch │   │   │   │   │   ├── [ 766] 208-fix_status_code.patch │   │   │   │   │   ├── [ 480] 300-filter-pcap-includes-lib.patch │   │   │   │   │   ├── [5.1K] 310-precompile_filter.patch │   │   │   │   │   ├── [4.2K] 320-custom_iface_names.patch │   │   │   │   │   ├── [3.7K] 321-multilink_support_custom_iface_names.patch │   │   │   │   │   ├── [ 730] 330-retain_foreign_default_routes.patch │   │   │   │   │   ├── [1.1K] 340-populate_default_gateway.patch │   │   │   │   │   ├── [4.3K] 400-simplify_kernel_checks.patch │   │   │   │   │   ├── [1.7K] 401-no_record_file.patch │   │   │   │   │   ├── [ 572] 403-no_wtmp.patch │   │   │   │   │   ├── [5.4K] 404-remove_obsolete_protocol_names.patch │   │   │   │   │   ├── [1.1K] 405-no_multilink_option.patch │   │   │   │   │   ├── [107K] 500-add-pptp-plugin.patch │   │   │   │   │   ├── [ 237] 510-pptp_compile_fix.patch │   │   │   │   │   ├── [9.0K] 520-uniq.patch │   │   │   │   │   ├── [ 382] 530-pppoe_send_padt.patch │   │   │   │   │   ├── [ 631] 531-pppoe_no_disconnect_warning.patch │   │   │   │   │   ├── [ 368] 540-save-pppol2tp_fd_str.patch │   │   │   │   │   └── [ 318] 550-fix-printer-args.patch │   │   │   │   └── [4.0K] utils │   │   │   │   └── [1.0K] pfc.c │   │   │   ├── [4.0K] relayd │   │   │   │   ├── [4.0K] files │   │   │   │   │   └── [2.3K] relay.init │   │   │   │   └── [1.0K] Makefile │   │   │   ├── [4.0K] samba36 │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [ 123] samba.config │   │   │   │   │   ├── [2.9K] samba.init │   │   │   │   │   └── [ 635] smb.conf.template │   │   │   │   ├── [4.5K] Makefile │   │   │   │   └── [4.0K] patches │   │   │   │   ├── [1.3K] 010-patch-cve-2015-5252.patch │   │   │   │   ├── [2.9K] 011-patch-cve-2015-5296.patch │   │   │   │   ├── [2.5K] 012-patch-cve-2015-5299.patch │   │   │   │   ├── [4.5K] 015-patch-cve-2015-7560.patch │   │   │   │   ├── [228K] 020-CVE-preparation-v3-6.patch │   │   │   │   ├── [267K] 021-CVE-preparation-v3-6-addition.patch │   │   │   │   ├── [ 53K] 022-CVE-2015-5370-v3-6.patch │   │   │   │   ├── [7.6K] 023-CVE-2016-2110-v3-6.patch │   │   │   │   ├── [ 24K] 024-CVE-2016-2111-v3-6.patch │   │   │   │   ├── [4.3K] 025-CVE-2016-2112-v3-6.patch │   │   │   │   ├── [9.0K] 026-CVE-2016-2115-v3-6.patch │   │   │   │   ├── [ 11K] 027-CVE-2016-2118-v3-6.patch │   │   │   │   ├── [ 897] 028-CVE-2017-7494-v3-6.patch │   │   │   │   ├── [ 605] 100-configure_fixes.patch │   │   │   │   ├── [4.2K] 110-multicall.patch │   │   │   │   ├── [6.6K] 111-owrt_smbpasswd.patch │   │   │   │   ├── [1.1K] 120-add_missing_ifdef.patch │   │   │   │   ├── [8.3K] 200-remove_printer_support.patch │   │   │   │   ├── [2.3K] 210-remove_ad_support.patch │   │   │   │   ├── [2.4K] 220-remove_services.patch │   │   │   │   ├── [3.5K] 230-remove_winreg_support.patch │   │   │   │   ├── [1.7K] 240-remove_dfs_api.patch │   │   │   │   ├── [5.6K] 250-remove_domain_logon.patch │   │   │   │   ├── [4.0K] 260-remove_samr.patch │   │   │   │   ├── [1.3K] 270-remove_registry_backend.patch │   │   │   │   ├── [3.5K] 280-strip_srvsvc.patch │   │   │   │   ├── [2.2K] 290-remove_lsa.patch │   │   │   │   ├── [ 377] 300-assert_debug_level.patch │   │   │   │   ├── [10.0K] 310-remove_error_strings.patch │   │   │   │   ├── [ 627] 320-debug_level_checks.patch │   │   │   │   └── [347K] 330-librpc_default_print.patch │   │   │   ├── [4.0K] uhttpd │   │   │   │   ├── [4.0K] files │   │   │   │   │   ├── [ 136] ubus.default │   │   │   │   │   ├── [3.7K] uhttpd.config │   │   │   │   │   └── [4.7K] uhttpd.init │   │   │   │   └── [2.8K] Makefile │   │   │   └── [4.0K] umdns │   │   │   ├── [4.0K] files │   │   │   │   ├── [ 46] umdns.config │   │   │   │   ├── [1.1K] umdns.init │   │   │   │   └── [ 393] umdns.json │   │   │   └── [1.2K] Makefile │   │   └── [4.0K] utils │   │   ├── [4.0K] arptables │   │   │   └── [ 966] Makefile │   │   ├── [4.0K] comgt │   │   │   ├── [4.0K] files │   │   │   │   ├── [ 220] 3g.chat │   │   │   │   ├── [2.4K] 3g.sh │   │   │   │   ├── [ 670] 3g.usb │   │   │   │   ├── [ 961] directip.gcom │   │   │   │   ├── [2.7K] directip.sh │   │   │   │   ├── [ 256] directip-stop.gcom │   │   │   │   ├── [ 364] evdo.chat │   │   │   │   ├── [ 161] getcardinfo.gcom │   │   │   │   ├── [ 312] getcarrier.gcom │   │   │   │   ├── [ 275] getcnum.gcom │   │   │   │   ├── [ 242] getimsi.gcom │   │   │   │   ├── [ 160] getstrength.gcom │   │   │   │   ├── [1.9K] ncm.json │   │   │   │   ├── [4.8K] ncm.sh │   │   │   │   ├── [ 516] runcommand.gcom │   │   │   │   ├── [ 403] setmode.gcom │   │   │   │   └── [ 919] setpin.gcom │   │   │   ├── [3.2K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 408] 001-compile_fix.patch │   │   │   ├── [3.2K] 002-termios.patch │   │   │   ├── [ 902] 003-no_XCASE.patch │   │   │   └── [2.2K] 004-check_tty.patch │   │   ├── [4.0K] conntrack-tools │   │   │   ├── [4.0K] files │   │   │   │   └── [ 324] conntrackd.init │   │   │   └── [2.1K] Makefile │   │   ├── [4.0K] curl │   │   │   ├── [3.0K] Config.in │   │   │   ├── [5.8K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [1.3K] 001-curl-https-openssl-fix.patch │   │   │   ├── [1.2K] 100-CVE-2017-2629.patch │   │   │   ├── [3.5K] 101-CVE-2017-7407.patch │   │   │   ├── [9.1K] 102-CVE-2017-7468.patch │   │   │   ├── [1.4K] 103-CVE-2017-1000100.patch │   │   │   ├── [1015] 104-CVE-2017-1000101.patch │   │   │   ├── [ 695] 200-no_docs_tests.patch │   │   │   └── [ 406] 310-mbedtls-disable-runtime-version-check.patch │   │   ├── [4.0K] dante │   │   │   ├── [2.7K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [ 784] 200-fix-RTLD_NEXT.patch │   │   ├── [4.0K] ebtables │   │   │   ├── [2.0K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 257] 100-musl_fix.patch │   │   │   └── [6.1K] 200-fix-extension-init.patch │   │   ├── [4.0K] iftop │   │   │   └── [1.2K] Makefile │   │   ├── [4.0K] iperf │   │   │   └── [1.5K] Makefile │   │   ├── [4.0K] iperf3 │   │   │   └── [1.1K] Makefile │   │   ├── [4.0K] iproute2 │   │   │   ├── [4.0K] files │   │   │   │   └── [ 486] 15-teql │   │   │   ├── [3.8K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 181] 001-config.patch │   │   │   ├── [1.3K] 004-darwin_fixes.patch │   │   │   ├── [ 502] 006-no_sctp.patch │   │   │   ├── [ 311] 007-no_arpd.patch │   │   │   ├── [ 350] 008-no_netem.patch │   │   │   ├── [ 11K] 010-type_fixes.patch │   │   │   ├── [ 310] 100-allow_pfifo_fast.patch │   │   │   ├── [ 376] 110-extra-ccopts.patch │   │   │   ├── [ 261] 120-libnetlink-pic.patch │   │   │   ├── [ 400] 130-missing_include.patch │   │   │   ├── [2.6K] 300-ip_tiny.patch │   │   │   ├── [1.5K] 900-drop_FAILED_POLICY.patch │   │   │   ├── [ 239] 910-sanitize_headers_for_musl.patch │   │   │   ├── [ 699] 911-fix_in_h_include.patch │   │   │   ├── [ 22K] 950-add-cake-to-tc.patch │   │   │   └── [1.2K] 960-ipmonitor-fix-ip-monitor-can-t-work-when-NET_NS-is-n.patch │   │   ├── [4.0K] ipset │   │   │   └── [1.4K] Makefile │   │   ├── [4.0K] iptables │   │   │   ├── [ 14K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 410] 020-iptables-disable-modprobe.patch │   │   │   ├── [3.2K] 030-no-libnfnetlink.patch │   │   │   ├── [ 455] 050-optional-xml.patch │   │   │   ├── [ 177] 100-bash-location.patch │   │   │   ├── [2.7K] 200-configurable_builtin.patch │   │   │   ├── [2.7K] 300-musl_fixes.patch │   │   │   ├── [3.3K] 600-shared-libext.patch │   │   │   └── [3.0K] 700-disable-legacy-revisions.patch │   │   ├── [4.0K] iputils │   │   │   ├── [4.2K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 542] 001-iputils.patch │   │   │   ├── [ 398] 002-fix-ipv6.patch │   │   │   ├── [ 466] 003-fix-makefile.patch │   │   │   ├── [4.8K] 010-ping6_uclibc_resolv.patch │   │   │   ├── [ 262] 011-ping6_use_gnu_source.patch │   │   │   └── [1.5K] 020-include_fixes.patch │   │   ├── [4.0K] iw │   │   │   ├── [1.4K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [ 14K] 001-nl80211_h_sync.patch │   │   │   ├── [ 842] 120-antenna_gain.patch │   │   │   └── [8.7K] 200-reduce_size.patch │   │   ├── [4.0K] iwcap │   │   │   ├── [1.1K] Makefile │   │   │   └── [4.0K] src │   │   │   └── [ 12K] iwcap.c │   │   ├── [4.0K] iwinfo │   │   │   └── [3.1K] Makefile │   │   ├── [4.0K] linux-atm │   │   │   ├── [4.0K] files │   │   │   │   ├── [ 91] atm.hotplug │   │   │   │   ├── [1.5K] br2684ctl │   │   │   │   ├── [ 118] br2684ctl_wrap │   │   │   │   └── [ 64] br2684-up │   │   │   ├── [5.9K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [7.3K] 000-debian_16.patch │   │   │   ├── [4.6K] 200-no_libfl.patch │   │   │   ├── [1.2K] 300-objcopy_path.patch │   │   │   ├── [1.5K] 400-portability_fixes.patch │   │   │   ├── [1.7K] 500-br2684ctl_script.patch │   │   │   └── [ 191] 600-fix-format-errors.patch │   │   ├── [4.0K] maccalc │   │   │   ├── [ 854] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [4.5K] main.c │   │   │   └── [ 157] Makefile │   │   ├── [4.0K] nftables │   │   │   ├── [1.0K] Makefile │   │   │   └── [4.0K] patches │   │   │   └── [ 127] 100-disable-doc-generation.patch │   │   ├── [4.0K] owipcalc │   │   │   ├── [1004] Makefile │   │   │   └── [4.0K] src │   │   │   └── [ 18K] owipcalc.c │   │   ├── [4.0K] resolveip │   │   │   ├── [1.0K] Makefile │   │   │   └── [4.0K] src │   │   │   └── [1.8K] resolveip.c │   │   ├── [4.0K] rssileds │   │   │   ├── [4.0K] files │   │   │   │   └── [1.6K] rssileds.init │   │   │   ├── [1.0K] Makefile │   │   │   └── [4.0K] src │   │   │   └── [5.5K] rssileds.c │   │   ├── [4.0K] tcpdump │   │   │   ├── [1.9K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [2.4K] 001-remove_pcap_debug.patch │   │   │   ├── [3.3K] 002-remove_static_libpcap_check.patch │   │   │   └── [ 24K] 100-tcpdump_mini.patch │   │   ├── [4.0K] umbim │   │   │   ├── [4.0K] files │   │   │   │   └── [4.0K] lib │   │   │   │   └── [4.0K] netifd │   │   │   │   └── [4.0K] proto │   │   │   │   └── [4.1K] mbim.sh │   │   │   └── [1.1K] Makefile │   │   ├── [4.0K] uqmi │   │   │   ├── [4.0K] files │   │   │   │   └── [4.0K] lib │   │   │   │   └── [4.0K] netifd │   │   │   │   └── [4.0K] proto │   │   │   │   └── [7.4K] qmi.sh │   │   │   └── [1.1K] Makefile │   │   ├── [4.0K] wireless-tools │   │   │   ├── [2.4K] Makefile │   │   │   └── [4.0K] patches │   │   │   ├── [1.0K] 001-debian.patch │   │   │   ├── [ 315] 002-fix-iwconfig-power-argument-parsing.patch │   │   │   ├── [ 11K] 003-we_essential_def.patch │   │   │   └── [1.3K] 004-increase_iwlist_buffer.patch │   │   ├── [4.0K] wpan-tools │   │   │   └── [ 829] Makefile │   │   ├── [4.0K] wwan │   │   │   ├── [4.0K] files │   │   │   │   ├── [ 12K] data │   │   │   │   │   ├── [ 78] 0421-03a7 │   │   │   │   │   ├── [ 65] 0421-060d │   │   │   │   │   ├── [ 65] 0421-060e │   │   │   │   │   ├── [ 71] 0421-0612 │   │   │   │   │   ├── [ 65] 0421-0619 │   │   │   │   │   ├── [ 65] 0421-061e │   │   │   │   │   ├── [ 65] 0421-0623 │   │   │   │   │   ├── [ 65] 0421-0629 │   │   │   │   │   ├── [ 65] 0421-062d │   │   │   │   │   ├── [ 65] 0421-062f │   │   │   │   │   ├── [ 66] 0421-0638 │   │   │   │   │   ├── [ 76] 05c6-0016 │   │   │   │   │   ├── [ 58] 05c6-0023 │   │   │   │   │   ├── [ 72] 05c6-00a0 │   │   │   │   │   ├── [ 56] 05c6-6000 │   │   │   │   │   ├── [ 60] 05c6-9000 │   │   │   │   │   ├── [ 58] 07d1-3e01 │   │   │   │   │   ├── [ 58] 07d1-3e02 │   │   │   │   │   ├── [ 72] 07d1-7e11 │   │   │   │   │   ├── [ 45] 0af0-4005 │   │   │   │   │   ├── [ 57] 0af0-6901 │   │   │   │   │   ├── [ 57] 0af0-7201 │   │   │   │   │   ├── [ 46] 0af0-8120 │   │   │   │   │   ├── [ 60] 0af0-9200 │   │   │   │   │   ├── [ 52] 0b3c-c000 │   │   │   │   │   ├── [ 52] 0b3c-c001 │   │   │   │   │   ├── [ 52] 0b3c-c002 │   │   │   │   │   ├── [ 64] 0b3c-c003 │   │   │   │   │   ├── [ 52] 0b3c-c004 │   │   │   │   │   ├── [ 52] 0b3c-c005 │   │   │   │   │   ├── [ 52] 0b3c-c00a │   │   │   │   │   ├── [ 52] 0b3c-c00b │   │   │   │   │   ├── [ 69] 0bdb-1900 │   │   │   │   │   ├── [ 69] 0bdb-1902 │   │   │   │   │   ├── [ 68] 0bdb-190a │   │   │   │   │   ├── [ 70] 0bdb-190d │   │   │   │   │   ├── [ 70] 0bdb-1910 │   │   │   │   │   ├── [ 58] 0c88-17da │   │   │   │   │   ├── [ 58] 0c88-180a │   │   │   │   │   ├── [ 45] 0f3d-68a2 │   │   │   │   │   ├── [ 86] 0f3d-68aa │   │   │   │   │   ├── [ 62] 1004-6124 │   │   │   │   │   ├── [ 67] 1004-6141 │   │   │   │   │   ├── [ 67] 1004-6157 │   │   │   │   │   ├── [ 52] 1004-618f │   │   │   │   │   ├── [ 68] 106c-3711 │   │   │   │   │   ├── [ 68] 106c-3714 │   │   │   │   │   ├── [ 70] 106c-3715 │   │   │   │   │   ├── [ 68] 106c-3716 │   │   │   │   │   ├── [ 76] 106c-3717 │   │   │   │   │   ├── [ 56] 106c-3718 │   │   │   │   │   ├── [ 54] 106c-3721 │   │   │   │   │   ├── [ 57] 1199-0017 │   │   │   │   │   ├── [ 57] 1199-0018 │   │   │   │   │   ├── [ 57] 1199-0019 │   │   │   │   │   ├── [ 57] 1199-0020 │   │   │   │   │   ├── [ 57] 1199-0021 │   │   │   │   │   ├── [ 57] 1199-0022 │   │   │   │   │   ├── [ 56] 1199-0023 │   │   │   │   │   ├── [ 62] 1199-0024 │   │   │   │   │   ├── [ 56] 1199-0025 │   │   │   │   │   ├── [ 54] 1199-0026 │   │   │   │   │   ├── [ 56] 1199-0027 │   │   │   │   │   ├── [ 57] 1199-0028 │   │   │   │   │   ├── [ 77] 1199-0112 │   │   │   │   │   ├── [ 57] 1199-0120 │   │   │   │   │   ├── [ 57] 1199-0218 │   │   │   │   │   ├── [ 57] 1199-0220 │   │   │   │   │   ├── [ 57] 1199-0224 │   │   │   │   │   ├── [ 57] 1199-0301 │   │   │   │   │   ├── [ 57] 1199-6802 │   │   │   │   │   ├── [ 57] 1199-6803 │   │   │   │   │   ├── [ 57] 1199-6804 │   │   │   │   │   ├── [ 57] 1199-6805 │   │   │   │   │   ├── [ 57] 1199-6808 │   │   │   │   │   ├── [ 57] 1199-6809 │   │   │   │   │   ├── [ 57] 1199-6813 │   │   │   │   │   ├── [ 57] 1199-6815 │   │   │   │   │   ├── [ 57] 1199-6816 │   │   │   │   │   ├── [ 56] 1199-6820 │   │   │   │   │   ├── [ 57] 1199-6821 │   │   │   │   │   ├── [ 57] 1199-6822 │   │   │   │   │   ├── [ 57] 1199-6833 │   │   │   │   │   ├── [ 57] 1199-6834 │   │   │   │   │   ├── [ 57] 1199-6835 │   │   │   │   │   ├── [ 57] 1199-6838 │   │   │   │   │   ├── [ 57] 1199-6839 │   │   │   │   │   ├── [ 57] 1199-683a │   │   │   │   │   ├── [ 67] 1199-683b │   │   │   │   │   ├── [ 56] 1199-6850 │   │   │   │   │   ├── [ 57] 1199-6851 │   │   │   │   │   ├── [ 57] 1199-6852 │   │   │   │   │   ├── [ 57] 1199-6853 │   │   │   │   │   ├── [ 57] 1199-6855 │   │   │   │   │   ├── [ 70] 1199-6856 │   │   │   │   │   ├── [ 57] 1199-6859 │   │   │   │   │   ├── [ 57] 1199-685a │   │   │   │   │   ├── [ 55] 1199-6880 │   │   │   │   │   ├── [ 55] 1199-6890 │   │   │   │   │   ├── [ 62] 1199-6891 │   │   │   │   │   ├── [ 63] 1199-6892 │   │   │   │   │   ├── [ 55] 1199-6893 │   │   │   │   │   ├── [ 45] 1199-68a2 │   │   │   │   │   ├── [ 74] 1199-68aa │   │   │   │   │   ├── [ 56] 12d1-1035 │   │   │   │   │   ├── [ 46] 12d1-1404 │   │   │   │   │   ├── [ 70] 12d1-1406 │   │   │   │   │   ├── [ 97] 12d1-140b │   │   │   │   │   ├── [ 58] 12d1-140c │   │   │   │   │   ├── [ 63] 12d1-1412 │   │   │   │   │   ├── [ 70] 12d1-141b │   │   │   │   │   ├── [ 64] 12d1-1433 │   │   │   │   │   ├── [ 63] 12d1-1436 │   │   │   │   │   ├── [ 65] 12d1-1444 │   │   │   │   │   ├── [ 56] 12d1-144e │   │   │   │   │   ├── [ 56] 12d1-1464 │   │   │   │   │   ├── [ 56] 12d1-1465 │   │   │   │   │   ├── [ 55] 12d1-1491 │   │   │   │   │   ├── [ 55] 12d1-14a5 │   │   │   │   │   ├── [ 55] 12d1-14a8 │   │   │   │   │   ├── [ 58] 12d1-14ac │   │   │   │   │   ├── [ 56] 12d1-14ae │   │   │   │   │   ├── [ 44] 12d1-14c6 │   │   │   │   │   ├── [ 44] 12d1-14c8 │   │   │   │   │   ├── [ 44] 12d1-14c9 │   │   │   │   │   ├── [ 44] 12d1-14ca │   │   │   │   │   ├── [ 56] 12d1-14cb │   │   │   │   │   ├── [ 44] 12d1-14cc │   │   │   │   │   ├── [ 56] 12d1-14cf │   │   │   │   │   ├── [ 48] 12d1-14d2 │   │   │   │   │   ├── [ 60] 12d1-1506 │   │   │   │   │   ├── [ 43] 12d1-150a │   │   │   │   │   ├── [ 43] 12d1-150c │   │   │   │   │   ├── [ 43] 12d1-150f │   │   │   │   │   ├── [ 47] 12d1-151b │   │   │   │   │   ├── [ 56] 12d1-151d │   │   │   │   │   ├── [ 56] 12d1-156c │   │   │   │   │   ├── [ 55] 12d1-1576 │   │   │   │   │   ├── [ 55] 12d1-1577 │   │   │   │   │   ├── [ 55] 12d1-1578 │   │   │   │   │   ├── [ 44] 12d1-1589 │   │   │   │   │   ├── [ 56] 12d1-1c05 │   │   │   │   │   ├── [ 55] 12d1-1c07 │   │   │   │   │   ├── [ 56] 12d1-1c08 │   │   │   │   │   ├── [ 55] 12d1-1c10 │   │   │   │   │   ├── [ 55] 12d1-1c12 │   │   │   │   │   ├── [ 43] 12d1-1c1e │   │   │   │   │   ├── [ 43] 12d1-1c1f │   │   │   │   │   ├── [ 55] 12d1-1c23 │   │   │   │   │   ├── [ 55] 12d1-1f16 │   │   │   │   │   ├── [ 56] 1410-1400 │   │   │   │   │   ├── [ 56] 1410-1410 │   │   │   │   │   ├── [ 56] 1410-1420 │   │   │   │   │   ├── [ 57] 1410-1430 │   │   │   │   │   ├── [ 57] 1410-1450 │   │   │   │   │   ├── [ 57] 1410-2100 │   │   │   │   │   ├── [ 57] 1410-2110 │   │   │   │   │   ├── [ 56] 1410-2120 │   │   │   │   │   ├── [ 57] 1410-2130 │   │   │   │   │   ├── [ 57] 1410-2400 │   │   │   │   │   ├── [ 57] 1410-2410 │   │   │   │   │   ├── [ 58] 1410-2420 │   │   │   │   │   ├── [ 62] 1410-4100 │   │   │   │   │   ├── [ 73] 1410-4400 │   │   │   │   │   ├── [ 58] 1410-6000 │   │   │   │   │   ├── [ 58] 1410-6001 │   │   │   │   │   ├── [ 61] 1410-6002 │   │   │   │   │   ├── [ 57] 1410-6010 │   │   │   │   │   ├── [ 61] 1410-7001 │   │   │   │   │   ├── [ 61] 1410-7003 │   │   │   │   │   ├── [ 58] 1410-7030 │   │   │   │   │   ├── [ 72] 1410-7031 │   │   │   │   │   ├── [ 58] 1410-7041 │   │   │   │   │   ├── [ 71] 1410-7042 │   │   │   │   │   ├── [ 44] 1410-9011 │   │   │   │   │   ├── [ 53] 1410-b001 │   │   │   │   │   ├── [ 83] 1529-3100 │   │   │   │   │   ├── [ 61] 16d5-6202 │   │   │   │   │   ├── [ 60] 16d5-6501 │   │   │   │   │   ├── [ 60] 16d5-6502 │   │   │   │   │   ├── [ 75] 16d5-6603 │   │   │   │   │   ├── [ 71] 16d5-900d │   │   │   │   │   ├── [ 69] 16d8-5141 │   │   │   │   │   ├── [ 69] 16d8-5533 │   │   │   │   │   ├── [ 69] 16d8-5543 │   │   │   │   │   ├── [ 69] 16d8-5553 │   │   │   │   │   ├── [ 57] 16d8-6002 │   │   │   │   │   ├── [ 59] 16d8-6006 │   │   │   │   │   ├── [ 48] 16d8-6007 │   │   │   │   │   ├── [ 45] 16d8-6008 │   │   │   │   │   ├── [ 69] 16d8-6522 │   │   │   │   │   ├── [ 70] 16d8-6523 │   │   │   │   │   ├── [ 69] 16d8-6532 │   │   │   │   │   ├── [ 69] 16d8-6533 │   │   │   │   │   ├── [ 69] 16d8-6543 │   │   │   │   │   ├── [ 69] 16d8-680a │   │   │   │   │   ├── [ 60] 19d2-0001 │   │   │   │   │   ├── [ 57] 19d2-0002 │   │   │   │   │   ├── [ 60] 19d2-0015 │   │   │   │   │   ├── [ 58] 19d2-0016 │   │   │   │   │   ├── [ 48] 19d2-0017 │   │   │   │   │   ├── [ 61] 19d2-0018 │   │   │   │   │   ├── [ 48] 19d2-0019 │   │   │   │   │   ├── [ 53] 19d2-0022 │   │   │   │   │   ├── [ 57] 19d2-0024 │   │   │   │   │   ├── [ 41] 19d2-0025 │   │   │   │   │   ├── [ 53] 19d2-0031 │   │   │   │   │   ├── [ 53] 19d2-0033 │   │   │   │   │   ├── [ 60] 19d2-0037 │   │   │   │   │   ├── [ 53] 19d2-0039 │   │   │   │   │   ├── [ 41] 19d2-0042 │   │   │   │   │   ├── [ 48] 19d2-0052 │   │   │   │   │   ├── [ 48] 19d2-0055 │   │   │   │   │   ├── [ 52] 19d2-0057 │   │   │   │   │   ├── [ 43] 19d2-0063 │   │   │   │   │   ├── [ 53] 19d2-0064 │   │   │   │   │   ├── [ 53] 19d2-0066 │   │   │   │   │   ├── [ 52] 19d2-0073 │   │   │   │   │   ├── [ 52] 19d2-0079 │   │   │   │   │   ├── [ 59] 19d2-0082 │   │   │   │   │   ├── [ 53] 19d2-0086 │   │   │   │   │   ├── [ 53] 19d2-0091 │   │   │   │   │   ├── [ 53] 19d2-0094 │   │   │   │   │   ├── [ 43] 19d2-0104 │   │   │   │   │   ├── [ 60] 19d2-0108 │   │   │   │   │   ├── [ 63] 19d2-0116 │   │   │   │   │   ├── [ 53] 19d2-0117 │   │   │   │   │   ├── [ 41] 19d2-0121 │   │   │   │   │   ├── [ 41] 19d2-0124 │   │   │   │   │   ├── [ 53] 19d2-0128 │   │   │   │   │   ├── [ 64] 19d2-0142 │   │   │   │   │   ├── [ 64] 19d2-0143 │   │   │   │   │   ├── [ 53] 19d2-0152 │   │   │   │   │   ├── [ 41] 19d2-0157 │   │   │   │   │   ├── [ 42] 19d2-0167 │   │   │   │   │   ├── [ 66] 19d2-0170 │   │   │   │   │   ├── [ 42] 19d2-0199 │   │   │   │   │   ├── [ 41] 19d2-0257 │   │   │   │   │   ├── [ 47] 19d2-0265 │   │   │   │   │   ├── [ 41] 19d2-0284 │   │   │   │   │   ├── [ 42] 19d2-0326 │   │   │   │   │   ├── [ 65] 19d2-1003 │   │   │   │   │   ├── [ 43] 19d2-1008 │   │   │   │   │   ├── [ 43] 19d2-1010 │   │   │   │   │   ├── [ 65] 19d2-1015 │   │   │   │   │   ├── [ 43] 19d2-1018 │   │   │   │   │   ├── [ 65] 19d2-1172 │   │   │   │   │   ├── [ 65] 19d2-1173 │   │   │   │   │   ├── [ 43] 19d2-1176 │   │   │   │   │   ├── [ 65] 19d2-1177 │   │   │   │   │   ├── [ 65] 19d2-1181 │   │   │   │   │   ├── [ 63] 19d2-1203 │   │   │   │   │   ├── [ 63] 19d2-1208 │   │   │   │   │   ├── [ 63] 19d2-1211 │   │   │   │   │   ├── [ 63] 19d2-1212 │   │   │   │   │   ├── [ 63] 19d2-1217 │   │   │   │   │   ├── [ 63] 19d2-1218 │   │   │   │   │   ├── [ 63] 19d2-1220 │   │   │   │   │   ├── [ 63] 19d2-1222 │   │   │   │   │   ├── [ 41] 19d2-1245 │   │   │   │   │   ├── [ 41] 19d2-1252 │   │   │   │   │   ├── [ 41] 19d2-1254 │   │   │   │   │   ├── [ 41] 19d2-1256 │   │   │   │   │   ├── [ 41] 19d2-1270 │   │   │   │   │   ├── [ 40] 19d2-1401 │   │   │   │   │   ├── [ 40] 19d2-1402 │   │   │   │   │   ├── [ 41] 19d2-1426 │   │   │   │   │   ├── [ 63] 19d2-1512 │   │   │   │   │   ├── [ 63] 19d2-1515 │   │   │   │   │   ├── [ 63] 19d2-1518 │   │   │   │   │   ├── [ 63] 19d2-1519 │   │   │   │   │   ├── [ 63] 19d2-1522 │   │   │   │   │   ├── [ 63] 19d2-1525 │   │   │   │   │   ├── [ 63] 19d2-1527 │   │   │   │   │   ├── [ 64] 19d2-1537 │   │   │   │   │   ├── [ 64] 19d2-1538 │   │   │   │   │   ├── [ 64] 19d2-1544 │   │   │   │   │   ├── [ 43] 19d2-2002 │   │   │   │   │   ├── [ 53] 19d2-2003 │   │   │   │   │   ├── [ 53] 19d2-ffdd │   │   │   │   │   ├── [ 68] 19d2-ffe4 │   │   │   │   │   ├── [ 54] 19d2-ffe9 │   │   │   │   │   ├── [ 55] 19d2-fff1 │   │   │   │   │   ├── [ 53] 19d2-fffb │   │   │   │   │   ├── [ 53] 19d2-fffc │   │   │   │   │   ├── [ 53] 19d2-fffd │   │   │   │   │   ├── [ 54] 19d2-fffe │   │   │   │   │   ├── [ 54] 19d2-ffff │   │   │   │   │   ├── [ 64] 1a8d-1002 │   │   │   │   │   ├── [ 64] 1a8d-1003 │   │   │   │   │   ├── [ 58] 1a8d-1007 │   │   │   │   │   ├── [ 64] 1a8d-1009 │   │   │   │   │   ├── [ 58] 1a8d-100c │   │   │   │   │   ├── [ 58] 1a8d-100d │   │   │   │   │   ├── [ 68] 1a8d-2006 │   │   │   │   │   ├── [ 74] 1bbb-0000 │   │   │   │   │   ├── [ 71] 1bbb-0012 │   │   │   │   │   ├── [ 57] 1bbb-0017 │   │   │   │   │   ├── [ 57] 1bbb-0052 │   │   │   │   │   ├── [ 56] 1bbb-00b7 │   │   │   │   │   ├── [ 71] 1bbb-00ca │   │   │   │   │   ├── [ 46] 1bbb-011e │   │   │   │   │   ├── [ 46] 1bbb-0203 │   │   │   │   │   ├── [ 77] 1c9e-6060 │   │   │   │   │   ├── [ 77] 1c9e-6061 │   │   │   │   │   ├── [ 81] 1c9e-9000 │   │   │   │   │   ├── [ 67] 1c9e-9603 │   │   │   │   │   ├── [ 67] 1c9e-9605 │   │   │   │   │   ├── [ 67] 1c9e-9607 │   │   │   │   │   ├── [ 81] 1c9e-9801 │   │   │   │   │   ├── [ 72] 1c9e-9900 │   │   │   │   │   ├── [ 86] 1e0e-9000 │   │   │   │   │   ├── [ 70] 1e0e-9100 │   │   │   │   │   ├── [ 86] 1e0e-9200 │   │   │   │   │   ├── [ 80] 1e0e-ce16 │   │   │   │   │   ├── [ 94] 1e0e-cefe │   │   │   │   │   ├── [ 75] 2001-7d00 │   │   │   │   │   ├── [ 61] 2001-7d01 │   │   │   │   │   ├── [ 61] 2001-7d02 │   │   │   │   │   ├── [ 61] 2001-7d03 │   │   │   │   │   ├── [ 70] 211f-6801 │   │   │   │   │   ├── [ 45] 2357-0201 │   │   │   │   │   ├── [ 45] 2357-0202 │   │   │   │   │   ├── [ 45] 2357-0203 │   │   │   │   │   ├── [ 45] 2357-9000 │   │   │   │   │   ├── [ 53] 413c-8114 │   │   │   │   │   ├── [ 53] 413c-8115 │   │   │   │   │   ├── [ 53] 413c-8116 │   │   │   │   │   ├── [ 53] 413c-8117 │   │   │   │   │   ├── [ 53] 413c-8118 │   │   │   │   │   ├── [ 53] 413c-8128 │   │   │   │   │   ├── [ 53] 413c-8129 │   │   │   │   │   ├── [ 53] 413c-8133 │   │   │   │   │   ├── [ 53] 413c-8134 │   │   │   │   │   ├── [ 53] 413c-8135 │   │   │   │   │   ├── [ 53] 413c-8136 │   │   │   │   │   ├── [ 53] 413c-8137 │   │   │   │   │   ├── [ 53] 413c-8138 │   │   │   │   │   ├── [ 63] 413c-8147 │   │   │   │   │   ├── [ 53] 413c-8180 │   │   │   │   │   ├── [ 53] 413c-8181 │   │   │   │   │   ├── [ 53] 413c-8182 │   │   │   │   │   ├── [ 41] 413c-8186 │   │   │   │   │   ├── [ 41] 413c-8194 │   │   │   │   │   ├── [ 41] 413c-8195 │   │   │   │   │   ├── [ 43] 413c-8196 │   │   │   │   │   └── [ 53] 413c-819b │   │   │   │   ├── [3.2K] wwan.sh │   │   │   │   ├── [ 399] wwan.usb │   │   │   │   └── [ 643] wwan.usbmisc │   │   │   └── [1.2K] Makefile │   │   └── [4.0K] xtables-addons │   │   ├── [4.8K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 433] 002-fix-kernel-version-detection.patch │   │   ├── [ 43K] 100-add-rtsp-conntrack.patch │   │   ├── [513K] 200-add-lua-packetscript.patch │   │   ├── [2.7K] 201-fix-lua-packetscript.patch │   │   └── [ 613] 300-geoip-endian-detection.patch │   ├── [4.0K] system │   │   ├── [4.0K] ca-certificates │   │   │   └── [1.7K] Makefile │   │   ├── [4.0K] fstools │   │   │   ├── [4.0K] files │   │   │   │   ├── [ 74] fstab.default │   │   │   │   ├── [ 215] fstab.init │   │   │   │   ├── [ 20] mount.hotplug │   │   │   │   └── [1.6K] snapshot │   │   │   └── [3.0K] Makefile │   │   ├── [4.0K] fwtool │   │   │   ├── [1.1K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [1.2K] crc32.h │   │   │   ├── [ 861] fwimage.h │   │   │   ├── [8.2K] fwtool.c │   │   │   └── [3.0K] utils.h │   │   ├── [4.0K] lede-keyring │   │   │   └── [ 891] Makefile │   │   ├── [4.0K] mountd │   │   │   ├── [4.0K] files │   │   │   │   ├── [ 68] mountd.config │   │   │   │   └── [ 296] mountd.init │   │   │   └── [1.1K] Makefile │   │   ├── [4.0K] mtd │   │   │   ├── [1.1K] Makefile │   │   │   └── [4.0K] src │   │   │   ├── [5.3K] crc32.c │   │   │   ├── [ 454] crc32.h │   │   │   ├── [5.4K] fis.c │   │   │   ├── [ 307] fis.h │   │   │   ├── [ 12K] imagetag.c │   │   │   ├── [7.9K] jffs2.c │   │   │   ├── [6.7K] jffs2.h │   │   │   ├── [2.5K] linksys_bootcount.c │   │   │   ├── [ 502] Makefile │   │   │   ├── [ 11K] md5.c │   │   │   ├── [3.0K] md5.h │   │   │   ├── [ 22K] mtd.c │   │   │   ├── [1.3K] mtd.h │   │   │   ├── [4.4K] seama.c │   │   │   ├── [3.7K] seama.h │   │   │   ├── [5.9K] trx.c │   │   │   ├── [4.6K] wrgg.c │   │   │   └── [ 372] wrgg.h │   │   ├── [4.0K] opkg │   │   │   ├── [4.0K] files │   │   │   │   ├── [ 299] 20_migrate-feeds │   │   │   │   ├── [ 103] customfeeds.conf │   │   │   │   ├── [ 85] opkg.conf │   │   │   │   ├── [1.0K] opkg-key │   │   │   │   └── [ 159] opkg-smime.conf │   │   │   └── [2.9K] Makefile │   │   ├── [4.0K] procd │   │   │   ├── [4.0K] files │   │   │   │   ├── [1.3K] hotplug.json │   │   │   │   ├── [ 309] hotplug-preinit.json │   │   │   │   ├── [ 740] nand-preinit.sh │   │   │   │   ├── [8.7K] nand.sh │   │   │   │   ├── [9.2K] procd.sh │   │   │   │   └── [ 489] reload_config │   │   │   └── [4.1K] Makefile │   │   ├── [4.0K] rpcd │   │   │   ├── [4.0K] files │   │   │   │   ├── [ 97] rpcd.config │   │   │   │   └── [ 249] rpcd.init │   │   │   └── [2.4K] Makefile │   │   ├── [4.0K] ubox │   │   │   ├── [4.0K] files │   │   │   │   └── [2.4K] log.init │   │   │   └── [1.7K] Makefile │   │   ├── [4.0K] ubus │   │   │   └── [1.7K] Makefile │   │   ├── [4.0K] uci │   │   │   ├── [4.0K] files │   │   │   │   └── [4.0K] lib │   │   │   │   └── [4.0K] config │   │   │   │   └── [3.6K] uci.sh │   │   │   └── [2.0K] Makefile │   │   ├── [4.0K] usign │   │   │   └── [ 988] Makefile │   │   └── [4.0K] zram-swap │   │   ├── [4.0K] files │   │   │   └── [2.7K] zram.init │   │   └── [ 963] Makefile │   └── [4.0K] utils │   ├── [4.0K] adb │   │   ├── [1.4K] Makefile │   │   └── [4.0K] patches │   │   └── [ 944] 001-create_Makefile.patch │   ├── [4.0K] admswconfig │   │   ├── [4.0K] files │   │   │   ├── [1.4K] admswconfig │   │   │   └── [ 470] admswswitch.sh │   │   ├── [1.5K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 396] 001-matrix.patch │   │   └── [ 287] 002-fix-musl.patch │   ├── [4.0K] bsdiff │   │   ├── [1.8K] Makefile │   │   └── [4.0K] patches │   │   └── [1.9K] 001-musl.patch │   ├── [4.0K] busybox │   │   ├── [4.0K] config │   │   │   ├── [4.0K] archival │   │   │   │   └── [ 13K] Config.in │   │   │   ├── [ 31K] Config.in │   │   │   ├── [4.0K] console-tools │   │   │   │   └── [4.9K] Config.in │   │   │   ├── [4.0K] coreutils │   │   │   │   └── [ 28K] Config.in │   │   │   ├── [4.0K] debianutils │   │   │   │   └── [2.5K] Config.in │   │   │   ├── [4.0K] e2fsprogs │   │   │   │   ├── [2.0K] Config.in │   │   │   │   └── [4.0K] old_e2fsprogs │   │   │   │   └── [1.9K] Config.in │   │   │   ├── [4.0K] editors │   │   │   │   └── [8.0K] Config.in │   │   │   ├── [4.0K] findutils │   │   │   │   └── [9.0K] Config.in │   │   │   ├── [4.0K] init │   │   │   │   └── [7.7K] Config.in │   │   │   ├── [4.0K] libbb │   │   │   │   └── [ 10K] Config.in │   │   │   ├── [4.0K] loginutils │   │   │   │   └── [ 12K] Config.in │   │   │   ├── [4.0K] mailutils │   │   │   │   └── [1.5K] Config.in │   │   │   ├── [4.0K] miscutils │   │   │   │   └── [ 25K] Config.in │   │   │   ├── [4.0K] modutils │   │   │   │   └── [9.8K] Config.in │   │   │   ├── [4.0K] networking │   │   │   │   ├── [ 38K] Config.in │   │   │   │   └── [4.0K] udhcp │   │   │   │   └── [6.4K] Config.in │   │   │   ├── [4.0K] printutils │   │   │   │   └── [ 586] Config.in │   │   │   ├── [4.0K] procps │   │   │   │   └── [8.2K] Config.in │   │   │   ├── [4.0K] runit │   │   │   │   └── [2.4K] Config.in │   │   │   ├── [4.0K] selinux │   │   │   │   └── [3.5K] Config.in │   │   │   ├── [4.0K] shell │   │   │   │   └── [ 14K] Config.in │   │   │   ├── [4.0K] sysklogd │   │   │   │   └── [6.0K] Config.in │   │   │   └── [4.0K] util-linux │   │   │   ├── [ 29K] Config.in │   │   │   └── [4.0K] volume_id │   │   │   └── [6.7K] Config.in │   │   ├── [ 51K] Config-defaults.in │   │   ├── [ 774] Config.in │   │   ├── [ 327] convert_defaults.pl │   │   ├── [1.9K] convert_menuconfig.pl │   │   ├── [4.0K] files │   │   │   ├── [ 745] cron │   │   │   ├── [ 45] ntpd-hotplug │   │   │   └── [2.1K] sysntpd │   │   ├── [3.3K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 226] 001-resource_h_include.patch │   │   ├── [1.4K] 002-libbb-send_to_from-do-not-require-that-to-should-hav.patch │   │   ├── [ 109] 100-trylink_bash.patch │   │   ├── [ 209] 101-gen_build_files_bash.patch │   │   ├── [ 537] 102-trylink_mktemp_fix.patch │   │   ├── [ 635] 110-no_static_libgcc.patch │   │   ├── [ 447] 120-remove_uclibc_rpc_check.patch │   │   ├── [ 217] 130-mconf_missing_sigwinch.patch │   │   ├── [ 580] 200-udhcpc_reduce_msgs.patch │   │   ├── [ 680] 201-udhcpc_changed_ifindex.patch │   │   ├── [ 327] 203-udhcpc_renew_no_deconfig.patch │   │   ├── [2.5K] 210-add_netmsg_util.patch │   │   ├── [3.8K] 220-add_lock_util.patch │   │   ├── [ 23K] 230-add_nslookup_lede.patch │   │   ├── [ 244] 240-telnetd_intr.patch │   │   ├── [2.6K] 250-date-k-flag.patch │   │   ├── [ 388] 270-libbb_make_unicode_printable.patch │   │   ├── [ 348] 301-ip-link-fix-netlink-msg-size.patch │   │   ├── [3.9K] 302-netlink-alignment.patch │   │   ├── [ 13K] 303-ip-route-fix-high-table-ids.patch │   │   ├── [3.0K] 401-vi-don-t-touch-file-with-x-when-modified_count-0.patch │   │   └── [1.5K] 402-vi-avoid-touching-a-new-file-with-ZZ-when-no-editing.patch │   ├── [4.0K] bzip2 │   │   └── [2.4K] Makefile │   ├── [4.0K] ct-bugcheck │   │   ├── [1.3K] Makefile │   │   └── [4.0K] src │   │   ├── [ 389] bugchecker.sh │   │   ├── [ 302] bugcheck.initd │   │   └── [3.0K] bugcheck.sh │   ├── [4.0K] e2fsprogs │   │   ├── [4.0K] files │   │   │   ├── [ 38] e2fsck.conf │   │   │   └── [ 784] e2fsck.sh │   │   ├── [6.7K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 286] 001-com_err_version.patch │   │   └── [ 180] 002-fix-subst-host-build.patch │   ├── [4.0K] f2fs-tools │   │   ├── [2.4K] Makefile │   │   └── [4.0K] patches │   │   └── [2.9K] 100-f2fs-WARNING-at-fs-f2fs-segment.c-718-update_sit_ent.patch │   ├── [4.0K] fbtest │   │   ├── [ 764] Makefile │   │   └── [4.0K] src │   │   ├── [ 13K] fbtest.c │   │   └── [ 155] Makefile │   ├── [4.0K] fuse │   │   ├── [2.5K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 190] 100-missing_includes.patch │   │   ├── [ 415] 112-no_break_on_mknod.patch │   │   └── [ 715] 200-backport_arm64_fuse_kernel_h_clean_includes.patch │   ├── [4.0K] jsonfilter │   │   └── [ 835] Makefile │   ├── [4.0K] lua │   │   ├── [4.2K] Makefile │   │   ├── [4.0K] patches │   │   │   ├── [115K] 010-lua-5.1.3-lnum-full-260308.patch │   │   │   ├── [ 324] 011-lnum-use-double.patch │   │   │   ├── [ 753] 012-lnum-fix-ltle-relational-operators.patch │   │   │   ├── [ 286] 015-lnum-ppc-compat.patch │   │   │   ├── [4.5K] 020-shared_liblua.patch │   │   │   ├── [2.3K] 030-archindependent-bytecode.patch │   │   │   ├── [ 364] 040-use-symbolic-functions.patch │   │   │   ├── [ 373] 050-honor-cflags.patch │   │   │   ├── [1.4K] 100-no_readline.patch │   │   │   ├── [ 483] 200-lua-path.patch │   │   │   └── [ 10K] 300-opcode_performance.patch │   │   └── [4.0K] patches-host │   │   ├── [115K] 010-lua-5.1.3-lnum-full-260308.patch │   │   ├── [ 324] 011-lnum-use-double.patch │   │   ├── [ 753] 012-lnum-fix-ltle-relational-operators.patch │   │   ├── [ 286] 015-lnum-ppc-compat.patch │   │   ├── [2.3K] 030-archindependent-bytecode.patch │   │   └── [1.4K] 100-no_readline.patch │   ├── [4.0K] mdadm │   │   ├── [4.0K] files │   │   │   ├── [ 33] mdadm.config │   │   │   └── [ 480] mdadm.init │   │   ├── [1.4K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 314] 000-compile.patch │   │   ├── [ 817] 100-cross_compile.patch │   │   └── [ 559] 200-reduce_size.patch │   ├── [4.0K] mtd-utils │   │   ├── [1.9K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 456] 010-fix-rpmatch.patch │   │   ├── [ 189] 100-fix_includes.patch │   │   └── [140K] 130-lzma_jffs2.patch │   ├── [4.0K] nvram │   │   ├── [4.0K] files │   │   │   └── [2.9K] nvram.init │   │   ├── [1.2K] Makefile │   │   └── [4.0K] src │   │   ├── [5.2K] cli.c │   │   ├── [2.8K] crc.c │   │   ├── [ 94] Makefile │   │   ├── [ 11K] nvram.c │   │   ├── [3.1K] nvram.h │   │   └── [ 990] sdinitvals.h │   ├── [4.0K] osafeloader │   │   ├── [ 911] Makefile │   │   └── [4.0K] src │   │   ├── [ 110] Makefile │   │   ├── [8.4K] md5.c │   │   ├── [1.4K] md5.h │   │   └── [5.8K] osafeloader.c │   ├── [4.0K] oseama │   │   ├── [ 872] Makefile │   │   └── [4.0K] src │   │   ├── [ 90] Makefile │   │   ├── [8.4K] md5.c │   │   ├── [1.4K] md5.h │   │   └── [ 12K] oseama.c │   ├── [4.0K] otrx │   │   ├── [ 887] Makefile │   │   └── [4.0K] src │   │   ├── [ 73] Makefile │   │   └── [ 14K] otrx.c │   ├── [4.0K] px5g │   │   ├── [1.7K] Makefile │   │   └── [6.8K] px5g.c │   ├── [4.0K] spidev_test │   │   ├── [ 913] Makefile │   │   └── [4.0K] src │   │   └── [6.6K] spidev_test.c │   ├── [4.0K] ugps │   │   ├── [4.0K] files │   │   │   ├── [ 61] gps.config │   │   │   └── [ 528] ugps.init │   │   └── [1.2K] Makefile │   ├── [4.0K] usbmode │   │   ├── [4.0K] data │   │   │   └── [ 24] 12d1-1f16 │   │   ├── [4.0K] files │   │   │   ├── [ 26] usbmode.hotplug │   │   │   └── [ 188] usbmode.init │   │   └── [2.3K] Makefile │   ├── [4.0K] usbreset │   │   ├── [ 946] Makefile │   │   └── [4.0K] src │   │   └── [4.8K] usbreset.c │   ├── [4.0K] usbutils │   │   └── [1.5K] Makefile │   ├── [4.0K] util-linux │   │   ├── [ 19K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 856] 001-uclibc_add_libm_to_scriptreplay.patch │   │   └── [1.8K] 003-fix_pkgconfig_files.patch │   └── [4.0K] xfsprogs │   ├── [2.2K] Makefile │   └── [4.0K] patches │   ├── [2.4K] 001-automake-compat.patch │   ├── [ 423] 100-no_aio.patch │   ├── [ 752] 110-uclibc_no_ustat.patch │   ├── [ 873] 120-portability.patch │   ├── [ 603] 130-uclibc_no_xattr.patch │   ├── [ 571] 140-no_po.patch │   ├── [1.7K] 150-include_fixes.patch │   └── [ 903] 160-format-security.patch ├── [1014] README ├── [ 12K] rules.mk ├── [4.0K] scripts │   ├── [2.0K] arm-magic.sh │   ├── [3.8K] brcmImage.pl │   ├── [3.3K] bundle-libraries.sh │   ├── [ 93K] checkpatch.pl │   ├── [ 272] clang-gcc-wrapper │   ├── [3.4K] cleanfile │   ├── [ 416] clean-package.sh │   ├── [5.0K] cleanpatch │   ├── [1.8K] combined-ext-image.sh │   ├── [1022] combined-image.sh │   ├── [4.0K] config │   │   ├── [ 15K] conf.c │   │   ├── [ 26K] confdata.c │   │   ├── [ 27K] expr.c │   │   ├── [7.1K] expr.h │   │   ├── [3.6K] list.h │   │   ├── [4.5K] lkc.h │   │   ├── [2.1K] lkc_proto.h │   │   ├── [4.0K] lxdialog │   │   │   ├── [8.2K] checklist.c │   │   │   ├── [2.0K] check-lxdialog.sh │   │   │   ├── [7.5K] dialog.h │   │   │   ├── [7.0K] inputbox.c │   │   │   ├── [ 11K] menubox.c │   │   │   ├── [9.0K] textbox.c │   │   │   ├── [ 18K] util.c │   │   │   └── [2.9K] yesno.c │   │   ├── [1.4K] Makefile │   │   ├── [ 28K] mconf.c │   │   ├── [ 17K] menu.c │   │   ├── [ 110] README │   │   ├── [ 29K] symbol.c │   │   ├── [2.9K] util.c │   │   ├── [1.4K] zconf.gperf │   │   ├── [ 10K] zconf.hash.c_shipped │   │   ├── [7.8K] zconf.l │   │   ├── [ 58K] zconf.lex.c_shipped │   │   ├── [ 70K] zconf.tab.c_shipped │   │   └── [ 16K] zconf.y │   ├── [ 42K] config.guess │   ├── [ 18K] config.rpath │   ├── [ 35K] config.sub │   ├── [5.4K] deptest.sh │   ├── [ 999] diffconfig.sh │   ├── [6.0K] dl_cleanup.py │   ├── [7.8K] download.pl │   ├── [4.7K] env │   ├── [ 14K] ext-toolchain.sh │   ├── [ 21K] feeds │   ├── [2.7K] fixup-makefile.pl │   ├── [4.0K] flashing │   │   ├── [ 10K] adam2flash-502T.pl │   │   ├── [5.5K] adam2flash-fritzbox.pl │   │   ├── [4.4K] adam2flash.pl │   │   ├── [4.4K] adsl2mue_flash.pl │   │   ├── [2.5K] flash.sh │   │   └── [6.9K] jungo-image.py │   ├── [ 935] gen-dependencies.sh │   ├── [ 649] get_source_date_epoch.sh │   ├── [1.4K] getver.sh │   ├── [3.7K] ipkg-build │   ├── [ 784] ipkg-make-index.sh │   ├── [3.6K] kconfig.pl │   ├── [ 741] make-ipkg-dir.sh │   ├── [ 25] md5sum │   ├── [7.8K] metadata.pm │   ├── [ 21K] mkhash.c │   ├── [2.9K] mkits.sh │   ├── [2.0K] om-fwupgradecfg-gen.sh │   ├── [ 504] openbsd.sh │   ├── [ 16K] package-metadata.pl │   ├── [2.4K] pad_image │   ├── [1.4K] patch-kernel.sh │   ├── [1.7K] patch-specs.sh │   ├── [ 171] portable_date.sh │   ├── [3.4K] redboot-script.pl │   ├── [ 403] relink-lib.sh │   ├── [1.8K] remote-gdb │   ├── [1.2K] rstrip.sh │   ├── [ 41K] slugimage.pl │   ├── [1.3K] srecimage.pl │   ├── [ 935] strip-kmod.sh │   ├── [ 820] symlink-tree.sh │   ├── [1.2K] sysupgrade-tar.sh │   ├── [ 10K] target-metadata.pl │   ├── [1.3K] timestamp.pl │   └── [2.3K] ubinize-image.sh ├── [4.0K] target │   ├── [2.4K] Config.in │   ├── [4.0K] imagebuilder │   │   ├── [ 583] Config.in │   │   ├── [4.0K] files │   │   │   ├── [6.0K] Makefile │   │   │   └── [ 152] repositories.conf │   │   └── [3.7K] Makefile │   ├── [4.0K] linux │   │   ├── [4.0K] adm5120 │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   └── [ 431] 01_leds │   │   │   │   │   ├── [4.0K] config │   │   │   │   │   │   └── [ 677] network │   │   │   │   │   ├── [ 301] diag.sh │   │   │   │   │   └── [ 185] inittab │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [ 738] adm5120.sh │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   ├── [ 86] 05_preinit_do_adm5120.sh │   │   │   │   │   └── [ 98] 05_set_preinit_iface_adm5120 │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [ 729] platform.sh │   │   │   ├── [5.0K] config-3.18 │   │   │   ├── [4.0K] files-3.18 │   │   │   │   ├── [4.0K] arch │   │   │   │   │   └── [4.0K] mips │   │   │   │   │   ├── [4.0K] adm5120 │   │   │   │   │   │   ├── [4.0K] cellvision │   │   │   │   │   │   │   ├── [1.1K] cas-771.c │   │   │   │   │   │   │   ├── [3.2K] cellvision.c │   │   │   │   │   │   │   ├── [ 766] cellvision.h │   │   │   │   │   │   │   ├── [ 119] Makefile │   │   │   │   │   │   │   └── [1.1K] nfs-101.c │   │   │   │   │   │   ├── [4.0K] common │   │   │   │   │   │   │   ├── [2.0K] adm5120.c │   │   │   │   │   │   │   ├── [1.3K] clock.c │   │   │   │   │   │   │   ├── [ 854] early-printk.c │   │   │   │   │   │   │   ├── [6.9K] gpio.c │   │   │   │   │   │   │   ├── [3.8K] irq.c │   │   │   │   │   │   │   ├── [ 208] Makefile │   │   │   │   │   │   │   ├── [3.1K] memory.c │   │   │   │   │   │   │   ├── [7.9K] platform.c │   │   │   │   │   │   │   ├── [6.9K] prom.c │   │   │   │   │   │   │   └── [3.0K] setup.c │   │   │   │   │   │   ├── [4.0K] compex │   │   │   │   │   │   │   ├── [1.2K] compex.c │   │   │   │   │   │   │   ├── [ 584] compex.h │   │   │   │   │   │   │   ├── [ 150] Makefile │   │   │   │   │   │   │   ├── [ 672] np27g.c │   │   │   │   │   │   │   ├── [1.8K] np28g.c │   │   │   │   │   │   │   └── [2.3K] wp54.c │   │   │   │   │   │   ├── [4.0K] edimax │   │   │   │   │   │   │   ├── [1.2K] br-6104k.c │   │   │   │   │   │   │   ├── [1.3K] br-6104kp.c │   │   │   │   │   │   │   ├── [1.4K] br-61x4wg.c │   │   │   │   │   │   │   ├── [1.8K] br-61xx.c │   │   │   │   │   │   │   ├── [ 606] br-61xx.h │   │   │   │   │   │   │   └── [ 174] Makefile │   │   │   │   │   │   ├── [4.0K] generic │   │   │   │   │   │   │   ├── [3.0K] eb-214a.c │   │   │   │   │   │   │   └── [ 48] Makefile │   │   │   │   │   │   ├── [4.0K] infineon │   │   │   │   │   │   │   ├── [ 577] easy5120p-ata.c │   │   │   │   │   │   │   ├── [1.5K] easy5120-rt.c │   │   │   │   │   │   │   ├── [ 645] easy5120-wvoip.c │   │   │   │   │   │   │   ├── [ 585] easy83000.c │   │   │   │   │   │   │   ├── [2.2K] infineon.c │   │   │   │   │   │   │   ├── [ 675] infineon.h │   │   │   │   │   │   │   └── [ 253] Makefile │   │   │   │   │   │   ├── [4.0K] Kconfig │   │   │   │   │   │   ├── [4.0K] mikrotik │   │   │   │   │   │   │   ├── [ 297] Makefile │   │   │   │   │   │   │   ├── [ 938] rb-11x.c │   │   │   │   │   │   │   ├── [1.2K] rb-133.c │   │   │   │   │   │   │   ├── [ 992] rb-133c.c │   │   │   │   │   │   │   ├── [3.5K] rb-150.c │   │   │   │   │   │   │   ├── [2.0K] rb-153.c │   │   │   │   │   │   │   ├── [ 632] rb-192.c │   │   │   │   │   │   │   ├── [3.6K] rb-1xx.c │   │   │   │   │   │   │   └── [ 973] rb-1xx.h │   │   │   │   │   │   ├── [4.0K] motorola │   │   │   │   │   │   │   ├── [ 45] Makefile │   │   │   │   │   │   │   └── [2.1K] pmugw.c │   │   │   │   │   │   ├── [4.0K] osbridge │   │   │   │   │   │   │   ├── [1.9K] 5gxi.c │   │   │   │   │   │   │   └── [ 42] Makefile │   │   │   │   │   │   ├── [ 805] Platform │   │   │   │   │   │   ├── [4.0K] prom │   │   │   │   │   │   │   ├── [1.1K] admboot.c │   │   │   │   │   │   │   ├── [2.6K] bootbase.c │   │   │   │   │   │   │   ├── [1.3K] cfe.c │   │   │   │   │   │   │   ├── [ 859] generic.c │   │   │   │   │   │   │   ├── [ 187] Makefile │   │   │   │   │   │   │   ├── [1.8K] myloader.c │   │   │   │   │   │   │   ├── [ 908] prom_read.h │   │   │   │   │   │   │   └── [2.1K] routerboot.c │   │   │   │   │   │   └── [4.0K] zyxel │   │   │   │   │   │   ├── [ 109] Makefile │   │   │   │   │   │   ├── [1.0K] p-334wt.c │   │   │   │   │   │   ├── [ 506] p-335.c │   │   │   │   │   │   ├── [1.9K] p-33x.c │   │   │   │   │   │   └── [ 573] p-33x.h │   │   │   │   │   ├── [4.0K] include │   │   │   │   │   │   └── [4.0K] asm │   │   │   │   │   │   └── [4.0K] mach-adm5120 │   │   │   │   │   │   ├── [1.7K] adm5120_defs.h │   │   │   │   │   │   ├── [4.5K] adm5120_info.h │   │   │   │   │   │   ├── [2.2K] adm5120_intc.h │   │   │   │   │   │   ├── [2.8K] adm5120_mpmc.h │   │   │   │   │   │   ├── [2.7K] adm5120_nand.h │   │   │   │   │   │   ├── [2.4K] adm5120_platform.h │   │   │   │   │   │   ├── [ 12K] adm5120_switch.h │   │   │   │   │   │   ├── [1.8K] adm5120_uart.h │   │   │   │   │   │   ├── [4.0K] asm │   │   │   │   │   │   │   └── [2.1K] sizes.h │   │   │   │   │   │   ├── [1.9K] cpu-feature-overrides.h │   │   │   │   │   │   ├── [3.2K] gpio.h │   │   │   │   │   │   ├── [1.4K] irq.h │   │   │   │   │   │   ├── [4.0K] prom │   │   │   │   │   │   │   ├── [ 430] admboot.h │   │   │   │   │   │   │   ├── [ 437] cfe.h │   │   │   │   │   │   │   ├── [ 465] generic.h │   │   │   │   │   │   │   ├── [5.0K] myloader.h │   │   │   │   │   │   │   ├── [ 974] routerboot.h │   │   │   │   │   │   │   └── [2.3K] zynos.h │   │   │   │   │   │   └── [ 812] war.h │   │   │   │   │   └── [4.0K] pci │   │   │   │   │   └── [6.3K] pci-adm5120.c │   │   │   │   └── [4.0K] drivers │   │   │   │   ├── [4.0K] ata │   │   │   │   │   └── [6.1K] pata_rb153_cf.c │   │   │   │   ├── [4.0K] leds │   │   │   │   │   └── [3.6K] ledtrig-adm5120-switch.c │   │   │   │   ├── [4.0K] mtd │   │   │   │   │   ├── [4.0K] maps │   │   │   │   │   │   └── [ 10K] adm5120-flash.c │   │   │   │   │   └── [4.7K] trxsplit.c │   │   │   │   ├── [4.0K] net │   │   │   │   │   ├── [ 30K] adm5120sw.c │   │   │   │   │   └── [ 496] adm5120sw.h │   │   │   │   ├── [4.0K] usb │   │   │   │   │   └── [4.0K] host │   │   │   │   │   ├── [ 20K] adm5120-dbg.c │   │   │   │   │   ├── [5.0K] adm5120-drv.c │   │   │   │   │   ├── [ 22K] adm5120.h │   │   │   │   │   ├── [ 21K] adm5120-hcd.c │   │   │   │   │   ├── [ 11K] adm5120-hub.c │   │   │   │   │   ├── [4.7K] adm5120-mem.c │   │   │   │   │   ├── [ 12K] adm5120-pm.c │   │   │   │   │   └── [ 25K] adm5120-q.c │   │   │   │   └── [4.0K] watchdog │   │   │   │   └── [4.4K] adm5120_wdt.c │   │   │   ├── [4.0K] image │   │   │   │   ├── [4.0K] lzma-loader │   │   │   │   │   ├── [1.3K] Makefile │   │   │   │   │   └── [4.0K] src │   │   │   │   │   ├── [4.7K] board.c │   │   │   │   │   ├── [2.9K] config.h │   │   │   │   │   ├── [8.6K] decompress.c │   │   │   │   │   ├── [4.7K] head.S │   │   │   │   │   ├── [ 302] loader.lds │   │   │   │   │   ├── [ 107] lzma-data.lds │   │   │   │   │   ├── [ 15K] LzmaDecode.c │   │   │   │   │   ├── [2.6K] LzmaDecode.h │   │   │   │   │   ├── [ 830] LzmaTypes.h │   │   │   │   │   ├── [2.6K] Makefile │   │   │   │   │   ├── [6.9K] printf.c │   │   │   │   │   ├── [ 487] printf.h │   │   │   │   │   └── [2.4K] README │   │   │   │   ├── [2.7K] Makefile │   │   │   │   ├── [ 599] rb1xx.mk │   │   │   │   ├── [1.1K] router_be.mk │   │   │   │   └── [ 11K] router_le.mk │   │   │   ├── [ 598] Makefile │   │   │   ├── [1.5K] modules.mk │   │   │   ├── [4.0K] patches-3.18 │   │   │   │   ├── [1.1K] 001-adm5120.patch │   │   │   │   ├── [ 706] 002-adm5120_flash.patch │   │   │   │   ├── [ 656] 003-adm5120_switch.patch │   │   │   │   ├── [1.0K] 005-adm5120_usb.patch │   │   │   │   ├── [ 761] 007-adm5120_pci.patch │   │   │   │   ├── [ 737] 009-adm5120_leds_switch_trigger.patch │   │   │   │   ├── [9.1K] 050-revert_rootfs_splits.patch │   │   │   │   ├── [8.7K] 100-rootfs_split.patch │   │   │   │   ├── [2.7K] 101-cfi_fixup_macronix_bootloc.patch │   │   │   │   ├── [1.6K] 102-jedec_pmc_39lvxxx_chips.patch │   │   │   │   ├── [ 752] 103-mtd_trxsplit.patch │   │   │   │   ├── [ 947] 120-rb153_cf_driver.patch │   │   │   │   ├── [ 12K] 200-amba_pl010_hacks.patch │   │   │   │   ├── [ 636] 203-gpio_leds_brightness.patch │   │   │   │   └── [1.1K] 310-adm5120_wdt.patch │   │   │   ├── [4.0K] rb1xx │   │   │   │   ├── [4.0K] base-files │   │   │   │   │   └── [4.0K] sbin │   │   │   │   │   └── [2.3K] wget2nand │   │   │   │   ├── [1.8K] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 463] RB1xx.mk │   │   │   │   └── [ 162] target.mk │   │   │   ├── [4.0K] router_be │   │   │   │   ├── [ 454] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   ├── [ 343] 010-Generic.mk │   │   │   │   │   └── [ 617] 200-ZyXEL.mk │   │   │   │   └── [ 232] target.mk │   │   │   └── [4.0K] router_le │   │   │   ├── [ 0] config-3.8 │   │   │   ├── [4.0K] profiles │   │   │   │   ├── [ 637] 010-Generic.mk │   │   │   │   ├── [3.6K] Cellvision.mk │   │   │   │   ├── [ 785] Compex.mk │   │   │   │   ├── [1.0K] Edimax.mk │   │   │   │   ├── [ 657] Infineon.mk │   │   │   │   ├── [ 369] Motorola.mk │   │   │   │   └── [ 349] Osbridge.mk │   │   │   └── [ 254] target.mk │   │   ├── [4.0K] adm8668 │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] config │   │   │   │   │   │   └── [ 456] network │   │   │   │   │   └── [ 271] diag.sh │   │   │   │   ├── [4.0K] lib │   │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   │   ├── [ 149] 03_init_hotplug_failsafe_adm8668 │   │   │   │   │   │   └── [ 98] 05_set_preinit_face_adm8668 │   │   │   │   │   └── [4.0K] upgrade │   │   │   │   │   └── [ 264] platform.sh │   │   │   │   └── [4.0K] sbin │   │   │   │   └── [ 52] hotplug.failsafe │   │   │   ├── [2.8K] config-3.18 │   │   │   ├── [4.0K] files-3.18 │   │   │   │   ├── [4.0K] arch │   │   │   │   │   └── [4.0K] mips │   │   │   │   │   ├── [4.0K] adm8668 │   │   │   │   │   │   ├── [1.3K] clock.c │   │   │   │   │   │   ├── [ 387] early_printk.c │   │   │   │   │   │   ├── [2.7K] gpio.c │   │   │   │   │   │   ├── [2.5K] irq.c │   │   │   │   │   │   ├── [ 28] Kconfig │   │   │   │   │   │   ├── [ 128] Makefile │   │   │   │   │   │   ├── [ 193] Platform │   │   │   │   │   │   ├── [4.1K] platform.c │   │   │   │   │   │   ├── [2.2K] prom.c │   │   │   │   │   │   ├── [ 642] setup.c │   │   │   │   │   │   ├── [ 350] time.c │   │   │   │   │   │   └── [2.0K] u-boot.h │   │   │   │   │   ├── [4.0K] include │   │   │   │   │   │   └── [4.0K] asm │   │   │   │   │   │   └── [4.0K] mach-adm8668 │   │   │   │   │   │   ├── [1.9K] adm8668.h │   │   │   │   │   │   ├── [4.0K] asm │   │   │   │   │   │   │   └── [2.1K] sizes.h │   │   │   │   │   │   ├── [ 249] gpio.h │   │   │   │   │   │   ├── [ 377] irq.h │   │   │   │   │   │   └── [ 812] war.h │   │   │   │   │   └── [4.0K] pci │   │   │   │   │   └── [4.2K] pci-adm8668.c │   │   │   │   └── [4.0K] drivers │   │   │   │   └── [4.0K] mtd │   │   │   │   └── [4.0K] maps │   │   │   │   └── [9.6K] adm8668.c │   │   │   ├── [4.0K] image │   │   │   │   ├── [4.0K] lzma-loader │   │   │   │   │   ├── [1002] Makefile │   │   │   │   │   └── [4.0K] src │   │   │   │   │   ├── [3.5K] decompress.c │   │   │   │   │   ├── [4.0K] include │   │   │   │   │   │   ├── [4.0K] asm │   │   │   │   │   │   │   ├── [2.0K] global_data.h │   │   │   │   │   │   │   └── [1.6K] u-boot.h │   │   │   │   │   │   ├── [1.5K] common.h │   │   │   │   │   │   ├── [ 396] _exports.h │   │   │   │   │   │   ├── [ 821] exports.h │   │   │   │   │   │   └── [5.7K] image.h │   │   │   │   │   ├── [ 15K] LzmaDecode.c │   │   │   │   │   ├── [3.0K] LzmaDecode.h │   │   │   │   │   ├── [ 322] lzma.lds.in │   │   │   │   │   ├── [1.4K] Makefile │   │   │   │   │   └── [1.3K] stubs.c │   │   │   │   ├── [1.6K] Makefile │   │   │   │   └── [ 973] my-mkimage │   │   │   ├── [ 566] Makefile │   │   │   ├── [4.0K] patches-3.18 │   │   │   │   ├── [1.2K] 001-adm8668_arch.patch │   │   │   │   ├── [ 713] 002-adm8668_pci.patch │   │   │   │   ├── [ 721] 003-adm8668_nor_map.patch │   │   │   │   ├── [ 14K] 004-tulip_pci_split.patch │   │   │   │   ├── [ 14K] 005-tulip_platform.patch │   │   │   │   ├── [ 13K] 200-amba_pl010_hacks.patch │   │   │   │   └── [ 244] 201-amba_bus_hacks.patch │   │   │   └── [4.0K] profiles │   │   │   └── [ 412] 100-WRTU54G-TM.mk │   │   ├── [4.0K] apm821xx │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   ├── [1.4K] 01_leds │   │   │   │   │   │   └── [ 398] 02_network │   │   │   │   │   ├── [ 448] diag.sh │   │   │   │   │   ├── [4.0K] hotplug.d │   │   │   │   │   │   └── [4.0K] firmware │   │   │   │   │   │   └── [1.8K] 10-ath9k-eeprom │   │   │   │   │   ├── [ 144] inittab │   │   │   │   │   └── [4.0K] rc.button │   │   │   │   │   └── [ 211] BTN_1 │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [ 904] apm821xx.sh │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   ├── [ 113] 03_preinit_do_apm821xx.sh │   │   │   │   │   ├── [ 286] 05_set_iface_mac_apm821xx │   │   │   │   │   ├── [ 132] 05_set_preinit_iface_apm821xx │   │   │   │   │   └── [ 298] 79_move_config │   │   │   │   └── [4.0K] upgrade │   │   │   │   ├── [1.5K] merakinand.sh │   │   │   │   ├── [1.1K] platform.sh │   │   │   │   └── [ 624] wdbook.sh │   │   │   ├── [8.8K] config-4.4 │   │   │   ├── [4.0K] dts │   │   │   │   ├── [ 13K] apm82181.dtsi │   │   │   │   ├── [ 416] apollo3g.dts │   │   │   │   ├── [3.0K] apollo3g.dtsi │   │   │   │   ├── [ 647] apollo3g-duo.dts │   │   │   │   ├── [2.3K] MR24.dts │   │   │   │   ├── [2.9K] MX60.dts │   │   │   │   └── [7.6K] wndr4700.dts │   │   │   ├── [4.0K] files │   │   │   │   └── [4.0K] arch │   │   │   │   └── [4.0K] powerpc │   │   │   │   └── [4.0K] platforms │   │   │   │   └── [4.0K] 44x │   │   │   │   └── [2.3K] wndr4700.c │   │   │   ├── [4.0K] image │   │   │   │   ├── [7.9K] Makefile │   │   │   │   ├── [ 552] mbl_boot.scr │   │   │   │   └── [ 630] mbl_gen_hdd_img.sh │   │   │   ├── [ 636] Makefile │   │   │   ├── [4.0K] nand │   │   │   │   ├── [1023] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 609] 00-default.mk │   │   │   │   └── [ 225] target.mk │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   ├── [ 13K] 001-crypto4xx-integrate-ppc4xx-rng-into-crypto4xx.patch │   │   │   │   ├── [1.6K] 002-powerpc_ibm_phy_add_ar8035.patch │   │   │   │   ├── [4.1K] 010-dmaengine-Add-transfer-termination-synchronization-s.patch │   │   │   │   ├── [ 12K] 011-dmaengine-core-Introduce-new-universal-API-to-reques.patch │   │   │   │   ├── [ 12K] 012-dmaengine-Add-transfer-termination-synchronization-s.patch │   │   │   │   ├── [ 45K] 015-dmaengine-dw-fixed.patch │   │   │   │   ├── [ 33K] 020-sata-dwc.patch │   │   │   │   ├── [6.4K] 040-backport_leds-convert-IDE-trigger-to-common-disk-trigger.patch │   │   │   │   ├── [ 785] 200-add-meraki-mr24-ikarem-support.patch │   │   │   │   ├── [ 799] 201-add-amcc-apollo3g-support.patch │   │   │   │   ├── [ 926] 202-add-netgear-wndr4700-support.patch │   │   │   │   ├── [ 816] 203-add-meraki-mx60-buckminster-support.patch │   │   │   │   ├── [1.8K] 300-fix-atheros-nics-on-apm82181.patch │   │   │   │   ├── [ 554] 301-fix-memory-map-wndr4700.patch │   │   │   │   ├── [1.9K] 701-powerpc_ibm_apm82181_phyclk_fix.patch │   │   │   │   ├── [8.3K] 702-powerpc_ibm_phy_add_dt_parser.patch │   │   │   │   ├── [ 14K] 801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch │   │   │   │   ├── [1.6K] 802-usb-xhci-force-msi-renesas-xhci.patch │   │   │   │   ├── [1.5K] 804-usb-dwc2-add-amcc-usb-otg-405ex.patch │   │   │   │   ├── [ 26K] 901-hwmon-add-driver-for-Microchip-TC654-TC655-PWM-fan-c.patch │   │   │   │   ├── [8.5K] 911-hwmon-lm90-split-set-and-show-temp-as-common-codes.patch │   │   │   │   └── [4.1K] 912-hwmon-lm90-expose-to-thermal-fw-via-DT.patch │   │   │   └── [4.0K] sata │   │   │   ├── [ 970] config-default │   │   │   ├── [4.0K] profiles │   │   │   │   └── [ 408] 00-default.mk │   │   │   └── [ 304] target.mk │   │   ├── [4.0K] ar7 │   │   │   ├── [4.0K] ac49x │   │   │   │   ├── [ 100] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 310] 210-None.mk │   │   │   │   └── [ 175] target.mk │   │   │   ├── [4.0K] base-files │   │   │   │   └── [4.0K] etc │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   └── [ 602] 02_network │   │   │   │   ├── [1.0K] diag.sh │   │   │   │   └── [4.0K] init.d │   │   │   │   └── [ 371] adam2 │   │   │   ├── [ 257] base-files.mk │   │   │   ├── [3.4K] config-3.18 │   │   │   ├── [4.0K] config-4.1 │   │   │   ├── [4.0K] files │   │   │   │   └── [4.0K] drivers │   │   │   │   ├── [4.0K] char │   │   │   │   │   └── [3.4K] ar7_gpio.c │   │   │   │   └── [4.0K] mtd │   │   │   │   ├── [5.4K] ac49xpart.c │   │   │   │   └── [7.1K] titanpart.c │   │   │   ├── [4.0K] generic │   │   │   │   ├── [ 131] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   ├── [ 458] 100-Annex-A.mk │   │   │   │   │   ├── [ 441] 110-Annex-B.mk │   │   │   │   │   ├── [ 428] 200-Texas.mk │   │   │   │   │   └── [ 310] 210-None.mk │   │   │   │   └── [ 241] target.mk │   │   │   ├── [4.0K] image │   │   │   │   └── [5.0K] Makefile │   │   │   ├── [ 543] Makefile │   │   │   ├── [4.0K] patches-3.18 │   │   │   │   ├── [ 802] 001-mips-ar7-fix-serial.patch │   │   │   │   ├── [ 330] 100-fix-highmem-offset.patch │   │   │   │   ├── [1.5K] 101-MIPS-AR7-allow-NULL-clock-for-clk_get_rate.patch │   │   │   │   ├── [ 788] 110-flash.patch │   │   │   │   ├── [ 876] 120-gpio_chrdev.patch │   │   │   │   ├── [8.2K] 160-vlynq_try_remote_first.patch │   │   │   │   ├── [ 461] 200-free-mem-below-kernel-offset.patch │   │   │   │   ├── [1.9K] 300-add-ac49x-platform.patch │   │   │   │   ├── [ 678] 310-ac49x-prom-support.patch │   │   │   │   ├── [1.2K] 320-ac49x-mtd-partitions.patch │   │   │   │   ├── [ 733] 500-serial_kludge.patch │   │   │   │   ├── [3.4K] 920-ar7part.patch │   │   │   │   ├── [1.8K] 925-actiontec_leds.patch │   │   │   │   └── [1.4K] 950-cpmac_titan.patch │   │   │   ├── [4.0K] patches-4.1 │   │   │   │   ├── [ 802] 001-mips-ar7-fix-serial.patch │   │   │   │   ├── [ 330] 100-fix-highmem-offset.patch │   │   │   │   ├── [1.5K] 101-MIPS-AR7-allow-NULL-clock-for-clk_get_rate.patch │   │   │   │   ├── [ 788] 110-flash.patch │   │   │   │   ├── [ 876] 120-gpio_chrdev.patch │   │   │   │   ├── [8.2K] 160-vlynq_try_remote_first.patch │   │   │   │   ├── [ 461] 200-free-mem-below-kernel-offset.patch │   │   │   │   ├── [1.9K] 300-add-ac49x-platform.patch │   │   │   │   ├── [ 678] 310-ac49x-prom-support.patch │   │   │   │   ├── [1.2K] 320-ac49x-mtd-partitions.patch │   │   │   │   ├── [ 698] 500-serial_kludge.patch │   │   │   │   ├── [3.4K] 920-ar7part.patch │   │   │   │   ├── [1.8K] 925-actiontec_leds.patch │   │   │   │   └── [1.4K] 950-cpmac_titan.patch │   │   │   └── [4.0K] src │   │   │   └── [1.5K] adam2patcher.c │   │   ├── [4.0K] ar71xx │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   ├── [ 34K] 01_leds │   │   │   │   │   │   ├── [10.0K] 02_network │   │   │   │   │   │   └── [ 581] 03_gpio_switches │   │   │   │   │   ├── [7.5K] diag.sh │   │   │   │   │   ├── [4.0K] hotplug.d │   │   │   │   │   │   ├── [4.0K] firmware │   │   │   │   │   │   │   ├── [3.3K] 10-ath9k-eeprom │   │   │   │   │   │   │   └── [3.0K] 11-ath10k-caldata │   │   │   │   │   │   └── [4.0K] net │   │   │   │   │   │   └── [1.2K] 10-ar922x-led-fix │   │   │   │   │   ├── [ 106] inittab │   │   │   │   │   └── [4.0K] uci-defaults │   │   │   │   │   ├── [1.6K] 03_network-switchX-migration │   │   │   │   │   ├── [ 339] 03_network-vlan-migration │   │   │   │   │   ├── [1.3K] 04_led_migration │   │   │   │   │   ├── [ 382] 09_fix-checksum │   │   │   │   │   └── [ 286] 09_fix-seama-header │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [ 19K] ar71xx.sh │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   ├── [ 105] 03_preinit_do_ar71xx.sh │   │   │   │   │   ├── [1.4K] 05_set_iface_mac_ar71xx │   │   │   │   │   ├── [ 727] 05_set_preinit_iface_ar71xx │   │   │   │   │   └── [1.3K] 82_patch_ath10k │   │   │   │   └── [4.0K] upgrade │   │   │   │   ├── [5.0K] allnet.sh │   │   │   │   ├── [3.8K] dir825.sh │   │   │   │   ├── [3.6K] merakinand.sh │   │   │   │   ├── [7.8K] openmesh.sh │   │   │   │   └── [ 13K] platform.sh │   │   │   ├── [ 12K] config-4.4 │   │   │   ├── [4.0K] files │   │   │   │   ├── [4.0K] arch │   │   │   │   │   └── [4.0K] mips │   │   │   │   │   ├── [ 12K] ath79 │   │   │   │   │   │   ├── [3.9K] dev-ap9x-pci.c │   │   │   │   │   │   ├── [2.0K] dev-ap9x-pci.h │   │   │   │   │   │   ├── [1022] dev-dsa.c │   │   │   │   │   │   ├── [ 574] dev-dsa.h │   │   │   │   │   │   ├── [ 27K] dev-eth.c │   │   │   │   │   │   ├── [1.7K] dev-eth.h │   │   │   │   │   │   ├── [2.2K] dev-m25p80.c │   │   │   │   │   │   ├── [ 529] dev-m25p80.h │   │   │   │   │   │   ├── [3.1K] dev-nfc.c │   │   │   │   │   │   ├── [1.2K] dev-nfc.h │   │   │   │   │   │   ├── [ 44K] Kconfig.openwrt │   │   │   │   │   │   ├── [4.5K] mach-a60.c │   │   │   │   │   │   ├── [3.8K] mach-alfa-ap120c.c │   │   │   │   │   │   ├── [3.5K] mach-alfa-ap96.c │   │   │   │   │   │   ├── [2.8K] mach-alfa-nx.c │   │   │   │   │   │   ├── [2.2K] mach-all0258n.c │   │   │   │   │   │   ├── [2.1K] mach-all0315n.c │   │   │   │   │   │   ├── [2.5K] mach-antminer-s1.c │   │   │   │   │   │   ├── [2.6K] mach-antminer-s3.c │   │   │   │   │   │   ├── [2.5K] mach-antrouter-r1.c │   │   │   │   │   │   ├── [2.4K] mach-ap121f.c │   │   │   │   │   │   ├── [5.7K] mach-ap132.c │   │   │   │   │   │   ├── [4.2K] mach-ap143.c │   │   │   │   │   │   ├── [3.1K] mach-ap147.c │   │   │   │   │   │   ├── [3.7K] mach-ap152.c │   │   │   │   │   │   ├── [4.9K] mach-ap90q.c │   │   │   │   │   │   ├── [3.7K] mach-ap96.c │   │   │   │   │   │   ├── [8.2K] mach-archer-c7.c │   │   │   │   │   │   ├── [4.1K] mach-arduino-yun.c │   │   │   │   │   │   ├── [2.6K] mach-aw-nr580.c │   │   │   │   │   │   ├── [4.8K] mach-bhr-4grv2.c │   │   │   │   │   │   ├── [3.1K] mach-bhu-bxu2000n2-a.c │   │   │   │   │   │   ├── [2.0K] mach-bsb.c │   │   │   │   │   │   ├── [3.2K] mach-c55.c │   │   │   │   │   │   ├── [4.9K] mach-c60.c │   │   │   │   │   │   ├── [3.4K] mach-cap324.c │   │   │   │   │   │   ├── [3.4K] mach-cap4200ag.c │   │   │   │   │   │   ├── [2.8K] mach-carambola2.c │   │   │   │   │   │   ├── [ 12K] mach-cf-e316n-v2.c │   │   │   │   │   │   ├── [4.3K] mach-cpe510.c │   │   │   │   │   │   ├── [3.8K] mach-cpe870.c │   │   │   │   │   │   ├── [4.5K] mach-cr3000.c │   │   │   │   │   │   ├── [5.0K] mach-cr5000.c │   │   │   │   │   │   ├── [5.1K] mach-dap-2695-a1.c │   │   │   │   │   │   ├── [3.8K] mach-dgl-5500-a1.c │   │   │   │   │   │   ├── [4.3K] mach-dhp-1565-a1.c │   │   │   │   │   │   ├── [3.1K] mach-dir-505-a1.c │   │   │   │   │   │   ├── [4.1K] mach-dir-600-a1.c │   │   │   │   │   │   ├── [3.8K] mach-dir-615-c1.c │   │   │   │   │   │   ├── [3.8K] mach-dir-615-i1.c │   │   │   │   │   │   ├── [5.0K] mach-dir-825-b1.c │   │   │   │   │   │   ├── [5.8K] mach-dir-825-c1.c │   │   │   │   │   │   ├── [4.5K] mach-dir-869-a1.c │   │   │   │   │   │   ├── [3.3K] mach-dlan-hotspot.c │   │   │   │   │   │   ├── [5.8K] mach-dlan-pro-1200-ac.c │   │   │   │   │   │   ├── [5.9K] mach-dlan-pro-500-wp.c │   │   │   │   │   │   ├── [4.9K] mach-domywifi-dw33d.c │   │   │   │   │   │   ├── [4.9K] mach-dr344.c │   │   │   │   │   │   ├── [3.8K] mach-dr531.c │   │   │   │   │   │   ├── [3.6K] mach-dragino2.c │   │   │   │   │   │   ├── [3.0K] mach-e2100l.c │   │   │   │   │   │   ├── [3.1K] mach-eap120.c │   │   │   │   │   │   ├── [2.7K] mach-eap300v2.c │   │   │   │   │   │   ├── [4.7K] mach-eap7660d.c │   │   │   │   │   │   ├── [2.7K] mach-el-m150.c │   │   │   │   │   │   ├── [2.0K] mach-el-mini.c │   │   │   │   │   │   ├── [4.2K] mach-epg5000.c │   │   │   │   │   │   ├── [4.1K] mach-esr1750.c │   │   │   │   │   │   ├── [5.2K] mach-esr900.c │   │   │   │   │   │   ├── [3.5K] mach-ew-dorin.c │   │   │   │   │   │   ├── [4.8K] mach-f9k1115v2.c │   │   │   │   │   │   ├── [3.2K] mach-gl-ar150.c │   │   │   │   │   │   ├── [2.8K] mach-gl-ar300.c │   │   │   │   │   │   ├── [4.7K] mach-gl-ar300m.c │   │   │   │   │   │   ├── [3.4K] mach-gl-domino.c │   │   │   │   │   │   ├── [2.8K] mach-gl-inet.c │   │   │   │   │   │   ├── [2.8K] mach-gl-mifi.c │   │   │   │   │   │   ├── [2.1K] mach-gs-minibox-v1.c │   │   │   │   │   │   ├── [2.4K] mach-gs-oolite.c │   │   │   │   │   │   ├── [3.1K] mach-hiwifi-hc6361.c │   │   │   │   │   │   ├── [3.5K] mach-hornet-ub.c │   │   │   │   │   │   ├── [4.7K] mach-ja76pf.c │   │   │   │   │   │   ├── [2.2K] mach-jwap003.c │   │   │   │   │   │   ├── [4.1K] mach-jwap230.c │   │   │   │   │   │   ├── [4.0K] mach-mc-mac1200r.c │   │   │   │   │   │   ├── [2.8K] mach-mr12.c │   │   │   │   │   │   ├── [2.9K] mach-mr16.c │   │   │   │   │   │   ├── [4.5K] mach-mr1750.c │   │   │   │   │   │   ├── [8.2K] mach-mr18.c │   │   │   │   │   │   ├── [4.6K] mach-mr600.c │   │   │   │   │   │   ├── [4.9K] mach-mr900.c │   │   │   │   │   │   ├── [5.1K] mach-mynet-n600.c │   │   │   │   │   │   ├── [6.0K] mach-mynet-n750.c │   │   │   │   │   │   ├── [5.5K] mach-mynet-rext.c │   │   │   │   │   │   ├── [3.2K] mach-mzk-w04nu.c │   │   │   │   │   │   ├── [3.1K] mach-mzk-w300nh.c │   │   │   │   │   │   ├── [5.2K] mach-nbg460n.c │   │   │   │   │   │   ├── [ 10K] mach-nbg6716.c │   │   │   │   │   │   ├── [8.8K] mach-om2p.c │   │   │   │   │   │   ├── [4.9K] mach-om5pac.c │   │   │   │   │   │   ├── [6.1K] mach-om5pacv2.c │   │   │   │   │   │   ├── [5.9K] mach-om5p.c │   │   │   │   │   │   ├── [3.0K] mach-omy-g1.c │   │   │   │   │   │   ├── [2.5K] mach-omy-x1.c │   │   │   │   │   │   ├── [2.0K] mach-onion-omega.c │   │   │   │   │   │   ├── [2.1K] mach-pb42.c │   │   │   │   │   │   ├── [4.4K] mach-qihoo-c301.c │   │   │   │   │   │   ├── [3.5K] mach-r6100.c │   │   │   │   │   │   ├── [8.2K] mach-rb2011.c │   │   │   │   │   │   ├── [ 11K] mach-rb4xx.c │   │   │   │   │   │   ├── [8.7K] mach-rb750.c │   │   │   │   │   │   ├── [8.6K] mach-rb91x.c │   │   │   │   │   │   ├── [5.8K] mach-rb922.c │   │   │   │   │   │   ├── [5.0K] mach-rb941.c │   │   │   │   │   │   ├── [5.6K] mach-rb95x.c │   │   │   │   │   │   ├── [5.3K] mach-rbsxtlite.c │   │   │   │   │   │   ├── [4.9K] mach-re450.c │   │   │   │   │   │   ├── [2.2K] mach-rw2458n.c │   │   │   │   │   │   ├── [3.6K] mach-smart-300.c │   │   │   │   │   │   ├── [3.5K] mach-som9331.c │   │   │   │   │   │   ├── [4.9K] mach-sr3200.c │   │   │   │   │   │   ├── [3.2K] mach-tellstick-znet-lite.c │   │   │   │   │   │   ├── [3.0K] mach-tew-632brp.c │   │   │   │   │   │   ├── [5.0K] mach-tew-673gru.c │   │   │   │   │   │   ├── [4.1K] mach-tew-712br.c │   │   │   │   │   │   ├── [3.3K] mach-tew-732br.c │   │   │   │   │   │   ├── [4.8K] mach-tew-823dru.c │   │   │   │   │   │   ├── [4.4K] mach-tl-mr11u.c │   │   │   │   │   │   ├── [2.6K] mach-tl-mr13u.c │   │   │   │   │   │   ├── [3.0K] mach-tl-mr3020.c │   │   │   │   │   │   ├── [3.4K] mach-tl-mr3x20.c │   │   │   │   │   │   ├── [3.0K] mach-tl-wa701nd-v2.c │   │   │   │   │   │   ├── [3.4K] mach-tl-wa7210n-v2.c │   │   │   │   │   │   ├── [3.5K] mach-tl-wa801nd-v3.c │   │   │   │   │   │   ├── [3.5K] mach-tl-wa830re-v2.c │   │   │   │   │   │   ├── [3.3K] mach-tl-wa901nd.c │   │   │   │   │   │   ├── [2.8K] mach-tl-wa901nd-v2.c │   │   │   │   │   │   ├── [2.7K] mach-tl-wa901nd-v4.c │   │   │   │   │   │   ├── [8.0K] mach-tl-wax50re.c │   │   │   │   │   │   ├── [3.8K] mach-tl-wdr3320-v2.c │   │   │   │   │   │   ├── [4.4K] mach-tl-wdr3500.c │   │   │   │   │   │   ├── [5.3K] mach-tl-wdr4300.c │   │   │   │   │   │   ├── [3.6K] mach-tl-wdr6500-v2.c │   │   │   │   │   │   ├── [4.3K] mach-tl-wpa8630.c │   │   │   │   │   │   ├── [3.5K] mach-tl-wr1041n-v2.c │   │   │   │   │   │   ├── [3.6K] mach-tl-wr1043nd.c │   │   │   │   │   │   ├── [6.0K] mach-tl-wr1043nd-v2.c │   │   │   │   │   │   ├── [4.9K] mach-tl-wr1043nd-v4.c │   │   │   │   │   │   ├── [4.1K] mach-tl-wr2543n.c │   │   │   │   │   │   ├── [2.8K] mach-tl-wr703n.c │   │   │   │   │   │   ├── [2.8K] mach-tl-wr720n-v3.c │   │   │   │   │   │   ├── [3.3K] mach-tl-wr741nd.c │   │   │   │   │   │   ├── [4.9K] mach-tl-wr741nd-v4.c │   │   │   │   │   │   ├── [2.4K] mach-tl-wr802n.c │   │   │   │   │   │   ├── [3.8K] mach-tl-wr810n.c │   │   │   │   │   │   ├── [3.5K] mach-tl-wr841n.c │   │   │   │   │   │   ├── [7.4K] mach-tl-wr841n-v8.c │   │   │   │   │   │   ├── [7.9K] mach-tl-wr841n-v9.c │   │   │   │   │   │   ├── [3.4K] mach-tl-wr940n-v4.c │   │   │   │   │   │   ├── [3.1K] mach-tl-wr941nd.c │   │   │   │   │   │   ├── [3.5K] mach-tl-wr941nd-v6.c │   │   │   │   │   │   ├── [3.0K] mach-tube2h.c │   │   │   │   │   │   ├── [ 15K] machtypes.h │   │   │   │   │   │   ├── [5.3K] mach-ubnt.c │   │   │   │   │   │   ├── [4.5K] mach-ubnt-unifiac.c │   │   │   │   │   │   ├── [ 19K] mach-ubnt-xm.c │   │   │   │   │   │   ├── [3.8K] mach-weio.c │   │   │   │   │   │   ├── [4.0K] mach-whr-hp-g300n.c │   │   │   │   │   │   ├── [2.6K] mach-wlae-ag300n.c │   │   │   │   │   │   ├── [5.6K] mach-wlr8100.c │   │   │   │   │   │   ├── [2.9K] mach-wndap360.c │   │   │   │   │   │   ├── [4.7K] mach-wndr3700.c │   │   │   │   │   │   ├── [5.1K] mach-wndr4300.c │   │   │   │   │   │   ├── [2.6K] mach-wnr2000.c │   │   │   │   │   │   ├── [ 19K] mach-wnr2000-v3.c │   │   │   │   │   │   ├── [5.7K] mach-wnr2000-v4.c │   │   │   │   │   │   ├── [7.6K] mach-wnr2200.c │   │   │   │   │   │   ├── [2.6K] mach-wp543.c │   │   │   │   │   │   ├── [2.3K] mach-wpe72.c │   │   │   │   │   │   ├── [4.6K] mach-wpj342.c │   │   │   │   │   │   ├── [4.6K] mach-wpj344.c │   │   │   │   │   │   ├── [3.7K] mach-wpj531.c │   │   │   │   │   │   ├── [4.6K] mach-wpj558.c │   │   │   │   │   │   ├── [3.1K] mach-wrt160nl.c │   │   │   │   │   │   ├── [3.8K] mach-wrt400n.c │   │   │   │   │   │   ├── [3.6K] mach-wrtnode2q.c │   │   │   │   │   │   ├── [5.9K] mach-wzr-450hp2.c │   │   │   │   │   │   ├── [5.2K] mach-wzr-hp-ag300h.c │   │   │   │   │   │   ├── [4.2K] mach-wzr-hp-g300nh2.c │   │   │   │   │   │   ├── [7.6K] mach-wzr-hp-g300nh.c │   │   │   │   │   │   ├── [3.9K] mach-wzr-hp-g450h.c │   │   │   │   │   │   ├── [3.9K] mach-z1.c │   │   │   │   │   │   ├── [4.0K] mach-zbt-we1526.c │   │   │   │   │   │   ├── [3.9K] mach-zcn-1523h.c │   │   │   │   │   │   ├── [ 12K] Makefile │   │   │   │   │   │   ├── [1.6K] nvram.c │   │   │   │   │   │   ├── [ 574] nvram.h │   │   │   │   │   │   ├── [2.9K] pci-ath9k-fixup.c │   │   │   │   │   │   ├── [ 148] pci-ath9k-fixup.h │   │   │   │   │   │   ├── [6.2K] routerboot.c │   │   │   │   │   │   └── [1.4K] routerboot.h │   │   │   │   │   └── [4.0K] include │   │   │   │   │   └── [4.0K] asm │   │   │   │   │   ├── [4.0K] fw │   │   │   │   │   │   └── [4.0K] myloader │   │   │   │   │   │   └── [ 768] myloader.h │   │   │   │   │   └── [4.0K] mach-ath79 │   │   │   │   │   ├── [1.4K] ag71xx_platform.h │   │   │   │   │   ├── [2.6K] mach-rb750.h │   │   │   │   │   └── [1.3K] rb4xx_cpld.h │   │   │   │   ├── [4.0K] drivers │   │   │   │   │   ├── [4.0K] gpio │   │   │   │   │   │   ├── [4.6K] gpio-latch.c │   │   │   │   │   │   └── [5.8K] gpio-nxp-74hc153.c │   │   │   │   │   ├── [4.0K] leds │   │   │   │   │   │   ├── [9.4K] leds-nu801.c │   │   │   │   │   │   ├── [3.3K] leds-rb750.c │   │   │   │   │   │   └── [1.9K] leds-wndr3700-usb.c │   │   │   │   │   ├── [4.0K] mtd │   │   │   │   │   │   ├── [5.3K] cybertan_part.c │   │   │   │   │   │   ├── [4.0K] nand │   │   │   │   │   │   │   ├── [ 35K] ar934x_nfc.c │   │   │   │   │   │   │   ├── [7.1K] rb4xx_nand.c │   │   │   │   │   │   │   ├── [8.6K] rb750_nand.c │   │   │   │   │   │   │   └── [8.9K] rb91x_nand.c │   │   │   │   │   │   └── [5.2K] tplinkpart.c │   │   │   │   │   ├── [4.0K] net │   │   │   │   │   │   ├── [4.0K] dsa │   │   │   │   │   │   │   └── [6.8K] mv88e6063.c │   │   │   │   │   │   └── [4.0K] ethernet │   │   │   │   │   │   └── [4.0K] atheros │   │   │   │   │   │   └── [4.0K] ag71xx │   │   │   │   │   │   ├── [ 31K] ag71xx_ar7240.c │   │   │   │   │   │   ├── [ 974] ag71xx_ar8216.c │   │   │   │   │   │   ├── [7.3K] ag71xx_debugfs.c │   │   │   │   │   │   ├── [3.3K] ag71xx_ethtool.c │   │   │   │   │   │   ├── [ 13K] ag71xx.h │   │   │   │   │   │   ├── [ 33K] ag71xx_main.c │   │   │   │   │   │   ├── [7.0K] ag71xx_mdio.c │   │   │   │   │   │   ├── [5.0K] ag71xx_phy.c │   │   │   │   │   │   ├── [ 897] Kconfig │   │   │   │   │   │   └── [ 343] Makefile │   │   │   │   │   └── [4.0K] spi │   │   │   │   │   ├── [9.7K] spi-rb4xx.c │   │   │   │   │   ├── [7.3K] spi-rb4xx-cpld.c │   │   │   │   │   └── [ 14K] spi-vsc7385.c │   │   │   │   └── [4.0K] include │   │   │   │   └── [4.0K] linux │   │   │   │   ├── [1.1K] leds-nu801.h │   │   │   │   ├── [ 585] nxp_74hc153.h │   │   │   │   ├── [4.0K] platform │   │   │   │   │   └── [ 905] ar934x_nfc.h │   │   │   │   ├── [4.0K] platform_data │   │   │   │   │   ├── [ 239] gpio-latch.h │   │   │   │   │   └── [ 416] rb91x_nand.h │   │   │   │   └── [4.0K] spi │   │   │   │   └── [ 477] vsc7385.h │   │   │   ├── [4.0K] generic │   │   │   │   ├── [ 52] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 436] 00-default.mk │   │   │   │   └── [ 153] target.mk │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 23K] generic.mk │   │   │   │   ├── [ 17K] legacy-devices.mk │   │   │   │   ├── [ 53K] legacy.mk │   │   │   │   ├── [4.0K] lzma-loader │   │   │   │   │   ├── [1.4K] Makefile │   │   │   │   │   └── [4.0K] src │   │   │   │   │   ├── [ 25K] ar71xx_regs.h │   │   │   │   │   ├── [1.3K] board.c │   │   │   │   │   ├── [1.1K] cache.c │   │   │   │   │   ├── [ 456] cache.h │   │   │   │   │   ├── [2.1K] cacheops.h │   │   │   │   │   ├── [ 695] config.h │   │   │   │   │   ├── [ 873] cp0regdef.h │   │   │   │   │   ├── [2.3K] head.S │   │   │   │   │   ├── [ 108] loader2.lds │   │   │   │   │   ├── [6.2K] loader.c │   │   │   │   │   ├── [ 409] loader.lds │   │   │   │   │   ├── [ 107] lzma-data.lds │   │   │   │   │   ├── [ 15K] LzmaDecode.c │   │   │   │   │   ├── [2.6K] LzmaDecode.h │   │   │   │   │   ├── [ 830] LzmaTypes.h │   │   │   │   │   ├── [2.6K] Makefile │   │   │   │   │   ├── [6.9K] printf.c │   │   │   │   │   └── [ 487] printf.h │   │   │   │   ├── [3.0K] Makefile │   │   │   │   ├── [1.3K] mikrotik.mk │   │   │   │   ├── [3.0K] nand.mk │   │   │   │   ├── [ 29K] tp-link.mk │   │   │   │   ├── [ 445] ubinize-nbg6716.ini │   │   │   │   ├── [ 504] ubinize-wndr4300.ini │   │   │   │   └── [8.0K] ubnt.mk │   │   │   ├── [ 484] Makefile │   │   │   ├── [4.0K] mikrotik │   │   │   │   ├── [8.6K] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 433] 00-default.mk │   │   │   │   └── [ 259] target.mk │   │   │   ├── [1.8K] modules.mk │   │   │   ├── [4.0K] nand │   │   │   │   ├── [4.3K] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 422] 00-default.mk │   │   │   │   └── [ 211] target.mk │   │   │   └── [ 12K] patches-4.4 │   │   │   ├── [ 578] 001-spi-cs-gpio.patch │   │   │   ├── [2.5K] 002-add_back_gpio_function_select.patch │   │   │   ├── [ 442] 004-register_gpio_driver_earlier.patch │   │   │   ├── [1.6K] 100-MIPS-ath79-Avoid-using-unitialized-reg-variable.patch │   │   │   ├── [1.0K] 101-MIPS-ath79-make-ath79_ddr_ctrl_init-compatible-for-n.patch │   │   │   ├── [ 757] 103-MIPS-ath79-fix-register-address-in-ath79_ddr_wb_flus.patch │   │   │   ├── [1.9K] 104-spi-spi-ath79-support-multiple-internal-chip-select-.patch │   │   │   ├── [ 557] 105-spi-spi-ath79-use-gpio_set_value_cansleep-for-GPIO-c.patch │   │   │   ├── [ 645] 200-MIPS-ath79-fix-ar933x-wmac-reset.patch │   │   │   ├── [ 800] 201-ar913x_wmac_external_reset.patch │   │   │   ├── [ 317] 202-MIPS-ath79-ar934x-wmac-revision.patch │   │   │   ├── [ 638] 203-MIPS-ath79-fix-restart.patch │   │   │   ├── [ 751] 220-add_cpu_feature_overrides.patch │   │   │   ├── [ 620] 300-MIPS-add-MIPS_MACHINE_NONAME-macro.patch │   │   │   ├── [2.5K] 310-lib-add-rle-decompression.patch │   │   │   ├── [2.5K] 401-mtd-physmap-add-lock-unlock.patch │   │   │   ├── [ 820] 402-mtd-SST39VF6401B-support.patch │   │   │   ├── [1.6K] 403-mtd_fix_cfi_cmdset_0002_status_check.patch │   │   │   ├── [ 843] 404-mtd-cybertan-trx-parser.patch │   │   │   ├── [ 838] 405-mtd-tp-link-partition-parser.patch │   │   │   ├── [ 634] 407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data.patch │   │   │   ├── [1.2K] 408-mtd-redboot_partition_scan.patch │   │   │   ├── [ 784] 409-mtd-rb4xx_nand_driver.patch │   │   │   ├── [ 806] 410-mtd-rb750-nand-driver.patch │   │   │   ├── [1.9K] 411-mtd-cfi_cmdset_0002-force-word-write.patch │   │   │   ├── [ 284] 412-mtd-m25p80-zero-partition-parser-data.patch │   │   │   ├── [ 957] 413-mtd-ar934x-nand-driver.patch │   │   │   ├── [ 936] 414-mtd-rb91x-nand-driver.patch │   │   │   ├── [ 787] 420-net-ar71xx_mac_driver.patch │   │   │   ├── [ 729] 423-dsa-add-88e6063-driver.patch │   │   │   ├── [ 328] 430-drivers-link-spi-before-mtd.patch │   │   │   ├── [ 895] 432-spi-rb4xx-spi-driver.patch │   │   │   ├── [ 912] 433-spi-rb4xx-cpld-driver.patch │   │   │   ├── [ 812] 435-spi-vsc7385_driver.patch │   │   │   ├── [ 957] 440-leds-wndr3700-usb-led-driver.patch │   │   │   ├── [ 808] 441-leds-rb750-led-driver.patch │   │   │   ├── [ 789] 450-gpio-nxp-74hc153-gpio-chip-driver.patch │   │   │   ├── [3.0K] 451-gpio-74x164-improve-platform-device-support.patch │   │   │   ├── [ 774] 452-gpio-add-gpio-latch-driver.patch │   │   │   ├── [ 342] 460-m25p80-spi-read-flash-check.patch │   │   │   ├── [1.5K] 461-spi-ath79-add-fast-flash-read.patch │   │   │   ├── [3.2K] 470-MIPS-ath79-swizzle-pci-address-for-ar71xx.patch │   │   │   ├── [3.2K] 490-usb-ehci-add-quirks-for-qca-socs.patch │   │   │   ├── [ 469] 500-MIPS-fw-myloader.patch │   │   │   ├── [2.1K] 501-MIPS-ath79-add-mac-argument-to-ath79_register_wmac.patch │   │   │   ├── [1.2K] 504-MIPS-ath79-add-ath79_device_reset_get.patch │   │   │   ├── [ 993] 505-MIPS-ath79-add-ath79_gpio_function_select.patch │   │   │   ├── [1.0K] 506-MIPS-ath79-prom-parse-redboot-args.patch │   │   │   ├── [1.2K] 507-MIPS-ath79-prom-add-myloader-support.patch │   │   │   ├── [1.6K] 508-MIPS-ath79-prom-image-command-line-hack.patch │   │   │   ├── [ 312] 509-MIPS-ath79-process-board-kernel-option.patch │   │   │   ├── [ 334] 510-MIPS-ath79-init-gpio-pin-of-wmac-device.patch │   │   │   ├── [ 593] 520-MIPS-ath79-enable-UART-function.patch │   │   │   ├── [1.2K] 521-MIPS-ath79-enable-UART-for-early_serial.patch │   │   │   ├── [ 562] 522-MIPS-ath79-add-ath79_wmac_register_simple-helper.patch │   │   │   ├── [3.6K] 523-MIPS-ath79-OTP-support.patch │   │   │   ├── [ 751] 524-MIPS-ath79-add-ath79_wmac_disable_25ghz-helpers.patch │   │   │   ├── [2.5K] 525-MIPS-ath79-enable-qca-usb-quirks.patch │   │   │   ├── [ 16K] 601-MIPS-ath79-add-more-register-defines.patch │   │   │   ├── [ 873] 602-MIPS-ath79-add-openwrt-stuff.patch │   │   │   ├── [4.0K] 603-MIPS-ath79-ap121-fixes.patch │   │   │   ├── [5.5K] 605-MIPS-ath79-db120-fixes.patch │   │   │   ├── [3.7K] 606-MIPS-ath79-pb44-fixes.patch │   │   │   ├── [ 445] 607-MIPS-ath79-ubnt-xm-fixes.patch │   │   │   ├── [ 592] 608-MIPS-ath79-ubnt-xm-add-more-boards.patch │   │   │   ├── [8.5K] 609-MIPS-ath79-ap136-fixes.patch │   │   │   ├── [ 580] 611-MIPS-ath79-wdt-timeout.patch │   │   │   ├── [ 692] 612-MIPS-ath79-set-buffalo-txgain.patch │   │   │   ├── [1.8K] 613-MIPS-ath79-add-ath79_wmac_setup_ext_lna_gpio-helper.patch │   │   │   ├── [ 22K] 620-MIPS-ath79-add-support-for-QCA953x-SoC.patch │   │   │   ├── [ 21K] 621-MIPS-ath79-add-support-for-QCA956x-SoC.patch │   │   │   ├── [3.0K] 630-MIPS-ath79-fix-chained-irq-disable.patch │   │   │   ├── [ 701] 631-MIPS-ath79-wmac-enable-set-led-pin.patch │   │   │   ├── [1002] 632-MIPS-ath79-gpio-enable-set-direction.patch │   │   │   ├── [ 618] 634-MIPS-ath79-ar724x-clock-calculation-fixes.patch │   │   │   ├── [2.2K] 640-MIPS-ath79-add-QCA955x-wmac-reset.patch │   │   │   ├── [ 193] 700-MIPS-ath79-add-openwrt-Kconfig.patch │   │   │   ├── [ 724] 701-MIPS-ath79-add-routerboard-detection.patch │   │   │   ├── [1.1K] 739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch │   │   │   ├── [1.3K] 740-MIPS-ath79-add-PCI-for-QCA953x-SoC.patch │   │   │   ├── [ 926] 818-MIPS-ath79-add-nu801-led-driver.patch │   │   │   ├── [2.0K] 820-MIPS-ath79-add_gpio_function2_setup.patch │   │   │   ├── [2.1K] 821-serial-core-add-support-for-boot-console-with-arbitr.patch │   │   │   ├── [ 664] 900-mdio_bitbang_ignore_ta_value.patch │   │   │   ├── [1.6K] 901-phy-mdio-bitbang-prevent-rescheduling-during-command.patch │   │   │   ├── [2.1K] 902-at803x-add-reset-gpio-pdata.patch │   │   │   └── [ 27K] 910-unaligned_access_hacks.patch │   │   ├── [4.0K] arc770 │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   └── [4.0K] board.d │   │   │   │   │   └── [ 236] 02_network │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [ 888] arc.sh │   │   │   │   └── [4.0K] preinit │   │   │   │   └── [ 107] 01_preinit_arc.sh │   │   │   ├── [4.6K] config-4.4 │   │   │   ├── [4.0K] generic │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 417] 00-default.mk │   │   │   │   └── [ 141] target.mk │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 126] Config.in │   │   │   │   ├── [ 728] gen_axs10x_sdcard_img.sh │   │   │   │   ├── [2.5K] Makefile │   │   │   │   └── [ 404] uEnv.txt │   │   │   ├── [ 489] Makefile │   │   │   └── [4.0K] patches-4.4 │   │   │   └── [1.1K] 700-stmmac-Disable-frame-filtering-completely.patch │   │   ├── [4.0K] archs38 │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   └── [4.0K] board.d │   │   │   │   │   └── [ 236] 02_network │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [ 891] arc.sh │   │   │   │   └── [4.0K] preinit │   │   │   │   └── [ 107] 01_preinit_arc.sh │   │   │   ├── [4.9K] config-4.4 │   │   │   ├── [4.0K] generic │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 407] 00-default.mk │   │   │   │   └── [ 133] target.mk │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 127] Config.in │   │   │   │   ├── [ 728] gen_axs10x_sdcard_img.sh │   │   │   │   ├── [2.6K] Makefile │   │   │   │   └── [ 404] uEnv.txt │   │   │   ├── [ 506] Makefile │   │   │   └── [4.0K] patches-4.4 │   │   │   └── [1.1K] 700-stmmac-Disable-frame-filtering-completely.patch │   │   ├── [4.0K] arm64 │   │   │   ├── [4.0K] base-files │   │   │   │   └── [4.0K] etc │   │   │   │   └── [ 186] inittab │   │   │   ├── [9.1K] config-4.4 │   │   │   ├── [4.0K] image │   │   │   │   ├── [4.0K] boot-wrapper │   │   │   │   │   └── [1.1K] Makefile │   │   │   │   └── [1.1K] Makefile │   │   │   ├── [ 589] Makefile │   │   │   └── [ 447] README │   │   ├── [4.0K] armvirt │   │   │   ├── [4.0K] base-files │   │   │   │   └── [4.0K] etc │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   └── [ 264] 00_model │   │   │   │   └── [ 186] inittab │   │   │   ├── [6.5K] config-default │   │   │   ├── [4.0K] image │   │   │   │   └── [ 630] Makefile │   │   │   ├── [ 612] Makefile │   │   │   └── [1.1K] README │   │   ├── [4.0K] at91 │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   └── [ 295] 02_network │   │   │   │   │   └── [4.0K] config │   │   │   │   │   ├── [ 107] firewall │   │   │   │   │   └── [ 399] network │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [1.5K] at91.sh │   │   │   │   └── [4.0K] preinit │   │   │   │   └── [ 97] 03_preinit_do_at91.sh │   │   │   ├── [7.1K] config-4.4 │   │   │   ├── [4.0K] files │   │   │   │   ├── [4.0K] arch │   │   │   │   │   └── [4.0K] arm │   │   │   │   │   └── [4.0K] boot │   │   │   │   │   └── [4.0K] dts │   │   │   │   │   ├── [3.8K] at91-q5xr5.dts │   │   │   │   │   └── [2.0K] lmu5000.dts │   │   │   │   └── [4.0K] drivers │   │   │   │   └── [4.0K] mtd │   │   │   │   └── [3.4K] at91part.c │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 212] Config.in │   │   │   │   ├── [4.0K] dfboot │   │   │   │   │   ├── [ 751] Makefile │   │   │   │   │   └── [4.0K] src │   │   │   │   │   ├── [2.0K] asm_isr.S │   │   │   │   │   ├── [2.0K] asm_mci_isr.S │   │   │   │   │   ├── [ 24K] at45.c │   │   │   │   │   ├── [7.3K] com.c │   │   │   │   │   ├── [1.0K] com.h │   │   │   │   │   ├── [ 324] config.h │   │   │   │   │   ├── [5.1K] cstartup_ram.S │   │   │   │   │   ├── [6.6K] dataflash.c │   │   │   │   │   ├── [7.5K] dataflash.h │   │   │   │   │   ├── [ 983] div0.c │   │   │   │   │   ├── [ 348] elf32-littlearm.lds │   │   │   │   │   ├── [ 20K] embedded_services.h │   │   │   │   │   ├── [4.0K] include │   │   │   │   │   │   ├── [ 18K] AT91C_MCI_Device.h │   │   │   │   │   │   ├── [203K] AT91RM9200.h │   │   │   │   │   │   ├── [166K] AT91RM9200.inc │   │   │   │   │   │   ├── [177K] AT91RM9200_inc.h │   │   │   │   │   │   ├── [1.4K] led.h │   │   │   │   │   │   └── [114K] lib_AT91RM9200.h │   │   │   │   │   ├── [4.9K] init.c │   │   │   │   │   ├── [ 39] jump.S │   │   │   │   │   ├── [2.5K] led.c │   │   │   │   │   ├── [ 22K] main.c │   │   │   │   │   ├── [1.8K] main.h │   │   │   │   │   ├── [2.7K] Makefile │   │   │   │   │   ├── [ 27K] mci_device.c │   │   │   │   │   ├── [ 302] stdio.h │   │   │   │   │   ├── [2.2K] _udivsi3.S │   │   │   │   │   └── [2.7K] _umodsi3.S │   │   │   │   ├── [3.5K] Makefile │   │   │   │   └── [ 253] ubinize.cfg │   │   │   ├── [4.0K] legacy │   │   │   │   ├── [ 954] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   ├── [ 329] 00-default.mk │   │   │   │   │   ├── [1.8K] atmel.mk │   │   │   │   │   └── [ 449] calamp.mk │   │   │   │   └── [ 170] target.mk │   │   │   ├── [ 511] Makefile │   │   │   ├── [2.8K] modules.mk │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   ├── [ 256] 100-ARM-at91-build-dtb-for-LMU5000.patch │   │   │   │   └── [ 279] 101-ARM-at91-build-dtb-for-q5xr5.patch │   │   │   └── [4.0K] sama5d3 │   │   │   ├── [ 576] config-default │   │   │   ├── [4.0K] profiles │   │   │   │   └── [ 362] atmel.mk │   │   │   └── [ 200] target.mk │   │   ├── [4.0K] ath25 │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   └── [4.0K] board.d │   │   │   │   │   ├── [ 181] 01_leds │   │   │   │   │   └── [ 628] 02_network │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   └── [ 956] 15_preinit_iface_atheros │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [2.0K] platform.sh │   │   │   ├── [4.2K] config-4.4 │   │   │   ├── [4.0K] image │   │   │   │   └── [2.7K] Makefile │   │   │   ├── [ 573] Makefile │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   ├── [5.7K] 107-ar5312_gpio.patch │   │   │   │   ├── [9.8K] 108-ar2315_gpio.patch │   │   │   │   ├── [ 50K] 110-ar2313_ethernet.patch │   │   │   │   ├── [ 17K] 120-spiflash.patch │   │   │   │   ├── [7.0K] 130-watchdog.patch │   │   │   │   ├── [1.7K] 140-redboot_boardconfig.patch │   │   │   │   ├── [1.2K] 141-redboot_partition_scan.patch │   │   │   │   ├── [2.1K] 142-redboot_various_erase_size_fix.patch │   │   │   │   ├── [1.4K] 210-reset_button.patch │   │   │   │   ├── [2.2K] 220-enet_micrel_workaround.patch │   │   │   │   └── [3.0K] 330-board_leds.patch │   │   │   └── [4.0K] profiles │   │   │   └── [ 341] 00-default.mk │   │   ├── [4.0K] au1000 │   │   │   ├── [4.0K] au1500 │   │   │   │   ├── [ 122] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   ├── [ 268] Atheros.mk │   │   │   │   │   ├── [ 460] InternetBox.mk │   │   │   │   │   └── [ 442] MeshCube.mk │   │   │   │   └── [ 135] target.mk │   │   │   ├── [4.0K] au1550 │   │   │   │   ├── [ 108] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 315] DBAu1550.mk │   │   │   │   └── [ 154] target.mk │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   └── [ 282] diag.sh │   │   │   │   └── [4.0K] lib │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [ 922] platform.sh │   │   │   ├── [3.9K] config-3.18 │   │   │   ├── [4.0K] image │   │   │   │   └── [2.5K] Makefile │   │   │   ├── [ 873] Makefile │   │   │   ├── [ 504] modules.mk │   │   │   └── [4.0K] patches-3.18 │   │   │   ├── [ 286] 002-openwrt_rootfs.patch │   │   │   ├── [ 520] 003-au1000_eth_ioctl.patch │   │   │   ├── [ 407] 004-watchdog_low_init.patch │   │   │   └── [ 688] 006-codec.patch │   │   ├── [4.0K] bcm53xx │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   ├── [ 393] 01_leds │   │   │   │   │   │   └── [2.6K] 02_network │   │   │   │   │   ├── [ 814] diag.sh │   │   │   │   │   └── [4.0K] uci-defaults │   │   │   │   │   └── [ 238] 09_fix_crc │   │   │   │   └── [4.0K] lib │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [8.5K] platform.sh │   │   │   ├── [8.6K] config-4.4 │   │   │   ├── [4.0K] files │   │   │   │   ├── [4.0K] arch │   │   │   │   │   └── [4.0K] arm │   │   │   │   │   └── [4.0K] boot │   │   │   │   │   └── [4.0K] compressed │   │   │   │   │   └── [2.7K] cache-v7-min.S │   │   │   │   └── [4.0K] drivers │   │   │   │   └── [4.0K] firmware │   │   │   │   └── [4.0K] broadcom │   │   │   │   └── [ 28K] bcm47xx_sprom.c │   │   │   ├── [4.0K] image │   │   │   │   └── [7.4K] Makefile │   │   │   ├── [ 735] Makefile │   │   │   ├── [1.1K] modules.mk │   │   │   ├── [ 12K] patches-4.4 │   │   │   │   ├── [2.0K] 020-ARM-BCM5301X-remove-workaround-imprecise-abort-fault.patch │   │   │   │   ├── [1.1K] 021-ARM-BCM5310X-activate-erratas-needed-for-SoC.patch │   │   │   │   ├── [7.8K] 022-ARM-BCM-Clean-up-SMP-support-for-Broadcom-Kona.patch │   │   │   │   ├── [ 17K] 023-ARM-BCM-Add-SMP-support-for-Broadcom-NSP.patch │   │   │   │   ├── [1.6K] 024-ARM-BCM-Add-SMP-support-for-Broadcom-4708.patch │   │   │   │   ├── [7.6K] 030-ARM-dts-bcm5301x-Add-BCM-SVK-DT-files.patch │   │   │   │   ├── [4.3K] 031-ARM-dts-enable-clock-support-for-BCM5301X.patch │   │   │   │   ├── [1.6K] 032-ARM-BCM5301X-Add-missing-Netgear-R8000-LEDs.patch │   │   │   │   ├── [2.4K] 033-dt-bindings-add-SMP-enable-method-for-Broadcom-NSP.patch │   │   │   │   ├── [3.2K] 034-ARM-BCM5301X-Add-DT-for-D-Link-DIR-885L.patch │   │   │   │   ├── [2.5K] 035-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers-of-few.patch │   │   │   │   ├── [2.4K] 036-ARM-BCM5301X-Enable-earlycon-on-tested-devices.patch │   │   │   │   ├── [1.4K] 037-0001-ARM-BCM5301X-Add-DT-entry-for-SPI-controller-and-NOR.patch │   │   │   │   ├── [2.2K] 037-0002-ARM-BCM5301X-Enable-SPI-NOR-on-dual-flash-devices.patch │   │   │   │   ├── [1.6K] 038-0001-ARM-dts-Enable-SRAB-switch-and-GMACs-on-5301x-DTS.patch │   │   │   │   ├── [1.6K] 038-0002-ARM-dts-BCM5301X-Add-SRAB-interrupts.patch │   │   │   │   ├── [1.1K] 038-0003-ARM-dts-BCM5310x-Enable-switch-ports-on-SmartRG-SR40.patch │   │   │   │   ├── [ 872] 039-ARM-dts-BCM5301x-Add-RNG-Device-Tree-node.patch │   │   │   │   ├── [3.8K] 040-ARM-dts-BCM5301x-Add-BCM953012ER-board.patch │   │   │   │   ├── [1.7K] 041-0001-ARM-BCM5301X-Specify-NAND-chip-select-and-ECC-in-sep.patch │   │   │   │   ├── [1.4K] 041-0002-ARM-BCM5301X-Fix-NAND-ECC-parameters-for-D-Link-DIR-.patch │   │   │   │   ├── [1.2K] 042-ARM-BCM5301X-Specify-PHY-of-USB-2.0-in-DT.patch │   │   │   │   ├── [2.1K] 043-0001-ARM-BCM53573-Initial-support-for-Broadcom-BCM53573-S.patch │   │   │   │   ├── [3.2K] 044-0001-ARM-BCM5301X-Add-DT-for-Netgear-R8500.patch │   │   │   │   ├── [6.2K] 044-0002-ARM-BCM5301X-Add-basic-dts-for-BCM53573-based-Tenda-.patch │   │   │   │   ├── [1.7K] 044-0003-ARM-BCM5301X-Add-separated-DTS-include-file-for-BCM4.patch │   │   │   │   ├── [2.3K] 044-0004-ARM-BCM5301X-Enable-UART-on-Netgear-R8000.patch │   │   │   │   ├── [1.4K] 044-0005-ARM-BCM5301X-Specify-USB-3.0-PHY-in-DT.patch │   │   │   │   ├── [2.1K] 044-0006-ARM-BCM5301X-Add-DT-for-Luxul-XAP-1510.patch │   │   │   │   ├── [3.6K] 044-0007-ARM-BCM5301X-Add-DT-for-Luxul-XWR-3100.patch │   │   │   │   ├── [1.1K] 044-0008-ARM-BCM53573-Specify-PMU-and-its-ILP-clock-in-the-DT.patch │   │   │   │   ├── [3.4K] 044-0009-ARM-BCM5301X-Add-DT-for-TP-LINK-Archer-C9-V1.patch │   │   │   │   ├── [2.4K] 045-ARM-BCM5301X-Add-back-handler-ignoring-external-impr.patch │   │   │   │   ├── [5.8K] 046-0001-ARM-BCM5301X-Enable-UART-by-default-for-BCM4708-1-BC.patch │   │   │   │   ├── [1.3K] 046-0002-ARM-BCM5301X-Fix-LAN-LED-labels-for-Luxul-XWR-3100.patch │   │   │   │   ├── [1.7K] 046-0003-ARM-BCM5301X-Specify-USB-controllers-in-DT.patch │   │   │   │   ├── [ 862] 046-0004-ARM-BCM5301X-Set-GPIO-enabling-USB-power-on-Netgear-.patch │   │   │   │   ├── [6.1K] 046-0005-ARM-BCM5301X-Specify-all-RAM-by-including-an-extra-b.patch │   │   │   │   ├── [1.4K] 046-0006-ARM-BCM53573-Specify-USB-ports-of-on-SoC-controllers.patch │   │   │   │   ├── [3.4K] 046-0007-ARM-BCM5301X-Set-5-GHz-wireless-frequency-limits-on-.patch │   │   │   │   ├── [2.1K] 046-0008-ARM-BCM5301X-Add-DT-for-Luxul-XAP-1410.patch │   │   │   │   ├── [3.1K] 046-0009-ARM-BCM5301X-Add-DT-for-Luxul-XWR-1200.patch │   │   │   │   ├── [1.8K] 047-0001-ARM-dts-BCM5301X-Add-basic-DT-for-Linksys-EA9200.patch │   │   │   │   ├── [1.9K] 047-0002-ARM-dts-BCM5301X-Add-basic-DT-for-Linksys-EA6300-V1.patch │   │   │   │   ├── [1.2K] 047-0003-ARM-dts-BCM5301X-Add-NAND-entries-to-bcm953012k.patch │   │   │   │   ├── [1.9K] 047-0005-ARM-dts-BCM5301X-Add-basic-DT-for-Linksys-EA9500.patch │   │   │   │   ├── [3.8K] 047-0006-ARM-dts-BCM5301X-Add-support-for-BCM953012HR.patch │   │   │   │   ├── [1.8K] 047-0007-ARM-dts-BCM53573-Describe-Tenda-AC9-PCIe-card-in-DT.patch │   │   │   │   ├── [ 995] 047-0008-ARM-dts-BCM53573-Add-Tenda-AC9-2-GHz-LED.patch │   │   │   │   ├── [ 12K] 047-0009-ARM-dts-BCM5301X-Relicense-DTS-files-I-created-to-th.patch │   │   │   │   ├── [1.8K] 047-0010-ARM-dts-BCM5301X-Add-missing-Netgear-R8000-LEDs-and-.patch │   │   │   │   ├── [1.4K] 047-0011-ARM-dts-BCM53573-Don-t-use-nonexistent-default-off-L.patch │   │   │   │   ├── [ 16K] 047-0012-ARM-dts-BCM5301X-Don-t-use-nonexistent-default-off-L.patch │   │   │   │   ├── [1.3K] 047-0014-ARM-dts-BCM5301X-Add-TWD-WD-Support-to-DT.patch │   │   │   │   ├── [1013] 047-0015-ARM-dts-BCM5301X-Add-I2C-support-to-the-DT.patch │   │   │   │   ├── [2.9K] 047-0016-ARM-dts-BCM5301X-Add-support-for-TP-LINK-Archer-C5-V.patch │   │   │   │   ├── [ 787] 047-0017-ARM-dts-BCM953012HR-Add-ethernet-aliases.patch │   │   │   │   ├── [3.7K] 047-0018-ARM-dts-BCM5301X-Specify-serial-console-params-in-dt.patch │   │   │   │   ├── [ 895] 047-0019-ARM-dts-BCM53573-Specify-serial-console-parameters.patch │   │   │   │   ├── [1.5K] 047-0020-ARM-dts-BCM5301X-Add-CPU-thermal-sensor-and-zone.patch │   │   │   │   ├── [1020] 047-0021-ARM-dts-BCM5301X-Specify-MDIO-bus-in-the-DT.patch │   │   │   │   ├── [1.8K] 049-v4.14-0001-ARM-dts-BCM5301X-Specify-USB-ports-for-each-controll.patch │   │   │   │   ├── [4.3K] 049-v4.14-0002-ARM-dts-BCM5301X-Specify-USB-ports-for-USB-LEDs-of-f.patch │   │   │   │   ├── [8.0K] 070-0001-phy-bcm-ns-usb2-new-driver-for-USB-2.0-PHY-on-Norths.patch │   │   │   │   ├── [ 921] 070-0002-phy-bcm-ns-usb2-checking-the-wrong-variable.patch │   │   │   │   ├── [9.7K] 071-phy-bcm-ns-usb3-new-driver-for-USB-3.0-PHY-on-Norths.patch │   │   │   │   ├── [2.4K] 080-USB-bcma-switch-to-GPIO-descriptor-for-power-control.patch │   │   │   │   ├── [2.8K] 081-0001-USB-bcma-make-helper-creating-platform-dev-more-gene.patch │   │   │   │   ├── [3.3K] 081-0002-USB-bcma-separate-code-initializing-USB-2.0-core.patch │   │   │   │   ├── [1.2K] 081-0003-USB-bcma-use-simpler-devm-helper-for-getting-vcc-GPI.patch │   │   │   │   ├── [2.0K] 082-0001-USB-bcma-initialize-Northstar-USB-3.0-controller.patch │   │   │   │   ├── [5.3K] 082-0002-USB-bcma-support-old-USB-2.0-controller-on-Northstar.patch │   │   │   │   ├── [4.0K] 082-0003-USB-bcma-drop-Northstar-PHY-2.0-initialization-code.patch │   │   │   │   ├── [1.7K] 084-0001-spi-bcm53xx-set-of_node-to-let-DT-specify-device-s.patch │   │   │   │   ├── [1.8K] 084-0002-spi-bcm53xx-re-license-code-to-the-GPL-v2.patch │   │   │   │   ├── [1.5K] 085-PCI-iproc-Hide-CONFIG_PCIE_IPROC.patch │   │   │   │   ├── [ 964] 086-PCI-iproc-Do-not-use-0x-in-front-of-pap.patch │   │   │   │   ├── [1.3K] 087-0001-PCI-iproc-Update-iProc-PCIe-device-tree-binding.patch │   │   │   │   ├── [ 13K] 087-0002-PCI-iproc-Add-PAXC-interface-support.patch │   │   │   │   ├── [2.5K] 087-0003-PCI-iproc-Add-iProc-PCIe-MSI-device-tree-binding.patch │   │   │   │   ├── [ 25K] 087-0004-PCI-iproc-Add-iProc-PCIe-MSI-support.patch │   │   │   │   ├── [2.6K] 088-PCI-iproc-Allow-multiple-devices-except-on-PAXC.patch │   │   │   │   ├── [6.4K] 089-clk-bcm-Add-driver-for-BCM53573-ILP-clock.patch │   │   │   │   ├── [ 241] 101-use-part-parser.patch │   │   │   │   ├── [1.9K] 112-bcm53xx-sprom-add-sprom-driver.patch │   │   │   │   ├── [2.0K] 140-mtd-brcmnand-set-initial-ECC-params-based-on-info-fr.patch │   │   │   │   ├── [3.9K] 180-usb-xhci-add-support-for-performing-fake-doorbell.patch │   │   │   │   ├── [2.9K] 300-ARM-BCM5301X-Disable-MMU-and-Dcache-during-decompres.patch │   │   │   │   ├── [1.4K] 301-ARM-BCM5301X-Add-DT-for-Netgear-R7900.patch │   │   │   │   ├── [ 777] 320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch │   │   │   │   ├── [ 520] 332-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch │   │   │   │   ├── [ 910] 400-mtd-brcmnand-stop-special-treating-ECC-strength-1-as.patch │   │   │   │   ├── [1.1K] 405-mtd-spi-nor-detect-JEDEC-incompatible-w25q128-using-.patch │   │   │   │   ├── [1.8K] 406-mtd-m25p80-use-single-SPI-message-for-writing-data.patch │   │   │   │   ├── [2.0K] 500-UBI-Detect-EOF-mark-and-erase-all-remaining-blocks.patch │   │   │   │   ├── [1.6K] 710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch │   │   │   │   ├── [1.8K] 901-mtd-bcm47xxpart-add-device-specific-workarounds.patch │   │   │   │   └── [2.2K] 905-BCM53573-minor-hacks.patch │   │   │   └── [4.0K] profiles │   │   │   └── [ 488] 100-Generic.mk │   │   ├── [4.0K] brcm2708 │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   └── [ 414] 02_network │   │   │   │   │   ├── [ 499] diag.sh │   │   │   │   │   └── [ 143] inittab │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [ 982] brcm2708.sh │   │   │   │   ├── [4.0K] firmware │   │   │   │   │   └── [4.0K] brcm │   │   │   │   │   └── [1.1K] brcmfmac43430-sdio.txt │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   ├── [ 140] 03_preinit_do_brcm2708.sh │   │   │   │   │   ├── [ 279] 05_set_preinit_iface_brcm2708 │   │   │   │   │   └── [ 358] 79_move_config │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [ 606] platform.sh │   │   │   ├── [4.0K] bcm2708 │   │   │   │   ├── [9.2K] config-4.4 │   │   │   │   └── [ 218] target.mk │   │   │   ├── [4.0K] bcm2709 │   │   │   │   ├── [9.9K] config-4.4 │   │   │   │   └── [ 222] target.mk │   │   │   ├── [4.0K] bcm2710 │   │   │   │   ├── [9.7K] config-4.4 │   │   │   │   └── [ 223] target.mk │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 124] cmdline.txt │   │   │   │   ├── [ 130] Config.in │   │   │   │   ├── [ 30K] config.txt │   │   │   │   ├── [ 580] gen_rpi_sdcard_img.sh │   │   │   │   └── [2.3K] Makefile │   │   │   ├── [ 799] Makefile │   │   │   ├── [ 17K] modules.mk │   │   │   └── [ 52K] patches-4.4 │   │   │   ├── [1.2K] 0001-smsx95xx-fix-crimes-against-truesize.patch │   │   │   ├── [ 609] 0002-smsc95xx-Disable-turbo-mode-by-default.patch │   │   │   ├── [1005] 0003-vmstat-Workaround-for-issue-where-dirty-page-count-g.patch │   │   │   ├── [1.5K] 0004-BCM2835_DT-Fix-I2S-register-map.patch │   │   │   ├── [1004] 0005-irq-bcm2836-Prevent-spurious-interrupts-and-trap-the.patch │   │   │   ├── [3.9K] 0006-irqchip-bcm2835-Add-FIQ-support.patch │   │   │   ├── [2.7K] 0007-irqchip-irq-bcm2835-Add-2836-FIQ-support.patch │   │   │   ├── [ 609] 0008-serial-8250-Don-t-crash-when-nr_uarts-is-0.patch │   │   │   ├── [ 686] 0009-pinctrl-bcm2835-Set-base-to-0-give-expected-gpio-num.patch │   │   │   ├── [4.5K] 0010-pinctrl-bcm2835-Fix-interrupt-handling-for-GPIOs-28-.patch │   │   │   ├── [1.0K] 0011-pinctrl-bcm2835-Only-request-the-interrupts-listed-i.patch │   │   │   ├── [2.5K] 0012-spi-bcm2835-Support-pin-groups-other-than-7-11.patch │   │   │   ├── [1.7K] 0013-ARM-bcm2835-Set-Serial-number-and-Revision.patch │   │   │   ├── [2.0K] 0014-bcm2835-i2s-get-base-address-for-DMA-from-devicetree.patch │   │   │   ├── [2.4K] 0015-bcm2835-i2s-add-24bit-support-update-bclk_ratio-to-m.patch │   │   │   ├── [1.8K] 0016-bcm2835-i2s-setup-clock-only-if-CPU-is-clock-master.patch │   │   │   ├── [1.1K] 0017-bcm2835-i2s-Eliminate-debugfs-directory-error.patch │   │   │   ├── [2.0K] 0018-bcm2835-i2s-Register-PCM-device.patch │   │   │   ├── [1.5K] 0019-bcm2835-i2s-Enable-MMAP-support-via-a-DT-property.patch │   │   │   ├── [9.4K] 0020-dmaengine-bcm2835-Add-slave-dma-support.patch │   │   │   ├── [1.1K] 0021-dmaengine-bcm2835-set-residue_granularity-field.patch │   │   │   ├── [2.9K] 0022-dmaengine-bcm2835-Load-driver-early-and-support-lega.patch │   │   │   ├── [ 562] 0023-bcm2835-dma-Fix-dreq-not-set-for-slave-transfers.patch │   │   │   ├── [1.2K] 0024-bcm2835-dma-Limit-cyclic-transfers-on-lite-channels-.patch │   │   │   ├── [1.6K] 0025-bcm2835-Add-support-for-uart1.patch │   │   │   ├── [3.4K] 0026-firmware-bcm2835-Add-missing-property-tags.patch │   │   │   ├── [ 76K] 0027-Main-bcm2708-bcm2709-linux-port.patch │   │   │   ├── [4.5K] 0028-squash-include-ARCH_BCM2708-ARCH_BCM2709.patch │   │   │   ├── [1.7M] 0029-Add-dwc_otg-driver.patch │   │   │   ├── [149K] 0030-bcm2708-framebuffer-driver.patch │   │   │   ├── [ 19K] 0031-dmaengine-Add-support-for-BCM2708.patch │   │   │   ├── [ 43K] 0032-MMC-added-alternative-MMC-driver.patch │   │   │   ├── [ 54K] 0033-Adding-bcm2835-sdhost-driver-and-an-overlay-to-enabl.patch │   │   │   ├── [ 36K] 0034-cma-Add-vc_cma-driver-to-enable-use-of-CMA.patch │   │   │   ├── [ 73K] 0035-bcm2708-alsa-sound-driver.patch │   │   │   ├── [408K] 0036-bcm2708-vchiq-driver.patch │   │   │   ├── [ 26K] 0037-vc_mem-Add-vc_mem-driver.patch │   │   │   ├── [116K] 0038-vcsm-VideoCore-shared-memory-service-for-BCM2835.patch │   │   │   ├── [9.2K] 0039-Add-dev-gpiomem-device-for-rootless-user-GPIO-access.patch │   │   │   ├── [ 61K] 0040-Add-SMI-driver.patch │   │   │   ├── [ 11K] 0041-Add-SMI-NAND-driver.patch │   │   │   ├── [ 21K] 0042-lirc-added-support-for-RaspberryPi-GPIO.patch │   │   │   ├── [8.4K] 0043-Add-cpufreq-driver.patch │   │   │   ├── [5.9K] 0044-Added-hwmon-thermal-driver-for-reporting-core-temper.patch │   │   │   ├── [ 17K] 0045-Add-Chris-Boot-s-i2c-driver.patch │   │   │   ├── [5.3K] 0046-char-broadcom-Add-vcio-module.patch │   │   │   ├── [2.8K] 0047-firmware-bcm2835-Support-ARCH_BCM270x.patch │   │   │   ├── [214K] 0048-bcm2835-add-v4l2-camera-device.patch │   │   │   ├── [ 10K] 0049-scripts-Add-mkknlimg-and-knlinfo-scripts-from-tools-.patch │   │   │   ├── [1.8K] 0050-fdt-Add-support-for-the-CONFIG_CMDLINE_EXTEND-option.patch │   │   │   ├── [108K] 0051-BCM2708-Add-core-Device-Tree-support.patch │   │   │   ├── [ 11K] 0052-bcm2835-Match-with-BCM2708-Device-Trees.patch │   │   │   ├── [2.8K] 0053-fbdev-add-FBIOCOPYAREA-ioctl.patch │   │   │   ├── [6.5K] 0057-Speed-up-console-framebuffer-imageblit-function.patch │   │   │   ├── [3.2K] 0058-Allow-mac-address-to-be-set-in-smsc95xx.patch │   │   │   ├── [7.5K] 0059-enabling-the-realtime-clock-1-wire-chip-DS1307-and-1.patch │   │   │   ├── [ 998] 0060-Added-Device-IDs-for-August-DVB-T-205.patch │   │   │   ├── [1.3K] 0061-config-Enable-CONFIG_MEMCG-but-leave-it-disabled-due.patch │   │   │   ├── [3.7K] 0062-ASoC-Add-support-for-PCM5102A-codec.patch │   │   │   ├── [5.1K] 0063-ASoC-Add-support-for-HifiBerry-DAC.patch │   │   │   ├── [7.9K] 0064-ASoC-Add-support-for-Rpi-DAC.patch │   │   │   ├── [1.6K] 0065-ASoC-wm8804-Implement-MCLK-configuration-options-add.patch │   │   │   ├── [8.4K] 0066-ASoC-BCM-Add-support-for-HiFiBerry-Digi.-Driver-is-b.patch │   │   │   ├── [ 763] 0067-ASoC-wm8804-Set-idle_bias_off-to-false-Idle-bias-has.patch │   │   │   ├── [5.5K] 0068-Add-IQaudIO-Sound-Card-support-for-Raspberry-Pi.patch │   │   │   ├── [1.2K] 0069-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch │   │   │   ├── [6.4K] 0070-Added-support-for-HiFiBerry-DAC.patch │   │   │   ├── [ 26K] 0071-Added-driver-for-HiFiBerry-Amp-amplifier-add-on-boar.patch │   │   │   ├── [ 729] 0072-Update-ds1307-driver-for-device-tree-support.patch │   │   │   ├── [5.6K] 0073-BCM270x_DT-Add-pwr_led-and-the-required-input-trigge.patch │   │   │   ├── [ 859] 0074-enc28j60-Add-device-tree-compatible-string-and-an-ov.patch │   │   │   ├── [6.1K] 0075-Add-driver-for-rpi-proto.patch │   │   │   ├── [ 62K] 0076-config-Add-default-configs.patch │   │   │   ├── [ 35K] 0077-bcm2835-bcm2835_defconfig.patch │   │   │   ├── [8.0K] 0078-rpi-ft5406-Add-touchscreen-driver-for-pi-LCD-display.patch │   │   │   ├── [ 48K] 0079-Improve-__copy_to_user-and-__copy_from_user-performa.patch │   │   │   ├── [1.3K] 0080-gpio-poweroff-Allow-it-to-work-on-Raspberry-Pi.patch │   │   │   ├── [ 668] 0081-spidev-Add-spidev-compatible-string-to-silence-warni.patch │   │   │   ├── [143K] 0082-scripts-dtc-Add-overlay-support.patch │   │   │   ├── [ 23K] 0083-mfd-Add-Raspberry-Pi-Sense-HAT-core-driver.patch │   │   │   ├── [7.5K] 0084-RaspiDAC3-support.patch │   │   │   ├── [2.9K] 0085-tpa6130a2-Add-headphone-switch-control.patch │   │   │   ├── [ 898] 0086-irq-bcm2835-Fix-building-with-2708.patch │   │   │   ├── [7.6K] 0087-rpi_display-add-backlight-driver-and-overlay.patch │   │   │   ├── [2.4K] 0088-bcm2835-dma-Fix-up-convert-to-DMA-pool.patch │   │   │   ├── [7.1K] 0089-scripts-Multi-platform-support-for-mkknlimg-and-knli.patch │   │   │   ├── [163K] 0090-drm-vc4-Add-suport-for-3D-rendering-using-the-V3D-en.patch │   │   │   ├── [ 760] 0091-drm-vc4-Force-HDMI-to-connected.patch │   │   │   ├── [4.3K] 0092-drm-vc4-bo-cache-locking-fixes.patch │   │   │   ├── [2.5K] 0093-drm-vc4-bo-cache-locking-cleanup.patch │   │   │   ├── [1.6K] 0094-drm-vc4-Use-job_lock-to-protect-seqno_cb_list.patch │   │   │   ├── [1.8K] 0095-drm-vc4-Drop-struct_mutex-around-CL-validation.patch │   │   │   ├── [2.2K] 0096-drm-vc4-Drop-struct_mutex-around-CL-validation.patch │   │   │   ├── [1.2K] 0097-drm-vc4-Add-support-for-more-display-plane-formats.patch │   │   │   ├── [ 794] 0098-drm-vc4-No-need-to-stop-the-stopped-threads.patch │   │   │   ├── [ 974] 0099-drm-vc4-Remove-extra-barrier-s-aroudn-CTnCA-CTnEA-se.patch │   │   │   ├── [1002] 0100-drm-vc4-Fix-a-typo-in-a-V3D-debug-register.patch │   │   │   ├── [3.7K] 0101-drm-vc4-Enable-VC4-modules-and-increase-CMA-size-wit.patch │   │   │   ├── [1.3K] 0102-squash-fixups.patch │   │   │   ├── [ 791] 0103-squash-add-missing-vc4-kms-v3d-overlay.dtb-to-makefi.patch │   │   │   ├── [ 918] 0104-clk-bcm2835-Also-build-the-driver-for-downstream-ker.patch │   │   │   ├── [4.1K] 0105-dts-Added-overlay-for-gpio_ir_recv-driver.patch │   │   │   ├── [3.1K] 0106-Build-i2c_gpio-module-and-add-a-device-tree-overlay-.patch │   │   │   ├── [4.3K] 0107-New-overlay-for-PiScreen2r.patch │   │   │   ├── [5.2K] 0108-dts-Added-overlay-for-Adafruit-PiTFT-2.8-capacitive-.patch │   │   │   ├── [ 16K] 0109-Add-support-for-the-HiFiBerry-DAC-Pro.patch │   │   │   ├── [4.5K] 0110-BCM270X_DT-Add-at86rf233-overlay.patch │   │   │   ├── [ 808] 0111-mm-Remove-the-PFN-busy-warning.patch │   │   │   ├── [1.2K] 0112-drm-Put-an-optional-field-in-the-driver-struct-for-G.patch │   │   │   ├── [9.6K] 0113-drm-vc4-Add-an-interface-for-capturing-the-GPU-state.patch │   │   │   ├── [ 60K] 0114-drm-vc4-Update-a-bunch-of-code-to-match-upstream-sub.patch │   │   │   ├── [1.8K] 0115-drm-Use-the-driver-s-gem_object_free-function-from-C.patch │   │   │   ├── [ 17K] 0116-drm-vc4-Add-support-for-MSAA-rendering.patch │   │   │   ├── [ 10K] 0117-drm-vc4-A-few-more-non-functional-changes-to-sync-to.patch │   │   │   ├── [ 807] 0118-drm-vc4-Use-hpd-gpios-for-HDMI-GPIO-like-what-landed.patch │   │   │   ├── [ 18K] 0119-drm-vc4-Synchronize-validation-code-for-v2-submissio.patch │   │   │   ├── [1.2K] 0120-MMC-Do-not-use-mmc_debug-if-CONFIG_MMC_BCM2835-is-no.patch │   │   │   ├── [3.3K] 0121-Extend-clock-timeout-fix-modprobe-baudrate-parameter.patch │   │   │   ├── [3.2K] 0122-bcm270x_dt-Add-dwc2-and-dwc-otg-overlays.patch │   │   │   ├── [2.5K] 0123-BCM270X_DT-Add-the-sdtweak-overlay-for-tuning-sdhost.patch │   │   │   ├── [ 875] 0124-bcm2835-mmc-Don-t-override-bus-width-capabilities-fr.patch │   │   │   ├── [1.3K] 0125-SDIO-overlay-add-bus_width-parameter.patch │   │   │   ├── [1.2K] 0126-bcm2835-extend-allowed-range-of-channels-and-sampler.patch │   │   │   ├── [2.9K] 0127-bcm2835-restrict-channels-rate-to-8-960000.patch │   │   │   ├── [1.7K] 0128-rpi-update-vc_vchi_audioserv_defs.h.patch │   │   │   ├── [ 14K] 0129-bcm2835-implement-channel-map-API.patch │   │   │   ├── [6.8K] 0130-bcm2835-access-controls-under-the-audio-mutex.patch │   │   │   ├── [8.9K] 0131-bcm2835-always-use-2-4-8-channels-for-multichannel-l.patch │   │   │   ├── [2.1K] 0132-bcm2835-only-allow-stereo-if-analogue-jack-is-select.patch │   │   │   ├── [3.5K] 0133-bcm2835-interpolate-audio-delay.patch │   │   │   ├── [4.5K] 0134-bcm2835-sdhost-Add-workaround-for-odd-behaviour-on-s.patch │   │   │   ├── [3.8K] 0135-bcm2835-sdhost-Add-debug_flags-dtparam.patch │   │   │   ├── [2.8K] 0136-BCM270X_DT-Add-sdio_overclock-parameter-to-sdio-over.patch │   │   │   ├── [3.4K] 0137-rtc-ds1307-add-support-for-the-DT-property-wakeup-so.patch │   │   │   ├── [1.2K] 0138-dt-overlay-add-wittypi-overlay.dts.patch │   │   │   ├── [2.8K] 0139-FIXUP-i2c_bcm2708-Don-t-change-module-baudrate-param.patch │   │   │   ├── [3.5K] 0140-Allow-up-to-24dB-digital-gain-to-be-applied-when-usi.patch │   │   │   ├── [3.6K] 0141-Limit-PCM512x-Digital-gain-to-0dB-by-default-with-Hi.patch │   │   │   ├── [ 33K] 0142-BCM270X_DT-Adjust-overlay-README-formatting.patch │   │   │   ├── [ 57K] 0143-bcm2835-sdhost-Major-revision.patch │   │   │   ├── [7.0K] 0144-BCM270X_DT-Add-dtparams-for-the-SD-interface.patch │   │   │   ├── [1.4K] 0145-dcw_otg-trim-xfer-length-when-buffer-larger-than-all.patch │   │   │   ├── [1001] 0146-bcm2835-sdhost-Restore-ATOMIC-flag-to-PIO-sg-mapping.patch │   │   │   ├── [1.7K] 0147-Updated-smsc95xx-driver-to-check-for-a-valid-MAC-add.patch │   │   │   ├── [1.2K] 0148-dcw_otg-Make-trimming-messages-less-noisy.patch │   │   │   ├── [1.5K] 0149-BCM270X_DT-at86rf233-overlay-drop-to-3MHz.patch │   │   │   ├── [ 868] 0150-bcm2835-sdhost-Downgrade-log-message-status.patch │   │   │   ├── [ 961] 0151-config-Enable-HCI-over-UARTs.patch │   │   │   ├── [ 900] 0152-hci_h5-Don-t-send-conf_req-when-ACTIVE.patch │   │   │   ├── [1.1K] 0153-amba_pl011-Don-t-use-DT-aliases-for-numbering.patch │   │   │   ├── [2.5K] 0154-clk-bcm2835-Add-bindings-for-the-auxiliary-periphera.patch │   │   │   ├── [3.9K] 0155-clk-bcm2835-Add-a-driver-for-the-auxiliary-periphera.patch │   │   │   ├── [ 20K] 0156-Aux-SPI-1-2-implementation.patch │   │   │   ├── [4.0K] 0157-ASoC-bcm-add-missing-.owner-fields-in-sound-card-dri.patch │   │   │   ├── [1.6K] 0158-smsx95xx-Add-option-to-disable-the-crimes-against-tr.patch │   │   │   ├── [7.0K] 0159-bcm2835-virtgpio-Virtual-GPIO-driver.patch │   │   │   ├── [6.6K] 0160-BCM270X_DT-Add-Pi3-support.patch │   │   │   ├── [4.0K] 0161-DT-Add-overlays-to-configure-I2C-pins.patch │   │   │   ├── [ 821] 0162-bcm2835-camera-fix-a-bug-in-computation-of-frame-tim.patch │   │   │   ├── [2.7K] 0163-BCM270X_DT-Add-pi3-disable-bt-overlay.patch │   │   │   ├── [3.4K] 0164-BCM270X_DT-Add-pi3-miniuart-bt-DT-overlay.patch │   │   │   ├── [ 872] 0165-Pi3-DT-Add-dtparams-for-the-SD-interface.patch │   │   │   ├── [2.1K] 0166-vchiq_arm-Tweak-the-logging-output.patch │   │   │   ├── [5.0K] 0167-bcm2835-sdhost-Only-claim-one-DMA-channel.patch │   │   │   ├── [5.4K] 0168-bcm2835-mmc-Only-claim-one-DMA-channel.patch │   │   │   ├── [ 794] 0169-config-rebuild-with-savedefconfig.patch │   │   │   ├── [ 876] 0170-config-Add-module-for-mcp3422-ADC.patch │   │   │   ├── [1.1K] 0171-Pi3-DT-Add-pull-ups-on-the-UART-RX-lines.patch │   │   │   ├── [1.3K] 0173-BCM270X_DT-rpi-display-overlay-add-swapxy-param.patch │   │   │   ├── [1.2K] 0174-Remove-I2S-config-from-bt_pins.patch │   │   │   ├── [143K] 0175-Revert-scripts-dtc-Add-overlay-support.patch │   │   │   ├── [ 92K] 0176-scripts-dtc-Update-to-upstream-version-1.4.1.patch │   │   │   ├── [ 21K] 0177-configfs-implement-binary-attributes.patch │   │   │   ├── [ 11K] 0178-OF-DT-Overlay-configfs-interface.patch │   │   │   ├── [ 740] 0179-Protect-__release_resource-against-resources-without.patch │   │   │   ├── [7.6K] 0180-BCM270X_DT-Add-a-.dtbo-target-use-for-overlays.patch │   │   │   ├── [ 801] 0181-scripts-knlinfo-Decode-DDTK-atom.patch │   │   │   ├── [1.1K] 0182-Enable-Dynamic-Device-Tree-for-bcmrpi_defconfig-and-.patch │   │   │   ├── [ 823] 0183-SQUASH-Add-CONFIG_OF_CONFIGFS-to-bcmrpi_defconfig.patch │   │   │   ├── [1.3K] 0184-dts-kbuild-dtbs_install-installs-.dtbo-files-too.patch │   │   │   ├── [4.1K] 0185-bcm2835-sdhost-Workaround-for-slow-sectors.patch │   │   │   ├── [2.8K] 0186-BCM270X_DT-Add-labels-to-spidev-nodes.patch │   │   │   ├── [ 12K] 0187-BCM270X_DT-Use-spidev-labels-in-overlays.patch │   │   │   ├── [1.7K] 0188-BCM270X_DT-Build-and-document-the-wittypi-overlay.patch │   │   │   ├── [ 831] 0189-scripts-dtc-Fix-UMR-causing-corrupt-dtbo-overlay-fil.patch │   │   │   ├── [2.6K] 0190-BCM270X_DT-Add-dtparam-for-uart1.patch │   │   │   ├── [1.0K] 0191-dwc-overlay-Use-label-so-overrides-can-apply.patch │   │   │   ├── [1.8K] 0192-drm-vc4-Add-a-debugfs-node-for-tracking-execution-st.patch │   │   │   ├── [ 604] 0193-drm-vc4-Include-vc4_drm.h-in-uapi-in-downstream-buil.patch │   │   │   ├── [ 795] 0194-drm-vc4-Validate-that-WAIT_BO-padding-is-cleared.patch │   │   │   ├── [1.8K] 0195-drm-vc4-Fix-the-clear-color-for-the-first-tile-rende.patch │   │   │   ├── [4.1K] 0196-drm-vc4-Return-an-ERR_PTR-from-BO-creation-instead-o.patch │   │   │   ├── [ 989] 0197-drm-vc4-Fix-ERESTARTSYS-error-return-from-BO-waits.patch │   │   │   ├── [ 924] 0198-drm-vc4-Drop-error-message-on-seqno-wait-timeouts.patch │   │   │   ├── [2.5K] 0199-BCM270X_DT-Add-1-bit-SDIO-using-minimal-pins.patch │   │   │   ├── [3.7K] 0201-Add-overlay-and-enable-support-for-QCA7000-board.patch │   │   │   ├── [ 978] 0202-serial-Take-care-starting-a-hung-up-tty-s-port.patch │   │   │   ├── [2.0K] 0203-pi3-miniuart-bt-overlay-Correct-and-clarify-info.patch │   │   │   ├── [1.3K] 0204-pwm-overlays-Params-must-have-in-overlay-targets.patch │   │   │   ├── [1.2K] 0205-BCM270X_DT-Switch-Compute-Module-to-MMC.patch │   │   │   ├── [1.3K] 0206-dwc_otg-Don-t-free-qh-align-buffers-in-atomic-contex.patch │   │   │   ├── [1.0K] 0207-dwc_otg-Enable-the-hack-for-Split-Interrupt-transact.patch │   │   │   ├── [2.1K] 0208-BCM270X_DT-Remove-explicit-claiming-of-UART-pins.patch │   │   │   ├── [ 855] 0209-lirc_rpi-Lower-IR-reception-error-to-debug.patch │   │   │   ├── [1.9K] 0210-vchiq_arm-Access-the-dequeue_pending-flag-locked.patch │   │   │   ├── [3.5K] 0211-BCM270X_DT-Add-pi3-act-led-overlay.patch │   │   │   ├── [1013] 0212-vchiq_arm-Service-callbacks-must-not-fail.patch │   │   │   ├── [3.5K] 0213-Add-configs-and-overlay-for-PCA9548-I2C-mux.patch │   │   │   ├── [1.8K] 0214-BCM270X_DT-Add-DS1339-to-i2c-rtc-overlay.patch │   │   │   ├── [1.6K] 0215-copy_from_user-CPU_SW_DOMAIN_PAN-compatibility.patch │   │   │   ├── [ 10K] 0216-bcm2835-sdhost-Adjust-to-core-clock-changes.patch │   │   │   ├── [1.5K] 0217-BCM270X_DT-Document-hazards-of-sdhost-overlay.patch │   │   │   ├── [1002] 0218-cpufreq-Temporarily-ignore-io_is_busy-1.patch │   │   │   ├── [ 813] 0219-Revert-cpufreq-Temporarily-ignore-io_is_busy-1.patch │   │   │   ├── [1016] 0220-net-sched-add-skb_at_tc_ingress-helper.patch │   │   │   ├── [8.3K] 0222-bcm2835-sdhost-Precalc-divisors-and-overclocks.patch │   │   │   ├── [8.2K] 0223-Revert-bcm2835-sdhost-Precalc-divisors-and-overclock.patch │   │   │   ├── [9.6K] 0224-Revert-bcm2835-sdhost-Adjust-to-core-clock-changes.patch │   │   │   ├── [6.5K] 0225-bcm2835-sdhost-Firmware-manages-the-clock-divisor.patch │   │   │   ├── [ 820] 0226-Revert-Revert-cpufreq-Temporarily-ignore-io_is_busy-.patch │   │   │   ├── [ 915] 0227-config-Enabled-IPV6_SUBTREES.patch │   │   │   ├── [1.6K] 0228-add-smsc95xx-packetsize-module_param.patch │   │   │   ├── [ 584] 0229-reboot-Use-power-off-rather-than-busy-spinning-when-.patch │   │   │   ├── [ 717] 0230-Revert-bcm2835-dma-Fix-dreq-not-set-for-slave-transf.patch │   │   │   ├── [2.8K] 0231-RPi-config-Add-CONFIG_PWM_PCA9685-for-NXP-PCA9685-dr.patch │   │   │   ├── [1.3K] 0232-BCM270X_DT-Don-t-generate-linux-phandle-props.patch │   │   │   ├── [ 22K] 0233-V4L2-driver-updates-1393.patch │   │   │   ├── [3.4K] 0234-bcm2835-sdhost-Reset-the-clock-in-task-context.patch │   │   │   ├── [ 942] 0235-config-Enable-CONFIG_IPV6_ROUTER_PREF-for-networks-w.patch │   │   │   ├── [ 985] 0236-Enable-hid-betopff-module.patch │   │   │   ├── [1.8K] 0237-config-Make-IPV6-a-module-and-regenerate-with-defcon.patch │   │   │   ├── [2.2K] 0238-BCM270X_DT-Add-dpi24-overlay.patch │   │   │   ├── [2.1K] 0239-Modify-IQAudIO-DAC-ASoC-driver-to-set-card-dai-confi.patch │   │   │   ├── [3.6K] 0240-Add-support-for-the-Digital-Dreamtime-Akkordion-musi.patch │   │   │   ├── [ 18K] 0241-Add-Support-for-BoomBerry-Audio-boards.patch │   │   │   ├── [1.3K] 0242-Add-support-for-mcp7940x-family-of-RTC.patch │   │   │   ├── [ 853] 0243-bcm2709_defconfig-Fix-typo-on-BoomBerry-configuratio.patch │   │   │   ├── [ 918] 0244-boomberry-dac-Adjust-for-ALSA-API-change.patch │   │   │   ├── [ 905] 0245-vmcs-Remove-unused-sm_cache_map_vector-definition-14.patch │   │   │   ├── [1.9K] 0246-scripts-mkknlimg-Append-a-trailer-for-all-input.patch │   │   │   ├── [2.1K] 0247-bcm2835_thermal-Don-t-report-unsupported-trip-type.patch │   │   │   ├── [ 682] 0248-scripts-dtc-Only-emit-local-fixups-for-overlays.patch │   │   │   ├── [1.6K] 0249-bcm2835-do-not-require-substream-for-accessing-chmap.patch │   │   │   ├── [1.5K] 0250-bcm2835-add-fallback-channel-layouts-if-channel-map-.patch │   │   │   ├── [1.1K] 0251-bcm2835-log-which-channel-map-is-set.patch │   │   │   ├── [2.5K] 0252-clk-bcm2835-add-a-round-up-ability-to-the-clock-divi.patch │   │   │   ├── [5.7K] 0253-clk-bcm2835-Support-for-clock-parent-selection.patch │   │   │   ├── [1.7K] 0254-clk-bcm2835-Add-PWM-clock-support.patch │   │   │   ├── [1.6K] 0255-clk-bcm2835-added-missing-clock-register-definitions.patch │   │   │   ├── [4.2K] 0256-clk-bcm2835-correctly-enable-fractional-clock-suppor.patch │   │   │   ├── [1.7K] 0257-clk-bcm2835-clean-up-coding-style-issues.patch │   │   │   ├── [5.7K] 0258-clk-bcm2835-expose-raw-clock-registers-via-debugfs.patch │   │   │   ├── [9.1K] 0259-clk-bcm2835-remove-use-of-BCM2835_CLOCK_COUNT-in-dri.patch │   │   │   ├── [ 26K] 0260-clk-bcm2835-reorganize-bcm2835_clock_array-assignmen.patch │   │   │   ├── [1.3K] 0261-clk-bcm2835-enable-management-of-PCM-clock.patch │   │   │   ├── [2.3K] 0262-clk-bcm2835-add-missing-PLL-clock-dividers.patch │   │   │   ├── [5.0K] 0263-clk-bcm2835-add-missing-osc-and-per-clocks.patch │   │   │   ├── [1.5K] 0264-ARM-bcm2835-Define-two-new-packets-from-the-latest-f.patch │   │   │   ├── [ 12K] 0265-ARM-bcm2835-add-rpi-power-domain-driver.patch │   │   │   ├── [1.3K] 0266-ARM-bcm2835-clarify-RASPBERRYPI_FIRMWARE-dependency.patch │   │   │   ├── [ 710] 0267-ARM-bcm2708-Enable-building-power-domain-driver.patch │   │   │   ├── [1.4K] 0268-bcm2708-Add-RASPBERRYPI_POWER-to-the-defconfigs.patch │   │   │   ├── [ 678] 0269-bcm2708-Add-the-power-domain-driver-to-the-device-tr.patch │   │   │   ├── [ 856] 0270-bcm2708-Reference-the-HDMI-power-domain-for-the-HDMI.patch │   │   │   ├── [2.7K] 0271-drm-vc4-copy_to_user-returns-the-number-of-bytes-rem.patch │   │   │   ├── [1005] 0272-drm-vc4-allocate-enough-memory-in-vc4_save_hang_stat.patch │   │   │   ├── [1.3K] 0273-drm-vc4-fix-warning-in-validate-printf.patch │   │   │   ├── [1.1K] 0274-drm-vc4-Improve-comments-on-vc4_plane_state-members.patch │   │   │   ├── [ 829] 0275-drm-vc4-Add-missing-__iomem-annotation-to-hw_dlist.patch │   │   │   ├── [4.8K] 0276-drm-vc4-Move-the-plane-clipping-scaling-setup-to-a-s.patch │   │   │   ├── [6.7K] 0277-drm-vc4-Add-a-proper-short-circut-path-for-legacy-cu.patch │   │   │   ├── [7.7K] 0278-drm-vc4-Make-the-CRTCs-cooperate-on-allocating-displ.patch │   │   │   ├── [3.5K] 0279-drm-vc4-Add-more-display-planes-to-each-CRTC.patch │   │   │   ├── [2.6K] 0280-drm-vc4-Fix-which-value-is-being-used-for-source-ima.patch │   │   │   ├── [ 18K] 0281-drm-vc4-Add-support-for-scaling-of-display-planes.patch │   │   │   ├── [ 18K] 0282-drm-vc4-Add-support-for-YUV-planes.patch │   │   │   ├── [2.6K] 0283-drm-vc4-Fix-spurious-GPU-resets-due-to-BO-reuse.patch │   │   │   ├── [ 949] 0284-drm-vc4-Fix-a-framebuffer-reference-leak-on-async-fl.patch │   │   │   ├── [2.3K] 0285-drm-vc4-Bring-HDMI-up-from-power-off-if-necessary.patch │   │   │   ├── [ 818] 0286-drm-vc4-Add-another-reg-to-HDMI-debug-dumping.patch │   │   │   ├── [1.1K] 0287-drm-vc4-Fix-the-name-of-the-VSYNCD_EVEN-register.patch │   │   │   ├── [1.2K] 0288-drm-vc4-Fix-setting-of-vertical-timings-in-the-CRTC.patch │   │   │   ├── [2.7K] 0289-drm-vc4-Initialize-scaler-DISPBKGND-on-modeset.patch │   │   │   ├── [ 13K] 0290-drm-vc4-improve-throughput-by-pipelining-binning-and.patch │   │   │   ├── [ 964] 0291-drm-vc4-Let-gpiolib-know-that-we-re-OK-with-sleeping.patch │   │   │   ├── [1.9K] 0292-drm-vc4-Respect-GPIO_ACTIVE_LOW-on-HDMI-HPD-if-set-i.patch │   │   │   ├── [1.2K] 0293-drm-vc4-Return-EFAULT-on-copy_from_user-failure.patch │   │   │   ├── [1.0K] 0294-drm-vc4-Recognize-a-more-specific-compatible-string-.patch │   │   │   ├── [ 751] 0295-ARM-bcm2708-Move-the-CMA-range-down-for-kernel-4.4.patch │   │   │   ├── [1.2K] 0296-clk-bcm2835-fix-check-of-error-code-returned-by-devm.patch │   │   │   ├── [2.2K] 0297-vchiq_arm-Add-completion-records-under-the-mutex.patch │   │   │   ├── [1.9K] 0298-config-Add-DRM_UDL-module.patch │   │   │   ├── [1.5K] 0299-bcm2835-i2s-Reduce-the-TX-DREQ-threshold.patch │   │   │   ├── [6.4K] 0300-V4L2-Request-maximum-resolution-from-GPU.patch │   │   │   ├── [1.9K] 0301-ARM-bcm2835-add-i2s-gpio28-31-for-cm.patch │   │   │   ├── [2.0K] 0302-drm-vc4-Add-DT-parameters-to-control-CMA-usage.patch │   │   │   ├── [ 830] 0303-SQUASH-BCM270X_DT-Add-make-rule-for-sdio-1bit.patch │   │   │   ├── [4.1K] 0304-dts-add-overlay-for-pitft22.patch │   │   │   ├── [ 12K] 0305-BCM270X_DT-Sound-DT-adjustments-for-Dynamic-DT.patch │   │   │   ├── [ 649] 0306-BCM270X_DT-Fix-codec-use-in-hifiberry-dac-overlay.patch │   │   │   ├── [1.2K] 0309-Revert-bcm2835-log-which-channel-map-is-set.patch │   │   │   ├── [1.1K] 0310-Revert-bcm2835-add-fallback-channel-layouts-if-chann.patch │   │   │   ├── [1.6K] 0311-Revert-bcm2835-do-not-require-substream-for-accessin.patch │   │   │   ├── [2.7K] 0312-Revert-bcm2835-interpolate-audio-delay.patch │   │   │   ├── [1.4K] 0313-Revert-bcm2835-only-allow-stereo-if-analogue-jack-is.patch │   │   │   ├── [8.8K] 0314-Revert-bcm2835-always-use-2-4-8-channels-for-multich.patch │   │   │   ├── [ 17K] 0315-Revert-bcm2835-implement-channel-map-API.patch │   │   │   ├── [1.2K] 0316-Revert-bcm2835-extend-allowed-range-of-channels-and-.patch │   │   │   ├── [1.4K] 0317-pinctrl-bcm2835-Return-pins-to-inputs-when-freed.patch │   │   │   ├── [2.9K] 0318-BCM270X_DT-i2c0-bcm2708-pin-group-params.patch │   │   │   ├── [ 863] 0319-config-Add-CONFIG_DRM_LOAD_EDID_FIRMWARE.patch │   │   │   ├── [1.7K] 0320-Revert-rpi-update-vc_vchi_audioserv_defs.h.patch │   │   │   ├── [ 933] 0321-Revert-config-Add-CONFIG_DRM_LOAD_EDID_FIRMWARE.patch │   │   │   ├── [8.4K] 0322-ARM-adau1977-adc-Add-basic-machine-driver-for-adau19.patch │   │   │   ├── [2.4K] 0323-Allow-up-to-24dB-digital-gain-to-be-applied-when-usi.patch │   │   │   ├── [ 863] 0324-config-Add-CONFIG_DRM_LOAD_EDID_FIRMWARE.patch │   │   │   ├── [6.9K] 0325-BCM270X_DT-Move-vc4-node-contents-to-bcm2708_common..patch │   │   │   ├── [1.5K] 0326-BCM270X_DT-Set-correct-HDMI-HPD-GPIO-levels-for-vari.patch │   │   │   ├── [ 882] 0327-Revert-drm-vc4-Force-HDMI-to-connected.patch │   │   │   ├── [ 985] 0328-BCM270X-Include-DRM_PANEL_SIMPLE-in-the-defconfigs.patch │   │   │   ├── [2.5K] 0329-drm-Add-an-encoder-and-connector-type-enum-for-DPI.patch │   │   │   ├── [1.4K] 0330-dt-bindings-Add-binding-docs-for-V3D.patch │   │   │   ├── [ 19K] 0331-drm-vc4-Add-DPI-driver.patch │   │   │   ├── [ 778] 0332-drm-vc4-Fix-NULL-deref-in-HDMI-init-error-path.patch │   │   │   ├── [1.4K] 0333-drm-vc4-Kick-out-the-simplefb-framebuffer-before-we-.patch │   │   │   ├── [1.7K] 0334-drm-vc4-Rename-async-to-nonblock.patch │   │   │   ├── [4.3K] 0335-drm-vc4-Add-support-for-gamma-ramps.patch │   │   │   ├── [ 911] 0336-drm-vc4-Add-missing-render-node-support.patch │   │   │   ├── [2.7K] 0337-drm-panel-simple-Add-the-7-DPI-panel-from-Adafruit.patch │   │   │   ├── [ 971] 0338-BCM270X_DT-Add-the-disabled-by-default-DPI-device-no.patch │   │   │   ├── [1.1K] 0339-drm-vc4-Fix-get_vblank_counter-with-proper-no-op-for.patch │   │   │   ├── [1.6K] 0340-drm-vc4-Fix-drm_vblank_put-get-imbalance-in-page-fli.patch │   │   │   ├── [5.9K] 0341-BCM270X_DT-Add-umbrella-I2C-Mux-overlay-i2c-mux.patch │   │   │   ├── [ 737] 0342-BCM270X_DT-Include-address-override-for-pca9542.patch │   │   │   ├── [1.8K] 0343-BCM270X_DT-Fix-the-tinylcd35-overlay-RTC-support.patch │   │   │   ├── [1.5K] 0344-clk-Allow-clocks-to-be-marked-as-CRITICAL.patch │   │   │   ├── [1.4K] 0345-clk-bcm2835-Mark-the-VPU-clock-as-critical.patch │   │   │   ├── [1.8K] 0346-clk-bcm2835-Mark-GPIO-clocks-enabled-at-boot-as-crit.patch │   │   │   ├── [2.4K] 0347-clk-bcm2835-Skip-PLLC-clocks-when-deciding-on-a-new-.patch │   │   │   ├── [1.8K] 0348-mmc-Add-MMC_QUIRK_ERASE_BROKEN-for-some-cards.patch │   │   │   ├── [9.5K] 0349-New-AudioInjector.net-Pi-soundcard-with-low-jitter-a.patch │   │   │   ├── [ 731] 0350-mmc-Apply-QUIRK_BROKEN_ERASE-to-other-capacities.patch │   │   │   ├── [2.6K] 0351-mmc-Add-card_quirks-module-parameter-log-quirks.patch │   │   │   ├── [1.8K] 0352-rtc-ds1307-ensure-that-any-pending-alarm-is-cleared-.patch │   │   │   ├── [ 940] 0353-Revert-Revert-drm-vc4-Force-HDMI-to-connected.patch │   │   │   ├── [1.4K] 0354-config-Add-NF_MATCH_RPFILTER.patch │   │   │   ├── [2.1K] 0355-Added-Overlay-for-Microchip-MCP23017-I2C-gpio-expand.patch │   │   │   ├── [ 892] 0362-bcm2835-camera-Fix-max-min-error-when-looping-over-c.patch │   │   │   ├── [ 34K] 0363-Change-BoomBerry-name-to-JustBoom-in-all-locations-d.patch │   │   │   ├── [2.9K] 0367-Add-dt-param-to-force-HiFiBerry-DAC-Pro-into-slave-m.patch │   │   │   ├── [1.1K] 0368-simple-add-sound-dai-cells-to-I2S-def.patch │   │   │   ├── [1.0K] 0369-BCM2835-V4L2-Increase-minimum-resolution-to-32x32.patch │   │   │   ├── [1.0K] 0370-config-Add-support-for-Logitech-Rumblepad.patch │   │   │   ├── [ 19K] 0371-New-driver-for-RRA-DigiDAC1-soundcard-using-WM8741-W.patch │   │   │   ├── [5.4K] 0373-BCM2835-V4L2-Correct-handling-for-BGR24-vs-RGB24.patch │   │   │   ├── [ 795] 0374-BCM270X_DT-Add-mcp23017-to-the-overlay-Makefile.patch │   │   │   ├── [2.3K] 0375-BCM270X_DT-Sort-entries-to-placate-check-script.patch │   │   │   ├── [1.0K] 0376-gpio-ir-overlay-gpio_pin-shouldn-t-change-pull-setti.patch │   │   │   ├── [ 843] 0377-media-rc-core-define-a-default-timeout-for-drivers.patch │   │   │   ├── [2.8K] 0378-media-rc-gpio-ir-recv-add-timeout-on-idle.patch │   │   │   ├── [ 728] 0379-smsir.h-remove-a-now-duplicated-definition-IR_DEFAUL.patch │   │   │   ├── [1.3K] 0380-Implement-a-wakeup-source-option-for-the-i2c-rtc-Dev.patch │   │   │   ├── [1.2K] 0381-BCM270X_DT-Fix-rpi-dac-overlay.patch │   │   │   ├── [ 952] 0382-BCM270X_DT-Make-i2c-gpio-usable-by-other-overlays.patch │   │   │   ├── [5.1K] 0386-Add-ads1015-overlay.patch │   │   │   ├── [ 865] 0387-Fixed-MCP23017-section-in-overlay-README.patch │   │   │   ├── [2.5K] 0388-Revert-bcm2835-dma-Fix-up-convert-to-DMA-pool.patch │   │   │   ├── [1.1K] 0389-Revert-bcm2835-dma-Limit-cyclic-transfers-on-lite-ch.patch │   │   │   ├── [2.6K] 0390-Revert-dmaengine-bcm2835-Load-driver-early-and-suppo.patch │   │   │   ├── [9.1K] 0391-Revert-dmaengine-bcm2835-Add-slave-dma-support.patch │   │   │   ├── [1.9K] 0392-dmaengine-bcm2835-remove-unnecessary-masking-of-dma-.patch │   │   │   ├── [4.0K] 0393-dmaengine-bcm2835-add-additional-defines-for-DMA-reg.patch │   │   │   ├── [1.5K] 0394-dmaengine-bcm2835-move-cyclic-member-from-bcm2835_ch.patch │   │   │   ├── [ 11K] 0395-dmaengine-bcm2835-move-controlblock-chain-generation.patch │   │   │   ├── [3.7K] 0396-dmaengine-bcm2835-limit-max-length-based-on-channel-.patch │   │   │   ├── [5.5K] 0397-dmaengine-bcm2835-add-slave_sg-support-to-bcm2835-dm.patch │   │   │   ├── [3.4K] 0398-dmaengine-bcm2835-add-dma_memcopy-support-to-bcm2835.patch │   │   │   ├── [4.9K] 0399-dmaengine-bcm2835-use-platform_get_irq_byname.patch │   │   │   ├── [2.6K] 0400-dmaengine-bcm2835-Load-driver-early-and-support-lega.patch │   │   │   ├── [ 820] 0401-ARM-bcm270x-changed-bcrm-dma-channel-mask-to-mask-ou.patch │   │   │   ├── [1.3K] 0402-ARM-bcm2835-add-interrupt-names-and-apply-correct-ma.patch │   │   │   ├── [ 796] 0403-ARM-bcm2835-make-dma-channel-0-available-for-kms-set.patch │   │   │   ├── [1.4K] 0404-dmaengine-bcm2835-Fix-cyclic-DMA-period-splitting.patch │   │   │   ├── [2.2K] 0405-dmaengine-bcm2835-Avoid-splitting-periods-into-very-.patch │   │   │   ├── [2.1K] 0406-dmaengine-bcm2835-Fix-polling-for-completion-of-DMA-.patch │   │   │   ├── [2.1K] 0408-BCM270X_DT-Add-spi-rtc-overlay-on-SPI0.0.patch │   │   │   ├── [ 658] 0409-rtc-Add-SPI-alias-for-pcf2123-driver.patch │   │   │   ├── [4.2K] 0410-Added-support-for-headphones-microphone-and-bclk_rat.patch │   │   │   ├── [8.2K] 0411-IQaudIO-auto-mute-for-AMP-and-DigiAMP.patch │   │   │   ├── [1.0K] 0412-mmc-Apply-ERASE_BROKEN-quirks-correctly.patch │   │   │   ├── [1006] 0413-enable-led-support-for-xpad-driver-fixes-flashing-le.patch │   │   │   ├── [1.1K] 0414-Add-critical-information-for-getting-pi3-miniuart-bt.patch │   │   │   ├── [ 11K] 0415-bcm2835-sdhost-Improvements-to-error-recovery.patch │   │   │   ├── [ 917] 0416-pinctrl-bcm2835-Fix-return-type-of-bcm2835_pmx_free.patch │   │   │   ├── [ 12K] 0417-Add-IQAudIO-Digi-WM8804-board-support.patch │   │   │   ├── [3.0K] 0418-dts-Add-overlay-for-NXP-SC16IS752-Dual-UART-with-SPI.patch │   │   │   ├── [1.4K] 0419-spi-bcm2835-Disable-forced-software-CS.patch │   │   │   ├── [2.0K] 0420-BCM270X_DT-Overlay-to-re-enable-HW-CS-on-SPI0.patch │   │   │   ├── [8.1K] 0421-Add-support-for-Dion-Audio-LOCO-DAC-AMP-HAT.patch │   │   │   ├── [1.3K] 0422-ASoc-wm8731-add-32bit-mode.patch │   │   │   ├── [2.5K] 0423-BCM270X_DT-Declare-the-audio-PWM-pins-explicitly.patch │   │   │   ├── [ 581] 0424-BCM270X_DT-Restore-lost-closing-brace.patch │   │   │   ├── [1.9K] 0425-config-Add-driver-for-mcp23017-I2C-GPIO-expander.patch │   │   │   ├── [5.9K] 0426-vchiq_arm-Avoid-use-of-mutex-in-add_completion.patch │   │   │   ├── [ 819] 0427-bcm2708_fb-Default-framebuffer-to-32-bit.patch │   │   │   ├── [1.4K] 0428-fix-auto-sense-in-lirc_rpi-driver.patch │   │   │   ├── [ 847] 0429-enable-gembird-joypad-support.patch │   │   │   ├── [5.2K] 0430-Added-HiFiBerry-Digi-Pro-driver.patch │   │   │   ├── [2.3K] 0431-clk-bcm2835-Mark-the-CM-SDRAM-clock-s-parent-as-crit.patch │   │   │   ├── [1.0K] 0432-clk-bcm2835-Don-t-rate-change-PLLs-on-behalf-of-divi.patch │   │   │   ├── [3.9K] 0433-clk-bcm2835-Do-appropriate-name-lookups-for-DSI1-s-p.patch │   │   │   ├── [2.5K] 0434-clk-bcm2835-Add-an-enum-for-the-DSI1-pixel-clock.patch │   │   │   ├── [3.1K] 0435-drm-fb_cma_helper-Remove-implicit-call-to-disable_un.patch │   │   │   ├── [1.1K] 0436-overlays-Add-assert_falling_edge-to-pps-gpio-overlay.patch │   │   │   ├── [ 988] 0437-drm-mipi-dsi-Unregister-bus-at-exit.patch │   │   │   ├── [1.1K] 0438-drm-mipi-dsi-Allow-to-build-drm-mipi-dsi-as-a-module.patch │   │   │   ├── [ 907] 0439-drm-vc4-Fix-flipped-HVS-channels-for-DSI0-1.patch │   │   │   ├── [3.2K] 0440-drm-vc4-Add-support-for-feeding-DSI-encoders-from-th.patch │   │   │   ├── [4.4K] 0441-drm-vc4-Start-switching-to-using-debugfs_reg32-helpe.patch │   │   │   ├── [ 57K] 0442-drm-vc4-Add-DSI1-driver.patch │   │   │   ├── [ 11K] 0443-drm-panel-Add-support-for-the-Raspberry-Pi-7-Touchsc.patch │   │   │   ├── [ 951] 0444-BCM270X-Add-the-DSI-panel-to-the-defconfig.patch │   │   │   ├── [2.2K] 0445-BCM270X-Add-the-DSI-and-DSI-panel-nodes-to-the-VC4-o.patch │   │   │   ├── [1.4K] 0447-drm-Emit-modalias-uevents-for-the-DSI-devices-we-cre.patch │   │   │   ├── [1.5K] 0448-gpu-drm-vc4_hdmi-add-missing-of_node_put-after-calli.patch │   │   │   ├── [1.4K] 0449-drm-vc4-Use-for_each_plane_in_state.patch │   │   │   ├── [1.9K] 0450-drm-vc4-Fix-ioctl-permissions-for-render-nodes.patch │   │   │   ├── [4.7K] 0451-drm-vc4-Make-pageflip-completion-handling-more-robus.patch │   │   │   ├── [1.7K] 0452-drm-vc4-clean-up-error-exit-path-on-failed-dpi_conne.patch │   │   │   ├── [1.2K] 0453-drm-vc4-enable-XBGR8888-and-ABGR8888-pixel-formats.patch │   │   │   ├── [ 913] 0454-drm-vc4-Bind-the-HVS-before-we-bind-the-individual-C.patch │   │   │   ├── [ 13K] 0455-drm-vc4-Implement-precise-vblank-timestamping.patch │   │   │   ├── [1.0K] 0456-drm-vc4-remove-redundant-ret-status-check.patch │   │   │   ├── [ 927] 0457-drm-vc4-add-extern-C-guard-for-the-UAPI-header.patch │   │   │   ├── [ 842] 0458-drm-vc4-Fix-definition-of-QPU_R_MS_REV_FLAGS.patch │   │   │   ├── [ 862] 0459-drm-vc4-Fix-a-the-the-typo-in-a-comment.patch │   │   │   ├── [1.3K] 0460-drm-vc4-Return-EBUSY-if-there-s-already-a-pending-fl.patch │   │   │   ├── [ 876] 0461-config-Enable-SENSORS_LM75.patch │   │   │   ├── [ 958] 0462-config-Enable-SERIAL_SC16IS7XX.patch │   │   │   ├── [2.0K] 0463-snd-bcm2835-Don-t-allow-responses-from-VC-to-be-inte.patch │   │   │   ├── [ 736] 0464-BCM270X-Connect-V3D-to-its-power-domain.patch │   │   │   ├── [5.2K] 0465-drm-vc4-Enable-runtime-PM.patch │   │   │   ├── [1.5K] 0466-drm-vc4-Drop-firmware-node-getting-now-that-we-use-t.patch │   │   │   ├── [3.0K] 0467-drm-vc4-Use-runtime-PM-to-power-cycle-the-device-whe.patch │   │   │   ├── [ 700] 0468-drm-panel-Drop-debug-printf-from-the-Raspberry-Pi-to.patch │   │   │   ├── [1.6K] 0469-drm-vc4-Replace-HDMI-force-connected-with-an-EDID-pr.patch │   │   │   ├── [5.1K] 0470-net-ethernet-enc28j60-add-device-tree-support.patch │   │   │   ├── [2.6K] 0471-enc28j60-Fix-race-condition-in-enc28j60-driver.patch │   │   │   ├── [4.1K] 0472-Add-cm3-dts-file.patch │   │   │   ├── [ 710] 0473-BCM270X-Drop-HPD-setting-from-the-common-dtsi.patch │   │   │   ├── [ 669] 0474-BCM2710-Drop-incorrect-HDMI-HPD-line-from-the-DT.patch │   │   │   ├── [4.2K] 0475-drm-vc4-Add-a-getparam-ioctl-for-getting-the-V3D-ide.patch │   │   │   ├── [5.8K] 0476-drm-vc4-Move-validation-s-current-max-ip-into-the-va.patch │   │   │   ├── [6.2K] 0477-drm-vc4-Add-a-bitmap-of-branch-targets-during-shader.patch │   │   │   ├── [ 15K] 0478-drm-vc4-Add-support-for-branching-in-shader-validati.patch │   │   │   ├── [1.3K] 0479-drm-vc4-Add-a-getparam-to-signal-support-for-branche.patch │   │   │   ├── [ 956] 0480-drm-vc4-Don-t-force-new-binner-overflow-allocation-p.patch │   │   │   ├── [ 786] 0481-drm-vc4-Use-drm_free_large-on-handles-to-match-its-a.patch │   │   │   ├── [ 787] 0482-drm-vc4-Fix-oops-when-userspace-hands-in-a-bad-BO.patch │   │   │   ├── [2.1K] 0483-drm-vc4-Fix-overflow-mem-unreferencing-when-the-binn.patch │   │   │   ├── [1.0K] 0484-config-Enable-SERIAL_SC16IS7XX_SPI.patch │   │   │   ├── [ 26K] 0485-Overlay-for-Microchip-MCP23S08-17-SPI-gpio-expanders.patch │   │   │   ├── [ 592] 0486-BCM270X_DT-Add-audio_pins-to-CM-dtb.patch │   │   │   ├── [ 818] 0487-BCM270X_DT-Don-t-enable-UART0-in-CM3-dtb.patch │   │   │   ├── [1.8K] 0488-overlays-Add-audremap-overlay.patch │   │   │   ├── [1.7K] 0489-overlays-Add-swap_lr-and-enable_jack-to-audremap.patch │   │   │   ├── [ 862] 0490-overlays-Clarify-gpio-poweroff-semantics-in-README.patch │   │   │   ├── [2.4K] 0491-overlays-added-sc16is750-UART-over-I2C-1617.patch │   │   │   ├── [1.1K] 0492-Bluetooth-Fix-l2cap_sock_setsockopt-with-optname-BT_.patch │   │   │   ├── [ 789] 0493-config-Add-CONFIG_IPVLAN-module.patch │   │   │   ├── [ 784] 0494-config-Add-CONFIG_VXLAN-module.patch │   │   │   ├── [1.8K] 0495-Fixes-i2c_bcm2708-Write-to-FIFO-correctly-v2-1574.patch │   │   │   ├── [2.1K] 0496-bcm2835-sdhost-Don-t-exit-cmd-wait-loop-on-error.patch │   │   │   ├── [ 791] 0497-BCM270X_DT-Use-bcm2835-sdhost-on-Compute-Module.patch │   │   │   ├── [1013] 0498-fbmem-Ensure-that-parameters-are-properly-checked-wi.patch │   │   │   ├── [ 877] 0499-config-Enabled-SENSORS_INA2XX-module.patch │   │   │   ├── [2.3K] 0500-overlays-Add-dpi18-overlay-1634.patch │   │   │   ├── [1.3K] 0502-drm-vc4-Allow-some-more-signals-to-be-packed-with-un.patch │   │   │   ├── [1.5K] 0503-raspberrypi-firmware-Export-the-general-transaction-.patch │   │   │   ├── [ 628] 0504-raspberrypi-firmware-Define-the-MBOX-channel-in-the-.patch │   │   │   ├── [ 22K] 0505-drm-vc4-Add-a-mode-for-using-the-closed-firmware-for.patch │   │   │   ├── [4.7K] 0506-BCM270X-Add-an-overlay-for-enabling-the-vc4-driver-i.patch │   │   │   ├── [ 11K] 0507-Allo-Piano-DAC-boards-Initial-2-channel-stereo-suppo.patch │   │   │   ├── [ 765] 0508-Correct-typos-in-spi-gpio35-39-overlay.dts-1651.patch │   │   │   ├── [3.0K] 0510-drm-vc4-Enable-limited-range-RGB-output-with-CEA-mod.patch │   │   │   ├── [5.0K] 0511-Add-Adafruit-pitft35-touchscreen-support-1657.patch │   │   │   ├── [6.8K] 0512-drm-vc4-Fix-races-when-the-CS-reads-from-render-targ.patch │   │   │   ├── [1.1K] 0513-drm-vc4-Fix-up-the-limited-range-RGB-output-commit.patch │   │   │   ├── [1.4K] 0514-drm-vc4-Increase-timeout-for-HDMI_SCHEDULER_CONTROL-.patch │   │   │   ├── [1.2K] 0515-drm-vc4-Disallow-interlaced-modes-on-DPI.patch │   │   │   ├── [3.6K] 0516-drm-vc4-Fix-handling-of-interlaced-video-modes.patch │   │   │   ├── [1.1K] 0517-drm-vc4-Reject-doublescan-modes.patch │   │   │   ├── [2.0K] 0518-drm-vc4-Enable-precise-vblank-timestamping-for-inter.patch │   │   │   ├── [1.4K] 0519-drm-vc4-Enable-Disable-vblanks-properly-in-crtc-en-d.patch │   │   │   ├── [7.8K] 0520-drm-vc4-Fix-support-for-interlaced-modes-on-HDMI.patch │   │   │   ├── [1.4K] 0521-clk-bcm2835-Clamp-the-PLL-s-requested-rate-to-the-ha.patch │   │   │   ├── [6.7K] 0522-drm-vc4-Set-up-the-AVI-and-SPD-infoframes.patch │   │   │   ├── [4.9K] 0523-drm-vc4-Add-support-for-double-clocked-modes.patch │   │   │   ├── [ 828] 0524-BCM270X_DT-Update-CM3-to-use-sdhost-interface.patch │   │   │   ├── [ 898] 0525-drm-vc4-Fix-memory-leak-of-the-CRTC-state.patch │   │   │   ├── [2.4K] 0526-x86-boot-Fix-kdump-cleanup-aborted-E820_PRAM-max_pfn.patch │   │   │   ├── [ 28K] 0527-Support-for-Blokas-Labs-pisound-board.patch │   │   │   ├── [ 987] 0528-pisound-Fix-a-warning-in-DEBUG-builds.patch │   │   │   ├── [ 859] 0529-config-Add-CONFIG_HTU21-module.patch │   │   │   ├── [2.5K] 0530-spi-bcm2835-Remove-unused-code.patch │   │   │   ├── [4.8K] 0531-bcm2708_fb-Add-ioctl-for-reading-gpu-memory-through-.patch │   │   │   ├── [7.2K] 0532-rpi-ft5406-Create-coherent-buffer-and-push-to-firmwa.patch │   │   │   ├── [4.7K] 0533-brcmvirt_gpio-Create-coherent-buffer-and-push-to-fir.patch │   │   │   ├── [1.8K] 0534-brcmvirt_gpio-Pass-device-structure-into-dma_zalloc_.patch │   │   │   ├── [1.4K] 0535-rpi-ft5406-Pass-device-structure-into-dma_zalloc_coh.patch │   │   │   ├── [1.3K] 0536-drm-vc4-Fix-a-couple-error-codes-in-vc4_cl_lookup_bo.patch │   │   │   ├── [2.4K] 0537-drm-vc4-Fix-termination-of-the-initial-scan-for-bran.patch │   │   │   ├── [1.8K] 0538-drm-vc4-Add-support-for-rendering-with-ETC1-textures.patch │   │   │   ├── [2.8K] 0539-drm-vc4-Use-runtime-autosuspend-to-avoid-thrashing-V.patch │   │   │   ├── [2.6K] 0540-drm-vc4-Use-drm_gem_object_unreference_unlocked.patch │   │   │   ├── [1.9K] 0541-drm-vc4-Use-drm_malloc_ab-to-fix-large-rendering-job.patch │   │   │   ├── [1023] 0542-drm-vc4-Free-hang-state-before-destroying-BO-cache.patch │   │   │   ├── [ 555] 0543-fixup-fb-Use-basic-types-for-dma-addresses-as-these-.patch │   │   │   ├── [1.2K] 0544-fb-Use-correct-bus-address-for-dest-of-dma-memcpy.patch │   │   │   ├── [6.9K] 0545-drm-vc4-Add-fragment-shader-threading-support.patch │   │   │   ├── [ 924] 0546-fb-Use-struct-device-for-dma_alloc_coherent.patch │   │   │   ├── [1.0K] 0547-ARM-dts-Visit-overlays-subdir-unconditionally.patch │   │   │   ├── [2.0K] 0548-Audioinjector-Fix-bit-offsets-for-equal-volume-and-a.patch │   │   │   ├── [3.4K] 0549-config-Add-ABX80X-RTC-driver-and-overlay.patch │   │   │   ├── [1.1K] 0550-config-Add-AK4554-audio-codec-driver.patch │   │   │   ├── [1.5K] 0551-kbuild-add-fno-PIE.patch │   │   │   ├── [1.9K] 0552-kbuild-Steal-gcc-s-pie-from-the-very-beginning.patch │   │   │   ├── [ 812] 0553-ARM-dts-Restore-dtbs_install-functionality.patch │   │   │   ├── [ 977] 0554-BCM270X_DT-Update-UART0-clock-frequency.patch │   │   │   ├── [1017] 0555-BCM2835-v4l2-Fix-a-conformance-test-failure.patch │   │   │   ├── [2.9K] 0556-BCM270X_DT-Add-overlay-for-enc28j60-on-SPI2.patch │   │   │   ├── [1.4K] 0557-lirc_rpi-Delete-vestigial-gpio_in_pull-parameter.patch │   │   │   ├── [3.2K] 0558-BCM270X_DT-Add-i2c-sensor-overlay.patch │   │   │   ├── [ 771] 0559-BCM270X_DT-overlays-overlay.dtb-overlays-.dtbo-1752.patch │   │   │   ├── [4.2K] 0560-Revert-HID-dragonrise-fix-HID-Descriptor-for-0x0006-.patch │   │   │   ├── [ 982] 0561-bcm2835-rng-Avoid-initialising-if-already-enabled.patch │   │   │   ├── [2.7K] 0562-Pisound-dynamic-overlay-1760.patch │   │   │   ├── [2.6K] 0563-Add-support-for-Silicon-Labs-Si7013-20-21-humidity-t.patch │   │   │   ├── [7.2K] 0564-pisound-improvements-1778.patch │   │   │   ├── [1.2K] 0565-Add-driver_name-properties-to-JustBoom-drivers-1787.patch │   │   │   ├── [3.0K] 0566-bcm2835-i2s-Changes-for-allowing-asymmetric-sample-f.patch │   │   │   ├── [1.8K] 0567-BCM270X_DT-Add-pi3-disable-wifi-overlay.patch │   │   │   ├── [1.8K] 0568-configfs-Remove-ppos-increment-in-configfs_write_bin.patch │   │   │   ├── [ 927] 0569-config-Add-CONFIG_DM_CACHE.patch │   │   │   ├── [2.4K] 0570-BCM270X_DT-Add-spi0-cs-overlay.patch │   │   │   ├── [3.0K] 0571-Revert-bcm2835-i2s-Changes-for-allowing-asymmetric-s.patch │   │   │   ├── [ 599] 0572-BCM270X_DT-Enable-UART0-on-CM3.patch │   │   │   ├── [1.0K] 0573-config-Add-CONFIG_MD_M25P80-and-CONFIG_MD_SPI_NOR.patch │   │   │   ├── [1.4K] 0574-config-More-USB-config-options-for-bcm2709_defconfig.patch │   │   │   ├── [ 826] 0575-BCM270X_DT-Add-reference-to-audio_pins-to-CM-dtb.patch │   │   │   ├── [5.9K] 0576-Add-overlay-for-mcp3008-adc-1818.patch │   │   │   ├── [ 866] 0578-config-add-slcan-kernel-module.patch │   │   │   ├── [1.4K] 0579-drm-vc4-Fix-sending-of-page-flip-completion-events-i.patch │   │   │   ├── [ 991] 0580-clk-bcm2835-Fix-fixed_divider-of-pllh_aux.patch │   │   │   ├── [4.2K] 0581-clk-bcm-Support-rate-change-propagation-on-bcm2835-c.patch │   │   │   ├── [1.3K] 0582-clk-bcm-Allow-rate-change-propagation-to-PLLH_AUX-on.patch │   │   │   ├── [1.2K] 0583-clk-bcm-Fix-maybe-uninitialized-warning-in-bcm2835_c.patch │   │   │   ├── [5.6K] 0584-clk-bcm2835-Don-t-rate-change-PLLs-on-behalf-of-DSI-.patch │   │   │   ├── [ 753] 0585-gpio_mem-Remove-unnecessary-dev_info-output-1830.patch │   │   │   ├── [1.6K] 0586-drm-vc4-Fulfill-user-BO-creation-requests-from-the-k.patch │   │   │   ├── [1.0K] 0587-drm-vc4-Fix-OOPSes-from-trying-to-cache-a-partially-.patch │   │   │   ├── [2.2K] 0588-drm-vc4-Verify-at-boot-that-CMA-doesn-t-cross-a-256M.patch │   │   │   ├── [5.7K] 0589-Update-vfpmodule.c.patch │   │   │   ├── [1.1K] 0590-dwc_otg-fix-summarize-urb-actual_length-for-isochron.patch │   │   │   ├── [4.7K] 0591-BCM270X_DT-Add-bcm2708-rpi-0-w.dts.patch │   │   │   └── [ 299] 1000-mfd-rpisense-disable.patch │   │   ├── [4.0K] brcm47xx │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   └── [4.9K] 01_detect │   │   │   │   │   ├── [ 794] diag.sh │   │   │   │   │   ├── [4.0K] init.d │   │   │   │   │   │   └── [ 562] wmacfixup │   │   │   │   │   └── [4.0K] uci-defaults │   │   │   │   │   ├── [ 762] 03_network_migration │   │   │   │   │   └── [ 70] 09_fix_crc │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   ├── [ 371] 05_init_interfaces_brcm │   │   │   │   │   └── [ 450] 15_set_preinit_interface_brcm │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [4.7K] platform.sh │   │   │   ├── [5.0K] config-4.1 │   │   │   ├── [5.3K] config-4.4 │   │   │   ├── [4.0K] generic │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   ├── [ 600] 100-Broadcom-b43.mk │   │   │   │   │   ├── [ 614] 101-Broadcom-wl.mk │   │   │   │   │   ├── [ 567] 104-Broadcom-ath5k.mk │   │   │   │   │   ├── [ 512] 105-Broadcom-none.mk │   │   │   │   │   ├── [ 580] 200-Broadcom-b44-b43.mk │   │   │   │   │   ├── [ 594] 201-Broadcom-b44-wl.mk │   │   │   │   │   ├── [ 547] 204-Broadcom-b44-ath5k.mk │   │   │   │   │   ├── [ 492] 205-Broadcom-b44-none.mk │   │   │   │   │   ├── [ 536] 210-Broadcom-tg3-b43.mk │   │   │   │   │   ├── [ 585] 211-Broadcom-tg3-wl.mk │   │   │   │   │   ├── [ 483] 215-Broadcom-tg3-none.mk │   │   │   │   │   ├── [ 557] 220-Broadcom-bgmac-b43.mk │   │   │   │   │   ├── [ 606] 221-Broadcom-bgmac-wl.mk │   │   │   │   │   ├── [ 504] 225-Broadcom-bgmac-none.mk │   │   │   │   │   ├── [ 572] 226-Broadcom-bgmac-brcsmac.mk │   │   │   │   │   └── [ 507] PS-1208MFG.mk │   │   │   │   └── [ 199] target.mk │   │   │   ├── [4.0K] image │   │   │   │   ├── [4.0K] lzma-loader │   │   │   │   │   ├── [ 747] Makefile │   │   │   │   │   └── [4.0K] src │   │   │   │   │   ├── [5.3K] decompress.c │   │   │   │   │   ├── [ 186] decompress.lds.in │   │   │   │   │   ├── [3.5K] head.S │   │   │   │   │   ├── [ 151] loader.lds.in │   │   │   │   │   ├── [ 17K] LzmaDecode.c │   │   │   │   │   ├── [2.4K] LzmaDecode.h │   │   │   │   │   ├── [2.3K] Makefile │   │   │   │   │   └── [2.4K] README │   │   │   │   └── [ 24K] Makefile │   │   │   ├── [4.0K] legacy │   │   │   │   ├── [ 213] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   ├── [ 571] 100-Broadcom-b43.mk │   │   │   │   │   └── [ 590] 101-Broadcom-wl.mk │   │   │   │   └── [ 267] target.mk │   │   │   ├── [ 724] Makefile │   │   │   ├── [4.0K] mips74k │   │   │   │   ├── [ 568] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   ├── [ 437] 100-Broadcom-b43.mk │   │   │   │   │   ├── [ 467] 101-Broadcom-brcsmac.mk │   │   │   │   │   ├── [ 488] 102-Broadcom-wl.mk │   │   │   │   │   └── [ 393] 103-Broadcom-none.mk │   │   │   │   └── [ 145] target.mk │   │   │   ├── [ 719] modules.mk │   │   │   ├── [4.0K] patches-4.1 │   │   │   │   ├── [1.9K] 031-01-MIPS-BCM47XX-Make-sure-NVRAM-buffer-ends-with-0.patch │   │   │   │   ├── [1.9K] 031-02-MIPS-BCM47XX-Simplify-function-looking-for-NVRAM-ent.patch │   │   │   │   ├── [1.5K] 031-03-MIPS-BCM47xx-Extract-all-boardflags-to-new-u32-field.patch │   │   │   │   ├── [1.7K] 031-04-MIPS-BCM47xx-Extract-info-about-et2-interface.patch │   │   │   │   ├── [4.0K] 031-05-MIPS-BCM47xx-Read-board-info-for-all-bcma-buses.patch │   │   │   │   ├── [2.0K] 031-06-MIPS-BCM77xx-Remove-legacy-__cpuinit-data-sections-t.patch │   │   │   │   ├── [3.4K] 031-07-MIPS-BCM47XX-Support-Luxul-XWR-1750-board.patch │   │   │   │   ├── [4.3K] 031-08-mips-bcm47xx-allow-retrieval-of-complete-nvram-conte.patch │   │   │   │   ├── [4.0K] 031-09-MIPS-BCM47xx-Add-helper-variable-for-storing-NVRAM-l.patch │   │   │   │   ├── [ 989] 031-10-MIPS-BCM47xx-Don-t-select-BCMA_HOST_PCI.patch │   │   │   │   ├── [3.9K] 031-11-MIPS-BCM47xx-Simplify-handling-SPROM-revisions.patch │   │   │   │   ├── [1.5K] 032-01-MIPS-BCM47xx-Use-kmemdup-rather-than-duplicating-its.patch │   │   │   │   ├── [1.5K] 033-01-MIPS-BCM47xx-Support-on-SoC-bus-in-SPROM-reading-fun.patch │   │   │   │   ├── [2.9K] 033-02-MIPS-BCM47xx-Fix-some-WARNINGs-pointed-in-sprom.c-by.patch │   │   │   │   ├── [3.1K] 033-03-MIPS-BCM47xx-Fetch-board-info-directly-in-callback-f.patch │   │   │   │   ├── [ 14K] 159-cpu_fixes.patch │   │   │   │   ├── [2.5K] 160-kmap_coherent.patch │   │   │   │   ├── [3.0K] 209-b44-register-adm-switch.patch │   │   │   │   ├── [1.4K] 210-b44_phy_fix.patch │   │   │   │   ├── [ 760] 280-activate_ssb_support_in_usb.patch │   │   │   │   ├── [ 901] 300-fork_cacheflush.patch │   │   │   │   ├── [2.3K] 310-no_highpage.patch │   │   │   │   ├── [8.8K] 320-MIPS-BCM47XX-Devices-database-update-for-4.x.patch │   │   │   │   ├── [1.0K] 400-mtd-bcm47xxpart-get-nvram.patch │   │   │   │   ├── [1.2K] 610-pci_ide_fix.patch │   │   │   │   ├── [ 712] 791-tg3-no-pci-sleep.patch │   │   │   │   ├── [2.1K] 800-bcma-add-table-of-serial-flashes-with-smaller-blocks.patch │   │   │   │   ├── [7.3K] 820-wgt634u-nvram-fix.patch │   │   │   │   ├── [2.5K] 830-huawei_e970_support.patch │   │   │   │   ├── [9.8K] 831-old_gpio_wdt.patch │   │   │   │   ├── [1.1K] 900-ssb-reject-PCI-writes-setting-CardBus-bridge-resourc.patch │   │   │   │   ├── [3.4K] 920-cache-wround.patch │   │   │   │   ├── [1.6K] 940-bcm47xx-yenta.patch │   │   │   │   ├── [ 421] 976-ssb_increase_pci_delay.patch │   │   │   │   └── [ 679] 999-wl_exports.patch │   │   │   └── [4.0K] patches-4.4 │   │   │   ├── [8.7K] 030-MIPS-BCM47XX-Add-Luxul-devices-to-the-database.patch │   │   │   ├── [ 16K] 159-cpu_fixes.patch │   │   │   ├── [2.5K] 160-kmap_coherent.patch │   │   │   ├── [3.0K] 209-b44-register-adm-switch.patch │   │   │   ├── [1.4K] 210-b44_phy_fix.patch │   │   │   ├── [ 760] 280-activate_ssb_support_in_usb.patch │   │   │   ├── [ 901] 300-fork_cacheflush.patch │   │   │   ├── [2.3K] 310-no_highpage.patch │   │   │   ├── [8.8K] 320-MIPS-BCM47XX-Devices-database-update-for-4.x.patch │   │   │   ├── [1.0K] 400-mtd-bcm47xxpart-get-nvram.patch │   │   │   ├── [1.2K] 610-pci_ide_fix.patch │   │   │   ├── [ 712] 791-tg3-no-pci-sleep.patch │   │   │   ├── [2.1K] 800-bcma-add-table-of-serial-flashes-with-smaller-blocks.patch │   │   │   ├── [7.3K] 820-wgt634u-nvram-fix.patch │   │   │   ├── [2.5K] 830-huawei_e970_support.patch │   │   │   ├── [9.8K] 831-old_gpio_wdt.patch │   │   │   ├── [1.1K] 900-ssb-reject-PCI-writes-setting-CardBus-bridge-resourc.patch │   │   │   ├── [6.6K] 901-Revert-bcma-switch-GPIO-portions-to-use-GPIOLIB_IRQC.patch │   │   │   ├── [1.5K] 940-bcm47xx-yenta.patch │   │   │   ├── [ 421] 976-ssb_increase_pci_delay.patch │   │   │   └── [ 711] 999-wl_exports.patch │   │   ├── [4.0K] brcm63xx │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   ├── [2.4K] 01_leds │   │   │   │   │   │   └── [2.3K] 02_network │   │   │   │   │   ├── [2.5K] diag.sh │   │   │   │   │   ├── [4.0K] hotplug.d │   │   │   │   │   │   └── [4.0K] firmware │   │   │   │   │   │   └── [ 820] 10-rt2x00-eeprom │   │   │   │   │   └── [4.0K] uci-defaults │   │   │   │   │   └── [ 487] 09_fix_crc │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [5.4K] brcm63xx.sh │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   └── [ 107] 03_do_brcm63xx.sh │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [ 336] platform.sh │   │   │   ├── [6.5K] config-4.4 │   │   │   ├── [4.0K] dts │   │   │   │   ├── [1.9K] a226g.dts │   │   │   │   ├── [1.9K] a226m.dts │   │   │   │   ├── [1.9K] a226m-fwb.dts │   │   │   │   ├── [1.5K] a4001n1.dts │   │   │   │   ├── [1.0K] a4001n.dts │   │   │   │   ├── [2.0K] agpf-s0.dts │   │   │   │   ├── [ 817] ar1004g.dts │   │   │   │   ├── [ 828] ar-5381u.dts │   │   │   │   ├── [ 988] ar-5387un.dts │   │   │   │   ├── [1.7K] bcm3368.dtsi │   │   │   │   ├── [1.4K] bcm6318.dtsi │   │   │   │   ├── [1.5K] bcm63268.dtsi │   │   │   │   ├── [1.2K] bcm6328.dtsi │   │   │   │   ├── [1.4K] bcm6338.dtsi │   │   │   │   ├── [1.4K] bcm6345.dtsi │   │   │   │   ├── [1.6K] bcm6348.dtsi │   │   │   │   ├── [2.0K] bcm6358.dtsi │   │   │   │   ├── [1.5K] bcm6362.dtsi │   │   │   │   ├── [2.0K] bcm6368.dtsi │   │   │   │   ├── [ 923] bcm96318ref.dts │   │   │   │   ├── [1.0K] bcm96318ref_p300.dts │   │   │   │   ├── [ 646] bcm963268bu_p300.dts │   │   │   │   ├── [ 744] bcm963269bhr.dts │   │   │   │   ├── [ 804] bcm963281TAN.dts │   │   │   │   ├── [ 804] bcm96328avng.dts │   │   │   │   ├── [ 754] bcm96338GW.dts │   │   │   │   ├── [ 747] bcm96338W.dts │   │   │   │   ├── [ 287] bcm96345GW2.dts │   │   │   │   ├── [1.0K] bcm96348GW-10.dts │   │   │   │   ├── [1.0K] bcm96348GW-11.dts │   │   │   │   ├── [1014] bcm96348GW.dts │   │   │   │   ├── [ 755] bcm96348R.dts │   │   │   │   ├── [ 687] bcm96358VW2.dts │   │   │   │   ├── [ 768] bcm96358VW.dts │   │   │   │   ├── [ 779] bcm96368MVNgr.dts │   │   │   │   ├── [ 765] bcm96368MVWG.dts │   │   │   │   ├── [ 745] cpva502plus.dts │   │   │   │   ├── [1.7K] cpva642.dts │   │   │   │   ├── [1.3K] ct-5365.dts │   │   │   │   ├── [ 775] ct536plus.dts │   │   │   │   ├── [1.7K] ct-6373.dts │   │   │   │   ├── [ 693] cvg834g.dts │   │   │   │   ├── [1.3K] dg834gtpn.dts │   │   │   │   ├── [1.1K] dg834g_v4.dts │   │   │   │   ├── [2.1K] dgnd3700v1.dts │   │   │   │   ├── [1.2K] dsl-2640b-b.dts │   │   │   │   ├── [ 874] dsl-2640u.dts │   │   │   │   ├── [ 943] dsl-2650u.dts │   │   │   │   ├── [1.3K] dsl-274xb-c.dts │   │   │   │   ├── [1.2K] dsl-274xb-f.dts │   │   │   │   ├── [1.4K] dsl-275xb-d.dts │   │   │   │   ├── [ 550] dv-201amr.dts │   │   │   │   ├── [ 954] dva-g3810bn_tl.dts │   │   │   │   ├── [1.8K] evg2000.dts │   │   │   │   ├── [1.3K] f5d7633.dts │   │   │   │   ├── [ 539] fast2404.dts │   │   │   │   ├── [1.1K] fast2504n.dts │   │   │   │   ├── [1.1K] fast2604.dts │   │   │   │   ├── [1.6K] fast2704n.dts │   │   │   │   ├── [1.3K] fast2704v2.dts │   │   │   │   ├── [ 508] gw6000.dts │   │   │   │   ├── [ 867] gw6200.dts │   │   │   │   ├── [ 917] hg520v.dts │   │   │   │   ├── [1.6K] hg553.dts │   │   │   │   ├── [2.2K] hg556a-a.dts │   │   │   │   ├── [2.2K] hg556a-b.dts │   │   │   │   ├── [2.1K] hg556a-c.dts │   │   │   │   ├── [1.2K] hg622.dts │   │   │   │   ├── [1.9K] hg655b.dts │   │   │   │   ├── [2.6K] homehub2a.dts │   │   │   │   ├── [1.1K] livebox-blue-5g.dts │   │   │   │   ├── [1.1K] magic.dts │   │   │   │   ├── [1.9K] nb4-fxc-r1.dts │   │   │   │   ├── [1.9K] nb4-ser-r0.dts │   │   │   │   ├── [ 936] nb6-ser-r0.dts │   │   │   │   ├── [1.3K] p870hw-51a-v2.dts │   │   │   │   ├── [1.2K] r5010unv2.dts │   │   │   │   ├── [ 939] rg100a.dts │   │   │   │   ├── [ 545] rta1025w.dts │   │   │   │   ├── [ 943] rta1320.dts │   │   │   │   ├── [1.1K] rta770bw.dts │   │   │   │   ├── [1.1K] rta770w.dts │   │   │   │   ├── [1.4K] spw303v.dts │   │   │   │   ├── [1.2K] spw500v.dts │   │   │   │   ├── [1.3K] td-w8900gb.dts │   │   │   │   ├── [ 716] usr9108.dts │   │   │   │   ├── [1.2K] v2110.dts │   │   │   │   ├── [1.2K] v2500v-bb.dts │   │   │   │   ├── [ 606] vg50.dts │   │   │   │   ├── [1.6K] vh4032n.dts │   │   │   │   ├── [1.5K] vr-3025u.dts │   │   │   │   ├── [1.5K] vr-3025un.dts │   │   │   │   ├── [1.5K] vr-3026e.dts │   │   │   │   └── [1.4K] wap-5813n.dts │   │   │   ├── [4.0K] generic │   │   │   │   └── [ 117] target.mk │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 26K] bcm63xx.mk │   │   │   │   ├── [4.0K] lzma-loader │   │   │   │   │   ├── [1.3K] Makefile │   │   │   │   │   └── [4.0K] src │   │   │   │   │   ├── [2.2K] board.c │   │   │   │   │   ├── [1.3K] cache.c │   │   │   │   │   ├── [ 456] cache.h │   │   │   │   │   ├── [2.1K] cacheops.h │   │   │   │   │   ├── [ 695] config.h │   │   │   │   │   ├── [1.2K] cp0regdef.h │   │   │   │   │   ├── [2.3K] head.S │   │   │   │   │   ├── [ 108] loader2.lds │   │   │   │   │   ├── [4.0K] loader.c │   │   │   │   │   ├── [ 351] loader.lds │   │   │   │   │   ├── [ 107] lzma-data.lds │   │   │   │   │   ├── [ 15K] LzmaDecode.c │   │   │   │   │   ├── [2.6K] LzmaDecode.h │   │   │   │   │   ├── [ 830] LzmaTypes.h │   │   │   │   │   ├── [2.2K] Makefile │   │   │   │   │   ├── [6.9K] printf.c │   │   │   │   │   └── [ 487] printf.h │   │   │   │   ├── [5.4K] Makefile │   │   │   │   └── [7.1K] README.images-bcm63xx │   │   │   ├── [ 731] Makefile │   │   │   ├── [1.1K] modules.mk │   │   │   ├── [ 20K] patches-4.4 │   │   │   │   ├── [2.1K] 000-4.5-01-mtd-add-get-set-of_node-flash_node-helpers.patch │   │   │   │   ├── [2.4K] 000-4.5-02-mtd-ofpart-grab-device-tree-node-directly-from-maste.patch │   │   │   │   ├── [2.3K] 000-4.5-03-spi-nor-convert-to-spi_nor_-get-set-_flash_node.patch │   │   │   │   ├── [2.7K] 000-4.5-04-mtd-spi-nor-drop-unnecessary-partition-parser-data.patch │   │   │   │   ├── [6.4K] 000-4.5-05-mtd-drop-unnecessary-partition-parser-data.patch │   │   │   │   ├── [2.0K] 000-4.5-06-mtd-ofpart-drop-of_node-partition-parser-data.patch │   │   │   │   ├── [ 897] 100-MIPS-BCM63XX-add-USB-host-clock-enable-delay.patch │   │   │   │   ├── [1.3K] 101-MIPS-BCM63XX-add-USB-device-clock-enable-delay-to-cl.patch │   │   │   │   ├── [5.0K] 102-MIPS-BCM63XX-move-code-touching-the-USB-private-regi.patch │   │   │   │   ├── [5.5K] 103-MIPS-BCM63XX-add-OHCI-EHCI-configuration-bits-to-com.patch │   │   │   │   ├── [1.7K] 104-MIPS-BCM63XX-introduce-BCM63XX_OHCI-configuration-sy.patch │   │   │   │   ├── [4.0K] 105-MIPS-BCM63XX-add-support-for-the-on-chip-OHCI-contro.patch │   │   │   │   ├── [1.1K] 106-MIPS-BCM63XX-register-OHCI-controller-if-board-enabl.patch │   │   │   │   ├── [1.8K] 107-MIPS-BCM63XX-introduce-BCM63XX_EHCI-configuration-sy.patch │   │   │   │   ├── [4.1K] 108-MIPS-BCM63XX-add-support-for-the-on-chip-EHCI-contro.patch │   │   │   │   ├── [1.2K] 109-MIPS-BCM63XX-register-EHCI-controller-if-board-enabl.patch │   │   │   │   ├── [ 873] 110-MIPS-BCM63XX-EHCI-controller-does-not-support-overcu.patch │   │   │   │   ├── [1.6K] 111-MIPS-BCM63XX-allow-NULL-clock-for-clk_get_rate.patch │   │   │   │   ├── [ 390] 120-mtdpart_fixup_generic_partprobe.patch │   │   │   │   ├── [1.2K] 201-SPI-Allow-specifying-the-parsers-for-SPI-flash.patch │   │   │   │   ├── [ 820] 202-MTD-DEVICES-m25p80-use-parsers-if-provided-in-flash-.patch │   │   │   │   ├── [2.7K] 203-MTD-DEVICES-m25p80-add-support-for-limiting-reads.patch │   │   │   │   ├── [2.1K] 206-USB-EHCI-allow-limiting-ports-for-ehci-platform.patch │   │   │   │   ├── [ 12K] 207-MIPS-BCM63XX-move-device-registration-code-into-its-.patch │   │   │   │   ├── [3.4K] 208-MIPS-BCM63XX-pass-a-mac-addresss-allocator-to-board-.patch │   │   │   │   ├── [ 947] 303-spi-board-info.patch │   │   │   │   ├── [ 948] 309-cfe_version_mod.patch │   │   │   │   ├── [ 480] 310-cfe_simplify_detection.patch │   │   │   │   ├── [1.3K] 311-bcm63xxpart_use_cfedetection.patch │   │   │   │   ├── [ 12K] 320-irqchip-add-support-for-bcm6345-style-periphery-irq-.patch │   │   │   │   ├── [ 11K] 321-irqchip-add-support-for-bcm6345-style-external-inter.patch │   │   │   │   ├── [ 19K] 322-MIPS-BCM63XX-switch-to-IRQ_DOMAIN.patch │   │   │   │   ├── [2.0K] 323-MIPS-BCM63XX-wire-up-BCM6358-s-external-interrupts-4.patch │   │   │   │   ├── [2.5K] 330-MIPS-BCM63XX-add-a-new-cpu-variant-helper.patch │   │   │   │   ├── [ 817] 331-MIPS-BCM63XX-define-variant-id-field.patch │   │   │   │   ├── [2.3K] 332-MIPS-BCM63XX-detect-BCM6328-variants.patch │   │   │   │   ├── [1.5K] 333-MIPS-BCM63XX-detect-BCM6362-variants.patch │   │   │   │   ├── [1.6K] 334-MIPS-BCM63XX-detect-BCM6368-variants.patch │   │   │   │   ├── [ 699] 335-MIPS-BCM63XX-fix-PCIe-memory-window-size.patch │   │   │   │   ├── [2.5K] 336-MIPS-BCM63XX-dynamically-set-the-pcie-memory-windows.patch │   │   │   │   ├── [1.7K] 337-MIPS-BCM63XX-widen-cpuid-field.patch │   │   │   │   ├── [1.2K] 338-MIPS-BCM63XX-increase-number-of-IRQs.patch │   │   │   │   ├── [ 25K] 339-MIPS-BCM63XX-add-support-for-BCM63268.patch │   │   │   │   ├── [1.9K] 340-MIPS-BCM63XX-add-pcie-support-for-BCM63268.patch │   │   │   │   ├── [ 23K] 341-MIPS-BCM63XX-add-support-for-BCM6318.patch │   │   │   │   ├── [5.7K] 342-MIPS-BCM63XX-split-PCIe-reset-signals.patch │   │   │   │   ├── [ 11K] 343-MIPS-BCM63XX-add-PCIe-support-for-BCM6318.patch │   │   │   │   ├── [1.9K] 344-MIPS-BCM63XX-detect-flash-type-early-and-store-the-r.patch │   │   │   │   ├── [2.6K] 345-MIPS-BCM63XX-fixup-mapped-SPI-flash-access-on-boot.patch │   │   │   │   ├── [1.7K] 346-MIPS-BCM63XX-USB-ENETSW-6318-clocks.patch │   │   │   │   ├── [4.7K] 347-MIPS-BCM6318-USB-support.patch │   │   │   │   ├── [2.0K] 348-MIPS-BCM63XX-fix-BCM63268-USB-clock.patch │   │   │   │   ├── [5.0K] 349-MIPS-BCM63XX-add-BCM63268-USB-support.patch │   │   │   │   ├── [3.2K] 350-MIPS-BCM63XX-support-settings-num-usbh-ports.patch │   │   │   │   ├── [ 256] 351-set-board-usbh-ports.patch │   │   │   │   ├── [2.6K] 354-MIPS-BCM63XX-allow-building-support-for-more-than-on.patch │   │   │   │   ├── [1.8K] 355-MIPS-BCM63XX-allow-board-implementations-to-force-fl.patch │   │   │   │   ├── [5.2K] 356-MIPS-BCM63XX-move-fallback-sprom-support-into-its-ow.patch │   │   │   │   ├── [3.1K] 357-MIPS-BCM63XX-use-platform-data-for-the-sprom.patch │   │   │   │   ├── [3.8K] 358-MIPS-BCM63XX-make-fallback-sprom-optional.patch │   │   │   │   ├── [2.0K] 359-MIPS-BCM63XX-allow-different-types-of-sprom.patch │   │   │   │   ├── [ 20K] 360-MIPS-BCM63XX-add-support-for-raw-sproms.patch │   │   │   │   ├── [8.6K] 361-MIPS-BCM63XX-add-raw-fallback-sproms-for-most-common.patch │   │   │   │   ├── [3.9K] 362-MIPS-BCM63XX-also-register-a-fallback-sprom-for-bcma.patch │   │   │   │   ├── [ 15K] 363-MIPS-BCM63XX-add-BCMA-based-sprom-templates.patch │   │   │   │   ├── [1.8K] 364-MIPS-BCM63XX-allow-board-files-to-provide-sprom-fixu.patch │   │   │   │   ├── [3.8K] 365-MIPS-BCM63XX-allow-setting-a-pci-bus-device-for-fall.patch │   │   │   │   ├── [3.0K] 367-MIPS-BCM63XX-add-support-for-loading-DTB.patch │   │   │   │   ├── [2.7K] 368-MIPS-BCM63XX-add-support-for-matching-the-board_info.patch │   │   │   │   ├── [2.6K] 369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch │   │   │   │   ├── [ 875] 371_add_of_node_available_by_alias.patch │   │   │   │   ├── [ 587] 372_dont_register_pflash_when_available_in_dtb.patch │   │   │   │   ├── [1.3K] 373-MIPS-BCM63XX-register-interrupt-controllers-through-.patch │   │   │   │   ├── [4.6K] 374-gpio-add-a-simple-GPIO-driver-for-bcm63xx.patch │   │   │   │   ├── [5.3K] 375-MIPS-BCM63XX-switch-to-new-gpio-driver.patch │   │   │   │   ├── [1.4K] 376-net-bcm63xx_enet-use-named-gpio-for-ephy-reset-gpio.patch │   │   │   │   ├── [3.7K] 377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch │   │   │   │   ├── [1.0K] 378-MIPS-BCM63XX-do-not-register-gpio-controller-if-pres.patch │   │   │   │   ├── [1.5K] 379-MIPS-BCM63XX-provide-a-gpio-lookup-for-the-pcmcia-re.patch │   │   │   │   ├── [1.6K] 380-pcmcia-bcm63xx_pmcia-use-the-new-named-gpio.patch │   │   │   │   ├── [ 958] 381-net-bcm63xx_enet-fully-reset-ephy.patch │   │   │   │   ├── [1.9K] 400-bcm963xx_flashmap.patch │   │   │   │   ├── [ 947] 401-bcm963xx_real_rootfs_length.patch │   │   │   │   ├── [ 381] 402_bcm63xx_enet_vlan_incoming_fixed.patch │   │   │   │   ├── [ 832] 403-6358-enet1-external-mii-clk.patch │   │   │   │   ├── [4.7K] 404-NET-bcm63xx_enet-move-phy_-dis-connect-into-probe-re.patch │   │   │   │   ├── [1.9K] 408-bcm63xx_enet-enable-rgmii-clock-on-external-ports.patch │   │   │   │   ├── [4.4K] 411-MIPS-BCM63XX-Register-SPI-flash-if-present.patch │   │   │   │   ├── [1.4K] 412-MTD-physmap-allow-passing-pp_data.patch │   │   │   │   ├── [1.9K] 413-BCM63XX-allow-providing-fixup-data-in-board-data.patch │   │   │   │   ├── [1.3K] 414-MTD-m25p80-allow-passing-pp_data.patch │   │   │   │   ├── [ 943] 415-MIPS-BCM63XX-export-the-attached-flash-type.patch │   │   │   │   ├── [6.1K] 416-BCM63XX-add-a-fixup-for-ath9k-devices.patch │   │   │   │   ├── [3.4K] 417-MTD-bcm63xxpart-allow-passing-a-caldata-offset.patch │   │   │   │   ├── [2.6K] 418-MIPS-BCM63XX-pass-caldata-info-to-flash.patch │   │   │   │   ├── [1.7K] 420-BCM63XX-add-endian-check-for-ath9k.patch │   │   │   │   ├── [1.8K] 421-BCM63XX-add-led-pin-for-ath9k.patch │   │   │   │   ├── [6.0K] 422-BCM63XX-add-a-fixup-for-rt2x00-devices.patch │   │   │   │   ├── [4.7K] 423-bcm63xx_enet_add_b53_support.patch │   │   │   │   ├── [ 430] 424-bcm63xx_enet_no_request_mem_region.patch │   │   │   │   ├── [9.2K] 425-bcm63xxpart_parse_paritions_from_dt.patch │   │   │   │   ├── [2.5K] 427-boards_probe_switch.patch │   │   │   │   ├── [1.1K] 499-allow_better_context_for_board_patches.patch │   │   │   │   ├── [1.2K] 500-board-D4PW.patch │   │   │   │   ├── [1.7K] 501-board-NB4.patch │   │   │   │   ├── [1.0K] 502-board-96338W2_E7T.patch │   │   │   │   ├── [1.2K] 503-board-CPVA642.patch │   │   │   │   ├── [1.3K] 504-board_dsl_274xb_rev_c.patch │   │   │   │   ├── [1.6K] 505-board_spw500v.patch │   │   │   │   ├── [1.9K] 506-board_gw6200_gw6000.patch │   │   │   │   ├── [1.4K] 507-board-MAGIC.patch │   │   │   │   ├── [1.4K] 508-board_hw553.patch │   │   │   │   ├── [1.1K] 509-board_rta1320_16m.patch │   │   │   │   ├── [1.1K] 510-board_spw303v.patch │   │   │   │   ├── [3.1K] 511-board_V2500V.patch │   │   │   │   ├── [1.3K] 512-board_BTV2110.patch │   │   │   │   ├── [5.3K] 513-MIPS-BCM63XX-add-inventel-Livebox-support.patch │   │   │   │   ├── [1.5K] 514-board_ct536_ct5621.patch │   │   │   │   ├── [ 444] 515-board_DWV-S0_fixes.patch │   │   │   │   ├── [1.4K] 516-board_96348A-122.patch │   │   │   │   ├── [ 295] 517-RTA1205W_16_uart_fixes.patch │   │   │   │   ├── [1.3K] 519_board_CPVA502plus.patch │   │   │   │   ├── [2.7K] 520-bcm63xx-add-support-for-96368MVWG-board.patch │   │   │   │   ├── [1.6K] 521-bcm63xx-add-support-for-96368MVNgr-board.patch │   │   │   │   ├── [ 959] 522-MIPS-BCM63XX-add-96328avng-reference-board.patch │   │   │   │   ├── [1.6K] 523-MIPS-BCM63XX-add-963281TAN-reference-board.patch │   │   │   │   ├── [1.9K] 524-board_dsl_274xb_rev_f.patch │   │   │   │   ├── [1.3K] 525-board_96348w3.patch │   │   │   │   ├── [1.5K] 526-board_CT6373-1.patch │   │   │   │   ├── [1.4K] 527-board_dva-g3810bn-tl-1.patch │   │   │   │   ├── [1.4K] 528-board_nb6.patch │   │   │   │   ├── [1.3K] 529-board_fast2604.patch │   │   │   │   ├── [1.6K] 530-board_A4001N1.patch │   │   │   │   ├── [2.7K] 531-board_AR-5387un.patch │   │   │   │   ├── [2.0K] 532-board_AR-5381u.patch │   │   │   │   ├── [1.0K] 533-board_rta770bw.patch │   │   │   │   ├── [3.0K] 534-board_hw556.patch │   │   │   │   ├── [1.3K] 535-board_rta770w.patch │   │   │   │   ├── [1.8K] 536-board_fast2704.patch │   │   │   │   ├── [1.4K] 537-board_fast2504n.patch │   │   │   │   ├── [5.6K] 550-MIPS-BCM63XX-remove-leds-and-buttons.patch │   │   │   │   ├── [1.7K] 555-board_96318ref.patch │   │   │   │   ├── [1.4K] 556-board_96318ref_p300.patch │   │   │   │   ├── [1.4K] 557-board_bcm963269bhr.patch │   │   │   │   ├── [1.4K] 558-board_AR1004G.patch │   │   │   │   ├── [1.3K] 559-board_vw6339gu.patch │   │   │   │   ├── [1.7K] 560-board_963268gu_p300.patch │   │   │   │   ├── [2.4K] 561-board_WAP-5813n.patch │   │   │   │   ├── [1.9K] 562-board_VR-3025u.patch │   │   │   │   ├── [1.9K] 563-board_VR-3025un.patch │   │   │   │   ├── [1.6K] 564-board_P870HW-51a_v2.patch │   │   │   │   ├── [1.5K] 565-board_hw520.patch │   │   │   │   ├── [1.6K] 566-board_A4001N.patch │   │   │   │   ├── [2.4K] 567-board_dsl-2751b_e1.patch │   │   │   │   ├── [1.8K] 568-board_DGND3700v1_3800B.patch │   │   │   │   ├── [1.4K] 569-board_homehub2a.patch │   │   │   │   ├── [1.8K] 570-board_HG655b.patch │   │   │   │   ├── [1.5K] 571-board_fast2704n.patch │   │   │   │   ├── [2.0K] 572-board_VR-3026e.patch │   │   │   │   ├── [1.6K] 573-board_R5010UNv2.patch │   │   │   │   ├── [1.8K] 574-board_HG622.patch │   │   │   │   ├── [1.7K] 575-board_EVG2000.patch │   │   │   │   ├── [1.5K] 577-board_VH4032N.patch │   │   │   │   ├── [ 685] 800-wl_exports.patch │   │   │   │   ├── [ 988] 801-ssb_export_fallback_sprom.patch │   │   │   │   ├── [1.0K] 802-rtl8367r_fix_RGMII_support.patch │   │   │   │   ├── [ 809] 803-jffs2-work-around-unaligned-accesses-failing-on-bcm6.patch │   │   │   │   └── [ 483] 804-bcm63xx_enet_63268_rgmii_ports.patch │   │   │   ├── [4.0K] profiles │   │   │   │   └── [ 369] default.mk │   │   │   └── [4.0K] smp │   │   │   ├── [ 263] config-default │   │   │   └── [ 157] target.mk │   │   ├── [4.0K] cns3xxx │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   └── [4.0K] init.d │   │   │   │   │   └── [ 364] netdev-cpu │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [ 309] cns3xxx.sh │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [ 589] platform.sh │   │   │   ├── [7.2K] config-4.4 │   │   │   ├── [4.0K] files │   │   │   │   ├── [4.0K] arch │   │   │   │   │   └── [4.0K] arm │   │   │   │   │   └── [4.0K] mach-cns3xxx │   │   │   │   │   ├── [1.9K] cns3xxx_fiq.S │   │   │   │   │   ├── [8.3K] gpio.c │   │   │   │   │   ├── [ 990] headsmp.S │   │   │   │   │   ├── [2.6K] hotplug.c │   │   │   │   │   ├── [4.0K] include │   │   │   │   │   │   └── [4.0K] mach │   │   │   │   │   │   ├── [ 458] gpio.h │   │   │   │   │   │   └── [ 228] smp.h │   │   │   │   │   ├── [ 30K] laguna.c │   │   │   │   │   └── [7.3K] platsmp.c │   │   │   │   ├── [4.0K] drivers │   │   │   │   │   ├── [4.0K] i2c │   │   │   │   │   │   └── [4.0K] busses │   │   │   │   │   │   └── [8.9K] i2c-cns3xxx.c │   │   │   │   │   ├── [4.0K] net │   │   │   │   │   │   └── [4.0K] ethernet │   │   │   │   │   │   └── [4.0K] cavium │   │   │   │   │   │   ├── [ 30K] cns3xxx_eth.c │   │   │   │   │   │   ├── [ 668] Kconfig │   │   │   │   │   │   └── [ 99] Makefile │   │   │   │   │   └── [4.0K] spi │   │   │   │   │   └── [ 11K] spi-cns3xxx.c │   │   │   │   └── [4.0K] include │   │   │   │   └── [4.0K] linux │   │   │   │   └── [4.0K] platform_data │   │   │   │   └── [ 615] cns3xxx.h │   │   │   ├── [4.0K] image │   │   │   │   └── [1.5K] Makefile │   │   │   ├── [ 657] Makefile │   │   │   └── [4.0K] patches-4.4 │   │   │   ├── [ 272] 000-cns3xxx_arch_include.patch │   │   │   ├── [2.6K] 010-arm_introduce-dma-fiq-irq-broadcast.patch │   │   │   ├── [1.7K] 020-watchdog_support.patch │   │   │   ├── [ 910] 025-smp_support.patch │   │   │   ├── [ 467] 030-pcie_clock.patch │   │   │   ├── [1.3K] 040-fiq_support.patch │   │   │   ├── [1.1K] 045-twd_base.patch │   │   │   ├── [ 529] 055-pcie_io.patch │   │   │   ├── [3.5K] 060-pcie_abort.patch │   │   │   ├── [ 384] 065-pcie_skip_inactive.patch │   │   │   ├── [1.1K] 070-i2c_support.patch │   │   │   ├── [1.6K] 075-spi_support.patch │   │   │   ├── [ 692] 080-sata_support.patch │   │   │   ├── [3.2K] 090-timers.patch │   │   │   ├── [2.1K] 095-gpio_support.patch │   │   │   ├── [1.6K] 097-l2x0_cmdline_disable.patch │   │   │   ├── [1.4K] 100-laguna_support.patch │   │   │   ├── [ 512] 101-laguna_sdhci_card_detect.patch │   │   │   ├── [2.9K] 110-pci_isolated_interrupts.patch │   │   │   ├── [ 958] 130-Extend-PCIE_BUS_PEER2PEER-to-set-MRSS-128-to-fix-CNS3xxx-BM-DMA..patch │   │   │   ├── [ 392] 200-broadcom_phy_reinit.patch │   │   │   └── [1.4K] 210-dwc2_defaults.patch │   │   ├── [4.0K] gemini │   │   │   ├── [4.0K] base-files │   │   │   │   └── [4.0K] lib │   │   │   │   └── [4.0K] preinit │   │   │   │   └── [ 440] 05_set_ether_mac_gemini │   │   │   ├── [4.4K] config-4.4 │   │   │   ├── [4.0K] files │   │   │   │   ├── [4.0K] arch │   │   │   │   │   └── [4.0K] arm │   │   │   │   │   └── [4.0K] mach-gemini │   │   │   │   │   ├── [4.0K] include │   │   │   │   │   │   └── [4.0K] mach │   │   │   │   │   │   └── [ 630] gmac.h │   │   │   │   │   └── [8.4K] pci.c │   │   │   │   └── [4.0K] drivers │   │   │   │   ├── [4.0K] ata │   │   │   │   │   └── [6.3K] pata_gemini.c │   │   │   │   ├── [4.0K] net │   │   │   │   │   └── [4.0K] ethernet │   │   │   │   │   └── [4.0K] gemini │   │   │   │   │   ├── [ 859] Kconfig │   │   │   │   │   ├── [ 103] Makefile │   │   │   │   │   ├── [ 57K] sl351x.c │   │   │   │   │   └── [ 47K] sl351x_hw.h │   │   │   │   ├── [4.0K] usb │   │   │   │   │   └── [4.0K] host │   │   │   │   │   └── [6.0K] ehci-fotg2.c │   │   │   │   └── [4.0K] watchdog │   │   │   │   └── [8.7K] gemini_wdt.c │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 441] ImageInfo-ib4220 │   │   │   │   └── [3.2K] Makefile │   │   │   ├── [ 465] Makefile │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   ├── [ 570] 050-gpio-to-irq.patch │   │   │   │   ├── [1.2K] 060-cache-fa.diff │   │   │   │   ├── [ 971] 110-watchdog-add-gemini_wdt-driver.patch │   │   │   │   ├── [ 958] 111-arm-gemini-add-watchdog-device.patch │   │   │   │   ├── [1.4K] 112-arm-gemini-register-watchdog-devices.patch │   │   │   │   ├── [ 893] 120-net-add-gemini-gmac-driver.patch │   │   │   │   ├── [2.1K] 121-arm-gemini-add-gmac-device.patch │   │   │   │   ├── [6.0K] 122-arm-gemini-register-ethernet.patch │   │   │   │   ├── [3.9K] 130-usb-ehci-add-fot2g-driver.patch │   │   │   │   ├── [1.8K] 131-arm-gemini-add-usb-device.patch │   │   │   │   ├── [2.0K] 132-arm-gemini-register-usb.patch │   │   │   │   ├── [1.8K] 140-arm-gemini-add-pci-support.patch │   │   │   │   └── [5.5K] 150-gemini-pata.patch │   │   │   ├── [4.0K] raidsonic │   │   │   │   ├── [ 393] config-default │   │   │   │   └── [ 533] target.mk │   │   │   └── [4.0K] wiligear │   │   │   └── [ 187] target.mk │   │   ├── [4.0K] generic │   │   │   ├── [4.0K] base-files │   │   │   │   └── [ 78] init │   │   │   ├── [149K] config-3.18 │   │   │   ├── [156K] config-4.4 │   │   │   ├── [4.0K] files │   │   │   │   ├── [4.0K] arch │   │   │   │   │   └── [4.0K] mips │   │   │   │   │   └── [4.0K] fw │   │   │   │   │   └── [4.0K] myloader │   │   │   │   │   ├── [ 91] Makefile │   │   │   │   │   └── [1.8K] myloader.c │   │   │   │   ├── [4.0K] Documentation │   │   │   │   │   └── [4.0K] networking │   │   │   │   │   └── [5.2K] adm6996.txt │   │   │   │   ├── [4.0K] drivers │   │   │   │   │   ├── [4.0K] leds │   │   │   │   │   │   └── [ 12K] ledtrig-netdev.c │   │   │   │   │   ├── [4.0K] misc │   │   │   │   │   │   └── [6.2K] owl-loader.c │   │   │   │   │   ├── [4.0K] mtd │   │   │   │   │   │   ├── [4.0K] mtdsplit │   │   │   │   │   │   │   ├── [1.5K] Kconfig │   │   │   │   │   │   │   ├── [ 571] Makefile │   │   │   │   │   │   │   ├── [2.5K] mtdsplit_brnimage.c │   │   │   │   │   │   │   ├── [2.8K] mtdsplit.c │   │   │   │   │   │   │   ├── [2.2K] mtdsplit_eva.c │   │   │   │   │   │   │   ├── [4.0K] mtdsplit_fit.c │   │   │   │   │   │   │   ├── [1.6K] mtdsplit.h │   │   │   │   │   │   │   ├── [2.0K] mtdsplit_lzma.c │   │   │   │   │   │   │   ├── [2.8K] mtdsplit_seama.c │   │   │   │   │   │   │   ├── [1.7K] mtdsplit_squashfs.c │   │   │   │   │   │   │   ├── [4.5K] mtdsplit_tplink.c │   │   │   │   │   │   │   ├── [3.1K] mtdsplit_trx.c │   │   │   │   │   │   │   ├── [8.7K] mtdsplit_uimage.c │   │   │   │   │   │   │   └── [2.5K] mtdsplit_wrgg.c │   │   │   │   │   │   └── [4.2K] myloader.c │   │   │   │   │   └── [4.0K] net │   │   │   │   │   └── [4.0K] phy │   │   │   │   │   ├── [ 26K] adm6996.c │   │   │   │   │   ├── [6.1K] adm6996.h │   │   │   │   │   ├── [ 53K] ar8216.c │   │   │   │   │   ├── [ 19K] ar8216.h │   │   │   │   │   ├── [ 34K] ar8327.c │   │   │   │   │   ├── [ 11K] ar8327.h │   │   │   │   │   ├── [4.0K] b53 │   │   │   │   │   │   ├── [ 36K] b53_common.c │   │   │   │   │   │   ├── [9.7K] b53_mdio.c │   │   │   │   │   │   ├── [5.1K] b53_mmap.c │   │   │   │   │   │   ├── [1.6K] b53_phy_fixup.c │   │   │   │   │   │   ├── [7.5K] b53_priv.h │   │   │   │   │   │   ├── [ 12K] b53_regs.h │   │   │   │   │   │   ├── [6.8K] b53_spi.c │   │   │   │   │   │   ├── [7.8K] b53_srab.c │   │   │   │   │   │   ├── [1.1K] Kconfig │   │   │   │   │   │   └── [ 336] Makefile │   │   │   │   │   ├── [ 34K] ip17xx.c │   │   │   │   │   ├── [ 22K] mvsw61xx.c │   │   │   │   │   ├── [6.3K] mvsw61xx.h │   │   │   │   │   ├── [9.2K] mvswitch.c │   │   │   │   │   ├── [4.1K] mvswitch.h │   │   │   │   │   ├── [ 10K] psb6970.c │   │   │   │   │   ├── [ 25K] rtl8306.c │   │   │   │   │   ├── [ 38K] rtl8366rb.c │   │   │   │   │   ├── [ 29K] rtl8366s.c │   │   │   │   │   ├── [ 31K] rtl8366_smi.c │   │   │   │   │   ├── [4.7K] rtl8366_smi.h │   │   │   │   │   ├── [ 53K] rtl8367b.c │   │   │   │   │   ├── [ 58K] rtl8367.c │   │   │   │   │   ├── [ 26K] swconfig.c │   │   │   │   │   └── [ 10K] swconfig_leds.c │   │   │   │   ├── [4.0K] fs │   │   │   │   │   └── [4.0K] yaffs2 │   │   │   │   │   ├── [4.7K] Kconfig │   │   │   │   │   ├── [ 502] Makefile │   │   │   │   │   ├── [ 160] NOTE.openwrt │   │   │   │   │   ├── [8.1K] yaffs_allocator.c │   │   │   │   │   ├── [1004] yaffs_allocator.h │   │   │   │   │   ├── [3.1K] yaffs_attribs.c │   │   │   │   │   ├── [1.0K] yaffs_attribs.h │   │   │   │   │   ├── [2.3K] yaffs_bitmap.c │   │   │   │   │   ├── [1.1K] yaffs_bitmap.h │   │   │   │   │   ├── [ 11K] yaffs_checkptrw.c │   │   │   │   │   ├── [ 992] yaffs_checkptrw.h │   │   │   │   │   ├── [7.0K] yaffs_ecc.c │   │   │   │   │   ├── [1.4K] yaffs_ecc.h │   │   │   │   │   ├── [1.0K] yaffs_getblockinfo.h │   │   │   │   │   ├── [123K] yaffs_guts.c │   │   │   │   │   ├── [ 29K] yaffs_guts.h │   │   │   │   │   ├── [1.5K] yaffs_linux.h │   │   │   │   │   ├── [7.4K] yaffs_mtdif.c │   │   │   │   │   ├── [ 830] yaffs_mtdif.h │   │   │   │   │   ├── [4.4K] yaffs_nameval.c │   │   │   │   │   ├── [ 953] yaffs_nameval.h │   │   │   │   │   ├── [2.8K] yaffs_nand.c │   │   │   │   │   ├── [1.2K] yaffs_nand.h │   │   │   │   │   ├── [1.5K] yaffs_packedtags1.c │   │   │   │   │   ├── [1.0K] yaffs_packedtags1.h │   │   │   │   │   ├── [5.4K] yaffs_packedtags2.c │   │   │   │   │   ├── [1.4K] yaffs_packedtags2.h │   │   │   │   │   ├── [8.2K] yaffs_summary.c │   │   │   │   │   ├── [1.0K] yaffs_summary.h │   │   │   │   │   ├── [9.4K] yaffs_tagscompat.c │   │   │   │   │   ├── [1.2K] yaffs_tagscompat.h │   │   │   │   │   ├── [5.0K] yaffs_tagsmarshall.c │   │   │   │   │   ├── [ 669] yaffs_tagsmarshall.h │   │   │   │   │   ├── [1.7K] yaffs_trace.h │   │   │   │   │   ├── [ 13K] yaffs_verify.c │   │   │   │   │   ├── [1.5K] yaffs_verify.h │   │   │   │   │   ├── [ 87K] yaffs_vfs.c │   │   │   │   │   ├── [ 10K] yaffs_yaffs1.c │   │   │   │   │   ├── [ 640] yaffs_yaffs1.h │   │   │   │   │   ├── [ 37K] yaffs_yaffs2.c │   │   │   │   │   ├── [1.4K] yaffs_yaffs2.h │   │   │   │   │   └── [2.2K] yportenv.h │   │   │   │   └── [4.0K] include │   │   │   │   ├── [4.0K] linux │   │   │   │   │   ├── [2.8K] ar8216_platform.h │   │   │   │   │   ├── [1.1K] ath5k_platform.h │   │   │   │   │   ├── [1.6K] ath9k_platform.h │   │   │   │   │   ├── [3.6K] myloader.h │   │   │   │   │   ├── [4.0K] platform_data │   │   │   │   │   │   ├── [ 562] adm6996-gpio.h │   │   │   │   │   │   └── [1.1K] b53.h │   │   │   │   │   ├── [2.2K] routerboot.h │   │   │   │   │   ├── [ 518] rt2x00_platform.h │   │   │   │   │   ├── [ 906] rtl8366.h │   │   │   │   │   ├── [1.3K] rtl8367.h │   │   │   │   │   └── [4.3K] switch.h │   │   │   │   └── [4.0K] uapi │   │   │   │   └── [4.0K] linux │   │   │   │   └── [2.5K] switch.h │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 252] initramfs-base-files.txt │   │   │   │   ├── [4.0K] lzma-loader │   │   │   │   │   ├── [1.1K] Makefile │   │   │   │   │   └── [4.0K] src │   │   │   │   │   ├── [4.3K] decompress.c │   │   │   │   │   ├── [ 253] lzma-copy.lds.in │   │   │   │   │   ├── [ 15K] LzmaDecode.c │   │   │   │   │   ├── [3.0K] LzmaDecode.h │   │   │   │   │   ├── [ 324] lzma.lds.in │   │   │   │   │   ├── [2.1K] Makefile │   │   │   │   │   ├── [6.5K] print.c │   │   │   │   │   ├── [ 797] printf.c │   │   │   │   │   ├── [ 487] printf.h │   │   │   │   │   ├── [1.0K] print.h │   │   │   │   │   ├── [3.3K] start.S │   │   │   │   │   ├── [2.6K] uart16550.c │   │   │   │   │   └── [1.6K] uart16550.h │   │   │   │   ├── [ 282] Makefile │   │   │   │   └── [4.0K] relocate │   │   │   │   ├── [2.1K] cacheops.h │   │   │   │   ├── [ 873] cp0regdef.h │   │   │   │   ├── [2.8K] head.S │   │   │   │   ├── [ 174] loader.lds │   │   │   │   └── [1.9K] Makefile │   │   │   ├── [ 772] PATCHES │   │   │   ├── [ 24K] patches-3.18 │   │   │   │   ├── [3.7K] 020-ssb_update.patch │   │   │   │   ├── [1.4K] 021-ssb_sprom.patch │   │   │   │   ├── [9.1K] 025-bcma_backport.patch │   │   │   │   ├── [ 15K] 026-bcma-from-3.20.patch │   │   │   │   ├── [ 21K] 027-bcma-from-4.1.patch │   │   │   │   ├── [2.6K] 028-bcma-from-4.2.patch │   │   │   │   ├── [ 953] 029-bcma-from-4.4.patch │   │   │   │   ├── [1.3K] 030-backport_bcm47xx_nvram.patch │   │   │   │   ├── [ 570] 030-nl80211-Allow-set-network-namespace-by-fd.patch │   │   │   │   ├── [1.0K] 031-bcma-from-4.5.patch │   │   │   │   ├── [ 23K] 032-bcma-from-4.6.patch │   │   │   │   ├── [1.4K] 040-mtd-bcm47xxpart-backports-from-3.19.patch │   │   │   │   ├── [2.7K] 041-mtd-bcm47xxpart-backports-from-3.20.patch │   │   │   │   ├── [ 586] 043-mtd_GD25Q128B_support_backport_from_3.19.patch │   │   │   │   ├── [1004] 044-backport-m25p80-jedec-probe.patch │   │   │   │   ├── [ 13K] 050-backport_netfilter_rtcache.patch │   │   │   │   ├── [2.5K] 051-02-bridge-allow-setting-hash_max-multicast_router-if-in.patch │   │   │   │   ├── [ 472] 060-mips_decompressor_memmove.patch │   │   │   │   ├── [1.4K] 070-bgmac-register-napi-before-the-device.patch │   │   │   │   ├── [ 885] 071-bgmac-activate-irqs-only-if-there-is-nothing-to-poll.patch │   │   │   │   ├── [1.5K] 072-bgmac-fix-device-initialization-on-Northstar-SoCs-co.patch │   │   │   │   ├── [1.7K] 073-bgmac-Clean-warning-messages.patch │   │   │   │   ├── [2.2K] 074-bgmac-register-fixed-PHY-for-ARM-BCM470X-BCM5301X-ch.patch │   │   │   │   ├── [1019] 075-bgmac-allow-enabling-on-ARCH_BCM_5301X.patch │   │   │   │   ├── [ 986] 076-net-phy-export-fixed_phy_register.patch │   │   │   │   ├── [ 908] 077-01-bgmac-fix-descriptor-frame-start-end-definitions.patch │   │   │   │   ├── [5.4K] 077-02-bgmac-implement-GRO-and-use-build_skb.patch │   │   │   │   ├── [7.5K] 077-03-bgmac-implement-scatter-gather-support.patch │   │   │   │   ├── [3.7K] 077-04-bgmac-simplify-tx-ring-index-handling.patch │   │   │   │   ├── [2.5K] 077-05-bgmac-leave-interrupts-disabled-as-long-as-there-is-.patch │   │   │   │   ├── [2.6K] 077-06-bgmac-set-received-skb-headroom-to-NET_SKB_PAD.patch │   │   │   │   ├── [3.7K] 077-07-bgmac-simplify-rx-DMA-error-handling.patch │   │   │   │   ├── [ 761] 077-08-bgmac-add-check-for-oversized-packets.patch │   │   │   │   ├── [ 891] 077-09-bgmac-increase-rx-ring-size-from-511-to-512.patch │   │   │   │   ├── [4.6K] 077-10-bgmac-simplify-dma-init-cleanup.patch │   │   │   │   ├── [2.6K] 077-11-bgmac-fix-DMA-rx-corruption.patch │   │   │   │   ├── [4.1K] 077-12-bgmac-drop-ring-num_slots.patch │   │   │   │   ├── [1.1K] 078-bgmac-reset-enable-Ethernet-core-before-using-it.patch │   │   │   │   ├── [1.6K] 079-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch │   │   │   │   ├── [2.0K] 080-00-fib_trie-Fix-proc-net-fib_trie-when-CONFIG_IP_MULTIP.patch │   │   │   │   ├── [2.0K] 080-01-fib_trie-Fix-trie-balancing-issue-if-new-node-pushes.patch │   │   │   │   ├── [5.7K] 080-02-fib_trie-Update-usage-stats-to-be-percpu-instead-of-.patch │   │   │   │   ├── [ 12K] 080-03-fib_trie-Make-leaf-and-tnode-more-uniform.patch │   │   │   │   ├── [5.7K] 080-04-fib_trie-Merge-tnode_free-and-leaf_free-into-node_fr.patch │   │   │   │   ├── [ 27K] 080-05-fib_trie-Merge-leaf-into-tnode.patch │   │   │   │   ├── [ 11K] 080-06-fib_trie-Optimize-fib_table_lookup-to-avoid-wasting-.patch │   │   │   │   ├── [1.9K] 080-07-fib_trie-Optimize-fib_find_node.patch │   │   │   │   ├── [7.1K] 080-08-fib_trie-Optimize-fib_table_insert.patch │   │   │   │   ├── [ 12K] 080-09-fib_trie-Update-meaning-of-pos-to-represent-unchecke.patch │   │   │   │   ├── [5.8K] 080-10-fib_trie-Use-unsigned-long-for-anything-dealing-with.patch │   │   │   │   ├── [ 10K] 080-11-fib_trie-Push-rcu_read_lock-unlock-to-callers.patch │   │   │   │   ├── [ 10K] 080-12-fib_trie-Move-resize-to-after-inflate-halve.patch │   │   │   │   ├── [8.1K] 080-13-fib_trie-Add-functions-should_inflate-and-should_hal.patch │   │   │   │   ├── [8.7K] 080-14-fib_trie-Push-assignment-of-child-to-parent-down-int.patch │   │   │   │   ├── [5.5K] 080-15-fib_trie-Push-tnode-flushing-down-to-inflate-halve.patch │   │   │   │   ├── [ 10K] 080-16-fib_trie-inflate-halve-nodes-in-a-more-RCU-friendly-.patch │   │   │   │   ├── [2.9K] 080-17-fib_trie-Remove-checks-for-index-tnode_child_length-.patch │   │   │   │   ├── [6.5K] 080-18-fib_trie-Add-tracking-value-for-suffix-length.patch │   │   │   │   ├── [1.9K] 080-19-fib_trie-Use-index-0ul-n-bits-instead-of-index-n-bit.patch │   │   │   │   ├── [8.1K] 080-20-fib_trie-Fix-RCU-bug-and-merge-similar-bits-of-infla.patch │   │   │   │   ├── [1.9K] 080-21-fib_trie-Fall-back-to-slen-update-on-inflate-halve-f.patch │   │   │   │   ├── [6.0K] 080-22-fib_trie-Add-collapse-and-should_collapse-to-resize.patch │   │   │   │   ├── [1023] 080-23-fib_trie-Use-empty_children-instead-of-counting-empt.patch │   │   │   │   ├── [2.2K] 080-24-fib_trie-Move-fib_find_alias-to-file-where-it-is-use.patch │   │   │   │   ├── [3.4K] 080-25-fib_trie-Various-clean-ups-for-handling-slen.patch │   │   │   │   ├── [2.9K] 081-01-pppoe-Use-workqueue-to-die-properly-when-a-PADT-is-r.patch │   │   │   │   ├── [ 830] 081-02-pppoe-Lacks-DST-MAC-address-check.patch │   │   │   │   ├── [ 879] 081-03-pppoe-drop-pppoe-device-in-pppoe_unbind_sock_work.patch │   │   │   │   ├── [1.4K] 081-06-ppp-don-t-set-sk_state-to-PPPOX_ZOMBIE-in-pppoe_disc.patch │   │   │   │   ├── [1.7K] 081-07-ppp-remove-PPPOX_ZOMBIE-socket-state.patch │   │   │   │   ├── [3.6K] 081-08-pppoe-fix-memory-corruption-in-padt-work-structure.patch │   │   │   │   ├── [3.1K] 082-ipv6-ip6_fragment-fix-headroom-tests-and-skb-leak.patch │   │   │   │   ├── [2.2K] 083-solos-pci-Increase-headroom-on-received-packets.patch │   │   │   │   ├── [3.2K] 090-overlayfs-fallback-to-readonly-when-full.patch │   │   │   │   ├── [ 557] 091-mtd-spi-nor-add-support-Spansion_S25FL164K │   │   │   │   ├── [1.5K] 092-01-spi-Check-to-see-if-the-device-is-processing-a-messa.patch │   │   │   │   ├── [6.1K] 092-02-spi-Pump-transfers-inside-calling-context-for-spi_sy.patch │   │   │   │   ├── [2.9K] 092-03-spi-Only-idle-the-message-pump-in-the-worker-kthread.patch │   │   │   │   ├── [4.4K] 095-api-fix-compatibility-of-linux-in.h-with-netinet-in..patch │   │   │   │   ├── [3.3K] 097-mm-remove-gup_flags-FOLL_WRITE-games-from-__get_user.patch │   │   │   │   ├── [5.4K] 099-module_arch_freeing_init-new-hook-for-archs-before-m.patch │   │   │   │   ├── [2.9K] 102-ehci_hcd_ignore_oc.patch │   │   │   │   ├── [2.6K] 110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch │   │   │   │   ├── [1.9K] 111-jffs2-add-RENAME_EXCHANGE-support.patch │   │   │   │   ├── [1.8K] 120-bridge_allow_receiption_on_disabled_port.patch │   │   │   │   ├── [ 21K] 132-mips_inline_dma_ops.patch │   │   │   │   ├── [2.0K] 133-MIPS-UAPI-Ignore-__arch_swab-16-32-64-when-using-MIP.patch │   │   │   │   ├── [4.8K] 140-mtd-part-add-generic-parsing-of-linux-part-probe.patch │   │   │   │   ├── [1.2K] 141-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch │   │   │   │   ├── [3.0K] 142-mtd-bcm47xxpart-don-t-fail-because-of-bit-flips.patch │   │   │   │   ├── [1.4K] 180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch │   │   │   │   ├── [8.8K] 190-cdc_ncm_add_support_for_moving_ndp_to_end_of_ncm_frame.patch │   │   │   │   ├── [1.2K] 191-usb-ehci-orion-fix-probe-for-GENERIC_PHY.patch │   │   │   │   ├── [3.3K] 192-USB-qcserial-Add-support-for-Quectel-EC20-Mini-PCIe-.patch │   │   │   │   ├── [3.4K] 193-USB-qmi_wwan-Add-quirk-for-Quectel-EC20-Mini-PCIe-mo.patch │   │   │   │   ├── [ 397] 200-fix_localversion.patch │   │   │   │   ├── [ 546] 201-extra_optimization.patch │   │   │   │   ├── [ 487] 202-reduce_module_size.patch │   │   │   │   ├── [3.0K] 203-kallsyms_uncompressed.patch │   │   │   │   ├── [6.6K] 204-module_strip.patch │   │   │   │   ├── [ 936] 205-backtrace_module_info.patch │   │   │   │   ├── [133K] 210-darwin_scripts_include.patch │   │   │   │   ├── [1.0K] 212-byteshift_portability.patch │   │   │   │   ├── [ 233] 213-x86_vdso_portability.patch │   │   │   │   ├── [ 482] 214-spidev_h_portability.patch │   │   │   │   ├── [ 17K] 220-gc_sections.patch │   │   │   │   ├── [2.7K] 221-module_exports.patch │   │   │   │   ├── [2.1K] 230-openwrt_lzma_options.patch │   │   │   │   ├── [ 582] 250-netfilter_depends.patch │   │   │   │   ├── [ 404] 251-sound_kconfig.patch │   │   │   │   ├── [ 248] 252-mv_cesa_depends.patch │   │   │   │   ├── [ 524] 253-ssb_b43_default_on.patch │   │   │   │   ├── [ 401] 254-textsearch_kconfig_hacks.patch │   │   │   │   ├── [ 696] 255-lib80211_kconfig_hacks.patch │   │   │   │   ├── [ 889] 256-crypto_add_kconfig_prompts.patch │   │   │   │   ├── [ 380] 257-wireless_ext_kconfig_hack.patch │   │   │   │   ├── [ 315] 258-netfilter_netlink_kconfig_hack.patch │   │   │   │   ├── [1.9K] 259-regmap_dynamic.patch │   │   │   │   ├── [1.3K] 260-crypto_test_dependencies.patch │   │   │   │   ├── [1.3K] 270-uapi-kernel.h-glibc-specific-inclusion-of-sysinfo.h.patch │   │   │   │   ├── [2.9K] 271-uapi-libc-compat.h-do-not-rely-on-__GLIBC__.patch │   │   │   │   ├── [2.0K] 272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch │   │   │   │   ├── [ 839] 300-mips_expose_boot_raw.patch │   │   │   │   ├── [ 577] 301-mips_image_cmdline_hack.patch │   │   │   │   ├── [ 503] 302-mips_no_branch_likely.patch │   │   │   │   ├── [3.4K] 304-mips_disable_fpu.patch │   │   │   │   ├── [8.7K] 305-mips_module_reloc.patch │   │   │   │   ├── [2.2K] 306-mips_mem_functions_performance.patch │   │   │   │   ├── [ 579] 307-mips_highmem_offset.patch │   │   │   │   ├── [ 354] 310-arm_module_unresolved_weak_sym.patch │   │   │   │   ├── [1.1K] 320-ppc4xx_optimization.patch │   │   │   │   ├── [ 336] 321-powerpc_crtsavres_prereq.patch │   │   │   │   ├── [7.9K] 330-MIPS-kexec-Accept-command-line-parameters-from-users.patch │   │   │   │   ├── [4.5K] 400-mtd-add-rootfs-split-support.patch │   │   │   │   ├── [2.9K] 401-mtd-add-support-for-different-partition-parser-types.patch │   │   │   │   ├── [1.7K] 402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch │   │   │   │   ├── [ 570] 403-mtd-hook-mtdsplit-to-Kbuild.patch │   │   │   │   ├── [3.1K] 404-mtd-add-more-helper-functions.patch │   │   │   │   ├── [1.9K] 405-mtd-old-firmware-uimage-splitter.patch │   │   │   │   ├── [2.1K] 406-mtd-old-rootfs-squashfs-splitter.patch │   │   │   │   ├── [ 425] 410-mtd-move-forward-declaration-of-struct-mtd_info.patch │   │   │   │   ├── [4.1K] 411-mtd-partial_eraseblock_write.patch │   │   │   │   ├── [ 699] 412-mtd-partial_eraseblock_unlock.patch │   │   │   │   ├── [ 968] 420-mtd-redboot_space.patch │   │   │   │   ├── [1.3K] 430-mtd-add-myloader-partition-parser.patch │   │   │   │   ├── [2.8K] 431-mtd-bcm47xxpart-check-for-bad-blocks-when-calculatin.patch │   │   │   │   ├── [1.4K] 432-mtd-bcm47xxpart-detect-T_Meter-partition.patch │   │   │   │   ├── [3.2K] 440-block2mtd_init.patch │   │   │   │   ├── [3.0K] 441-block2mtd_probe.patch │   │   │   │   ├── [ 925] 450-mtd-nand-allow-to-use-platform-specific-chip-fixup.patch │   │   │   │   ├── [ 313] 451-mtd-nand-fix-return-code-of-nand_correct_data-function.patch │   │   │   │   ├── [ 432] 460-mtd-cfi_cmdset_0002-no-erase_suspend.patch │   │   │   │   ├── [ 556] 461-mtd-cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch │   │   │   │   ├── [ 833] 472-mtd-m25p80-add-support-for-Winbond-W25X05-flash.patch │   │   │   │   ├── [ 821] 473-mtd-spi-nor-add-support-for-the-Macronix-MX25L512E-S.patch │   │   │   │   ├── [ 824] 474-mtd-spi-nor-add-support-for-the-ISSI-SI25CD512-SPI-f.patch │   │   │   │   ├── [ 580] 475-mtd-spi-nor-add-macronix-mx25u25635f.patch │   │   │   │   ├── [ 704] 480-mtd-set-rootfs-to-be-root-dev.patch │   │   │   │   ├── [2.1K] 490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch │   │   │   │   ├── [1.8K] 491-ubi-auto-create-ubiblock-device-for-rootfs.patch │   │   │   │   ├── [1.2K] 492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch │   │   │   │   ├── [1.1K] 493-ubi-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch │   │   │   │   ├── [1.1K] 494-mtd-ubi-add-EOF-marker-support.patch │   │   │   │   ├── [ 444] 500-yaffs-Kbuild-integration.patch │   │   │   │   ├── [6.1K] 502-yaffs-fix-compat-tags-handling.patch │   │   │   │   ├── [3.5K] 503-yaffs-add-tags-9bytes-mount-option.patch │   │   │   │   ├── [ 807] 504-yaffs-3.16-new-fops.patch │   │   │   │   ├── [141K] 530-jffs2_make_lzma_available.patch │   │   │   │   ├── [ 31K] 531-debloat_lzma.patch │   │   │   │   ├── [1.7K] 532-jffs2_eofdetect.patch │   │   │   │   ├── [1.6K] 550-ubifs-symlink-xattr-support.patch │   │   │   │   ├── [ 800] 551-ubifs-fix-default-compression-selection.patch │   │   │   │   ├── [2.3K] 600-netfilter_conntrack_flush.patch │   │   │   │   ├── [2.3K] 610-netfilter_match_bypass_default_checks.patch │   │   │   │   ├── [2.6K] 611-netfilter_match_bypass_default_table.patch │   │   │   │   ├── [ 607] 612-netfilter_match_reduce_memory_access.patch │   │   │   │   ├── [1.0K] 613-netfilter_optional_tcp_window_check.patch │   │   │   │   ├── [ 331] 616-net_optimize_xfrm_calls.patch │   │   │   │   ├── [4.2K] 621-sched_act_connmark.patch │   │   │   │   ├── [3.7K] 630-packet_socket_type.patch │   │   │   │   ├── [ 676] 640-bridge_no_eap_forward.patch │   │   │   │   ├── [ 513] 641-bridge_always_accept_eap.patch │   │   │   │   ├── [3.3K] 642-bridge_port_isolate.patch │   │   │   │   ├── [ 11K] 645-bridge_multicast_to_unicast.patch │   │   │   │   ├── [ 590] 650-pppoe_header_pad.patch │   │   │   │   ├── [ 327] 651-wireless_mesh_header.patch │   │   │   │   ├── [ 664] 653-disable_netlink_trim.patch │   │   │   │   ├── [ 377] 655-increase_skb_pad.patch │   │   │   │   ├── [1.2K] 656-skb_reduce_truesize-helper.patch │   │   │   │   ├── [1.9K] 657-qdisc_reduce_truesize.patch │   │   │   │   ├── [ 386] 660-fq_codel_defaults.patch │   │   │   │   ├── [ 318] 661-fq_codel_keep_dropped_stats.patch │   │   │   │   ├── [3.0K] 662-use_fq_codel_by_default.patch │   │   │   │   ├── [3.6K] 663-remove_pfifo_fast.patch │   │   │   │   ├── [ 15K] 666-Add-support-for-MAP-E-FMRs-mesh-mode.patch │   │   │   │   ├── [3.1K] 667-ipv6-Fixed-source-specific-default-route-handling.patch │   │   │   │   ├── [8.3K] 670-ipv6-allow-rejecting-with-source-address-failed-policy.patch │   │   │   │   ├── [1.4K] 671-net-provide-defines-for-_POLICY_FAILED-until-all-cod.patch │   │   │   │   ├── [4.5K] 680-NET-skip-GRO-for-foreign-MAC-addresses.patch │   │   │   │   ├── [2.3K] 681-NET-add-of_get_mac_address_mtd.patch │   │   │   │   ├── [1.0K] 700-swconfig.patch │   │   │   │   ├── [1.8K] 701-phy_extension.patch │   │   │   │   ├── [ 735] 702-phy_add_aneg_done_function.patch │   │   │   │   ├── [ 666] 703-phy-add-detach-callback-to-struct-phy_driver.patch │   │   │   │   ├── [ 973] 704-phy-no-genphy-soft-reset.patch │   │   │   │   ├── [4.9K] 710-phy-add-mdio_register_board_info.patch │   │   │   │   ├── [ 860] 720-phy_adm6996.patch │   │   │   │   ├── [4.2K] 721-phy_packets.patch │   │   │   │   ├── [ 812] 722-phy_mvswitch.patch │   │   │   │   ├── [ 775] 723-phy_ip175c.patch │   │   │   │   ├── [ 805] 724-phy_ar8216.patch │   │   │   │   ├── [ 764] 725-phy_rtl8306.patch │   │   │   │   ├── [1.3K] 726-phy_rtl8366.patch │   │   │   │   ├── [ 726] 727-phy-rtl8367.patch │   │   │   │   ├── [ 727] 728-phy-rtl8367b.patch │   │   │   │   ├── [ 745] 729-phy-tantos.patch │   │   │   │   ├── [ 612] 730-phy_b53.patch │   │   │   │   ├── [ 348] 732-phy-ar8216-led-support.patch │   │   │   │   ├── [ 766] 733-phy_mvsw61xx.patch │   │   │   │   ├── [4.5K] 734-net-phy-at803x-allow-to-configure-via-pdata.patch │   │   │   │   ├── [3.0K] 735-net-phy-at803x-fix-at8033-sgmii-mode.patch │   │   │   │   ├── [ 12K] 760-8139cp-fixes-from-4.3.patch │   │   │   │   ├── [2.0K] 773-bgmac-add-srab-switch.patch │   │   │   │   ├── [ 803] 785-hso-support-0af0-9300.patch │   │   │   │   ├── [1.9K] 810-pci_disable_common_quirks.patch │   │   │   │   ├── [2.8K] 811-pci_disable_usb_common_quirks.patch │   │   │   │   ├── [5.1K] 821-usb-dwc2-dualrole.patch │   │   │   │   ├── [ 658] 831-ledtrig_netdev.patch │   │   │   │   ├── [4.0K] 834-ledtrig-libata.patch │   │   │   │   ├── [6.2K] 840-rtc7301.patch │   │   │   │   ├── [6.9K] 841-rtc_pt7c4338.patch │   │   │   │   ├── [1.7K] 861-04_spi_gpio_implement_spi_delay.patch │   │   │   │   ├── [9.9K] 862-gpio_spi_driver.patch │   │   │   │   ├── [ 539] 870-hifn795x_byteswap.patch │   │   │   │   ├── [ 651] 890-8250_optional_sysrq.patch │   │   │   │   ├── [1.7K] 901-debloat_sock_diag.patch │   │   │   │   ├── [9.6K] 902-debloat_proc.patch │   │   │   │   ├── [2.2K] 903-debloat_direct_io.patch │   │   │   │   ├── [1.1K] 904-debloat_dma_buf.patch │   │   │   │   ├── [ 427] 910-kobject_uevent.patch │   │   │   │   ├── [1.6K] 911-kobject_add_broadcast_uevent.patch │   │   │   │   ├── [ 483] 921-use_preinit_as_init.patch │   │   │   │   ├── [ 579] 922-always-create-console-node-in-initramfs.patch │   │   │   │   ├── [6.8K] 930-crashlog.patch │   │   │   │   ├── [1.2K] 970-remove-unsane-filenames-from-deps_initramfs-list.patch │   │   │   │   ├── [1.2K] 980-arm_openwrt_machtypes.patch │   │   │   │   ├── [9.8K] 990-gpio_wdt.patch │   │   │   │   ├── [1.5K] 995-mangle_bootargs.patch │   │   │   │   ├── [ 756] 997-device_tree_cmdline.patch │   │   │   │   ├── [ 528] 998-enable_wilink_platform_without_drivers.patch │   │   │   │   └── [1.2K] 999-seccomp_log.patch │   │   │   └── [ 20K] patches-4.4 │   │   │   ├── [ 601] 010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch │   │   │   ├── [1.0K] 020-bcma-from-4.5.patch │   │   │   ├── [ 24K] 021-bcma-from-4.6.patch │   │   │   ├── [1.8K] 022-bcma-from-4.8.patch │   │   │   ├── [3.2K] 023-bcma-from-4.9.patch │   │   │   ├── [2.6K] 025-bcma-from-4.11.patch │   │   │   ├── [1.4K] 030-1-smsc95xx-Use-skb_cow_head-to-deal-with-cloned-skbs.patch │   │   │   ├── [1.2K] 030-2-smsc75xx-use-skb_cow_head-to-deal-with-cloned-skbs.patch │   │   │   ├── [1.1K] 030-3-cx82310_eth-use-skb_cow_head-to-deal-with-cloned-skb.patch │   │   │   ├── [1.2K] 030-4-sr9700-use-skb_cow_head-to-deal-with-cloned-skbs.patch │   │   │   ├── [1.2K] 030-5-lan78xx-use-skb_cow_head-to-deal-with-cloned-skbs.patch │   │   │   ├── [1.2K] 030-6-ch9200-use-skb_cow_head-to-deal-with-cloned-skbs.patch │   │   │   ├── [1.4K] 030-7-kaweth-use-skb_cow_head-to-deal-with-cloned-skbs.patch │   │   │   ├── [6.1K] 032-fq_codel-add-batch-ability-to-fq_codel_drop.patch │   │   │   ├── [6.2K] 033-fq_codel-add-memory-limitation-per-queue.patch │   │   │   ├── [1.2K] 034-fq_codel-fix-memory-limitation-drift.patch │   │   │   ├── [2.6K] 035-fq_codel-fix-NET_XMIT_CN-behavior.patch │   │   │   ├── [1.2K] 041-mtd-spi-nor-include-mtd.h-header-for-struct-mtd_info.patch │   │   │   ├── [4.2K] 042-0001-mtd-bcm47xxsflash-use-ioremap_cache-instead-of-KSEG0.patch │   │   │   ├── [1.7K] 042-0002-mtd-add-arch-dependency-for-MTD_BCM47XXSFLASH-symbol.patch │   │   │   ├── [2.3K] 042-0003-mtd-bcm47xxsflash-use-uncached-MMIO-access-for-BCM53.patch │   │   │   ├── [2.1K] 042-0005-mtd-bcm47xxsflash-use-platform_-set-get-_drvdata.patch │   │   │   ├── [2.6K] 042-0006-mtd-bcm47xxsflash-support-reading-flash-out-of-mappi.patch │   │   │   ├── [5.0K] 042-0007-mtd-bcm47xxpart-move-TRX-parsing-code-to-separated-f.patch │   │   │   ├── [3.4K] 042-0008-mtd-bcm47xxpart-support-layouts-with-multiple-TRX-pa.patch │   │   │   ├── [1.3K] 043-mtd-spi-nor-mx25l3205d-mx25l6405d-append-SECT_4K.patch │   │   │   ├── [1.4K] 045-mtd-devices-m25p80-add-support-for-mmap-read-request.patch │   │   │   ├── [1.2K] 046-ubifs-silence-error-output-if-MS_SILENT-is-set.patch │   │   │   ├── [1.9K] 047-ubifs-silence-early-error-if-MS_SILENT-is-set.patch │   │   │   ├── [1.8K] 048-mtd-spi-nor-backport-SPI_NOR_HAS_LOCK-flag.patch │   │   │   ├── [ 14K] 050-backport_netfilter_rtcache.patch │   │   │   ├── [2.2K] 051-0001-ovl-rename-is_merge-to-is_lowest.patch │   │   │   ├── [ 10K] 051-0002-ovl-override-creds-with-the-ones-from-the-superblock.patch │   │   │   ├── [3.9K] 051-0005-ovl-proper-cleanup-of-workdir.patch │   │   │   ├── [2.4K] 052-01-ubifs-Implement-O_TMPFILE.patch │   │   │   ├── [ 10K] 052-02-ubifs-Implement-RENAME_WHITEOUT.patch │   │   │   ├── [8.5K] 052-03-ubifs-Implement-RENAME_EXCHANGE.patch │   │   │   ├── [ 887] 052-04-ubifs-Use-move-variable-in-ubifs_rename.patch │   │   │   ├── [3.1K] 053-0001-ubifs-Drop-softlimit-and-delta-fields-from-struct-ub.patch │   │   │   ├── [2.6K] 053-0002-ubifs-Use-dirty_writeback_interval-value-for-wbuf-ti.patch │   │   │   ├── [ 472] 060-mips_decompressor_memmove.patch │   │   │   ├── [2.6K] 061-softirq-let-ksoftirqd-do-its-job.patch │   │   │   ├── [1.8K] 070-v4.5-0003-net-bgmac-clarify-CONFIG_BCMA-dependency.patch │   │   │   ├── [3.6K] 070-v4.6-0001-bgmac-add-helper-checking-for-BCM4707-BCM53018-chip-.patch │   │   │   ├── [1.4K] 070-v4.6-0002-bgmac-support-Ethernet-device-on-BCM47094-SoC.patch │   │   │   ├── [1.6K] 070-v4.6-0004-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch │   │   │   ├── [ 931] 070-v4.8-0001-bgmac-Bind-net_device-with-backing-device-structure.patch │   │   │   ├── [6.2K] 070-v4.8-0002-bgmac-Add-support-for-ethtool-statistics.patch │   │   │   ├── [2.1K] 070-v4.8-0003-bgmac-Maintain-some-netdev-statistics.patch │   │   │   ├── [3.0K] 070-v4.8-0004-net-ethernet-bgmac-use-phydev-from-struct-net_device.patch │   │   │   ├── [ 14K] 071-v4.8-0001-net-ethernet-bgmac-change-bgmac_-prints-to-dev_-prin.patch │   │   │   ├── [4.2K] 071-v4.8-0002-net-ethernet-bgmac-add-dma_dev-pointer.patch │   │   │   ├── [ 20K] 071-v4.8-0003-net-ethernet-bgmac-move-BCMA-MDIO-Phy-code-into-a-se.patch │   │   │   ├── [ 13K] 071-v4.8-0004-net-ethernet-bgmac-convert-to-feature-flags.patch │   │   │   ├── [ 37K] 071-v4.8-0005-net-ethernet-bgmac-Add-platform-device-support.patch │   │   │   ├── [1.0K] 071-v4.8-0006-net-ethernet-bgmac-Fix-return-value-check-in-bgmac_p.patch │   │   │   ├── [1.4K] 071-v4.8-0007-net-ethernet-bgmac-Remove-redundant-dev_err-call-in-.patch │   │   │   ├── [1.0K] 071-v4.8-0009-net-bgmac-fix-reversed-check-for-MII-registration-er.patch │   │   │   ├── [6.4K] 071-v4.9-0001-net-bgmac-support-Ethernet-core-on-BCM53573-SoCs.patch │   │   │   ├── [1.3K] 071-v4.9-0002-net-bgmac-make-it-clear-when-setting-interface-type-.patch │   │   │   ├── [1.2K] 071-v4.9-0003-net-bgmac-Fix-errant-feature-flag-check.patch │   │   │   ├── [ 956] 071-v4.9-0004-net-bgmac-fix-spelling-mistake-connecton-connection.patch │   │   │   ├── [1.5K] 071-v4.9-0005-net-bgmac-fix-reversed-checks-for-clock-control-flag.patch │   │   │   ├── [2.3K] 072-net-add-devm-version-of-alloc_etherdev_mqs-function.patch │   │   │   ├── [4.0K] 073-v4.10-0001-net-bgmac-allocate-struct-bgmac-just-once-don-t-copy.patch │   │   │   ├── [9.8K] 073-v4.10-0002-net-bgmac-drop-struct-bcma_mdio-we-don-t-need-anymor.patch │   │   │   ├── [2.0K] 073-v4.10-0003-net-bgmac-use-PHY-subsystem-for-initializing-PHY.patch │   │   │   ├── [9.0K] 078-0003-net-phy-cherry-pick-Broadcom-drivers-updates-from-v4.patch │   │   │   ├── [5.3K] 078-0004-net-phy-pick-Broadcom-drivers-updates-from-net-next-.patch │   │   │   ├── [5.8K] 080-spi-introduce-accelerated-read-support-for-spi-flash.patch │   │   │   ├── [4.1K] 081-spi-bcm53xx-add-spi_flash_read-callback-for-MMIO-bas.patch │   │   │   ├── [5.7K] 082-0001-USB-core-let-USB-device-know-device-node.patch │   │   │   ├── [4.2K] 082-0002-usb-core-usb_alloc_dev-fix-setting-of-portnum.patch │   │   │   ├── [5.6K] 083-0001-clk-Add-devm_-clk_hw_-register-unregister-APIs.patch │   │   │   ├── [7.2K] 083-0002-clk-Add-clk_hw-OF-clk-providers.patch │   │   │   ├── [ 14K] 084-0001-usb-core-Introduce-a-USB-port-LED-trigger.patch │   │   │   ├── [3.2K] 084-0002-usb-core-usbport-Use-proper-LED-API-to-fix-potential.patch │   │   │   ├── [3.1K] 084-0003-usb-core-read-USB-ports-from-DT-in-the-usbport-LED-t.patch │   │   │   ├── [1.9K] 085-0001-leds-leds-gpio-Set-of_node-for-created-LED-devices.patch │   │   │   ├── [2.0K] 085-0002-leds-gpio-introduce-gpio_blink_set_t.patch │   │   │   ├── [2.1K] 085-0003-leds-gpio-switch-to-managed-version-of-led_classdev_.patch │   │   │   ├── [4.2K] 085-0004-leds-core-add-OF-variants-of-LED-registering-functio.patch │   │   │   ├── [2.0K] 085-0005-leds-gpio-use-OF-variant-of-LED-registering-function.patch │   │   │   ├── [4.9K] 086-0001-thermal-of-thermal-Add-devm-version-of-thermal_zone_.patch │   │   │   ├── [3.8K] 086-0002-thermal-core-export-apis-to-get-slope-and-offset.patch │   │   │   ├── [ 10K] 086-0003-thermal-bcm2835-add-thermal-driver-for-bcm2835-SoC.patch │   │   │   ├── [5.3K] 086-0004-thermal-broadcom-add-Northstar-thermal-driver.patch │   │   │   ├── [ 600] 086-0005-thermal-broadcom-fix-compilation-of-Northstar-driver.patch │   │   │   ├── [ 10K] 090-MIPS-c-r4k-Use-IPI-calls-for-CM-indexed-cache-ops.patch │   │   │   ├── [1.2K] 091-MIPS-c-r4k-Exclude-sibling-CPUs-in-SMP-calls.patch │   │   │   ├── [4.3K] 092-MIPS-ZBOOT-copy-appended-dtb-to-the-end-of-the-kerne.patch │   │   │   ├── [3.8K] 093-MIPS-store-the-appended-dtb-address-in-a-variable.patch │   │   │   ├── [1.5K] 094-MIPS-c-r4k-Fix-size-calc-when-avoiding-IPIs-for-smal.patch │   │   │   ├── [4.4K] 096-arc-add-model-property-in-dts.patch │   │   │   ├── [1.0K] 097-MIPS-io.h-Define-ioremap_cache.patch │   │   │   ├── [ 709] 098-usb-dwc2-Remove-unnecessary-kfree.patch │   │   │   ├── [ 930] 101-MIPS-fix-cache-flushing-for-highmem-pages.patch │   │   │   ├── [2.9K] 102-ehci_hcd_ignore_oc.patch │   │   │   ├── [2.8K] 103-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch │   │   │   ├── [ 500] 105-add-linux-spidev-compatible.patch │   │   │   ├── [ 638] 106-spi-use-gpio_set_value_cansleep-for-setting-chipsele.patch │   │   │   ├── [2.6K] 110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch │   │   │   ├── [2.7K] 111-jffs2-add-RENAME_EXCHANGE-support.patch │   │   │   ├── [1.9K] 120-bridge_allow_receiption_on_disabled_port.patch │   │   │   ├── [ 23K] 132-mips_inline_dma_ops.patch │   │   │   ├── [5.0K] 140-mtd-part-add-generic-parsing-of-linux-part-probe.patch │   │   │   ├── [ 784] 150-mtd-spi-nor-add-support-for-ESMT_f25l32qa-and-ESMT_f.patch │   │   │   ├── [8.4K] 160-usb-gadget-udc-net2280-add-usb2380-support.patch │   │   │   ├── [3.1K] 180-Revert-bcma-init-serial-console-directly-from-ChipCo.patch │   │   │   ├── [ 397] 200-fix_localversion.patch │   │   │   ├── [ 494] 201-extra_optimization.patch │   │   │   ├── [ 514] 202-reduce_module_size.patch │   │   │   ├── [3.0K] 203-kallsyms_uncompressed.patch │   │   │   ├── [6.7K] 204-module_strip.patch │   │   │   ├── [ 936] 205-backtrace_module_info.patch │   │   │   ├── [ 643] 206-mips-disable-vdso.patch │   │   │   ├── [1.1K] 207-mips-vdso-dbg-rebuild-after-genvdso.patch │   │   │   ├── [133K] 210-darwin_scripts_include.patch │   │   │   ├── [ 482] 211-sign-file-libressl.patch │   │   │   ├── [1.0K] 212-byteshift_portability.patch │   │   │   ├── [ 482] 214-spidev_h_portability.patch │   │   │   ├── [ 17K] 220-gc_sections.patch │   │   │   ├── [2.7K] 221-module_exports.patch │   │   │   ├── [3.8K] 222-arm_zimage_none.patch │   │   │   ├── [2.1K] 230-openwrt_lzma_options.patch │   │   │   ├── [ 578] 250-netfilter_depends.patch │   │   │   ├── [ 404] 251-sound_kconfig.patch │   │   │   ├── [ 275] 252-mv_cesa_depends.patch │   │   │   ├── [ 524] 253-ssb_b43_default_on.patch │   │   │   ├── [ 395] 254-textsearch_kconfig_hacks.patch │   │   │   ├── [ 706] 255-lib80211_kconfig_hacks.patch │   │   │   ├── [ 886] 256-crypto_add_kconfig_prompts.patch │   │   │   ├── [ 380] 257-wireless_ext_kconfig_hack.patch │   │   │   ├── [ 288] 258-netfilter_netlink_kconfig_hack.patch │   │   │   ├── [2.1K] 259-regmap_dynamic.patch │   │   │   ├── [1.6K] 260-crypto_test_dependencies.patch │   │   │   ├── [1.3K] 270-uapi-kernel.h-glibc-specific-inclusion-of-sysinfo.h.patch │   │   │   ├── [3.2K] 271-uapi-libc-compat.h-do-not-rely-on-__GLIBC__.patch │   │   │   ├── [2.0K] 272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch │   │   │   ├── [2.1K] 280-rfkill-stubs.patch │   │   │   ├── [ 869] 300-mips_expose_boot_raw.patch │   │   │   ├── [ 579] 301-mips_image_cmdline_hack.patch │   │   │   ├── [ 503] 302-mips_no_branch_likely.patch │   │   │   ├── [3.5K] 304-mips_disable_fpu.patch │   │   │   ├── [8.6K] 305-mips_module_reloc.patch │   │   │   ├── [2.2K] 306-mips_mem_functions_performance.patch │   │   │   ├── [ 579] 307-mips_highmem_offset.patch │   │   │   ├── [ 973] 308-mips32r2_tune.patch │   │   │   ├── [ 354] 310-arm_module_unresolved_weak_sym.patch │   │   │   ├── [1.1K] 320-ppc4xx_optimization.patch │   │   │   ├── [ 336] 321-powerpc_crtsavres_prereq.patch │   │   │   ├── [7.9K] 330-MIPS-kexec-Accept-command-line-parameters-from-users.patch │   │   │   ├── [1.2K] 331-arc-remove-dependency-on-DEVTMPFS.patch │   │   │   ├── [2.4K] 332-arc-add-OWRTDTB-section.patch │   │   │   ├── [ 942] 333-arc-enable-unaligned-access-in-kernel-mode.patch │   │   │   ├── [3.1K] 400-mtd-add-rootfs-split-support.patch │   │   │   ├── [2.9K] 401-mtd-add-support-for-different-partition-parser-types.patch │   │   │   ├── [1.7K] 402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch │   │   │   ├── [ 570] 403-mtd-hook-mtdsplit-to-Kbuild.patch │   │   │   ├── [3.1K] 404-mtd-add-more-helper-functions.patch │   │   │   ├── [ 425] 410-mtd-move-forward-declaration-of-struct-mtd_info.patch │   │   │   ├── [4.1K] 411-mtd-partial_eraseblock_write.patch │   │   │   ├── [ 699] 412-mtd-partial_eraseblock_unlock.patch │   │   │   ├── [ 968] 420-mtd-redboot_space.patch │   │   │   ├── [1.3K] 430-mtd-add-myloader-partition-parser.patch │   │   │   ├── [2.6K] 431-mtd-bcm47xxpart-check-for-bad-blocks-when-calculatin.patch │   │   │   ├── [1.4K] 432-mtd-bcm47xxpart-detect-T_Meter-partition.patch │   │   │   ├── [3.3K] 440-block2mtd_init.patch │   │   │   ├── [1.2K] 441-block2mtd_probe.patch │   │   │   ├── [ 925] 450-mtd-nand-allow-to-use-platform-specific-chip-fixup.patch │   │   │   ├── [ 313] 451-mtd-nand-fix-return-code-of-nand_correct_data-function.patch │   │   │   ├── [ 432] 460-mtd-cfi_cmdset_0002-no-erase_suspend.patch │   │   │   ├── [ 556] 461-mtd-cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch │   │   │   ├── [ 473] 465-m25p80-mx-disable-software-protection.patch │   │   │   ├── [ 580] 475-mtd-spi-nor-add-macronix-mx25u25635f.patch │   │   │   ├── [ 561] 476-mtd-spi-nor-add-eon-en25q128.patch │   │   │   ├── [ 569] 477-mtd-add-spi-nor-add-mx25u3235f.patch │   │   │   ├── [ 824] 479-enable_mtd_has_lock_for_f25l32pa.patch │   │   │   ├── [ 703] 480-mtd-set-rootfs-to-be-root-dev.patch │   │   │   ├── [2.1K] 490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch │   │   │   ├── [1.8K] 491-ubi-auto-create-ubiblock-device-for-rootfs.patch │   │   │   ├── [1.1K] 492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch │   │   │   ├── [1.1K] 493-ubi-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch │   │   │   ├── [1.1K] 494-mtd-ubi-add-EOF-marker-support.patch │   │   │   ├── [ 479] 500-yaffs-Kbuild-integration.patch │   │   │   ├── [6.1K] 502-yaffs-fix-compat-tags-handling.patch │   │   │   ├── [3.5K] 503-yaffs-add-tags-9bytes-mount-option.patch │   │   │   ├── [1.0K] 504-yaffs-3.16-new-fops.patch │   │   │   ├── [2.7K] 505-yaffs-3.19-f_dentry-remove.patch │   │   │   ├── [1.3K] 506-yaffs2-using-new-follow_link-and-put_link.patch │   │   │   ├── [141K] 530-jffs2_make_lzma_available.patch │   │   │   ├── [ 31K] 531-debloat_lzma.patch │   │   │   ├── [1.7K] 532-jffs2_eofdetect.patch │   │   │   ├── [ 800] 551-ubifs-fix-default-compression-selection.patch │   │   │   ├── [2.3K] 600-netfilter_conntrack_flush.patch │   │   │   ├── [2.3K] 610-netfilter_match_bypass_default_checks.patch │   │   │   ├── [3.4K] 611-netfilter_match_bypass_default_table.patch │   │   │   ├── [ 607] 612-netfilter_match_reduce_memory_access.patch │   │   │   ├── [1.0K] 613-netfilter_optional_tcp_window_check.patch │   │   │   ├── [ 331] 616-net_optimize_xfrm_calls.patch │   │   │   ├── [3.7K] 630-packet_socket_type.patch │   │   │   ├── [ 767] 640-bridge_no_eap_forward.patch │   │   │   ├── [ 515] 641-bridge_always_accept_eap.patch │   │   │   ├── [3.3K] 642-bridge_port_isolate.patch │   │   │   ├── [ 12K] 645-bridge_multicast_to_unicast.patch │   │   │   ├── [ 590] 650-pppoe_header_pad.patch │   │   │   ├── [ 327] 651-wireless_mesh_header.patch │   │   │   ├── [ 613] 653-disable_netlink_trim.patch │   │   │   ├── [ 377] 655-increase_skb_pad.patch │   │   │   ├── [ 367] 660-fq_codel_defaults.patch │   │   │   ├── [ 345] 661-fq_codel_keep_dropped_stats.patch │   │   │   ├── [3.0K] 662-use_fq_codel_by_default.patch │   │   │   ├── [3.6K] 663-remove_pfifo_fast.patch │   │   │   ├── [ 15K] 666-Add-support-for-MAP-E-FMRs-mesh-mode.patch │   │   │   ├── [8.3K] 670-ipv6-allow-rejecting-with-source-address-failed-policy.patch │   │   │   ├── [1.4K] 671-net-provide-defines-for-_POLICY_FAILED-until-all-cod.patch │   │   │   ├── [4.5K] 680-NET-skip-GRO-for-foreign-MAC-addresses.patch │   │   │   ├── [3.4K] 681-NET-add-of_get_mac_address_mtd.patch │   │   │   ├── [1.0K] 700-swconfig.patch │   │   │   ├── [1.8K] 701-phy_extension.patch │   │   │   ├── [ 735] 702-phy_add_aneg_done_function.patch │   │   │   ├── [ 699] 703-phy-add-detach-callback-to-struct-phy_driver.patch │   │   │   ├── [5.0K] 710-phy-add-mdio_register_board_info.patch │   │   │   ├── [ 852] 720-phy_adm6996.patch │   │   │   ├── [4.1K] 721-phy_packets.patch │   │   │   ├── [ 824] 722-phy_mvswitch.patch │   │   │   ├── [ 783] 723-phy_ip175c.patch │   │   │   ├── [ 811] 724-phy_ar8216.patch │   │   │   ├── [ 770] 725-phy_rtl8306.patch │   │   │   ├── [1.3K] 726-phy_rtl8366.patch │   │   │   ├── [ 730] 727-phy-rtl8367.patch │   │   │   ├── [ 731] 728-phy-rtl8367b.patch │   │   │   ├── [ 749] 729-phy-tantos.patch │   │   │   ├── [ 616] 730-phy_b53.patch │   │   │   ├── [ 348] 732-phy-ar8216-led-support.patch │   │   │   ├── [ 768] 733-phy_mvsw61xx.patch │   │   │   ├── [4.5K] 734-net-phy-at803x-allow-to-configure-via-pdata.patch │   │   │   ├── [3.0K] 735-net-phy-at803x-fix-at8033-sgmii-mode.patch │   │   │   ├── [1.5K] 736-at803x-fix-reset-handling.patch │   │   │   ├── [1.3K] 737-net-phy-at803x-Request-reset-GPIO-only-for-AT8030-PH.patch │   │   │   ├── [2.6K] 738-net-phy-at803x-only-the-AT8030-needs-a-hardware-rese.patch │   │   │   ├── [1.9K] 739-net-phy-at803x-add-support-for-AT8032.patch │   │   │   ├── [2.6K] 773-bgmac-add-srab-switch.patch │   │   │   ├── [1.9K] 810-pci_disable_common_quirks.patch │   │   │   ├── [2.8K] 811-pci_disable_usb_common_quirks.patch │   │   │   ├── [2.8K] 821-usb-Remove-annoying-warning-about-bogus-URB.patch │   │   │   ├── [ 658] 831-ledtrig_netdev.patch │   │   │   ├── [4.1K] 834-ledtrig-libata.patch │   │   │   ├── [1.1K] 835-misc-owl_loader.patch │   │   │   ├── [6.2K] 840-rtc7301.patch │   │   │   ├── [6.9K] 841-rtc_pt7c4338.patch │   │   │   ├── [1.7K] 861-04_spi_gpio_implement_spi_delay.patch │   │   │   ├── [9.9K] 862-gpio_spi_driver.patch │   │   │   ├── [ 835] 890-uart_optional_sysrq.patch │   │   │   ├── [2.0K] 901-debloat_sock_diag.patch │   │   │   ├── [ 11K] 902-debloat_proc.patch │   │   │   ├── [2.1K] 903-debloat_direct_io.patch │   │   │   ├── [1.1K] 904-debloat_dma_buf.patch │   │   │   ├── [ 427] 910-kobject_uevent.patch │   │   │   ├── [1.6K] 911-kobject_add_broadcast_uevent.patch │   │   │   ├── [ 465] 921-use_preinit_as_init.patch │   │   │   ├── [ 579] 922-always-create-console-node-in-initramfs.patch │   │   │   ├── [7.8K] 930-crashlog.patch │   │   │   ├── [1.2K] 970-remove-unsane-filenames-from-deps_initramfs-list.patch │   │   │   ├── [1.2K] 980-arm_openwrt_machtypes.patch │   │   │   ├── [1.5K] 995-mangle_bootargs.patch │   │   │   └── [ 528] 998-enable_wilink_platform_without_drivers.patch │   │   ├── [4.0K] imx6 │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   └── [ 385] 02_network │   │   │   │   │   └── [ 143] inittab │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [1.5K] imx6.sh │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [ 387] platform.sh │   │   │   ├── [ 11K] config-4.4 │   │   │   ├── [4.0K] files-4.4 │   │   │   │   ├── [4.0K] arch │   │   │   │   │   └── [4.0K] arm │   │   │   │   │   └── [4.0K] boot │   │   │   │   │   └── [4.0K] dts │   │   │   │   │   ├── [ 528] imx6dl-gw553x.dts │   │   │   │   │   ├── [ 12K] imx6qdl-gw553x.dtsi │   │   │   │   │   └── [ 521] imx6q-gw553x.dts │   │   │   │   └── [4.0K] drivers │   │   │   │   └── [4.0K] net │   │   │   │   └── [4.0K] phy │   │   │   │   ├── [ 28K] gw16083.c │   │   │   │   └── [2.6K] gw16083.h │   │   │   ├── [4.0K] image │   │   │   │   ├── [2.3K] bootscript-ventana │   │   │   │   └── [2.9K] Makefile │   │   │   ├── [ 543] Makefile │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   ├── [ 495] 0005-ARM-dts-imx-add-gw553x-support.patch │   │   │   │   ├── [ 880] 035-ARM-dts-imx-ventana-set-GW54xx-PMIC-swbst-regulator-.patch │   │   │   │   ├── [ 925] 036-ARM-dts-imx-ventana-fix-GW53xx-GW54xx-lvds-channel.patch │   │   │   │   ├── [2.1K] 037-ARM-dts-imx-ventana-Allow-HDMI-and-LVDS-to-work-simultaneously.patch │   │   │   │   ├── [4.8K] 040-ARM-dts-imx-ventana-add-pwm-nodes.patch │   │   │   │   ├── [ 791] 041-ARM-dts-imx-ventana-add-spi-support-for-gw52xx.patch │   │   │   │   ├── [1.4K] 042-ARM-dts-imx-ventana-fix-PWM-pinmux-for-Ventana-boards.patch │   │   │   │   ├── [ 220] 100-bootargs.patch │   │   │   │   ├── [2.6K] 110-serial-imx-repair-and-complete-handshaking.patch │   │   │   │   ├── [1.1K] 111-serial-imx-fix-polarity-of-RI.patch │   │   │   │   ├── [1.8K] 112-serial-imx-let-irq-handler-return-IRQ_NONE-if-no-eve.patch │   │   │   │   ├── [1.9K] 113-serial-imx-make-sure-unhandled-irqs-are-disabled.patch │   │   │   │   ├── [3.5K] 202-net-igb-add-i210-i211-support-for-phy-read-write.patch │   │   │   │   ├── [9.1K] 203-net-igb-add-phy-read-write-functions-that-accept-phy.patch │   │   │   │   ├── [8.6K] 204-net-igb-register-mii_bus-for-SerDes-w-external-phy.patch │   │   │   │   ├── [ 908] 205-phy-add-driver-for-GW16083-Ethernet-Expansion-Mezzan.patch │   │   │   │   ├── [1.1K] 206-ARM-imx-ventana-added-GW16083-to-device-tree.patch │   │   │   │   ├── [ 770] 207-i2c-imx-add-retries-for-NAK-s-on-ventana-boards.patch │   │   │   │   ├── [ 755] 208-sky2-allow-mac-to-come-from-dt.patch │   │   │   │   └── [ 530] 209-ARM-imx-ventana-add-sky2-alias.patch │   │   │   └── [4.0K] profiles │   │   │   └── [ 361] 100-generic.mk │   │   ├── [4.0K] ipq806x │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   ├── [1.5K] 01_leds │   │   │   │   │   │   └── [1.3K] 02_network │   │   │   │   │   ├── [ 779] diag.sh │   │   │   │   │   ├── [4.0K] hotplug.d │   │   │   │   │   │   ├── [4.0K] firmware │   │   │   │   │   │   │   └── [1.9K] 11-ath10k-caldata │   │   │   │   │   │   └── [4.0K] ieee80211 │   │   │   │   │   │   └── [ 697] 10_fix_wifi_mac │   │   │   │   │   ├── [4.0K] init.d │   │   │   │   │   │   └── [ 399] linksys_recovery │   │   │   │   │   └── [ 175] inittab │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [1.3K] ipq806x.sh │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   └── [ 177] 03_preinit_do_ipq806x.sh │   │   │   │   └── [4.0K] upgrade │   │   │   │   ├── [2.7K] linksys.sh │   │   │   │   ├── [ 892] platform.sh │   │   │   │   └── [1.7K] zyxel.sh │   │   │   ├── [ 11K] config-4.4 │   │   │   ├── [4.0K] files │   │   │   │   └── [4.0K] arch │   │   │   │   └── [4.0K] arm │   │   │   │   └── [4.0K] boot │   │   │   │   └── [4.0K] dts │   │   │   │   ├── [8.9K] qcom-ipq8064-c2600.dts │   │   │   │   ├── [7.4K] qcom-ipq8064-d7800.dts │   │   │   │   ├── [7.2K] qcom-ipq8064-ea8500.dts │   │   │   │   ├── [6.7K] qcom-ipq8064-r7500.dts │   │   │   │   ├── [7.5K] qcom-ipq8064-r7500v2.dts │   │   │   │   ├── [7.6K] qcom-ipq8064-vr2600v.dts │   │   │   │   ├── [3.7K] qcom-ipq8065.dtsi │   │   │   │   ├── [7.5K] qcom-ipq8065-nbg6817.dts │   │   │   │   ├── [ 11K] qcom-ipq8065-r7800.dts │   │   │   │   └── [ 29] qcom-ipq8065-v1.0.dtsi │   │   │   ├── [4.0K] image │   │   │   │   └── [6.8K] Makefile │   │   │   ├── [ 689] Makefile │   │   │   ├── [ 968] modules.mk │   │   │   ├── [ 12K] patches-4.4 │   │   │   │   ├── [4.1K] 001-add-API-register-brd-clks-bckwrds-cmptblt.patch │   │   │   │   ├── [1.2K] 002-make-reset-control-ops-const.patch │   │   │   │   ├── [5.3K] 003-mv-cxo-pxo-xo-into-DT.patch │   │   │   │   ├── [ 829] 005-mfd-qcom_rpm-Add-missing-of_node_put-after-calling-of_parse_phandle.patch │   │   │   │   ├── [2.6K] 006-mfd-qcom_rpm-Handle-message-RAM-clock.patch │   │   │   │   ├── [8.4K] 009-1-watchdog-core-add-restart-handler-support.patch │   │   │   │   ├── [5.9K] 009-2-watchdog-core-add-reboot-notifier-support.patch │   │   │   │   ├── [3.2K] 009-3-watchdog-Use-static-struct-class-watchdog_class-instead-of-pointer.patch │   │   │   │   ├── [7.3K] 009-4-watchdog-Read-device-status-through-sysfs-attributes.patch │   │   │   │   ├── [7.2K] 009-5-watchdog-Create-watchdog-device-in-watchdog_dev-c.patch │   │   │   │   ├── [ 29K] 009-6-watchdog-Separate-and-maintain-variables-based-on-variable-lifetime.patch │   │   │   │   ├── [4.0K] 009-7-watchdog-Drop-pointer-to-watchdog-device-from-struct-watchdog_device.patch │   │   │   │   ├── [ 986] 009-8-watchdog-kill-unref-ref-ops.patch │   │   │   │   ├── [3.1K] 010-1-qcom-wdt-use-core-restart-handler.patch │   │   │   │   ├── [ 860] 010-2-qcom-wdt-Do-not-set-dev-in-struct-watchdog_device.patch │   │   │   │   ├── [1.7K] 010-3-watchdog-Add-action-and-data-parameters-to-restart-handler-callback.patch │   │   │   │   ├── [1.4K] 010-4-watchdog-qcom-Report-reboot-reason.patch │   │   │   │   ├── [4.7K] 010-5-watchdog-qcom-add-option-for-standalone-watchdog-not-in-timer-block.patch │   │   │   │   ├── [1.8K] 010-6-watchdog-qcom-configure-BARK-time-in-addition-to-BITE-time.patch │   │   │   │   ├── [2.8K] 011-1-fix-bld-errs-hwmon-sch56xx-Drop-watchdog-driver-data-reference-count-callbacks.patch │   │   │   │   ├── [2.5K] 011-2-fix-bld-errs-watchdog-da9052_wdt-Drop-reference-counting.patch │   │   │   │   ├── [2.5K] 011-3-fix-bld-errs-watchdog-da9055_wdt-Drop-reference-counting.patch │   │   │   │   ├── [ 22K] 012-1-clk-qcom-Add-support-for-SMD-RPM-Clocks.patch │   │   │   │   ├── [ 17K] 012-2-clk-qcom-Add-support-for-RPM-Clocks.patch │   │   │   │   ├── [2.5K] 012-3-clk-qcom-clk-rpm-Fix-clk_hw-references.patch │   │   │   │   ├── [ 15K] 015-1-thermal-qcom-tsens-Add-a-skeletal-TSENS-drivers.patch │   │   │   │   ├── [5.1K] 015-2-thermal-qcom-tsens-8916-Add-support-for-8916-family-of-SoCs.patch │   │   │   │   ├── [8.8K] 015-3-thermal-qcom-tsens-8974-Add-support-for-8974-family-of-SoCs.patch │   │   │   │   ├── [9.3K] 015-4-thermal-qcom-tsens-8960-Add-support-for-8960-family-of-SoCs.patch │   │   │   │   ├── [1.6K] 015-8-qcom-tsens-8916-mark-PM-functions-__maybe_unused.patch │   │   │   │   ├── [1.3K] 019-1-nvmem-core-return-error-for-non-word-aligned-access.patch │   │   │   │   ├── [ 966] 019-2-nvmem-core-fix-error-path-in-nvmem_add_cells.patch │   │   │   │   ├── [2.8K] 019-3-nvmem-Add-flag-to-export-NVMEM-to-root-only.patch │   │   │   │   ├── [4.7K] 019-4-nvmem-Add-backwards-compatibility-support-for-older-EEPROM-drivers.patch │   │   │   │   ├── [1.3K] 020-add-ap148-bootargs.patch │   │   │   │   ├── [ 406] 021-add-ap148-partitions.patch │   │   │   │   ├── [3.2K] 022-add-db149-dts.patch │   │   │   │   ├── [1.3K] 023-ARM-dts-ipq806x-Disable-i2c-device-on-gsbi4.patch │   │   │   │   ├── [ 350] 024-ap148-add-memory-node.patch │   │   │   │   ├── [ 993] 030-ARM-qcom-select-ARM_CPU_SUSPEND-for-power-management.patch │   │   │   │   ├── [ 912] 033-ARM-qcom-add-SFPB-nodes-to-IPQ806x-dts.patch │   │   │   │   ├── [ 965] 036-ARM-qcom-add-SMEM-device-node-to-IPQ806x-dts.patch │   │   │   │   ├── [7.3K] 037-mtd-add-SMEM-parser-for-QCOM-platforms.patch │   │   │   │   ├── [1.3K] 096-01-usb-dwc3-core-purge-dev_dbg-calls.patch │   │   │   │   ├── [1.7K] 096-02-usb-dwc3-Update-maximum_speed-for-SuperSpeedPlus.patch │   │   │   │   ├── [2.0K] 096-03-usb-dwc3-Validate-the-maximum_speed-parameter.patch │   │   │   │   ├── [ 978] 096-04-usb-dwc3-DWC_usb31-controller-check.patch │   │   │   │   ├── [1.5K] 096-05-usb-dwc3-Update-register-fields-for-SuperSpeedPlus.patch │   │   │   │   ├── [3.0K] 096-06-usb-dwc3-core-improve-reset-sequence.patch │   │   │   │   ├── [8.2K] 096-07-usb-dwc3-drop-FIFO-resizing-logic.patch │   │   │   │   ├── [7.4K] 096-08-usb-dwc3-remove-num_event_buffers.patch │   │   │   │   ├── [2.5K] 096-09-usb-dwc3-drop-ev_buffs-array.patch │   │   │   │   ├── [1.9K] 096-10-usb-dwc3-core-fix-PHY-handling-during-suspend.patch │   │   │   │   ├── [6.3K] 097-1-usb-dwc3-add-generic-OF-glue-layer.patch │   │   │   │   ├── [1.1K] 097-2-usb-dwc3-of-simple-fix-build-warning-on-PM.patch │   │   │   │   ├── [1.4K] 097-3-usb-dwc3-Remove-impossible-check-for-of_clk_get_pare.patch │   │   │   │   ├── [ 879] 097-4-usb-dwc3-fix-missing-platform_set_drvdata-in-dwc3_of_simple_probe.patch │   │   │   │   ├── [ 14K] 100-usb-phy-Add-Qualcomm-DWC3-HS-SS-PHY-drivers.patch │   │   │   │   ├── [2.4K] 101-ARM-qcom-add-USB-nodes-to-ipq806x-ap148.patch │   │   │   │   ├── [8.0K] 110-DT-PCI-qcom-Document-PCIe-devicetree-bindings.patch │   │   │   │   ├── [ 19K] 111-PCI-qcom-Add-Qualcomm-PCIe-controller-driver.patch │   │   │   │   ├── [6.6K] 112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch │   │   │   │   ├── [ 977] 113-ARM-qcom-automatically-select-PCI_DOMAINS-if-PCI-is-.patch │   │   │   │   ├── [9.2K] 114-pcie-add-ctlr-init.patch │   │   │   │   ├── [2.4K] 115-add-pcie-aux-clk-dts.patch │   │   │   │   ├── [2.1K] 126-add-rpm-to-ipq8064-dts.patch │   │   │   │   ├── [4.8K] 133-ARM-Add-Krait-L2-register-accessor-functions.patch │   │   │   │   ├── [5.3K] 134-clk-mux-Split-out-register-accessors-for-reuse.patch │   │   │   │   ├── [4.2K] 135-clk-Avoid-sending-high-rates-to-downstream-clocks-du.patch │   │   │   │   ├── [4.9K] 136-clk-Add-safe-switch-hook.patch │   │   │   │   ├── [9.2K] 137-clk-qcom-Add-support-for-High-Frequency-PLLs-HFPLLs.patch │   │   │   │   ├── [6.0K] 138-clk-qcom-Add-HFPLL-driver.patch │   │   │   │   ├── [3.3K] 139-clk-qcom-Add-IPQ806X-s-HFPLLs.patch │   │   │   │   ├── [7.7K] 140-clk-qcom-Add-support-for-Krait-clocks.patch │   │   │   │   ├── [6.1K] 141-clk-qcom-Add-KPSS-ACC-GCC-driver.patch │   │   │   │   ├── [ 11K] 142-clk-qcom-Add-Krait-clock-controller-driver.patch │   │   │   │   ├── [8.2K] 143-cpufreq-Add-module-to-register-cpufreq-on-Krait-CPUs.patch │   │   │   │   ├── [2.1K] 144-ARM-dts-qcom-Add-necessary-DT-data-for-Krait-cpufreq.patch │   │   │   │   ├── [2.8K] 155-dt-bindings-qcom_adm-Fix-channel-specifiers.patch │   │   │   │   ├── [ 25K] 156-dmaengine-Add-ADM-driver.patch │   │   │   │   ├── [1.1K] 157-ARM-DT-ipq8064-Add-ADM-device-node.patch │   │   │   │   ├── [2.8K] 161-mtd-nand-Create-a-BBT-flag-to-access-bad-block-markers-in-raw-mode.patch │   │   │   │   ├── [ 53K] 162-mtd-nand-Qualcomm-NAND-controller-driver.patch │   │   │   │   ├── [2.7K] 163-dt-bindings-qcom_nandc-Add-DT-bindings.patch │   │   │   │   ├── [1.4K] 164-arm-qcom-dts-Add-NAND-controller-node-for-ipq806x.patch │   │   │   │   ├── [1.9K] 165-arm-qcom-dts-Enable-NAND-node-on-IPQ8064-AP148-platform.patch │   │   │   │   ├── [ 224] 166-arch-qcom-dts-enable-qcom-smem-on-AP148-NAND.patch │   │   │   │   ├── [1.8K] 167-ARM-qcom_rpm_fix_support_for_smb208.patch │   │   │   │   ├── [1.9K] 168-ARM-qcom-add-smb208-DT.patch │   │   │   │   ├── [4.5K] 169-OPP-Support-adjusting-OPP-voltages-at-runtime.patch │   │   │   │   ├── [3.9K] 170-OPP-Allow-notifiers-to-call-dev_pm_opp_get_voltage-freq-RCU-free.patch │   │   │   │   ├── [5.2K] 172-cpufreq-dt-Handle-OPP-voltage-adjust-events.patch │   │   │   │   ├── [4.7K] 173-cpufreq-dt-Add-L2-frequency-scaling-support.patch │   │   │   │   ├── [1017] 174-cpufreq-dt-Add-missing-rcu_read_lock-for-find_device_opp.patch │   │   │   │   ├── [ 11K] 175-add-regmap-mux-div.patch │   │   │   │   ├── [2.0K] 180-clk-qcom-Always-add-factor-clock-for-xo-clocks.patch │   │   │   │   ├── [ 961] 181-cpuidle-Add-cpuidle-support-for-QCOM-cpus.patch │   │   │   │   ├── [2.2K] 300-arch-arm-force-ZRELADDR-on-arch-qcom.patch │   │   │   │   ├── [ 541] 302-mtd-qcom-smem-rename-rootfs-ubi.patch │   │   │   │   ├── [ 919] 303-add-saw_l2-and-sns-into-ipq8064-DT.patch │   │   │   │   ├── [1.4K] 304-add-cpu-idle-state-into-ipq8064-DT.patch │   │   │   │   ├── [1.0K] 305-add-board-clocks-and-rpmcc-into-DT.patch │   │   │   │   ├── [ 593] 306-add-RPM-msg-RAM-into-DT.patch │   │   │   │   ├── [ 814] 307-gcc-Added-the-enable-regs-and-mask-for-PRNG.patch │   │   │   │   ├── [1.4K] 308-soc-qcom-ipq806x-Increase-Atomic-Coherent-Pool-size.patch │   │   │   │   ├── [1.1K] 309-clk-gcc-add-tsens-child-node.patch │   │   │   │   ├── [3.0K] 310-add-necessary-thermal-data.patch │   │   │   │   ├── [3.1K] 311-add-rpmcc-for-ipq806x.patch │   │   │   │   ├── [ 746] 315-disable-usb3-phy-suspend.patch │   │   │   │   ├── [ 364] 316-dt-add-prng-support.patch │   │   │   │   ├── [ 29K] 400-dsa-add-qca.patch │   │   │   │   ├── [3.1K] 707-ARM-dts-qcom-add-mdio-nodes-to-ap148-db149.patch │   │   │   │   ├── [4.6K] 708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch │   │   │   │   ├── [3.5K] 709-spi-qup-Fix-fifo-and-dma-support-for-IPQ806x.patch │   │   │   │   ├── [6.8K] 710-spi-qup-Make-sure-mode-is-only-determined-once.patch │   │   │   │   ├── [1.1K] 711-spi-qup-Fix-transaction-done-signaling.patch │   │   │   │   ├── [3.8K] 711-stmmac-fix-ipq806x-DMA-configuration.patch │   │   │   │   ├── [6.4K] 712-spi-qup-Fix-DMA-mode-to-work-correctly.patch │   │   │   │   ├── [9.3K] 713-spi-qup-Fix-block-mode-to-work-correctly.patch │   │   │   │   ├── [2.1K] 714-spi-qup-properly-detect-extra-interrupts.patch │   │   │   │   ├── [1020] 715-spi-qup-don-t-re-read-opflags-to-see-if-transaction-.patch │   │   │   │   ├── [1004] 800-devicetree.patch │   │   │   │   ├── [ 736] 801-override-compiler-flags.patch │   │   │   │   ├── [4.8K] 802-GPIO-add-named-gpio-exports.patch │   │   │   │   └── [5.3K] 996-ATAG_DTB_COMPAT_CMDLINE_MANGLE.patch │   │   │   └── [4.0K] profiles │   │   │   └── [ 275] 00-default.mk │   │   ├── [4.0K] ixp4xx │   │   │   ├── [4.0K] base-files │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [ 369] ixp4xx.sh │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   └── [ 969] 05_set_ether_mac_ixp4xx │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [4.0K] platform.sh │   │   │   ├── [6.7K] config-4.4 │   │   │   ├── [4.0K] generic │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   ├── [ 327] 100-Default.mk │   │   │   │   │   ├── [ 394] 105-Atheros-ath5k.mk │   │   │   │   │   ├── [ 454] 200-NSLU2.mk │   │   │   │   │   ├── [ 464] 300-NAS100d.mk │   │   │   │   │   ├── [ 509] 400-DSMG600RevA.mk │   │   │   │   │   └── [ 506] 500-USR8200.mk │   │   │   │   └── [ 188] target.mk │   │   │   ├── [4.0K] harddisk │   │   │   │   ├── [ 526] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 436] 100-FSG3.mk │   │   │   │   └── [ 184] target.mk │   │   │   ├── [4.0K] image │   │   │   │   └── [2.6K] Makefile │   │   │   ├── [ 475] Makefile │   │   │   ├── [1.9K] modules.mk │   │   │   └── [4.0K] patches-4.4 │   │   │   ├── [4.0K] 001-arm-ixp4xx-set-cohorent_dma_mask-for-ethernet-platfo.patch │   │   │   ├── [3.5K] 002-ixp4xx_eth-use-parent-device-for-dma-allocations.patch │   │   │   ├── [9.5K] 020-gateworks_i2c_pld.patch │   │   │   ├── [1.9K] 030-gpio_line_config.patch │   │   │   ├── [ 459] 090-increase_entropy_pools.patch │   │   │   ├── [1.7K] 100-wg302v2_gateway7001_mac_plat_info.patch │   │   │   ├── [6.7K] 105-wg302v1_support.patch │   │   │   ├── [ 10K] 110-pronghorn_series_support.patch │   │   │   ├── [1.4K] 111-pronghorn_swap_uarts.patch │   │   │   ├── [7.4K] 115-sidewinder_support.patch │   │   │   ├── [ 889] 116-sidewinder_fis_location.patch │   │   │   ├── [5.3K] 120-compex_support.patch │   │   │   ├── [6.1K] 130-wrt300nv2_support.patch │   │   │   ├── [ 992] 131-wrt300nv2_mac_plat_info.patch │   │   │   ├── [2.0K] 132-wrt300nv2_mac_fix.patch │   │   │   ├── [5.4K] 150-lanready_ap1000_support.patch │   │   │   ├── [1.2K] 151-lanready_ap1000_mac_plat_info.patch │   │   │   ├── [4.4K] 160-delayed_uart_io.patch │   │   │   ├── [ 973] 162-wg302v1_mem_fixup.patch │   │   │   ├── [1.3K] 170-ixdpg425_mac_plat_info.patch │   │   │   ├── [ 56K] 175-avila_hss_audio_support.patch │   │   │   ├── [7.8K] 180-tw5334_support.patch │   │   │   ├── [ 13K] 185-mi424wr_support.patch │   │   │   ├── [ 31K] 190-cambria_support.patch │   │   │   ├── [ 429] 201-npe_driver_print_license_location.patch │   │   │   ├── [ 403] 203-npe_driver_mask_phy_features.patch │   │   │   ├── [3.8K] 205-npe_driver_separate_phy_functions.patch │   │   │   ├── [2.4K] 206-npe_driver_add_update_link_function.patch │   │   │   ├── [3.3K] 207-npe_driver_multiphy_support.patch │   │   │   ├── [4.7K] 295-latch_led_driver.patch │   │   │   ├── [ 18K] 300-avila_support.patch │   │   │   ├── [1.9K] 304-ixp4xx_eth_jumboframe.patch │   │   │   ├── [1.3K] 310-gtwx5717_spi_bus.patch │   │   │   ├── [1.3K] 311-gtwx5717_mac_plat_info.patch │   │   │   ├── [3.4K] 312-ixp4xx_pata_optimization.patch │   │   │   ├── [8.9K] 500-usr8200_support.patch │   │   │   ├── [8.9K] 520-tw2662_support.patch │   │   │   ├── [6.9K] 530-ap42x_support.patch │   │   │   ├── [ 562] 600-skb_avoid_dmabounce.patch │   │   │   ├── [ 290] 900-ixp4xx-crypto-include-module.h.patch │   │   │   └── [ 669] 910-ixp4xx-nr_irq_lines.patch │   │   ├── [4.0K] kirkwood │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   ├── [1.2K] 01_leds │   │   │   │   │   │   └── [ 646] 02_network │   │   │   │   │   ├── [ 612] diag.sh │   │   │   │   │   └── [4.0K] init.d │   │   │   │   │   └── [ 421] linksys_recovery │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [1.4K] kirkwood.sh │   │   │   │   └── [4.0K] upgrade │   │   │   │   ├── [1.9K] linksys.sh │   │   │   │   └── [ 814] platform.sh │   │   │   ├── [8.2K] config-4.4 │   │   │   ├── [4.0K] image │   │   │   │   └── [2.3K] Makefile │   │   │   ├── [ 480] Makefile │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   ├── [1.6K] 100-find_active_root.patch │   │   │   │   ├── [ 414] 110-ib62x0.patch │   │   │   │   ├── [ 790] 130-iconnect.patch │   │   │   │   ├── [ 619] 140-dockstar.patch │   │   │   │   ├── [3.7K] 160-ea4500.patch │   │   │   │   ├── [3.5K] 170-ea3500.patch │   │   │   │   ├── [2.6K] 180-goflexhome.patch │   │   │   │   ├── [ 421] 181-goflexnet.patch │   │   │   │   ├── [6.5K] 190-nsa310s.patch │   │   │   │   └── [1.4K] 200-disable-tso.patch │   │   │   └── [4.0K] profiles │   │   │   └── [ 382] 00-default.mk │   │   ├── [4.0K] lantiq │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   ├── [1.9K] 01_leds │   │   │   │   │   │   └── [4.4K] 02_network │   │   │   │   │   ├── [ 634] diag.sh │   │   │   │   │   ├── [4.0K] hotplug.d │   │   │   │   │   │   └── [4.0K] firmware │   │   │   │   │   │   ├── [1.1K] 11-ath10k-caldata │   │   │   │   │   │   └── [3.4K] 12-ath9k-eeprom │   │   │   │   │   └── [ 107] inittab │   │   │   │   ├── [4.0K] lib │   │   │   │   │   ├── [4.0K] functions │   │   │   │   │   │   ├── [ 16K] lantiq_dsl.sh │   │   │   │   │   │   └── [1.1K] lantiq.sh │   │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   │   ├── [ 115] 03_preinit_board.sh │   │   │   │   │   │   └── [ 123] 05_set_preinit_iface_lantiq │   │   │   │   │   └── [4.0K] upgrade │   │   │   │   │   └── [ 509] platform.sh │   │   │   │   └── [4.0K] sbin │   │   │   │   └── [1.3K] dsl_notify.sh │   │   │   ├── [5.4K] config-4.4 │   │   │   ├── [4.0K] dts │   │   │   │   ├── [1.6K] ACMP252.dts │   │   │   │   ├── [3.0K] amazonse.dtsi │   │   │   │   ├── [4.4K] ar9.dtsi │   │   │   │   ├── [4.1K] ARV4510PW.dts │   │   │   │   ├── [ 174] ARV4518PWR01A.dts │   │   │   │   ├── [ 88] ARV4518PWR01.dts │   │   │   │   ├── [3.5K] ARV4518PWR01.dtsi │   │   │   │   ├── [3.6K] ARV4519PW.dts │   │   │   │   ├── [4.1K] ARV4520PW.dts │   │   │   │   ├── [3.0K] ARV4525PW.dts │   │   │   │   ├── [4.5K] ARV452CQW.dts │   │   │   │   ├── [3.0K] ARV7506PW11.dts │   │   │   │   ├── [3.5K] ARV7510PW22.dts │   │   │   │   ├── [4.4K] ARV7518PW.dts │   │   │   │   ├── [4.0K] ARV7519PW.dts │   │   │   │   ├── [4.4K] ARV7519RW22.dts │   │   │   │   ├── [2.7K] ARV7525PW.dts │   │   │   │   ├── [5.0K] ARV752DPW22.dts │   │   │   │   ├── [4.5K] ARV752DPW.dts │   │   │   │   ├── [3.3K] ARV8539PW22.dts │   │   │   │   ├── [5.3K] BTHOMEHUBV2B.dts │   │   │   │   ├── [4.2K] BTHOMEHUBV3A.dts │   │   │   │   ├── [5.6K] BTHOMEHUBV5A.dts │   │   │   │   ├── [4.3K] danube.dtsi │   │   │   │   ├── [3.0K] DGN1000B.dts │   │   │   │   ├── [ 83] DGN3500B.dts │   │   │   │   ├── [ 81] DGN3500.dts │   │   │   │   ├── [3.5K] DGN3500.dtsi │   │   │   │   ├── [1.4K] EASY50712.dts │   │   │   │   ├── [1.5K] EASY50810.dts │   │   │   │   ├── [5.6K] EASY80920.dtsi │   │   │   │   ├── [1.2K] EASY80920NAND.dts │   │   │   │   ├── [ 696] EASY80920NOR.dts │   │   │   │   ├── [2.1K] EASY88388.dts │   │   │   │   ├── [1.5K] EASY88444.dts │   │   │   │   ├── [2.0K] EASY98000-base.dtsi │   │   │   │   ├── [ 684] EASY98000NAND.dts │   │   │   │   ├── [ 610] EASY98000NOR.dts │   │   │   │   ├── [ 303] EASY98000SFLASH.dts │   │   │   │   ├── [1.8K] EASY98020.dts │   │   │   │   ├── [1.3K] EASY98020V18.dts │   │   │   │   ├── [1.7K] EASY98021.dts │   │   │   │   ├── [1.3K] EASY98035SYNCE1588.dts │   │   │   │   ├── [1.3K] EASY98035SYNCE.dts │   │   │   │   ├── [7.8K] falcon.dtsi │   │   │   │   ├── [ 998] FALCON-MDU.dts │   │   │   │   ├── [ 640] falcon-sflash-16M.dtsi │   │   │   │   ├── [1.3K] FALCON-SFP.dts │   │   │   │   ├── [5.5K] FRITZ3370.dts │   │   │   │   ├── [2.9K] FRITZ7320.dts │   │   │   │   ├── [4.3K] FRITZ7360SL.dts │   │   │   │   ├── [2.0K] GIGASX76X.dts │   │   │   │   ├── [2.7K] H201L.dts │   │   │   │   ├── [3.4K] P2601HNFX.dts │   │   │   │   ├── [1.2K] P2812HNUF1.dts │   │   │   │   ├── [1.1K] P2812HNUF3.dts │   │   │   │   ├── [5.7K] P2812HNUFX.dtsi │   │   │   │   ├── [ 82] TDW8970.dts │   │   │   │   ├── [ 586] TDW8980.dts │   │   │   │   ├── [5.0K] TDW89X0.dtsi │   │   │   │   ├── [3.0K] VG3503J.dts │   │   │   │   ├── [1.1K] VGV7510KW22BRN.dts │   │   │   │   ├── [4.9K] VGV7510KW22.dtsi │   │   │   │   ├── [ 510] VGV7510KW22NOR.dts │   │   │   │   ├── [1.2K] VGV7519BRN.dts │   │   │   │   ├── [6.2K] VGV7519.dtsi │   │   │   │   ├── [ 467] VGV7519NOR.dts │   │   │   │   ├── [5.1K] VR200v.dts │   │   │   │   ├── [5.3K] vr9.dtsi │   │   │   │   ├── [5.4K] WBMR300.dts │   │   │   │   └── [3.3K] WBMR.dts │   │   │   ├── [4.0K] falcon │   │   │   │   ├── [ 270] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 189] 00-default.mk │   │   │   │   └── [ 223] target.mk │   │   │   ├── [4.0K] files │   │   │   │   └── [4.0K] firmware │   │   │   │   └── [4.0K] lantiq │   │   │   │   ├── [ 64K] vr9_phy11g_a1x.bin │   │   │   │   ├── [ 64K] vr9_phy11g_a2x.bin │   │   │   │   ├── [ 64K] vr9_phy22f_a1x.bin │   │   │   │   └── [ 64K] vr9_phy22f_a2x.bin │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 256] eva.dummy.squashfs │   │   │   │   ├── [ 18K] Makefile │   │   │   │   ├── [1.2K] tp-link.mk │   │   │   │   ├── [ 254] ubinize.cfg │   │   │   │   └── [ 445] ubinize-overlay.cfg │   │   │   ├── [ 478] Makefile │   │   │   ├── [ 538] modules.mk │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   ├── [224K] 0001-MIPS-lantiq-add-pcie-driver.patch │   │   │   │   ├── [ 15K] 0004-MIPS-lantiq-add-atm-hack.patch │   │   │   │   ├── [2.6K] 0007-MIPS-lantiq-add-basic-tffs-driver.patch │   │   │   │   ├── [ 34K] 0008-MIPS-lantiq-backport-old-timer-code.patch │   │   │   │   ├── [1.9K] 0012-pinctrl-lantiq-fix-up-pinmux.patch │   │   │   │   ├── [ 816] 0013-MTD-lantiq-xway-fix-invalid-operator.patch │   │   │   │   ├── [1.4K] 0014-MTD-lantiq-xway-the-latched-command-should-be-persis.patch │   │   │   │   ├── [1.3K] 0015-MTD-lantiq-xway-remove-endless-loop.patch │   │   │   │   ├── [1.6K] 0016-MTD-lantiq-xway-add-missing-write_buf-and-read_buf-t.patch │   │   │   │   ├── [2.6K] 0017-MTD-xway-fix-nand-locking.patch │   │   │   │   ├── [3.9K] 0018-MTD-nand-lots-of-xrx200-fixes.patch │   │   │   │   ├── [ 919] 0020-MTD-lantiq-handle-NO_XIP-on-cfi0001-flash.patch │   │   │   │   ├── [1.4K] 0022-MTD-m25p80-allow-loading-mtd-name-from-OF.patch │   │   │   │   ├── [ 17K] 0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch │   │   │   │   ├── [ 18K] 0024-NET-lantiq-adds-PHY11G-firmware-blobs.patch │   │   │   │   ├── [157K] 0025-NET-MIPS-lantiq-adds-xrx200-net.patch │   │   │   │   ├── [1.6K] 0026-NET-multi-phy-support.patch │   │   │   │   ├── [ 26K] 0028-NET-lantiq-various-etop-fixes.patch │   │   │   │   ├── [4.9K] 0030-GPIO-add-named-gpio-exports.patch │   │   │   │   ├── [ 28K] 0031-I2C-MIPS-lantiq-add-FALC-ON-i2c-bus-master.patch │   │   │   │   ├── [6.4K] 0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch │   │   │   │   ├── [1.1K] 0040-USB-DWC2-enable-usb-power-gpio.patch │   │   │   │   ├── [ 693] 0042-arch-mips-increase-io_space_limit.patch │   │   │   │   ├── [ 56K] 0044-pinctrl-lantiq-introduce-new-dedicated-devicetree-bi.patch │   │   │   │   ├── [ 989] 0045-pinctrl-lantiq-Fix-GPIO-Setup-of-GPIO-Port3.patch │   │   │   │   ├── [1.1K] 0046-pinctrl-lantiq-2-pins-have-the-wrong-mux-list.patch │   │   │   │   ├── [2.4K] 0047-irq-fixes.patch │   │   │   │   ├── [ 890] 0047-mtd-plat-nand-pass-of-node.patch │   │   │   │   ├── [ 506] 0047-poweroff.patch │   │   │   │   ├── [2.3K] 0050-MIPS-Lantiq-Fix-cascaded-IRQ-setup.patch │   │   │   │   ├── [3.0K] 0060-usb-dwc2-Add-support-for-Lantiq-ARX-and-XRX-SoCs.patch │   │   │   │   ├── [4.3K] 0061-USB-DWC2-make-the-lantiq-settings-match-vendor-drive.patch │   │   │   │   ├── [7.1K] 0065-MIPS-lantiq-improve-USB-initialization.patch │   │   │   │   ├── [ 29K] 0100-spi-add-support-for-Lantiq-SPI-controller.patch │   │   │   │   ├── [2.1K] 0101-find_active_root.patch │   │   │   │   ├── [1.4K] 0120-MIPS-lantiq-add-support-for-device-tree-file-from-bo.patch │   │   │   │   ├── [1.1K] 0121-MIPS-lantiq-make-it-possible-to-build-in-no-device-t.patch │   │   │   │   ├── [4.8K] 0151-lantiq-ifxmips_pcie-use-of.patch │   │   │   │   ├── [5.3K] 0152-lantiq-VPE.patch │   │   │   │   ├── [5.1K] 0153-lantiq-VPE-softdog.patch │   │   │   │   ├── [ 692] 0154-lantiq-pci-bar11mask-fix.patch │   │   │   │   ├── [5.9K] 0160-owrt-lantiq-multiple-flash.patch │   │   │   │   ├── [4.6K] 0170-MIPS-lantiq-lock-DMA-register-accesses-for-SMP.patch │   │   │   │   ├── [ 309] 0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch │   │   │   │   ├── [ 731] 0301-xrx200-add-gphy-clk-src-device-tree-binding.patch │   │   │   │   ├── [4.7K] 0302-xrx200-add-sensors-driver.patch │   │   │   │   └── [1.8K] 122-MIPS-store-the-appended-dtb-address-in-a-variable.patch │   │   │   ├── [4.0K] xrx200 │   │   │   │   ├── [1.3K] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 189] 00-default.mk │   │   │   │   └── [ 423] target.mk │   │   │   ├── [4.0K] xway │   │   │   │   ├── [1.8K] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 189] 00-default.mk │   │   │   │   └── [ 214] target.mk │   │   │   └── [4.0K] xway_legacy │   │   │   ├── [ 688] config-default │   │   │   ├── [4.0K] profiles │   │   │   │   └── [ 189] 00-default.mk │   │   │   └── [ 268] target.mk │   │   ├── [4.0K] layerscape │   │   │   ├── [4.0K] 32b │   │   │   │   ├── [4.0K] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 32] 00-default.mk -> ../../64b/profiles/00-default.mk │   │   │   │   └── [ 330] target.mk │   │   │   ├── [4.0K] 64b │   │   │   │   ├── [4.9K] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 509] 00-default.mk │   │   │   │   └── [ 351] target.mk │   │   │   ├── [4.0K] base-files │   │   │   │   └── [4.0K] etc │   │   │   │   └── [ 147] rc.local │   │   │   ├── [8.1K] config-4.4 │   │   │   ├── [4.0K] image │   │   │   │   └── [4.1K] Makefile │   │   │   ├── [ 646] Makefile │   │   │   ├── [ 532] modules.mk │   │   │   └── [ 28K] patches-4.4 │   │   │   ├── [1.6K] 0051-PCI-designware-Ensure-ATU-is-enabled-before-IO-conf-.patch │   │   │   ├── [3.6K] 0052-PCI-designware-Simplify-control-flow.patch │   │   │   ├── [2.5K] 0053-PCI-designware-Make-config-accessor-override-checkin.patch │   │   │   ├── [1.3K] 0054-PCI-designware-Explain-why-we-don-t-program-ATU-for-.patch │   │   │   ├── [1.5K] 0055-PCI-designware-Remove-PCI_PROBE_ONLY-handling.patch │   │   │   ├── [7.5K] 0056-PCI-designware-Add-generic-dw_pcie_wait_for_link.patch │   │   │   ├── [1.5K] 0057-PCI-designware-Add-default-link-up-check-if-sub-driv.patch │   │   │   ├── [4.0K] 0058-PCI-designware-Move-Root-Complex-setup-code-to-dw_pc.patch │   │   │   ├── [1.6K] 0059-PCI-designware-Remove-incorrect-RC-memory-base-limit.patch │   │   │   ├── [3.2K] 0140-config-add-freescale-config-for-amr64.patch │   │   │   ├── [ 745] 0238-arm64-disable-CONFIG_EEPROM_AT24-for-freescale.confi.patch │   │   │   ├── [ 971] 1074-mtd-nand-spi-nor-assign-MTD-of_node.patch │   │   │   ├── [2.3K] 1075-mtd-spi-nor-convert-to-spi_nor_-get-set-_flash_node.patch │   │   │   ├── [2.7K] 1076-mtd-spi-nor-drop-unnecessary-partition-parser-data.patch │   │   │   ├── [1.8K] 1077-mtd-add-get-set-of_node-flash_node-helpers.patch │   │   │   ├── [1.8K] 1078-mtd-spi-nor-drop-flash_node-field.patch │   │   │   ├── [ 935] 1079-mtd-spi-nor-remove-unnecessary-leading-space-from-db.patch │   │   │   ├── [1.5K] 1080-mtd-fsl-quadspi-possible-NULL-dereference.patch │   │   │   ├── [3.2K] 1081-mtd-spi-nor-provide-default-erase_sector-implementat.patch │   │   │   ├── [ 996] 1083-mtd-spi-nor-Fix-error-message-with-unrecognized-JEDE.patch │   │   │   ├── [1.2K] 1084-mtd-spi-nor-fix-error-handling-in-spi_nor_erase.patch │   │   │   ├── [1.8K] 1085-mtd-spi-nor-Check-the-return-value-from-read_sr.patch │   │   │   ├── [2.1K] 1086-mtd-spi-nor-wait-until-lock-unlock-operations-are-re.patch │   │   │   ├── [ 14K] 1087-mtd-spi-nor-fsl-quadspi-add-big-endian-support.patch │   │   │   ├── [2.0K] 1088-mtd-spi-nor-fsl-quadspi-add-support-for-ls1021a.patch │   │   │   ├── [ 975] 1089-mtd-spi-nor-fsl-quadspi-add-support-for-layerscape.patch │   │   │   ├── [3.7K] 1090-mtd-spi-nor-Add-SPI-NOR-layer-PM-support.patch │   │   │   ├── [3.0K] 1091-mtd-spi-nor-change-return-value-of-read-write.patch │   │   │   ├── [2.1K] 1092-mtd-fsl-quadspi-return-amount-of-data-read-written-o.patch │   │   │   ├── [3.6K] 1093-mtd-spi-nor-check-return-value-from-read-write.patch │   │   │   ├── [6.4K] 1094-mtd-spi-nor-stop-passing-around-retlen.patch │   │   │   ├── [2.8K] 1095-mtd-spi-nor-simplify-write-loop.patch │   │   │   ├── [1.2K] 1096-mtd-spi-nor-add-read-loop.patch │   │   │   ├── [2.7K] 1097-mtd-fsl-quadspi-use-the-property-fields-of-SPI-NOR.patch │   │   │   ├── [1.4K] 1098-mtd-fsl-quadspi-Rename-SEQID_QUAD_READ-to-SEQID_READ.patch │   │   │   ├── [2.4K] 1099-mtd-spi-nor-fsl-quadspi-Add-fast-read-mode-support.patch │   │   │   ├── [1.2K] 1100-mtd-spi_nor-Disable-Micron-flash-HW-protection.patch │   │   │   ├── [3.5K] 1101-mtd-spi-nor-fsl-quadspi-extend-support-for-some-spec.patch │   │   │   ├── [2.9K] 1102-mtd-spi-nor-fsl-quadspi-Support-qspi-for-ls2080a.patch │   │   │   ├── [3.6K] 1103-mtd-spi-nor-Support-R-W-for-S25FS-S-family-flash.patch │   │   │   ├── [3.6K] 1104-mtd-fsl-quadspi-Add-quad-mode-for-flash-n25q128.patch │   │   │   ├── [6.6K] 1105-mtd-spi-nor-add-DDR-quad-read-support.patch │   │   │   ├── [3.7K] 1106-mtd-fsl-quadspi-add-DDR-quad-read-for-Spansion.patch │   │   │   ├── [2.4K] 1107-mtd-fsl-quadspi-disable-AHB-buffer-prefetch.patch │   │   │   ├── [1.6K] 1108-mtd-fsl-quadspi-add-multi-flash-chip-R-W-on-ls2080a.patch │   │   │   ├── [1.5K] 1109-drivers-mtd-spi-nor-Enable-QSPI-Flash-in-Kernel.patch │   │   │   ├── [5.4K] 1110-mtd-spi-nor-fsl-quad-add-flash-S25FS-extra-support.patch │   │   │   ├── [1.4K] 1111-mtd-spi-nor-disable-4kb-sector-erase-for-s25fl128.patch │   │   │   ├── [1.1K] 1112-driver-spi-fsl-quad-Hang-memcpy-Unhandled-fault-alig.patch │   │   │   ├── [1.5K] 1113-mtd-spi-nor-fsl-quad-move-mtd_device_register-to-the.patch │   │   │   ├── [2.4K] 1239-mtd-extend-physmap_of-to-let-the-device-tree-specify.patch │   │   │   ├── [5.0K] 2006-armv8-aarch32-Add-the-default-config-ls_aarch32_defc.patch │   │   │   ├── [2.6K] 2027-armv8-aarch32-update-defconfig-for-LayerScape-SoC.patch │   │   │   ├── [1.0K] 2119-armv8-aarch32-defconfig-Enable-CAAM-support.patch │   │   │   ├── [ 769] 2120-armv8-aarch32-defconfig-Enable-firmware-loading.patch │   │   │   ├── [ 872] 2121-armv8-aarch32-defconfig-Enable-support-for-AHCI-SATA.patch │   │   │   ├── [ 907] 2122-armv8-aarch32-defconfig-Enable-USB-and-related-confi.patch │   │   │   ├── [1.6K] 2123-armv8-aarch32-defconfig-Enable-KVM-related-configura.patch │   │   │   ├── [ 726] 2124-armv8-aarch32-defconfig-Enable-FTM-alarm-support.patch │   │   │   ├── [ 15K] 3001-arm64-ls1043a-add-DTS-for-Freescale-LS1043A-SoC.patch │   │   │   ├── [4.6K] 3002-dts-ls1043a-add-LS1043ARDB-board-support.patch │   │   │   ├── [3.1K] 3003-arm64-dts-Update-address-cells-and-reg-properties-of.patch │   │   │   ├── [1.8K] 3004-armv8-aarch32-Add-ITS-file-for-AArch32-Linux-on-LS10.patch │   │   │   ├── [ 737] 3005-armv8-aarch32-change-FS-file-name-in-ITS.patch │   │   │   ├── [2.4K] 3007-armv8-aarch32-Run-32-bit-Linux-in-AArch32-execution-.patch │   │   │   ├── [2.9K] 3008-armv8-aarch32-Add-SMP-support-for-32-bit-Linux.patch │   │   │   ├── [1.0K] 3009-armv8-aarch32-Allow-RAM-to-be-mapped-for-LayerScape-.patch │   │   │   ├── [ 902] 3010-arm-add-pgprot_cached-and-pgprot_cached_ns-support.patch │   │   │   ├── [3.2K] 3011-arm-add-new-non-shareable-ioremap.patch │   │   │   ├── [ 19K] 3012-dts-ls1043a-add-fman-bman-qman-ethernet-nodes.patch │   │   │   ├── [1.7K] 3013-dts-ls1043ardb-add-mdio-phy-nodes.patch │   │   │   ├── [3.6K] 3022-dt-move-guts-devicetree-doc-out-of-powerpc-directory.patch │   │   │   ├── [7.9K] 3023-powerpc-fsl-move-mpc85xx.h-to-include-linux-fsl.patch │   │   │   ├── [ 877] 3025-arm64-dts-align-to-the-new-clocking-model.patch │   │   │   ├── [ 13K] 3028-dts-ls1043-update-dts-for-ls1043.patch │   │   │   ├── [1.6K] 3032-arm64-Add-pdev_archdata-for-dmamask.patch │   │   │   ├── [2.1K] 3033-arm64-add-ioremap-for-normal-cacheable-non-shareable.patch │   │   │   ├── [1.3K] 3034-arm64-add-support-to-remap-kernel-cacheable-memory-t.patch │   │   │   ├── [ 906] 3035-arm64-pgtable-add-support-to-map-cacheable-and-non-s.patch │   │   │   ├── [3.3K] 3039-arch-arm-add-ARM-specific-fucntions-required-for-ehc.patch │   │   │   ├── [ 681] 3063-arm64-add-NO_IRQ-macro.patch │   │   │   ├── [ 25K] 3071-arm64-dts-add-device-tree-for-ls1012a-SoC-and-boards.patch │   │   │   ├── [1.5K] 3117-armv8-aarch32-Run-32-bit-Linux-for-LayerScape-SoCs.patch │   │   │   ├── [1.1K] 3118-armv8-aarch32-Add-KVM-support-for-AArch32-on-ARMv8.patch │   │   │   ├── [ 26K] 3131-arm64-ls1046a-add-DTS-for-Freescale-LS1046A-SoC.patch │   │   │   ├── [ 14K] 3132-dts-ls1046a-add-LS1046ARDB-board-support.patch │   │   │   ├── [1.7K] 3133-ls1046ardb-add-ITS-file.patch │   │   │   ├── [ 18K] 3135-arm64-Add-DTS-support-for-FSL-s-LS1088ARDB.patch │   │   │   ├── [1.7K] 3139-ls1088ardb-add-ITS-file.patch │   │   │   ├── [1.7K] 3141-caam-add-caam-node-for-ls1088a.patch │   │   │   ├── [ 788] 3143-armv8-aarch32-Execute-32-bit-Linux-for-ls1046a.patch │   │   │   ├── [1.3K] 3226-mtd-spi-nor-fsl-quadspi-Enable-fast-read-for-LS1088A.patch │   │   │   ├── [ 33K] 3227-ls2088a-dts-add-ls2088a-dts.patch │   │   │   ├── [3.1K] 3228-ls2088a-add-ls2088a-its.patch │   │   │   ├── [ 883] 4043-driver-memory-Removal-of-deprecated-NO_IRQ.patch │   │   │   ├── [7.3K] 4044-drivers-memory-Add-deep-sleep-support-for-IFC.patch │   │   │   ├── [1.5K] 4045-driver-memory-Update-dependency-of-IFC-for-Layerscap.patch │   │   │   ├── [ 24K] 4046-mtd-ifc-Segregate-IFC-fcm-and-runtime-registers.patch │   │   │   ├── [1.7K] 4047-drivers-memory-Fix-build-error-for-arm64.patch │   │   │   ├── [1017] 4234-fsl-ifc-fix-compilation-error-when-COMPAT-not-enable.patch │   │   │   ├── [ 44K] 7014-temp-QE-headers-are-needed-by-FMD.patch │   │   │   ├── [4.7M] 7015-fmd-add-fman-driver.patch │   │   │   ├── [548K] 7016-dpa-add-dpaa_eth-driver.patch │   │   │   ├── [771K] 7017-fsl_qbman-add-qbman-driver.patch │   │   │   ├── [3.9K] 7018-devres-add-devm_alloc_percpu.patch │   │   │   ├── [1.9K] 7019-net-readd-skb_recycle.patch │   │   │   ├── [1.6K] 7020-net-add-custom-NETIF-flags.patch │   │   │   ├── [2.0K] 7021-net-Make-the-netdev-watchdog-aware-of-hardware-multi.patch │   │   │   ├── [1.8K] 7024-Add-APIs-to-setup-HugeTLB-mappings-for-USDPAA.patch │   │   │   ├── [9.4K] 7029-fmd-SGMII-PCS-needs-to-be-reprogrammed-after-sleep.patch │   │   │   ├── [7.5K] 7030-fmd-use-kernel-api-for-64bit-division.patch │   │   │   ├── [ 923] 7031-fsl_qbman-Enable-DPAA1-QBMan-for-ARM64-platforms.patch │   │   │   ├── [ 864] 7064-dpaa_eth-repair-issue-introduced-with-2.5G-support.patch │   │   │   ├── [1.4K] 7065-dpaa_eth-replace-sgmii-2500-with-qsgmii.patch │   │   │   ├── [1.5K] 7066-fmd-add-2.5G-SGMII-mode-suport.patch │   │   │   ├── [ 588] 7067-net-phy-add-SGMII-2500-PHY.patch │   │   │   ├── [2.2K] 7068-dpaa_ethernet-fix-link-state-detect-for-10G-interfac.patch │   │   │   ├── [450K] 7072-LS1012-Add-PPFE-driver-in-Linux.patch │   │   │   ├── [1.9K] 7126-net-phy-add-driver-for-aquantia-AQR106-107-phy.patch │   │   │   ├── [1.8K] 7144-dpaa-call-arch_setup_dma_ops-before-using-dma_ops.patch │   │   │   ├── [ 11K] 7145-staging-fsl-mc-Added-generic-MSI-support-for-FSL-MC-.patch │   │   │   ├── [4.9K] 7146-staging-fsl-mc-Added-GICv3-ITS-support-for-FSL-MC-MS.patch │   │   │   ├── [9.4K] 7147-staging-fsl-mc-Extended-MC-bus-allocator-to-include-.patch │   │   │   ├── [1.6K] 7148-staging-fsl-mc-Changed-DPRC-built-in-portal-s-mc_io-.patch │   │   │   ├── [3.8K] 7149-staging-fsl-mc-Populate-the-IRQ-pool-for-an-MC-bus-i.patch │   │   │   ├── [2.9K] 7150-staging-fsl-mc-set-MSI-domain-for-DPRC-objects.patch │   │   │   ├── [2.1K] 7151-staging-fsl-mc-Fixed-bug-in-dprc_probe-error-path.patch │   │   │   ├── [7.5K] 7152-staging-fsl-mc-Added-DPRC-interrupt-handler.patch │   │   │   ├── [1.7K] 7153-staging-fsl-mc-Added-MSI-support-to-the-MC-bus-drive.patch │   │   │   ├── [1006] 7154-staging-fsl-mc-Remove-unneeded-parentheses.patch │   │   │   ├── [1.2K] 7155-staging-fsl-mc-Do-not-allow-building-as-a-module.patch │   │   │   ├── [1.6K] 7156-staging-fsl-mc-Avoid-section-mismatch.patch │   │   │   ├── [1.1K] 7157-staging-fsl-mc-Remove-unneeded-else-following-a-retu.patch │   │   │   ├── [1.0K] 7158-staging-fsl-mc-Drop-unneeded-void-pointer-cast.patch │   │   │   ├── [2.1K] 7159-staging-fsl-mc-bus-Eliminate-double-function-call.patch │   │   │   ├── [2.5K] 7160-Staging-fsl-mc-Replace-pr_debug-with-dev_dbg.patch │   │   │   ├── [1.7K] 7161-Staging-fsl-mc-Replace-pr_err-with-dev_err.patch │   │   │   ├── [1.9K] 7162-staging-fsl-mc-fix-incorrect-type-passed-to-dev_dbg-.patch │   │   │   ├── [1.4K] 7163-staging-fsl-mc-fix-incorrect-type-passed-to-dev_err-.patch │   │   │   ├── [5.6K] 7164-staging-fsl-mc-get-rid-of-mutex_locked-variables.patch │   │   │   ├── [2.0K] 7165-staging-fsl-mc-TODO-updates.patch │   │   │   ├── [ 13K] 7166-staging-fsl-mc-DPAA2-overview-readme-update.patch │   │   │   ├── [4.0K] 7167-staging-fsl-mc-update-dpmcp-binary-interface-to-v3.0.patch │   │   │   ├── [6.7K] 7168-staging-fsl-mc-update-dpbp-binary-interface-to-v2.2.patch │   │   │   ├── [7.9K] 7169-staging-fsl-mc-update-dprc-binary-interface-to-v5.1.patch │   │   │   ├── [4.7K] 7170-staging-fsl-mc-don-t-use-object-versions-to-make-bin.patch │   │   │   ├── [1.0K] 7171-staging-fsl-mc-set-up-coherent-dma-ops-for-added-dev.patch │   │   │   ├── [1.1K] 7172-staging-fsl-mc-set-cacheable-flag-for-added-devices-.patch │   │   │   ├── [3.1K] 7173-staging-fsl-mc-get-version-of-root-dprc-from-MC-hard.patch │   │   │   ├── [3.0K] 7174-staging-fsl-mc-add-dprc-version-check.patch │   │   │   ├── [1.3K] 7175-staging-fsl-mc-add-quirk-handling-for-dpseci-objects.patch │   │   │   ├── [1.9K] 7176-staging-fsl-mc-add-dpmcp-version-check.patch │   │   │   ├── [1.0K] 7177-staging-fsl-mc-return-EINVAL-for-all-fsl_mc_portal_a.patch │   │   │   ├── [1.5K] 7178-staging-fsl-mc-bus-Drop-warning.patch │   │   │   ├── [1.6K] 7179-staging-fsl-mc-add-support-for-the-modalias-sysfs-at.patch │   │   │   ├── [1000] 7180-staging-fsl-mc-implement-uevent-callback-and-set-the.patch │   │   │   ├── [3.0K] 7181-staging-fsl-mc-clean-up-the-device-id-struct.patch │   │   │   ├── [3.2K] 7182-staging-fsl-mc-add-support-for-device-table-matching.patch │   │   │   ├── [ 747] 7183-staging-fsl-mc-export-mc_get_version.patch │   │   │   ├── [2.1K] 7184-staging-fsl-mc-make-fsl_mc_is_root_dprc-global.patch │   │   │   ├── [2.2K] 7185-staging-fsl-mc-fix-asymmetry-in-destroy-of-mc_io.patch │   │   │   ├── [ 891] 7186-staging-fsl-mc-dprc-add-missing-irq-free.patch │   │   │   ├── [1.4K] 7187-staging-fsl-mc-dprc-fix-ordering-problem-freeing-res.patch │   │   │   ├── [1.7K] 7188-staging-fsl-mc-properly-set-hwirq-in-msi-set_desc.patch │   │   │   ├── [ 29K] 7189-staging-fsl-mc-update-dpcon-binary-interface-to-v2.2.patch │   │   │   ├── [1.6K] 7190-staging-fsl-mc-root-dprc-rescan-attribute-to-sync-ke.patch │   │   │   ├── [2.0K] 7191-staging-fsl-mc-bus-rescan-attribute-to-sync-kernel-w.patch │   │   │   ├── [7.2K] 7192-staging-fsl-mc-Propagate-driver_override-for-a-child.patch │   │   │   ├── [3.3K] 7193-staging-fsl-mc-add-device-binding-path-driver_overri.patch │   │   │   ├── [1.7K] 7194-staging-fsl-mc-export-irq-cleanup-for-vfio-to-use.patch │   │   │   ├── [2.8K] 7195-increment-MC_CMD_COMPLETION_TIMEOUT_MS.patch │   │   │   ├── [1.5K] 7196-staging-fsl-mc-make-fsl_mc_get_root_dprc-public.patch │   │   │   ├── [ 13K] 7197-staging-fsl-mc-Management-Complex-restool-driver.patch │   │   │   ├── [295K] 7198-staging-fsl-mc-dpio-services-driver.patch │   │   │   ├── [1.8K] 7199-dpaa2-dpio-Cosmetic-cleanup.patch │   │   │   ├── [ 839] 7200-staging-fsl-mc-dpio-driver-match-id-cleanup.patch │   │   │   ├── [386K] 7201-staging-dpaa2-eth-initial-commit-of-dpaa2-eth-driver.patch │   │   │   ├── [100K] 7202-staging-fsl-dpaa2-eth-code-cleanup-for-upstreaming.patch │   │   │   ├── [1.2K] 7203-fsl-dpaa2-eth-Update-description-of-DPNI-counters.patch │   │   │   ├── [1.4K] 7204-fsl-dpaa2-eth-dpni-Clear-compiler-warnings.patch │   │   │   ├── [2.2K] 7205-fsl-dpaa2-eth-sanitize-supported-private-flags.patch │   │   │   ├── [ 863] 7206-fsl-dpaa2-eth-match-id-cleanup.patch │   │   │   ├── [ 738] 7207-fsl-dpaa2-eth-add-device-table-to-driver.patch │   │   │   ├── [ 71K] 7208-staging-fsl-dpaa2-mac-Added-MAC-PHY-interface-driver.patch │   │   │   ├── [5.6K] 7209-staging-fsl-dpaa2-mac-Interrupt-code-cleanup.patch │   │   │   ├── [1.4K] 7210-staging-fsl-dpaa2-mac-Fix-unregister_netdev-issue.patch │   │   │   ├── [1.4K] 7211-staging-fsl-dpaa2-mac-Don-t-call-devm_free_irq.patch │   │   │   ├── [1.3K] 7212-staging-fsl-dpaa2-mac-Use-of_property_read_32.patch │   │   │   ├── [1.9K] 7213-staging-fsl-dpaa2-mac-Remove-version-checks.patch │   │   │   ├── [ 825] 7214-staging-fsl-dpaa2-mac-match-id-cleanup.patch │   │   │   ├── [ 83K] 7215-dpaa2-evb-Added-Edge-Virtual-Bridge-driver.patch │   │   │   ├── [2.3K] 7216-dpaa2-evb-Fix-interrupt-handling.patch │   │   │   ├── [1.4K] 7217-dpaa2-evb-Add-object-version-check.patch │   │   │   ├── [ 739] 7218-dpaa2-evb-Cosmetic-cleanup.patch │   │   │   ├── [ 783] 7219-dpaa2-evb-match-id-cleanup.patch │   │   │   ├── [195K] 7220-dpaa2-ethsw-Ethernet-Switch-driver.patch │   │   │   ├── [ 798] 7221-dpaa2-ethsw-match-id-cleanup.patch │   │   │   ├── [ 776] 7222-dpaa2-ethsw-fix-compile-error-on-backport-to-4.4.patch │   │   │   ├── [ 811] 7223-irqdomain-Added-domain-bus-token-DOMAIN_BUS_FSL_MC_M.patch │   │   │   ├── [1.1K] 7224-fsl-mc-msi-Added-FSL-MC-specific-member-to-the-msi_d.patch │   │   │   ├── [ 771] 7225-dpaa2-evb-fix-4.4-backport-compile-error.patch │   │   │   ├── [1.4K] 7226-dpaa_eth-fix-adjust_link-for-10G-2.5G.patch │   │   │   ├── [7.3K] 8026-cpufreq-qoriq-Don-t-look-at-clock-implementation-det.patch │   │   │   ├── [3.8K] 8036-ls2085a-Add-support-for-reset.patch │   │   │   ├── [1.6K] 8037-ls1043a-Add-support-for-reset.patch │   │   │   ├── [ 712] 8038-reset-driver-Kconfig-Change-define-to-ARCH_LAYERSCAP.patch │   │   │   ├── [9.3K] 8042-drivers-gpio-Port-gpio-driver-to-support-layerscape-.patch │   │   │   ├── [1.9K] 8048-mmc-sdhci-of-esdhc-add-remove-some-quirks-according-.patch │   │   │   ├── [1.0K] 8049-PCI-layerscape-Add-fsl-ls2085a-pcie-compatible-ID.patch │   │   │   ├── [2.0K] 8050-PCI-layerscape-Fix-MSG-TLP-drop-setting.patch │   │   │   ├── [7.7K] 8060-irqchip-Add-Layerscape-SCFG-MSI-controller-support.patch │   │   │   ├── [ 729] 8061-arm64-layerscape-Enable-PCIe-for-Layerscape.patch │   │   │   ├── [ 590] 8062-armv8-aarch32-enable-pci_domains-for-armv8-32bit.patch │   │   │   ├── [1.8K] 8073-ls1012a-added-clock-configuration.patch │   │   │   ├── [1.7K] 8114-drivers-PCIE-enable-for-Linux.patch │   │   │   ├── [1.1K] 8115-PCI-layerscape-call-dw_pcie_setup_rc-in-host-initial.patch │   │   │   ├── [2.2K] 8125-rtc-pcf2127-add-pcf2129-device-id.patch │   │   │   ├── [ 817] 8127-ls1046a-msi-Add-LS1046A-MSI-support.patch │   │   │   ├── [1.3K] 8128-pci-layerscape-add-LS1046A-support.patch │   │   │   ├── [2.2K] 8129-clk-qoriq-add-ls1046a-support.patch │   │   │   ├── [1.7K] 8130-ls1046a-sata-Add-LS1046A-sata-support.patch │   │   │   ├── [1.8K] 8134-pci-layerscape-add-LUT-DBG-reigster-offset-member.patch │   │   │   ├── [1002] 8136-drivers-mmc-Add-compatible-string-for-LS1088A.patch │   │   │   ├── [1.3K] 8137-armv8-ls1088a-Add-PCIe-compatible.patch │   │   │   ├── [8.8K] 8138-pci-layerscape-add-MSI-interrupt-support.patch │   │   │   ├── [ 832] 8142-drivers-mmc-Add-compatible-string-for-LS1046A.patch │   │   │   ├── [ 840] 8229-drivers-clk-qoriq-Add-ls2088a-key-to-chipinfo-table.patch │   │   │   ├── [1.1K] 8230-layerscape-pci-fix-linkup-issue.patch │   │   │   ├── [ 879] 8231-driver-clk-qoriq-Add-ls2088a-clk-support.patch │   │   │   ├── [3.4K] 8233-i2c-pca954x-Add-option-to-skip-disabling-PCA954x-Mux.patch │   │   │   ├── [1020] 8235-pci-layerscape-fix-pci-lut-offset-issue.patch │   │   │   ├── [2.3K] 8236-clk-add-API-of-clks.patch │   │   │   ├── [3.6K] 8237-pcie-ls208x-use-unified-compatible-fsl-ls2080a-pcie-.patch │   │   │   ├── [2.5K] 9069-Revert-arm64-simplify-dma_get_ops.patch │   │   │   └── [9.4K] 9070-Revert-arm64-use-fixmap-region-for-permanent-FDT-map.patch │   │   ├── [ 373] Makefile │   │   ├── [4.0K] malta │   │   │   ├── [4.0K] base-files │   │   │   │   └── [4.0K] etc │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   ├── [ 190] 00_model │   │   │   │   │   └── [ 200] 02_network │   │   │   │   └── [ 260] inittab │   │   │   ├── [4.0K] be │   │   │   │   ├── [ 288] config-default │   │   │   │   └── [ 162] target.mk │   │   │   ├── [4.0K] be64 │   │   │   │   ├── [1.0K] config-default │   │   │   │   └── [ 205] target.mk │   │   │   ├── [7.7K] config-4.4 │   │   │   ├── [4.0K] image │   │   │   │   └── [1.4K] Makefile │   │   │   ├── [4.0K] le │   │   │   │   ├── [ 288] config-default │   │   │   │   └── [ 170] target.mk │   │   │   ├── [4.0K] le64 │   │   │   │   ├── [1.0K] config-default │   │   │   │   └── [ 213] target.mk │   │   │   ├── [ 536] Makefile │   │   │   └── [ 587] README │   │   ├── [4.0K] mcs814x │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   └── [4.0K] board.d │   │   │   │   │   ├── [ 625] 01_leds │   │   │   │   │   └── [ 161] 02_network │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [ 769] mcs814x.sh │   │   │   │   └── [4.0K] preinit │   │   │   │   └── [ 109] 03_preinit_do_mcs814x.sh │   │   │   ├── [6.4K] config-3.18 │   │   │   ├── [4.0K] files-3.18 │   │   │   │   ├── [4.0K] arch │   │   │   │   │   └── [4.0K] arm │   │   │   │   │   ├── [4.0K] boot │   │   │   │   │   │   └── [4.0K] dts │   │   │   │   │   │   ├── [1.1K] dlan-usb-extender.dts │   │   │   │   │   │   ├── [3.9K] mcs8140.dtsi │   │   │   │   │   │   └── [1.5K] rbt-832.dts │   │   │   │   │   └── [4.0K] mach-mcs814x │   │   │   │   │   ├── [1.1K] board-mcs8140-dt.c │   │   │   │   │   ├── [5.4K] clock.c │   │   │   │   │   ├── [3.5K] common.c │   │   │   │   │   ├── [ 460] common.h │   │   │   │   │   ├── [4.0K] include │   │   │   │   │   │   └── [4.0K] mach │   │   │   │   │   │   ├── [ 407] cpu.h │   │   │   │   │   │   ├── [ 274] debug-macro.S │   │   │   │   │   │   ├── [ 131] entry-macro.S │   │   │   │   │   │   ├── [ 370] gpio.h │   │   │   │   │   │   ├── [ 332] hardware.h │   │   │   │   │   │   ├── [ 777] io.h │   │   │   │   │   │   ├── [ 343] irqs.h │   │   │   │   │   │   ├── [1.3K] mcs814x.h │   │   │   │   │   │   ├── [ 319] param.h │   │   │   │   │   │   ├── [ 421] system.h │   │   │   │   │   │   ├── [ 375] timex.h │   │   │   │   │   │   └── [ 907] uncompress.h │   │   │   │   │   ├── [2.3K] irq.c │   │   │   │   │   ├── [ 458] Kconfig │   │   │   │   │   ├── [ 95] Makefile │   │   │   │   │   ├── [ 129] Makefile.boot │   │   │   │   │   └── [3.1K] timer.c │   │   │   │   └── [4.0K] drivers │   │   │   │   ├── [4.0K] char │   │   │   │   │   └── [4.0K] hw_random │   │   │   │   │   └── [2.5K] mcs814x-rng.c │   │   │   │   ├── [4.0K] gpio │   │   │   │   │   └── [3.4K] gpio-mcs814x.c │   │   │   │   ├── [4.0K] net │   │   │   │   │   ├── [4.0K] ethernet │   │   │   │   │   │   └── [4.0K] mcs8140 │   │   │   │   │   │   ├── [ 119] Kconfig │   │   │   │   │   │   ├── [ 84] Makefile │   │   │   │   │   │   └── [ 29K] nuport_mac.c │   │   │   │   │   └── [4.0K] phy │   │   │   │   │   └── [1.6K] mcs814x.c │   │   │   │   ├── [4.0K] usb │   │   │   │   │   └── [4.0K] host │   │   │   │   │   ├── [4.0K] ehci-mcs814x.c │   │   │   │   │   └── [4.7K] ohci-mcs814x.c │   │   │   │   └── [4.0K] watchdog │   │   │   │   └── [4.9K] mcs814x_wdt.c │   │   │   ├── [4.0K] image │   │   │   │   └── [1.7K] Makefile │   │   │   ├── [ 745] Makefile │   │   │   ├── [ 565] modules.mk │   │   │   ├── [4.0K] patches-3.18 │   │   │   │   ├── [2.0K] 001-platform.patch │   │   │   │   ├── [ 601] 003-ethernet.patch │   │   │   │   ├── [ 697] 004-usb.patch │   │   │   │   ├── [1.1K] 005-mcs814x_rng.patch │   │   │   │   ├── [ 808] 006-mcs814x_wdt.patch │   │   │   │   ├── [ 942] 008-mcs814x_gpio.patch │   │   │   │   ├── [ 688] 011-mcs814x_internal_phy.patch │   │   │   │   ├── [ 346] 012-mtd-cfi_cmdset_0002-force-word-write.patch │   │   │   │   ├── [1.9K] 013-ohci_workarounds.patch │   │   │   │   └── [1.4K] 014-debuguart.patch │   │   │   └── [4.0K] profiles │   │   │   ├── [ 327] 000-Generic.mk │   │   │   └── [ 748] 100-dLAN-USB-Extender.mk │   │   ├── [4.0K] mediatek │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   └── [ 471] 02_network │   │   │   │   │   └── [ 109] inittab │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [ 682] mediatek.sh │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   ├── [ 81] 01_affinity │   │   │   │   │   └── [ 181] 03_preinit_do_mediatek.sh │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [1021] platform.sh │   │   │   ├── [ 11K] config-4.4 │   │   │   ├── [4.0K] files │   │   │   │   └── [4.0K] arch │   │   │   │   └── [4.0K] arm │   │   │   │   └── [4.0K] boot │   │   │   │   └── [4.0K] dts │   │   │   │   ├── [ 15K] _mt7623.dtsi │   │   │   │   ├── [ 12K] mt7623-eMMC.dts │   │   │   │   └── [ 10K] mt7623-NAND.dts │   │   │   ├── [4.0K] image │   │   │   │   └── [1.6K] Makefile │   │   │   ├── [ 449] Makefile │   │   │   ├── [ 12K] patches-4.4 │   │   │   │   ├── [1.6K] 0001-NET-multi-phy-support.patch │   │   │   │   ├── [ 18K] 0002-soc-mediatek-Separate-scpsys-driver-common-code.patch │   │   │   │   ├── [1023] 0003-soc-mediatek-Init-MT8173-scpsys-driver-earlier.patch │   │   │   │   ├── [1.5K] 0004-soc-mediatek-Add-MT2701-power-dt-bindings.patch │   │   │   │   ├── [6.0K] 0005-soc-mediatek-Add-MT2701-MT7623-scpsys-driver.patch │   │   │   │   ├── [1.9K] 0006-clk-mediatek-Refine-the-makefile-to-support-multiple.patch │   │   │   │   ├── [6.0K] 0007-dt-bindings-ARM-Mediatek-Document-bindings-for-MT270.patch │   │   │   │   ├── [ 15K] 0008-clk-mediatek-Add-dt-bindings-for-MT2701-clocks.patch │   │   │   │   ├── [ 46K] 0009-clk-mediatek-Add-MT2701-clock-support.patch │   │   │   │   ├── [3.3K] 0010-reset-mediatek-mt2701-reset-controller-dt-binding-fi.patch │   │   │   │   ├── [1.2K] 0011-reset-mediatek-mt2701-reset-driver.patch │   │   │   │   ├── [ 914] 0012-ARM-mediatek-Add-MT2701-config-options-for-mediatek-.patch │   │   │   │   ├── [1.5K] 0013-dt-bindings-mediatek-Modify-pinctrl-bindings-for-mt2.patch │   │   │   │   ├── [123K] 0014-pinctrl-dt-bindings-Add-pinfunc-header-file-for-mt27.patch │   │   │   │   ├── [ 26K] 0015-dt-bindings-mediatek-Modify-pinctrl-bindings-for-mt7.patch │   │   │   │   ├── [ 62K] 0016-pinctrl-dt-bindings-Add-pinctrl-file-for-mt7623.patch │   │   │   │   ├── [1.5K] 0017-clk-add-hifsys-reset.patch │   │   │   │   ├── [2.4K] 0018-dt-bindings-Add-a-binding-for-Mediatek-xHCI-host-con.patch │   │   │   │   ├── [ 41K] 0019-xhci-mediatek-support-MTK-xHCI-host-controller.patch │   │   │   │   ├── [2.8K] 0020-arm64-dts-mediatek-add-xHCI-usb-phy-for-mt8173.patch │   │   │   │   ├── [2.3K] 0021-Document-DT-Add-bindings-for-mediatek-MT7623-SoC-Pla.patch │   │   │   │   ├── [ 653] 0022-soc-mediatek-add-compat-string-for-mt7623-to-scpsys.patch │   │   │   │   ├── [ 27K] 0023-ARM-dts-mediatek-add-MT7623-basic-support.patch │   │   │   │   ├── [4.7K] 0024-dt-bindings-add-MediaTek-PCIe-binding-documentation.patch │   │   │   │   ├── [ 18K] 0025-PCI-mediatek-add-support-for-PCIe-found-on-MT7623-MT.patch │   │   │   │   ├── [1.8K] 0026-scpsys-various-fixes.patch │   │   │   │   ├── [2.3K] 0027-soc-mediatek-PMIC-wrap-Clear-the-vldclr-if-state-mac.patch │   │   │   │   ├── [1.3K] 0028-ARM-mediatek-add-MT7623-smp-bringup-code.patch │   │   │   │   ├── [2.2K] 0029-soc-mediatek-PMIC-wrap-clear-the-STAUPD_TRIG-bit-of-.patch │   │   │   │   ├── [ 950] 0030-ARM-mediatek-add-mt2701-smp-bringup-code.patch │   │   │   │   ├── [ 857] 0031-dt-bindings-ARM-Mediatek-add-MT2701-7623-string-to-t.patch │   │   │   │   ├── [3.0K] 0032-soc-mediatek-PMIC-wrap-don-t-duplicate-the-wrapper-d.patch │   │   │   │   ├── [3.3K] 0033-soc-mediatek-PMIC-wrap-add-wrapper-callbacks-for-ini.patch │   │   │   │   ├── [4.4K] 0034-soc-mediatek-PMIC-wrap-split-SoC-specific-init-into-.patch │   │   │   │   ├── [1.7K] 0035-soc-mediatek-PMIC-wrap-WRAP_INT_EN-needs-a-different.patch │   │   │   │   ├── [2.3K] 0036-soc-mediatek-PMIC-wrap-SPI_WRITE-needs-a-different-b.patch │   │   │   │   ├── [2.2K] 0037-soc-mediatek-PMIC-wrap-move-wdt_src-into-the-pmic_wr.patch │   │   │   │   ├── [3.9K] 0038-soc-mediatek-PMIC-wrap-remove-pwrap_is_mt8135-and-pw.patch │   │   │   │   ├── [ 10K] 0039-soc-mediatek-PMIC-wrap-add-a-slave-specific-struct.patch │   │   │   │   ├── [2.6K] 0040-soc-mediatek-PMIC-wrap-add-mt6323-slave-support.patch │   │   │   │   ├── [6.4K] 0041-soc-mediatek-PMIC-wrap-add-MT2701-7623-support.patch │   │   │   │   ├── [1.8K] 0042-dt-bindings-mfd-Add-bindings-for-the-MediaTek-MT6323.patch │   │   │   │   ├── [3.4K] 0043-mfd-mt6397-int_con-and-int_status-may-vary-in-locati.patch │   │   │   │   ├── [2.7K] 0044-mfd-mt6397-add-support-for-different-Slave-types.patch │   │   │   │   ├── [ 20K] 0045-mfd-mt6397-add-MT6323-support-to-MT6397-driver.patch │   │   │   │   ├── [7.3K] 0046-regulator-Add-document-for-MT6323-regulator.patch │   │   │   │   ├── [ 17K] 0047-regulator-mt6323-Add-support-for-MT6323-regulator.patch │   │   │   │   ├── [2.9K] 0048-net-next-mediatek-document-MediaTek-SoC-ethernet-bin.patch │   │   │   │   ├── [ 59K] 0049-net-next-mediatek-add-support-for-MT7623-ethernet.patch │   │   │   │   ├── [2.2K] 0050-net-next-mediatek-add-Kconfig-and-Makefile.patch │   │   │   │   ├── [ 894] 0051-net-next-mediatek-add-an-entry-to-MAINTAINERS.patch │   │   │   │   ├── [ 610] 0052-clk-dont-disable-unused-clocks.patch │   │   │   │   ├── [2.3K] 0053-clk-mediatek-enable-critical-clocks.patch │   │   │   │   ├── [8.1K] 0054-clk-mediatek-Export-CPU-mux-clocks-for-CPU-frequency.patch │   │   │   │   ├── [ 12K] 0055-cpufreq-mediatek-add-driver.patch │   │   │   │   ├── [1.1K] 0056-arm-mediatek-make-a7-timer-work-Signed-off-by-John-C.patch │   │   │   │   ├── [ 979] 0057-net-mediatek-checking-for-IS_ERR-instead-of-NULL.patch │   │   │   │   ├── [ 783] 0058-net-mediatek-unlock-on-error-in-mtk_tx_map.patch │   │   │   │   ├── [1.2K] 0059-net-mediatek-use-dma_addr_t-correctly.patch │   │   │   │   ├── [1.0K] 0060-net-mediatek-remove-incorrect-dma_mask-assignment.patch │   │   │   │   ├── [1.3K] 0061-net-mediatek-check-device_reset-return-code.patch │   │   │   │   ├── [ 907] 0062-net-mediatek-watchdog_timeo-was-not-set.patch │   │   │   │   ├── [ 933] 0063-net-mediatek-mtk_cal_txd_req-returns-bad-value.patch │   │   │   │   ├── [ 826] 0064-net-mediatek-remove-superflous-reset-call.patch │   │   │   │   ├── [2.3K] 0065-net-mediatek-fix-stop-and-wakeup-of-queue.patch │   │   │   │   ├── [1.8K] 0066-net-mediatek-fix-mtk_pending_work.patch │   │   │   │   ├── [3.1K] 0067-net-mediatek-fix-TX-locking.patch │   │   │   │   ├── [3.2K] 0068-net-mediatek-move-the-pending_work-struct-to-the-dev.patch │   │   │   │   ├── [1.3K] 0069-net-mediatek-do-not-set-the-QID-field-in-the-TX-DMA-.patch │   │   │   │   ├── [1.8K] 0070-net-mediatek-update-the-IRQ-part-of-the-binding-docu.patch │   │   │   │   ├── [8.3K] 0071-pwm-add-pwm-mediatek.patch │   │   │   │   ├── [162K] 0072-mtd-backport-v4.7-0day-patches-from-Boris.patch │   │   │   │   ├── [2.8K] 0073-of-mtd-prepare-helper-reading-NAND-ECC-algo-from-DT.patch │   │   │   │   ├── [5.4K] 0074-mtd-mediatek-device-tree-docs-for-MTK-Smart-Device-G.patch │   │   │   │   ├── [ 52K] 0075-mtd-mediatek-driver-for-MTK-Smart-Device-Gen1-NAND.patch │   │   │   │   ├── [1.8K] 0076-mtd-nand-add-power-domains-to-the-mediatek-driver.patch │   │   │   │   ├── [1.2K] 0077-net-next-mediatek-use-mdiobus_free-in-favour-of-kfre.patch │   │   │   │   ├── [2.5K] 0078-net-next-mediatek-fix-gigabit-and-flow-control-adver.patch │   │   │   │   ├── [1.5K] 0079-net-next-mediatek-add-fixed-phy-support.patch │   │   │   │   ├── [1.2K] 0080-net-next-mediatek-properly-handle-RGMII-modes.patch │   │   │   │   ├── [2.8K] 0081-net-next-mediatek-fix-DQL-support.patch │   │   │   │   ├── [ 959] 0082-net-next-mediatek-add-missing-return-code-check.patch │   │   │   │   ├── [3.4K] 0083-net-next-mediatek-fix-missing-free-of-scratch-memory.patch │   │   │   │   ├── [ 940] 0084-net-next-mediatek-invalid-buffer-lookup-in-mtk_tx_ma.patch │   │   │   │   ├── [1.2K] 0085-net-next-mediatek-dropped-rx-packets-are-not-being-c.patch │   │   │   │   ├── [1.5K] 0086-net-next-mediatek-add-next-data-pointer-coherency-pr.patch │   │   │   │   ├── [ 989] 0087-net-next-mediatek-disable-all-interrupts-during-prob.patch │   │   │   │   ├── [1.2K] 0088-net-next-mediatek-fix-threshold-value.patch │   │   │   │   ├── [1.1K] 0089-net-next-mediatek-increase-watchdog_timeo.patch │   │   │   │   ├── [1.3K] 0090-net-next-mediatek-fix-off-by-one-in-the-TX-ring-allo.patch │   │   │   │   ├── [1.3K] 0091-net-next-mediatek-only-wake-the-queue-if-it-is-stopp.patch │   │   │   │   ├── [1.4K] 0092-net-next-mediatek-remove-superfluous-queue-wake-up-c.patch │   │   │   │   ├── [1.3K] 0093-net-next-mediatek-remove-superfluous-register-reads.patch │   │   │   │   ├── [2.6K] 0094-net-next-mediatek-don-t-use-intermediate-variables-t.patch │   │   │   │   ├── [2.2K] 0095-net-next-mediatek-add-IRQ-locking.patch │   │   │   │   ├── [ 11K] 0096-net-next-mediatek-add-support-for-IRQ-grouping.patch │   │   │   │   ├── [1.2K] 0097-net-next-mediatek-change-my-email-address.patch │   │   │   │   ├── [1.9K] 0098-net-next-mediatek-only-trigger-the-tx-watchdog-reset.patch │   │   │   │   ├── [ 699] 0099-MAINTAINERS-change-my-email-address.patch │   │   │   │   ├── [ 789] 0100-MAINTAINERS-add-Sean-as-mediatek-ethernet-maintainer.patch │   │   │   │   ├── [ 66K] 0101-net-mediatek-add-gsw-mt7530-driver.patch │   │   │   │   ├── [1.4K] 0102-net-mediatek-v4.4-backports.patch │   │   │   │   ├── [ 675] 0103-nand_fixes.patch │   │   │   │   ├── [ 304] 0200-devicetree.patch │   │   │   │   └── [1.1K] 0201-block2mtd.patch │   │   │   └── [4.0K] profiles │   │   │   └── [ 443] default.mk │   │   ├── [4.0K] mpc85xx │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   └── [ 480] 02_network │   │   │   │   │   ├── [ 480] diag.sh │   │   │   │   │   └── [4.0K] hotplug.d │   │   │   │   │   └── [4.0K] firmware │   │   │   │   │   └── [1.2K] 10-ath9k-eeprom │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [ 741] mpc85xx.sh │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   ├── [ 109] 03_preinit_do_mpc85xx.sh │   │   │   │   │   └── [ 166] 05_set_preinit_iface_mpc85xx │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [1.5K] platform.sh │   │   │   ├── [9.1K] config-4.4 │   │   │   ├── [4.0K] files │   │   │   │   └── [4.0K] arch │   │   │   │   └── [4.0K] powerpc │   │   │   │   ├── [4.0K] boot │   │   │   │   │   ├── [4.4K] cuboot-tl-wdr4900-v1.c │   │   │   │   │   └── [4.0K] dts │   │   │   │   │   └── [4.5K] tl-wdr4900-v1.dts │   │   │   │   └── [4.0K] platforms │   │   │   │   └── [4.0K] 85xx │   │   │   │   └── [3.4K] tl_wdr4900_v1.c │   │   │   ├── [4.0K] generic │   │   │   │   ├── [ 0] config-default │   │   │   │   └── [ 110] target.mk │   │   │   ├── [4.0K] image │   │   │   │   └── [2.0K] Makefile │   │   │   ├── [ 739] Makefile │   │   │   ├── [4.0K] p1020 │   │   │   │   ├── [ 372] config-default │   │   │   │   └── [ 108] target.mk │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   ├── [ 397] 001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch │   │   │   │   ├── [2.7K] 100-powerpc-85xx-tl-wdr4900-v1-support.patch │   │   │   │   └── [4.0K] 200-spi-fsl-espi-preallocate-local-buffer.patch │   │   │   └── [4.0K] profiles │   │   │   ├── [ 342] 00-default.mk │   │   │   └── [ 370] tp-link.mk │   │   ├── [4.0K] mvebu │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   ├── [2.0K] 01_leds │   │   │   │   │   │   └── [ 922] 02_network │   │   │   │   │   ├── [ 739] diag.sh │   │   │   │   │   ├── [4.0K] init.d │   │   │   │   │   │   └── [ 557] linksys_recovery │   │   │   │   │   └── [4.0K] uci-defaults │   │   │   │   │   ├── [1.1K] 03_wireless │   │   │   │   │   └── [ 475] 04_mambafan │   │   │   │   ├── [4.0K] lib │   │   │   │   │   ├── [1.6K] mvebu.sh │   │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   │   ├── [ 693] 06_set_iface_mac │   │   │   │   │   │   ├── [ 358] 79_move_config │   │   │   │   │   │   └── [ 990] 81_linksys_syscfg │   │   │   │   │   └── [4.0K] upgrade │   │   │   │   │   ├── [ 633] clearfog.sh │   │   │   │   │   ├── [2.3K] linksys.sh │   │   │   │   │   └── [ 896] platform.sh │   │   │   │   └── [4.0K] sbin │   │   │   │   └── [ 750] fan_ctrl.sh │   │   │   ├── [ 11K] config-4.4 │   │   │   ├── [4.0K] files │   │   │   │   └── [4.0K] arch │   │   │   │   └── [4.0K] arm │   │   │   │   └── [4.0K] boot │   │   │   │   └── [4.0K] dts │   │   │   │   ├── [8.9K] armada-385-linksys-rango.dts │   │   │   │   └── [2.8K] armada-385-linksys-shelby.dts │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 255] boot.script │   │   │   │   ├── [2.0K] gen_mvebu_sdcard_img.sh │   │   │   │   └── [5.1K] Makefile │   │   │   ├── [ 543] Makefile │   │   │   ├── [ 12K] patches-4.4 │   │   │   │   ├── [ 57K] 002-add_powertables.patch │   │   │   │   ├── [ 677] 003-add_switch_nodes.patch │   │   │   │   ├── [ 344] 010-build_new_dtbs.patch │   │   │   │   ├── [ 14K] 020-mtd-nand-pxa3xx_nand-add-support-for-partial-chunks.patch │   │   │   │   ├── [1.6K] 021-mtd-pxa3xx_nand-Increase-the-initial-chunk-size.patch │   │   │   │   ├── [3.4K] 022-mtd-pxa3xx_nand-Fix-initial-controller-configuration.patch │   │   │   │   ├── [2.8K] 023-bus-mvebu-mbus-provide-api-for-obtaining-IO-and-DRAM.patch │   │   │   │   ├── [1.8K] 030-mvneta-consolidate-autoneg-enabling.patch │   │   │   │   ├── [5.2K] 031-mvneta-implement-ethtool-autonegotiation-control.patch │   │   │   │   ├── [4.3K] 032-net-mvneta-Make-the-default-queue-related-for-each-p.patch │   │   │   │   ├── [8.3K] 033-net-mvneta-Associate-RX-queues-with-each-CPU.patch │   │   │   │   ├── [5.0K] 034-net-mvneta-Add-naive-RSS-support.patch │   │   │   │   ├── [3.9K] 035-net-mvneta-Configure-XPS-support.patch │   │   │   │   ├── [1.3K] 036-net-mvneta-fix-trivial-cut-off-issue-in-mvneta_ethto.patch │   │   │   │   ├── [2.1K] 038-net-mvneta-Fix-the-CPU-choice-in-mvneta_percpu_elect.patch │   │   │   │   ├── [2.3K] 039-net-mvneta-Use-on_each_cpu-when-possible.patch │   │   │   │   ├── [5.8K] 040-net-mvneta-Modify-the-queue-related-fields-from-each.patch │   │   │   │   ├── [2.3K] 041-net-mvneta-The-mvneta_percpu_elect-function-should-b.patch │   │   │   │   ├── [4.0K] 042-net-mvneta-Fix-race-condition-during-stopping.patch │   │   │   │   ├── [1.6K] 043-net-mvneta-sort-the-headers-in-alphabetic-order.patch │   │   │   │   ├── [4.3K] 044-net-add-a-hardware-buffer-management-helper-API.patch │   │   │   │   ├── [ 50K] 045-net-mvneta-bm-add-support-for-hardware-buffer-manage.patch │   │   │   │   ├── [ 12K] 046-net-mvneta-Use-the-new-hwbm-framework.patch │   │   │   │   ├── [1.9K] 047-net-mvneta-Fix-spinlock-usage.patch │   │   │   │   ├── [1.1K] 048-net-mvneta-fix-error-messages-in-mvneta_port_down-fu.patch │   │   │   │   ├── [1.7K] 049-net-mvneta-replace-MVNETA_CPU_D_CACHE_LINE_SIZE-with.patch │   │   │   │   ├── [2.0K] 050-net-mvneta-fix-changing-MTU-when-using-per-cpu-proce.patch │   │   │   │   ├── [1.5K] 051-ARM-dts-armada-38x-add-buffer-manager-nodes.patch │   │   │   │   ├── [1.5K] 052-ARM-dts-armada-xp-add-buffer-manager-nodes.patch │   │   │   │   ├── [ 16K] 053-ARM-dts-Add-SolidRun-Armada-388-Clearfog-A1-DT-file.patch │   │   │   │   ├── [6.1K] 054-ARM-dts-armada-38x-enable-buffer-manager-support-on-.patch │   │   │   │   ├── [1.3K] 055-ARM-dts-armada-388-clearfog-remove-duplicate-mdio-en.patch │   │   │   │   ├── [1.7K] 100-find_active_root.patch │   │   │   │   ├── [ 348] 102-revert_i2c_delay.patch │   │   │   │   ├── [ 396] 103-remove-nand-driver-bug.patch │   │   │   │   ├── [ 301] 104-linksys_mamba_disable_keep_config.patch │   │   │   │   ├── [2.3K] 106-enable-bm-on-linksys-devices.patch │   │   │   │   ├── [2.0K] 110-pxa3xxx_revert_irq_thread.patch │   │   │   │   ├── [6.7K] 120-phy-move-fixed_phy-MII-register-generation-to-a-libr.patch │   │   │   │   ├── [4.7K] 121-phy-convert-swphy-register-generation-to-tabular-for.patch │   │   │   │   ├── [3.9K] 122-phy-separate-swphy-state-validation-from-register-ge.patch │   │   │   │   ├── [5.3K] 123-phy-generate-swphy-registers-on-the-fly.patch │   │   │   │   ├── [2.7K] 124-phy-improve-safety-of-fixed-phy-MII-register-reading.patch │   │   │   │   ├── [5.3K] 125-phy-provide-a-hook-for-link-up-link-down-events.patch │   │   │   │   ├── [1.0K] 126-phy-marvell-88E1512-add-flow-control-support.patch │   │   │   │   ├── [ 874] 127-phy-export-phy_start_machine-for-phylink.patch │   │   │   │   ├── [1.5K] 128-phy-export-phy_speed_to_str-for-phylink.patch │   │   │   │   ├── [4.2K] 129-phy-add-I2C-mdio-bus.patch │   │   │   │   ├── [ 27K] 130-phylink-add-phylink-infrastructure.patch │   │   │   │   ├── [4.2K] 131-phylink-add-hooks-for-SFP-support.patch │   │   │   │   ├── [ 33K] 132-sfp-add-phylink-based-SFP-module-support.patch │   │   │   │   ├── [7.5K] 133-sfp-display-SFP-module-information.patch │   │   │   │   ├── [ 21K] 134-net-mvneta-convert-to-phylink.patch │   │   │   │   ├── [2.5K] 135-phy-fixed-phy-remove-fixed_phy_update_state.patch │   │   │   │   ├── [1.6K] 136-phylink-add-ethtool-nway_reset-support.patch │   │   │   │   ├── [1.4K] 137-net-mvneta-add-nway_reset-support.patch │   │   │   │   ├── [8.3K] 138-phylink-add-flow-control-support.patch │   │   │   │   ├── [2.3K] 139-net-mvneta-add-flow-control-support-via-phylink.patch │   │   │   │   ├── [1.2K] 140-net-mvneta-enable-flow-control-for-PHY-connections.patch │   │   │   │   ├── [1.7K] 141-net-mvneta-enable-flow-control-for-fixed-connections.patch │   │   │   │   ├── [3.3K] 142-phylink-add-EEE-support.patch │   │   │   │   ├── [5.3K] 143-net-mvneta-add-EEE-support.patch │   │   │   │   ├── [4.1K] 144-phylink-add-module-EEPROM-support.patch │   │   │   │   ├── [1.5K] 145-net-mvneta-add-module-EEPROM-reading-support.patch │   │   │   │   ├── [1.9K] 146-sfp-phylink-hook-up-eeprom-functions.patch │   │   │   │   ├── [2.2K] 147-net-mvneta-add-BQL-support.patch │   │   │   │   ├── [ 11K] 202-gpio_mvebu_add_limited_pwm_support.patch │   │   │   │   ├── [1.6K] 203-dt_bindings_extend_mvebu_gpio_documentation_with_pwm.patch │   │   │   │   ├── [4.0K] 204-mvebu_xp_add_pwm_properties_to_dtsi_files.patch │   │   │   │   ├── [ 490] 205-arm_mvebu_enable_pwm_in_defconfig.patch │   │   │   │   ├── [ 711] 206-mvebu_wrt1900ac_use_pwm-fan_rather_than_gpio-fan.patch │   │   │   │   ├── [ 420] 207-armada-385-rd-mtd-partitions.patch │   │   │   │   ├── [ 884] 208-ARM-mvebu-385-ap-Add-partitions.patch │   │   │   │   ├── [ 408] 209-clearfog_switch_node.patch │   │   │   │   ├── [2.1K] 210-ARM-dts-armada388-clearfog-add-SFP-module-support.patch │   │   │   │   ├── [2.6K] 300-reprobe_sfp_phy.patch │   │   │   │   └── [1.2K] 400-mvneta-tx-queue-workaround.patch │   │   │   └── [4.0K] profiles │   │   │   └── [ 425] 000-Default.mk │   │   ├── [4.0K] mxs │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   └── [ 233] 02_network │   │   │   │   │   ├── [ 548] diag.sh │   │   │   │   │   └── [ 111] inittab │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [ 730] mxs.sh │   │   │   │   └── [4.0K] preinit │   │   │   │   └── [ 93] 03_preinit_do_mxs.sh │   │   │   ├── [7.7K] config-4.4 │   │   │   ├── [4.0K] files │   │   │   │   └── [4.0K] arch │   │   │   │   └── [4.0K] arm │   │   │   │   └── [4.0K] boot │   │   │   │   └── [4.0K] dts │   │   │   │   └── [2.8K] imx28-duckbill.dts │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 356] Config.in │   │   │   │   ├── [ 800] gen_sdcard_ext4_ext4.sh │   │   │   │   ├── [ 886] gen_sdcard_vfat_ext4.sh │   │   │   │   └── [2.1K] Makefile │   │   │   ├── [ 519] Makefile │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   ├── [ 249] 100-mxs-select-syscon.patch │   │   │   │   ├── [4.5K] 101-mxs-add-mxs_power.patch │   │   │   │   ├── [ 16K] 102-mxs-add-regulator-driver.patch │   │   │   │   ├── [2.5K] 103-dt-enable-regulator.patch │   │   │   │   └── [2.0K] 110-crypto-mxsdcp-provide-importexport.patch │   │   │   └── [4.0K] profiles │   │   │   ├── [ 501] 01-duckbill.mk │   │   │   ├── [ 524] 02-olinuxino-maxi.mk │   │   │   └── [ 473] 03-olinuxino-micro.mk │   │   ├── [4.0K] octeon │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   └── [4.0K] board.d │   │   │   │   │   └── [ 292] 01_network │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   ├── [ 472] 20_sysinfo │   │   │   │   │   └── [ 280] 79_move_config │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [2.0K] platform.sh │   │   │   ├── [7.5K] config-4.4 │   │   │   ├── [4.0K] image │   │   │   │   └── [1.4K] Makefile │   │   │   ├── [ 556] Makefile │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   ├── [1.2K] 100-ubnt_edgerouter2_support.patch │   │   │   │   ├── [1.1K] 110-er200-ethernet_probe_order.patch │   │   │   │   ├── [ 43K] 150-mmc-octeon-add-host-driver-for-octeon-mmc-controller.patch │   │   │   │   ├── [1.1K] 160-cmdline-hack.patch │   │   │   │   └── [1.1K] 170-cisco-hack.patch │   │   │   └── [4.0K] profiles │   │   │   └── [ 330] 000-Generic.mk │   │   ├── [4.0K] omap │   │   │   ├── [4.0K] base-files │   │   │   │   └── [4.0K] etc │   │   │   │   └── [ 184] inittab │   │   │   ├── [ 18K] config-4.4 │   │   │   ├── [4.0K] image │   │   │   │   ├── [1.1K] Makefile │   │   │   │   └── [ 254] ubinize.cfg │   │   │   ├── [ 658] Makefile │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   └── [ 298] 001-omap4_pandaboard-wlan_fix.patch │   │   │   └── [4.0K] profiles │   │   │   ├── [ 329] 00-default.mk │   │   │   └── [ 638] beagleboard.mk │   │   ├── [4.0K] omap24xx │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] config │   │   │   │   │   │   ├── [ 293] fstab │   │   │   │   │   │   ├── [ 314] network │   │   │   │   │   │   └── [ 428] wireless │   │   │   │   │   ├── [4.0K] hotplug.d │   │   │   │   │   │   └── [4.0K] firmware │   │   │   │   │   │   ├── [ 397] 10-bme-pmm-image │   │   │   │   │   │   └── [ 876] 20-p54spi-eeprom │   │   │   │   │   ├── [4.0K] init.d │   │   │   │   │   │   └── [ 373] watchdog │   │   │   │   │   ├── [ 184] inittab │   │   │   │   │   └── [ 43] pointercal │   │   │   │   └── [4.0K] lib │   │   │   │   └── [4.0K] firmware │   │   │   │   └── [2.0K] bc4fw.bin │   │   │   ├── [7.6K] config-4.1 │   │   │   ├── [4.0K] image │   │   │   │   └── [ 654] Makefile │   │   │   ├── [ 526] Makefile │   │   │   ├── [2.2K] modules.mk │   │   │   └── [4.0K] profiles │   │   │   ├── [ 785] 100-n810.mk │   │   │   └── [ 548] 110-n810-gui.mk │   │   ├── [4.0K] orion │   │   │   ├── [4.0K] base-files │   │   │   │   └── [4.0K] etc │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   └── [ 230] 02_network │   │   │   │   └── [4.0K] hotplug.d │   │   │   │   └── [4.0K] usb │   │   │   │   └── [1.0K] 10-usb │   │   │   ├── [6.5K] config-4.4 │   │   │   ├── [4.0K] generic │   │   │   │   ├── [4.0K] base-files │   │   │   │   │   ├── [4.0K] etc │   │   │   │   │   │   └── [4.0K] uci-defaults │   │   │   │   │   │   └── [1.4K] 09_hardware │   │   │   │   │   └── [4.0K] lib │   │   │   │   │   └── [4.0K] upgrade │   │   │   │   │   └── [1001] platform.sh │   │   │   │   └── [ 363] target.mk │   │   │   ├── [4.0K] harddisk │   │   │   │   ├── [ 842] config-default │   │   │   │   └── [ 387] target.mk │   │   │   ├── [4.0K] image │   │   │   │   ├── [8.8K] generic.mk │   │   │   │   ├── [1.8K] harddisk.mk │   │   │   │   └── [ 268] Makefile │   │   │   ├── [ 504] Makefile │   │   │   └── [4.0K] patches-4.4 │   │   │   ├── [ 937] 100-wrt350nv2_openwrt_partition_map.patch │   │   │   ├── [ 563] 101-wnr854t_partition_map.patch │   │   │   ├── [ 17K] 200-dt2_board_support.patch │   │   │   └── [2.1K] 210-wn802t_support.patch │   │   ├── [4.0K] oxnas │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   ├── [ 559] 01_leds │   │   │   │   │   │   └── [ 338] 02_network │   │   │   │   │   └── [ 583] diag.sh │   │   │   │   ├── [4.0K] init.d │   │   │   │   │   └── [ 387] set-irq-affinity │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [1.3K] oxnas.sh │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   └── [ 101] 03_preinit_do_oxnas.sh │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [ 490] platform.sh │   │   │   ├── [9.3K] config-4.4 │   │   │   ├── [4.0K] files │   │   │   │   ├── [4.0K] arch │   │   │   │   │   └── [4.0K] arm │   │   │   │   │   ├── [4.0K] boot │   │   │   │   │   │   └── [4.0K] dts │   │   │   │   │   │   ├── [2.5K] ox820-akitio.dts │   │   │   │   │   │   ├── [8.9K] ox820.dtsi │   │   │   │   │   │   ├── [2.9K] ox820-kd20.dts │   │   │   │   │   │   ├── [1.4K] ox820-pogoplug-pro.dts │   │   │   │   │   │   ├── [1.4K] ox820-pogoplug-v3.dts │   │   │   │   │   │   └── [1.6K] ox820-stg212.dts │   │   │   │   │   ├── [4.0K] configs │   │   │   │   │   │   └── [2.4K] ox820_defconfig │   │   │   │   │   └── [4.0K] mach-oxnas │   │   │   │   │   ├── [1.9K] fiq.S │   │   │   │   │   ├── [ 684] headsmp.S │   │   │   │   │   ├── [2.2K] hotplug.c │   │   │   │   │   ├── [4.0K] include │   │   │   │   │   │   └── [4.0K] mach │   │   │   │   │   │   ├── [8.5K] hardware.h │   │   │   │   │   │   ├── [ 815] iomap.h │   │   │   │   │   │   ├── [ 101] irqs.h │   │   │   │   │   │   ├── [ 755] smp.h │   │   │   │   │   │   ├── [ 96] timex.h │   │   │   │   │   │   ├── [ 705] uncompress.h │   │   │   │   │   │   └── [ 687] utils.h │   │   │   │   │   ├── [ 512] Kconfig │   │   │   │   │   ├── [4.7K] mach-ox820.c │   │   │   │   │   ├── [ 210] Makefile │   │   │   │   │   ├── [ 56] Makefile.boot │   │   │   │   │   └── [6.7K] platsmp.c │   │   │   │   └── [4.0K] drivers │   │   │   │   ├── [4.0K] ata │   │   │   │   │   └── [ 67K] sata_oxnas.c │   │   │   │   ├── [4.0K] clk │   │   │   │   │   └── [6.9K] clk-oxnas.c │   │   │   │   ├── [4.0K] clocksource │   │   │   │   │   └── [2.4K] oxnas_rps_timer.c │   │   │   │   ├── [4.0K] irqchip │   │   │   │   │   └── [3.3K] irq-rps.c │   │   │   │   ├── [4.0K] mtd │   │   │   │   │   └── [4.0K] nand │   │   │   │   │   └── [4.8K] oxnas_nand.c │   │   │   │   ├── [4.0K] net │   │   │   │   │   └── [4.0K] ethernet │   │   │   │   │   └── [4.0K] stmicro │   │   │   │   │   └── [4.0K] stmmac │   │   │   │   │   └── [3.8K] dwmac-oxnas.c │   │   │   │   ├── [4.0K] pci │   │   │   │   │   └── [4.0K] host │   │   │   │   │   └── [ 17K] pcie-oxnas.c │   │   │   │   ├── [4.0K] pinctrl │   │   │   │   │   └── [ 37K] pinctrl-oxnas.c │   │   │   │   ├── [4.0K] reset │   │   │   │   │   └── [2.5K] reset-ox820.c │   │   │   │   └── [4.0K] usb │   │   │   │   └── [4.0K] host │   │   │   │   └── [7.5K] ehci-oxnas.c │   │   │   ├── [4.0K] image │   │   │   │   └── [3.0K] Makefile │   │   │   ├── [ 732] Makefile │   │   │   ├── [1.1K] modules.mk │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   ├── [162K] 0072-mtd-backport-v4.7-0day-patches-from-Boris.patch │   │   │   │   ├── [2.8K] 0073-of-mtd-prepare-helper-reading-NAND-ECC-algo-from-DT.patch │   │   │   │   ├── [5.9K] 0074-mtd-nand-import-nand_hw_control_init.patch │   │   │   │   ├── [2.6K] 010-arm_introduce-dma-fiq-irq-broadcast.patch │   │   │   │   ├── [ 372] 250-add-plxtech-vendor-prefix.patch │   │   │   │   ├── [2.3K] 300-introduce-oxnas-platform.patch │   │   │   │   ├── [ 839] 310-oxnas-clocksource.patch │   │   │   │   ├── [1.3K] 320-oxnas-irqchip.patch │   │   │   │   ├── [ 963] 330-oxnas-pinctrl.patch │   │   │   │   ├── [ 709] 340-oxnas-pcie.patch │   │   │   │   ├── [ 543] 350-oxnas-reset.patch │   │   │   │   ├── [ 931] 400-oxnas-nand.patch │   │   │   │   ├── [ 676] 500-oxnas-sata.patch │   │   │   │   ├── [1.0K] 700-oxnas-dwmac.patch │   │   │   │   ├── [ 847] 800-oxnas-ehci.patch │   │   │   │   ├── [ 480] 900-more-boards.patch │   │   │   │   ├── [5.3K] 996-ATAG_DTB_COMPAT_CMDLINE_MANGLE.patch │   │   │   │   └── [1.7K] 999-libata-hacks.patch │   │   │   └── [4.0K] profiles │   │   │   └── [ 474] 00-default.mk │   │   ├── [4.0K] ppc40x │   │   │   ├── [4.0K] base-files │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [ 173] ppc40x.sh │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [ 568] platform.sh │   │   │   ├── [6.4K] config-3.18 │   │   │   ├── [4.0K] image │   │   │   │   └── [2.0K] Makefile │   │   │   ├── [ 550] Makefile │   │   │   ├── [1.1K] modules.mk │   │   │   └── [4.0K] patches-3.18 │   │   │   ├── [1.2K] 003-powerpc-add-EBC_BXCR-defines.patch │   │   │   ├── [ 11K] 004-magicbox.patch │   │   │   ├── [ 12K] 005-openrb.patch │   │   │   ├── [ 12K] 101-pata-magicbox-cf-driver.patch │   │   │   ├── [1.4K] 110-kilauea_openwrt_flashmap.patch │   │   │   ├── [6.9K] 120-usb-isp116x-hcd-add-of-binding.patch │   │   │   └── [2.6K] 121-usb-isp116x-hcd-ppc405-register-access.patch │   │   ├── [4.0K] ppc44x │   │   │   ├── [4.0K] base-files │   │   │   │   └── [4.0K] etc │   │   │   │   └── [ 147] inittab │   │   │   ├── [6.8K] config-3.18 │   │   │   ├── [4.0K] image │   │   │   │   └── [1.1K] Makefile │   │   │   ├── [ 534] Makefile │   │   │   └── [4.0K] patches-3.18 │   │   │   ├── [1.6K] 001-crypto-amcc-remove-incorrect-__init-__exit-markups.patch │   │   │   ├── [1.4K] 100-openwrt_flashmap.patch │   │   │   ├── [ 219] 110-openwrt_dts_cmdline.patch │   │   │   └── [1.8K] 900-bootwrapper-parallel-make-fix.patch │   │   ├── [4.0K] ramips │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   ├── [ 10K] 01_leds │   │   │   │   │   │   └── [8.7K] 02_network │   │   │   │   │   ├── [3.8K] diag.sh │   │   │   │   │   ├── [4.0K] hotplug.d │   │   │   │   │   │   ├── [4.0K] firmware │   │   │   │   │   │   │   └── [1.1K] 10-rt2x00-eeprom │   │   │   │   │   │   └── [4.0K] usb │   │   │   │   │   │   └── [ 55] 10-motion │   │   │   │   │   ├── [4.0K] init.d │   │   │   │   │   │   ├── [ 161] bootcount │   │   │   │   │   │   └── [ 335] enablemodem │   │   │   │   │   ├── [ 106] inittab │   │   │   │   │   └── [4.0K] uci-defaults │   │   │   │   │   └── [ 364] 09_fix-seama-header │   │   │   │   ├── [4.0K] lib │   │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   │   ├── [ 105] 03_preinit_do_ramips.sh │   │   │   │   │   │   ├── [2.1K] 04_handle_checksumming │   │   │   │   │   │   └── [ 669] 07_set_preinit_iface_ramips │   │   │   │   │   ├── [8.8K] ramips.sh │   │   │   │   │   └── [4.0K] upgrade │   │   │   │   │   ├── [3.7K] platform.sh │   │   │   │   │   └── [2.0K] ubnt.sh │   │   │   │   └── [4.0K] sbin │   │   │   │   └── [1.4K] fixup-mac-address │   │   │   ├── [ 12K] dts │   │   │   │   ├── [ 441] 11ACNAS.dts │   │   │   │   ├── [1.6K] 3G150B.dts │   │   │   │   ├── [1.8K] 3G300M.dts │   │   │   │   ├── [1.6K] 3G-6200N.dts │   │   │   │   ├── [1.5K] 3G-6200NL.dts │   │   │   │   ├── [1.7K] A5-V11.dts │   │   │   │   ├── [ 174] AC1200pro.dts │   │   │   │   ├── [1.5K] AI-BR100.dts │   │   │   │   ├── [1.4K] AIR3GII.dts │   │   │   │   ├── [1.7K] ALL0239-3G.dts │   │   │   │   ├── [1.5K] ALL0256N-4M.dts │   │   │   │   ├── [1.5K] ALL0256N-8M.dts │   │   │   │   ├── [1.5K] ALL5002.dts │   │   │   │   ├── [1.5K] ALL5003.dts │   │   │   │   ├── [1.5K] AR670W.dts │   │   │   │   ├── [1.6K] AR725W.dts │   │   │   │   ├── [2.2K] ArcherC20i.dts │   │   │   │   ├── [2.9K] ArcherC50.dts │   │   │   │   ├── [2.9K] ArcherMR200.dts │   │   │   │   ├── [2.2K] ASL26555-16M.dts │   │   │   │   ├── [2.1K] ASL26555-8M.dts │   │   │   │   ├── [1.4K] ATP-52B.dts │   │   │   │   ├── [1.2K] AWAPN2403.dts │   │   │   │   ├── [ 147] AWM002-4M.dtsi │   │   │   │   ├── [ 147] AWM002-8M.dtsi │   │   │   │   ├── [1.0K] AWM002.dtsi │   │   │   │   ├── [ 798] AWM002-EVB-4M.dts │   │   │   │   ├── [ 798] AWM002-EVB-8M.dts │   │   │   │   ├── [ 951] AWM003-EVB.dts │   │   │   │   ├── [1.3K] BC2.dts │   │   │   │   ├── [1.1K] BR-6425.dts │   │   │   │   ├── [2.7K] BR-6475ND.dts │   │   │   │   ├── [1.4K] BROADWAY.dts │   │   │   │   ├── [1.1K] CARAMBOLA.dts │   │   │   │   ├── [1.6K] CF-WR800N.dts │   │   │   │   ├── [1.9K] CS-QR10.dts │   │   │   │   ├── [2.2K] CY-SWR1100.dts │   │   │   │   ├── [1.4K] D105.dts │   │   │   │   ├── [3.4K] D240.dts │   │   │   │   ├── [1.8K] DAP-1350.dts │   │   │   │   ├── [1.4K] DB-WRT01.dts │   │   │   │   ├── [2.8K] DCH-M225.dts │   │   │   │   ├── [1.7K] DCS-930.dts │   │   │   │   ├── [1.5K] DCS-930L-B1.dts │   │   │   │   ├── [1.7K] DIR-300-B1.dts │   │   │   │   ├── [1.5K] DIR-300-B7.dts │   │   │   │   ├── [1.9K] DIR-320-B1.dts │   │   │   │   ├── [1.7K] DIR-600-B1.dts │   │   │   │   ├── [1.5K] DIR-610-A1.dts │   │   │   │   ├── [1.6K] DIR-615-D.dts │   │   │   │   ├── [1.8K] DIR-615-H1.dts │   │   │   │   ├── [1.8K] DIR-620-A1.dts │   │   │   │   ├── [1.5K] DIR-620-D1.dts │   │   │   │   ├── [2.0K] DIR-645.dts │   │   │   │   ├── [2.0K] DIR-810L.dts │   │   │   │   ├── [2.1K] DIR-860L-B1.dts │   │   │   │   ├── [2.4K] DUZUN-DM06.dts │   │   │   │   ├── [2.3K] DWR-512-B.dts │   │   │   │   ├── [2.3K] E1700.dts │   │   │   │   ├── [1.5K] ESR-9753.dts │   │   │   │   ├── [2.4K] EX2700.dts │   │   │   │   ├── [2.9K] F5D8235_V1.dts │   │   │   │   ├── [1.8K] F5D8235_V2.dts │   │   │   │   ├── [2.0K] F7C027.dts │   │   │   │   ├── [1.7K] FIREWRT.dts │   │   │   │   ├── [2.1K] FONERA20N.dts │   │   │   │   ├── [1.7K] FREESTATION5.dts │   │   │   │   ├── [2.0K] GL-MT300A.dts │   │   │   │   ├── [1.8K] GL-MT300N.dts │   │   │   │   ├── [2.1K] GL-MT750.dts │   │   │   │   ├── [ 465] HC5661.dts │   │   │   │   ├── [ 465] HC5761.dts │   │   │   │   ├── [1.3K] HC5861.dts │   │   │   │   ├── [1.9K] HC5XXX.dtsi │   │   │   │   ├── [1.9K] HG255D.dts │   │   │   │   ├── [1.8K] HLKRM04.dts │   │   │   │   ├── [2.1K] HPM.dts │   │   │   │   ├── [1.6K] HT-TM02.dts │   │   │   │   ├── [1.7K] HW550-3G.dts │   │   │   │   ├── [1.3K] IP2202.dts │   │   │   │   ├── [1.4K] JHR-N805R.dts │   │   │   │   ├── [1.3K] JHR-N825R.dts │   │   │   │   ├── [2.0K] JHR-N926R.dts │   │   │   │   ├── [2.5K] kng_rc.dts │   │   │   │   ├── [2.0K] kn_rc.dts │   │   │   │   ├── [2.0K] kn_rf.dts │   │   │   │   ├── [2.5K] LINKIT7688.dts │   │   │   │   ├── [1.5K] M2M.dts │   │   │   │   ├── [1.5K] M3.dts │   │   │   │   ├── [1.3K] M4-4M.dts │   │   │   │   ├── [1.4K] M4-8M.dts │   │   │   │   ├── [1.4K] MAC1200RV2.dts │   │   │   │   ├── [1.5K] MicroWRT.dts │   │   │   │   ├── [1.7K] MINIEMBPLUG.dts │   │   │   │   ├── [1.4K] MINIEMBWIFI.dts │   │   │   │   ├── [2.1K] MIWIFI-MINI.dts │   │   │   │   ├── [1.7K] MIWIFI-NANO.dts │   │   │   │   ├── [1.6K] MLW221.dts │   │   │   │   ├── [1.6K] MLWG2.dts │   │   │   │   ├── [1.7K] MOFI3500-3GN.dts │   │   │   │   ├── [1.7K] MPRA1.dts │   │   │   │   ├── [1.7K] MPRA2.dts │   │   │   │   ├── [1.7K] MR-102N.dts │   │   │   │   ├── [1.7K] MT7620a.dts │   │   │   │   ├── [9.6K] mt7620a.dtsi │   │   │   │   ├── [1.6K] MT7620a_MT7530.dts │   │   │   │   ├── [1.2K] MT7620a_MT7610e.dts │   │   │   │   ├── [1.7K] MT7620a_V22SG.dts │   │   │   │   ├── [6.1K] mt7620n.dtsi │   │   │   │   ├── [ 797] MT7621.dts │   │   │   │   ├── [7.9K] mt7621.dtsi │   │   │   │   ├── [8.2K] mt7628an.dtsi │   │   │   │   ├── [ 960] MT7628.dts │   │   │   │   ├── [1.8K] MZK-750DHP.dts │   │   │   │   ├── [1.4K] MZK-DP150N.dts │   │   │   │   ├── [1.9K] MZK-EX300NP.dts │   │   │   │   ├── [2.2K] MZK-EX750NP.dts │   │   │   │   ├── [1.7K] MZK-W300NH2.dts │   │   │   │   ├── [1.2K] MZK-WDPR.dts │   │   │   │   ├── [2.4K] NA930.dts │   │   │   │   ├── [1.8K] NBG-419N2.dts │   │   │   │   ├── [1.4K] NBG-419N.dts │   │   │   │   ├── [ 984] NCS601W.dts │   │   │   │   ├── [2.2K] Newifi-D1.dts │   │   │   │   ├── [ 591] NIXCORE-16M.dts │   │   │   │   ├── [ 590] NIXCORE-8M.dts │   │   │   │   ├── [2.4K] NIXCORE.dtsi │   │   │   │   ├── [1.5K] NW718.dts │   │   │   │   ├── [ 228] OMEGA2.dts │   │   │   │   ├── [2.3K] OMEGA2.dtsi │   │   │   │   ├── [ 231] OMEGA2P.dts │   │   │   │   ├── [1.6K] OY-0001.dts │   │   │   │   ├── [2.2K] PBR-D1.dts │   │   │   │   ├── [2.6K] PBR-M1.dts │   │   │   │   ├── [1.6K] PSG1208.dts │   │   │   │   ├── [1.8K] PSG1218.dts │   │   │   │   ├── [1.4K] PSR-680W.dts │   │   │   │   ├── [1.3K] PWH2004.dts │   │   │   │   ├── [ 594] PX-4885-4M.dts │   │   │   │   ├── [ 594] PX-4885-8M.dts │   │   │   │   ├── [ 805] PX-4885.dtsi │   │   │   │   ├── [1.9K] RB750Gr3.dts │   │   │   │   ├── [1.8K] RE6500.dts │   │   │   │   ├── [2.4K] RP-N53.dts │   │   │   │   ├── [3.9K] rt2880.dtsi │   │   │   │   ├── [5.9K] rt3050.dtsi │   │   │   │   ├── [6.5K] rt3352.dtsi │   │   │   │   ├── [8.5K] rt3883.dtsi │   │   │   │   ├── [6.6K] rt5350.dtsi │   │   │   │   ├── [1.0K] RT5350F-OLINUXINO.dts │   │   │   │   ├── [1.4K] RT5350F-OLINUXINO-EVB.dts │   │   │   │   ├── [1.2K] RT-G32-B1.dts │   │   │   │   ├── [1.2K] RT-N10-PLUS.dts │   │   │   │   ├── [1.5K] RT-N13U.dts │   │   │   │   ├── [1.7K] RT-N14U.dts │   │   │   │   ├── [1.6K] RT-N15.dts │   │   │   │   ├── [2.2K] RT-N56U.dts │   │   │   │   ├── [1.3K] RUT5XX.dts │   │   │   │   ├── [1.8K] SAP-G3200U3.dts │   │   │   │   ├── [1.8K] SK-WB8.dts │   │   │   │   ├── [1.4K] SL-R7205.dts │   │   │   │   ├── [1.7K] TEW-691GR.dts │   │   │   │   ├── [2.5K] TEW-692GR.dts │   │   │   │   ├── [1.9K] TEW-714TRU.dts │   │   │   │   ├── [1.5K] Timecloud.dts │   │   │   │   ├── [2.1K] TINY-AC.dts │   │   │   │   ├── [1.6K] UBNT-ERX.dts │   │   │   │   ├── [1.7K] UR-326N4G.dts │   │   │   │   ├── [1.7K] UR-336UN.dts │   │   │   │   ├── [1.2K] V11STFE.dts │   │   │   │   ├── [1.4K] V22RW-2X2.dts │   │   │   │   ├── [ 587] VOCORE-16M.dts │   │   │   │   ├── [1.4K] VOCORE2.dts │   │   │   │   ├── [ 586] VOCORE-8M.dts │   │   │   │   ├── [3.2K] VOCORE.dtsi │   │   │   │   ├── [1.2K] VR500.dts │   │   │   │   ├── [1.7K] W150M.dts │   │   │   │   ├── [ 437] W2914NSV2.dts │   │   │   │   ├── [1.6K] W2914NSV2.dtsi │   │   │   │   ├── [1.4K] W306R_V20.dts │   │   │   │   ├── [1.5K] W502U.dts │   │   │   │   ├── [1.5K] WCR150GN.dts │   │   │   │   ├── [1.6K] WF-2881.dts │   │   │   │   ├── [2.5K] WHR-1166D.dts │   │   │   │   ├── [2.2K] WHR-300HP2.dts │   │   │   │   ├── [2.3K] WHR-600D.dts │   │   │   │   ├── [1.8K] WHR-G300N.dts │   │   │   │   ├── [2.4K] WIDORA-NEO.dts │   │   │   │   ├── [1.7K] WITI.dts │   │   │   │   ├── [1.0K] WIZARD8800.dts │   │   │   │   ├── [2.8K] WIZFI630A.dts │   │   │   │   ├── [1.5K] WL-330N3G.dts │   │   │   │   ├── [1.4K] WL-330N.dts │   │   │   │   ├── [1.9K] WL-341V3.dts │   │   │   │   ├── [2.0K] WL-351.dts │   │   │   │   ├── [1.7K] WLI-TX4-AG300N.dts │   │   │   │   ├── [3.0K] WLR-6000.dts │   │   │   │   ├── [2.1K] WL-WN575A3.dts │   │   │   │   ├── [1.5K] WMR-300.dts │   │   │   │   ├── [2.3K] WN3000RPV3.dts │   │   │   │   ├── [2.0K] WNCE2001.dts │   │   │   │   ├── [2.1K] WNDR3700V5.dts │   │   │   │   ├── [1.6K] WR512-3GN-4M.dts │   │   │   │   ├── [1.6K] WR512-3GN-8M.dts │   │   │   │   ├── [1.7K] WR6202.dts │   │   │   │   ├── [1.7K] WRH-300CR.dts │   │   │   │   ├── [1.2K] WRTNODE2.dtsi │   │   │   │   ├── [ 386] WRTNODE2P.dts │   │   │   │   ├── [ 390] WRTNODE2R.dts │   │   │   │   ├── [1.2K] WRTNODE.dts │   │   │   │   ├── [2.8K] WSR-1166.dts │   │   │   │   ├── [2.7K] WSR-600.dts │   │   │   │   ├── [ 593] WT1520-4M.dts │   │   │   │   ├── [ 593] WT1520-8M.dts │   │   │   │   ├── [ 558] WT1520.dtsi │   │   │   │   ├── [1.4K] WT3020-4M.dts │   │   │   │   ├── [1.4K] WT3020-8M.dts │   │   │   │   ├── [2.0K] WZR-AGL300NH.dts │   │   │   │   ├── [1.9K] X5.dts │   │   │   │   ├── [1.4K] X8.dts │   │   │   │   ├── [1.4K] XDXRN502J.dts │   │   │   │   ├── [ 707] Y1.dts │   │   │   │   ├── [1.4K] Y1.dtsi │   │   │   │   ├── [1.6K] Y1S.dts │   │   │   │   ├── [1.8K] YOUKU-YK1.dts │   │   │   │   ├── [2.0K] ZBT-APE522II.dts │   │   │   │   ├── [1.6K] ZBT-CPE102.dts │   │   │   │   ├── [1.6K] ZBT-WA05.dts │   │   │   │   ├── [1.7K] ZBT-WE826.dts │   │   │   │   ├── [1.7K] ZBT-WG2626.dts │   │   │   │   ├── [ 166] ZBT-WG3526.dts │   │   │   │   ├── [1.7K] ZBT-WG3526.dtsi │   │   │   │   ├── [1.6K] ZBT-WR8305RT.dts │   │   │   │   └── [1.6K] ZTE-Q7.dts │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 64] ex2700-fakeroot.uImage │   │   │   │   ├── [4.0K] lzma-loader │   │   │   │   │   ├── [1.4K] Makefile │   │   │   │   │   └── [4.0K] src │   │   │   │   │   ├── [ 983] board-ralink.c │   │   │   │   │   ├── [1.1K] cache.c │   │   │   │   │   ├── [ 456] cache.h │   │   │   │   │   ├── [2.1K] cacheops.h │   │   │   │   │   ├── [ 583] config.h │   │   │   │   │   ├── [ 873] cp0regdef.h │   │   │   │   │   ├── [2.3K] head.S │   │   │   │   │   ├── [ 110] lantiq.mk │   │   │   │   │   ├── [ 108] loader2.lds │   │   │   │   │   ├── [6.2K] loader.c │   │   │   │   │   ├── [ 409] loader.lds │   │   │   │   │   ├── [ 107] lzma-data.lds │   │   │   │   │   ├── [ 15K] LzmaDecode.c │   │   │   │   │   ├── [2.6K] LzmaDecode.h │   │   │   │   │   ├── [ 830] LzmaTypes.h │   │   │   │   │   ├── [2.7K] Makefile │   │   │   │   │   ├── [6.9K] printf.c │   │   │   │   │   ├── [ 487] printf.h │   │   │   │   │   └── [ 110] ralink.mk │   │   │   │   ├── [7.0K] Makefile │   │   │   │   ├── [ 12K] mt7620.mk │   │   │   │   ├── [6.7K] mt7621.mk │   │   │   │   ├── [1.4K] mt7628.mk │   │   │   │   ├── [1.3K] mt7688.mk │   │   │   │   ├── [1.8K] rt288x.mk │   │   │   │   ├── [4.7K] rt305x-legacy.mk │   │   │   │   ├── [ 21K] rt305x.mk │   │   │   │   └── [3.3K] rt3883.mk │   │   │   ├── [ 634] Makefile │   │   │   ├── [3.5K] modules.mk │   │   │   ├── [4.0K] mt7620 │   │   │   │   ├── [5.6K] config-4.4 │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 416] 00-default.mk │   │   │   │   └── [ 268] target.mk │   │   │   ├── [4.0K] mt7621 │   │   │   │   ├── [6.9K] config-4.4 │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 409] 00-default.mk │   │   │   │   └── [ 275] target.mk │   │   │   ├── [4.0K] mt7628 │   │   │   │   ├── [5.5K] config-4.4 │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 416] 00-default.mk │   │   │   │   └── [ 236] target.mk │   │   │   ├── [4.0K] mt7688 │   │   │   │   ├── [5.6K] config-4.4 │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 416] 00-default.mk │   │   │   │   └── [ 236] target.mk │   │   │   ├── [ 12K] patches-4.4 │   │   │   │   ├── [ 12K] 0001-arch-mips-ralink-add-mt7621-support.patch │   │   │   │   ├── [6.0K] 0002-MIPS-ralink-add-MT7621-defconfig.patch │   │   │   │   ├── [ 33K] 0004-MIPS-ralink-add-MT7621-pcie-driver.patch │   │   │   │   ├── [1.8K] 0005-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch │   │   │   │   ├── [2.6K] 0006-MIPS-ralink-add-cpu-frequency-scaling.patch │   │   │   │   ├── [ 682] 0007-MIPS-ralink-copy-the-commandline-from-the-devicetree.patch │   │   │   │   ├── [ 11K] 0009-PCI-MIPS-adds-mt7620a-pcie-driver.patch │   │   │   │   ├── [1.9K] 0010-MIPS-ralink-Add-a-few-missing-clocks.patch │   │   │   │   ├── [ 792] 0013-owrt-hack-fix-mt7688-cache-issue.patch │   │   │   │   ├── [5.0K] 0014-arch-mips-cleanup-cevt-rt3352.patch │   │   │   │   ├── [ 636] 0015-arch-mips-do-not-select-illegal-access-driver-by-def.patch │   │   │   │   ├── [2.3K] 0019-arch-mips-ralink-add-mt7621-cpu-feature-overrides.patch │   │   │   │   ├── [ 914] 0022-MIPS-ralink-Fix-vendor-string-for-mt7620.patch │   │   │   │   ├── [4.8K] 0024-GPIO-add-named-gpio-exports.patch │   │   │   │   ├── [ 13K] 0025-pinctrl-ralink-add-pinctrl-driver.patch │   │   │   │   ├── [1.8K] 0026-DT-Add-documentation-for-gpio-ralink.patch │   │   │   │   ├── [ 11K] 0027-GPIO-MIPS-ralink-add-gpio-driver-for-ralink-SoC.patch │   │   │   │   ├── [ 10K] 0028-GPIO-ralink-add-mt7621-gpio-controller.patch │   │   │   │   ├── [8.6K] 0029-phy-usb-add-ralink-phy.patch │   │   │   │   ├── [6.1K] 0031-uvc-add-iPassion-iP2970-support.patch │   │   │   │   ├── [ 762] 0032-USB-dwc2-add-device_reset.patch │   │   │   │   ├── [ 41K] 0033-xhci-mediatek-support-MTK-xHCI-host-controller.patch │   │   │   │   ├── [1.6K] 0034-NET-multi-phy-support.patch │   │   │   │   ├── [ 858] 0036-mtd-fix-cfi-cmdset-0002-erase-status-check.patch │   │   │   │   ├── [2.2K] 0037-mtd-cfi-cmdset-0002-force-word-write.patch │   │   │   │   ├── [ 61K] 0038-mtd-ralink-add-mt7620-nand-driver.patch │   │   │   │   ├── [136K] 0039-mtd-add-mt7621-nand-support.patch │   │   │   │   ├── [5.8K] 0040-nand-add-mtk-nand-hack-hook.patch │   │   │   │   ├── [1.2K] 0041-DT-Add-documentation-for-spi-rt2880.patch │   │   │   │   ├── [ 15K] 0042-SPI-ralink-add-Ralink-SoC-spi-driver.patch │   │   │   │   ├── [ 12K] 0043-spi-add-mt7621-support.patch │   │   │   │   ├── [ 13K] 0044-i2c-MIPS-adds-ralink-I2C-driver.patch │   │   │   │   ├── [ 11K] 0045-i2c-add-mt7621-driver.patch │   │   │   │   ├── [164K] 0046-mmc-MIPS-ralink-add-sdhci-for-mt7620a-SoC.patch │   │   │   │   ├── [ 47K] 0047-DMA-ralink-add-rt2880-dma-engine.patch │   │   │   │   ├── [ 27K] 0048-asoc-add-mt7620-support.patch │   │   │   │   ├── [5.6K] 0049-watchdog-add-MT7621-support.patch │   │   │   │   ├── [ 645] 0051-serial-add-ugly-custom-baud-rate-hack.patch │   │   │   │   ├── [5.6K] 0052-pwm-add-mediatek-support.patch │   │   │   │   ├── [2.8K] 0054-mtd-add-chunked-read-io-to-m25p80.patch │   │   │   │   ├── [ 535] 0059-correct-CPC_BASE_MASK.patch │   │   │   │   ├── [ 489] 0063-set-CM_GCR_BASE_CMDEFTGT_MEM-according-to-datasheet.patch │   │   │   │   ├── [ 328] 0064-add_clk_round_rate.patch │   │   │   │   ├── [ 281] 0066-mt7621-enable-highmem.patch │   │   │   │   ├── [ 480] 0067-enable-mt7621-xhci.patch │   │   │   │   ├── [ 563] 0069-awake-rt305x-dwc2-controller.patch │   │   │   │   ├── [4.7K] 0084-MIPS-ralink-add-MT7628-EPHY-LEDs-pinmux-support.patch │   │   │   │   ├── [2.0K] 0085-pinmux-util.patch │   │   │   │   ├── [1.4K] 0086-usbphy.patch │   │   │   │   ├── [1.4K] 0100-MIPS-ralink-allow-NULL-clock-for-clk_get_rate.patch │   │   │   │   ├── [1.2K] 0103-MIPS-OWRTDTB.patch │   │   │   │   ├── [1.1K] 0104-fix_bootargs_handling.patch │   │   │   │   ├── [ 339] 0105-set_mt7621_soc_type.patch │   │   │   │   ├── [2.2K] 0200-linkit_bootstrap.patch │   │   │   │   ├── [4.6K] 0500-Documentation-DT-net-add-docs-for-ralink-mediatek-So.patch │   │   │   │   ├── [ 72K] 0501-net-next-mediatek-add-the-drivers-core-files.patch │   │   │   │   ├── [ 21K] 0502-net-next-mediatek-add-switch-driver-for-rt3050.patch │   │   │   │   ├── [ 11K] 0503-net-next-mediatek-add-switch-driver-for-mt7620.patch │   │   │   │   ├── [7.8K] 0504-net-next-mediatek-add-switch-driver-for-mt7621.patch │   │   │   │   ├── [9.6K] 0505-net-next-mediatek-add-support-for-rt2880.patch │   │   │   │   ├── [7.1K] 0506-net-next-mediatek-add-support-for-rt3050.patch │   │   │   │   ├── [2.8K] 0507-net-next-mediatek-add-support-for-rt3883.patch │   │   │   │   ├── [ 15K] 0508-net-next-mediatek-add-support-for-mt7620.patch │   │   │   │   ├── [6.6K] 0509-net-next-mediatek-add-support-for-mt7621.patch │   │   │   │   ├── [4.0K] 0510-net-next-mediatek-add-Kconfig-and-Makefile.patch │   │   │   │   ├── [2.6K] 0511-net-mediatek-add-support-for-the-multiphy-carrier-pa.patch │   │   │   │   ├── [ 22K] 0512-net-mediatek-add-swconfig-driver-for-esw_rt3050.patch │   │   │   │   ├── [ 33K] 0513-net-mediatek-add-swconfig-driver-for-gsw_mt762x.patch │   │   │   │   ├── [1.2K] 0514-net-mediatek-fix_esw.patch │   │   │   │   ├── [1.1K] 0515-net-mediatek-fix-multicast-icmpv6-for-the-rt3050-eth.patch │   │   │   │   ├── [ 898] 0516-Documentation-DT-net-mediatek-fix-documentation-for-.patch │   │   │   │   ├── [1009] 0517-net-mediatek-fix-comment-in-rt3050-ethernet-switch-d.patch │   │   │   │   ├── [3.0K] 0518-net-mediatek-get-rt3050-ethernet-ports-to-be-disable.patch │   │   │   │   ├── [ 859] 0519-gsw_mt7621.patch │   │   │   │   ├── [2.3K] 0520-esw-gmac.patch │   │   │   │   ├── [ 714] 0601-net-mediatke-add-phy_ethtool_ioctl-support.patch │   │   │   │   ├── [1.9K] 0700-pinctrl-mt7620-mdio-as-refclk.patch │   │   │   │   ├── [2.6K] 0720-arch-mips-ralink-add-i2c-clocks.patch │   │   │   │   ├── [ 238] 0721-asoc-enable-wm8960-kconfig.patch │   │   │   │   ├── [1.4K] 0901-spansion_nand_id_fix.patch │   │   │   │   ├── [1.7K] 100-mt7621-core-detect-hack.patch │   │   │   │   └── [2.1K] 101-mt7621-timer.patch │   │   │   ├── [4.0K] rt288x │   │   │   │   ├── [5.4K] config-4.4 │   │   │   │   └── [ 228] target.mk │   │   │   ├── [4.0K] rt305x │   │   │   │   ├── [5.2K] config-4.4 │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 413] 00-default.mk │   │   │   │   └── [ 264] target.mk │   │   │   └── [4.0K] rt3883 │   │   │   ├── [5.4K] config-4.4 │   │   │   ├── [4.0K] profiles │   │   │   │   └── [ 399] 00-default.mk │   │   │   └── [ 276] target.mk │   │   ├── [4.0K] rb532 │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] config │   │   │   │   │   │   └── [ 469] network │   │   │   │   │   └── [ 200] diag.sh │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   └── [ 250] 10_sysinfo │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [ 450] platform.sh │   │   │   ├── [5.0K] config-4.4 │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 463] gen_image.sh │   │   │   │   └── [2.8K] Makefile │   │   │   ├── [ 458] Makefile │   │   │   ├── [1.1K] modules.mk │   │   │   └── [4.0K] patches-4.4 │   │   │   ├── [ 493] 001-cmdline_hack.patch │   │   │   ├── [1.3K] 002-rb532_nand_fixup.patch │   │   │   └── [ 430] 004-rb532-fix-partition-info.patch │   │   ├── [4.0K] sunxi │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   └── [ 411] 02_network │   │   │   │   │   └── [ 184] inittab │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [4.0K] firmware │   │   │   │   │   └── [4.0K] brcm │   │   │   │   │   ├── [1.1K] brcmfmac4329-sdio.txt │   │   │   │   │   └── [1.0K] brcmfmac43362-sdio.txt │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   ├── [ 343] 02_b53_hack.sh │   │   │   │   │   └── [ 378] 79_move_config │   │   │   │   ├── [ 169] sunxi.sh │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [1.8K] platform.sh │   │   │   ├── [ 13K] config-4.4 │   │   │   ├── [4.0K] image │   │   │   │   ├── [ 124] Config.in │   │   │   │   ├── [ 810] gen_sunxi_sdcard_img.sh │   │   │   │   └── [5.8K] Makefile │   │   │   ├── [ 676] Makefile │   │   │   ├── [2.3K] modules.mk │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   ├── [1.5K] 100-clk-sunxi-add-dram-gates-support.patch │   │   │   │   ├── [2.6K] 101-dt-sun4i-add-dram-gates.patch │   │   │   │   ├── [2.2K] 102-dt-sun7i-add-dram-gates.patch │   │   │   │   ├── [5.8K] 103-clk-sunxi-add-h3-clksupport.patch │   │   │   │   ├── [ 14K] 104-1-dt-sunxi-add-h3-dtsi.patch │   │   │   │   ├── [4.0K] 104-2-dt-sun8i-add-orangepi-plus.patch │   │   │   │   ├── [6.5K] 105-phy-use_of_match_node.patch │   │   │   │   ├── [3.9K] 106-phy-add-h3-usbphys.patch │   │   │   │   ├── [2.1K] 107-clk-sunxi-add-h3-usbphy-clocks.patch │   │   │   │   ├── [6.3K] 110-clk-sunxi-add-ve-for-sun457i.patch │   │   │   │   ├── [ 957] 111-1-dt-sun4i-add-ve-clock-module.patch │   │   │   │   ├── [ 957] 111-2-dt-sun7i-add-ve-clock-module.patch │   │   │   │   ├── [ 931] 115-musb-ignore-vbus-errors.patch │   │   │   │   ├── [ 22K] 130-pinctrl-sunxi-add-h3-pio.patch │   │   │   │   ├── [2.9K] 131-reset-add-h3-resets.patch │   │   │   │   ├── [1.0K] 132-dt-sun8i-add-h3-usbclocks.patch │   │   │   │   ├── [3.5K] 133-dt-sun8i-add-usbphy-usbhost-ctrl-nodes.patch │   │   │   │   ├── [1.7K] 134-dt-sun8i-orangepiplus-enable-usbhost.patch │   │   │   │   ├── [ 881] 135-clk-sunxi-fix-signedness-bug.patch │   │   │   │   ├── [3.4K] 140-reset-add-of_reset_control_get_by_index.patch │   │   │   │   ├── [1.3K] 141-reset-fix-of_reset_control_get.patch │   │   │   │   ├── [2.5K] 142-reset-use-ENOTSUPP-instead-of-ENOSYS.patch │   │   │   │   ├── [7.9K] 143-reset-add-shared-resetcontrol-asserts.patch │   │   │   │   ├── [3.9K] 144-usb-ehci-plat-support-multiple-reset-ctrllines.patch │   │   │   │   ├── [3.8K] 145-usb-ohci-plat-support-multiple-reset-ctrllines.patch │   │   │   │   ├── [ 663] 150-dt-sun7i-enable-codec-on-pcduino3.patch │   │   │   │   └── [8.0K] 200-dt-sun7i-add-lamobo-r1.patch │   │   │   └── [4.0K] profiles │   │   │   └── [ 577] 00-default.mk │   │   ├── [4.0K] uml │   │   │   ├── [4.0K] base-files │   │   │   │   └── [4.0K] etc │   │   │   │   └── [ 172] inittab │   │   │   ├── [4.0K] config │   │   │   │   ├── [4.5K] i386 │   │   │   │   └── [3.9K] x86_64 │   │   │   ├── [4.0K] image │   │   │   │   └── [ 612] Makefile │   │   │   ├── [ 948] Makefile │   │   │   ├── [4.0K] patches-4.4 │   │   │   │   ├── [6.3K] 101-mconsole-exec.patch │   │   │   │   └── [3.4K] 102-pseudo-random-mac.patch │   │   │   └── [2.2K] README │   │   ├── [4.0K] x86 │   │   │   ├── [4.0K] 64 │   │   │   │   ├── [8.8K] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 293] 000-Generic.mk │   │   │   │   └── [ 217] target.mk │   │   │   ├── [4.0K] base-files │   │   │   │   ├── [4.0K] etc │   │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   │   ├── [ 620] 01_leds │   │   │   │   │   │   └── [ 600] 02_network │   │   │   │   │   ├── [1.2K] diag.sh │   │   │   │   │   └── [ 183] inittab │   │   │   │   └── [4.0K] lib │   │   │   │   ├── [4.0K] preinit │   │   │   │   │   ├── [ 154] 15_essential_fs_x86 │   │   │   │   │   ├── [ 126] 20_check_iso │   │   │   │   │   ├── [ 652] 20_sysinfo │   │   │   │   │   └── [ 377] 79_move_config │   │   │   │   └── [4.0K] upgrade │   │   │   │   └── [1.6K] platform.sh │   │   │   ├── [ 13K] config-4.4 │   │   │   ├── [4.0K] generic │   │   │   │   ├── [4.0K] base-files │   │   │   │   │   └── [4.0K] lib │   │   │   │   │   └── [4.0K] preinit │   │   │   │   │   └── [ 195] 45_mount_xenfs │   │   │   │   ├── [ 10K] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 461] 000-Generic.mk │   │   │   │   └── [ 287] target.mk │   │   │   ├── [4.0K] geode │   │   │   │   ├── [3.6K] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   ├── [ 506] 000-Generic.mk │   │   │   │   │   └── [ 476] 100-Geos.mk │   │   │   │   └── [ 573] target.mk │   │   │   ├── [4.0K] image │   │   │   │   ├── [1.0K] gen_image_generic.sh │   │   │   │   ├── [ 243] grub.cfg │   │   │   │   ├── [ 43] grub-early.cfg │   │   │   │   ├── [ 153] grub-iso.cfg │   │   │   │   └── [5.9K] Makefile │   │   │   ├── [4.0K] legacy │   │   │   │   ├── [5.9K] config-default │   │   │   │   ├── [4.0K] profiles │   │   │   │   │   └── [ 461] 000-Generic.mk │   │   │   │   └── [ 125] target.mk │   │   │   ├── [ 619] Makefile │   │   │   ├── [1.0K] modules.mk │   │   │   └── [4.0K] patches-4.4 │   │   │   ├── [ 745] 011-tune_lzma_options.patch │   │   │   ├── [1023] 097-0001-sp5100_tco-Add-AMD-Mullins-platform-support.patch │   │   │   ├── [ 968] 097-0002-sp5100_tco-Add-AMD-Carrizo-platform-support.patch │   │   │   ├── [2.8K] 097-0003-sp5100_tco-fix-the-device-check-for-SB800-and-later-chipsets.patch │   │   │   ├── [2.6K] 097-0004-watchdog-sp5100_tco-properly-check-for-new-register-.patch │   │   │   └── [ 431] 100-fix_cs5535_clockevt.patch │   │   ├── [4.0K] xburst │   │   │   ├── [4.0K] base-files │   │   │   │   └── [4.0K] etc │   │   │   │   ├── [4.0K] board.d │   │   │   │   │   └── [ 149] 01_system │   │   │   │   └── [4.0K] config │   │   │   │   ├── [ 134] fstab │   │   │   │   └── [ 270] network │   │   │   ├── [9.1K] config-3.18 │   │   │   ├── [4.0K] image │   │   │   │   ├── [1.0K] Makefile │   │   │   │   └── [ 254] ubinize.cfg │   │   │   ├── [ 496] Makefile │   │   │   ├── [1.3K] modules.mk │   │   │   ├── [4.0K] patches-3.18 │   │   │   │   ├── [ 710] 001-ubi-Read-only-the-vid-header-instead-of-the-whole-pa.patch │   │   │   │   ├── [1.5K] 002-NAND-Optimize-NAND_ECC_HW_OOB_FIRST-read.patch │   │   │   │   ├── [3.4K] 003-NAND-Add-support-for-subpage-reads-for-NAND_ECC_HW_O.patch │   │   │   │   ├── [1.1K] 004-ASoC-JZ4740-delay-activation-of-the-DAC-to-work-arou.patch │   │   │   │   ├── [1.5K] 005-RTC-JZ4740-Init-the-regulator-register-on-startup.patch │   │   │   │   ├── [7.4K] 006-Add-ili8960-lcd-driver.patch │   │   │   │   └── [ 603] 007-qi_lb60-Don-t-use-3-wire-spi-mode-for-the-display-fo.patch │   │   │   └── [4.0K] qi_lb60 │   │   │   ├── [ 903] config-default │   │   │   └── [ 37] target.mk │   │   └── [4.0K] zynq │   │   ├── [4.0K] base-files │   │   │   └── [4.0K] etc │   │   │   ├── [4.0K] board.d │   │   │   │   └── [ 259] 02_network │   │   │   ├── [4.0K] config │   │   │   │   └── [ 339] network │   │   │   └── [ 106] inittab │   │   ├── [ 78] base-files.mk │   │   ├── [ 19K] config-4.4 │   │   ├── [4.0K] image │   │   │   ├── [1.8K] Makefile │   │   │   └── [3.6K] mkits.sh │   │   └── [ 676] Makefile │   ├── [ 781] Makefile │   ├── [4.0K] sdk │   │   ├── [ 288] Config.in │   │   ├── [1.2K] convert-config.pl │   │   ├── [4.0K] files │   │   │   ├── [ 515] Config.in │   │   │   ├── [4.0K] include │   │   │   │   └── [ 374] prepare.mk │   │   │   ├── [1.2K] Makefile │   │   │   └── [ 467] README.SDK │   │   └── [5.4K] Makefile │   └── [4.0K] toolchain │   ├── [ 405] Config.in │   ├── [4.0K] files │   │   ├── [ 75] README.TOOLCHAIN │   │   └── [2.8K] wrapper.sh │   └── [2.3K] Makefile ├── [4.0K] toolchain │   ├── [4.0K] binutils │   │   ├── [ 770] Config.in │   │   ├── [ 393] Config.version │   │   ├── [3.5K] Makefile │   │   └── [4.0K] patches │   │   ├── [4.0K] 2.25.1 │   │   │   ├── [ 777] 300-001_ld_makefile_patch.patch │   │   │   ├── [ 724] 300-012_check_ldrunpath_length.patch │   │   │   ├── [ 603] 400-mips_no_dynamic_linking_sym.patch │   │   │   └── [2.0K] 500-Change-default-emulation-for-mips64-linux.patch │   │   ├── [4.0K] 2.27 │   │   │   ├── [ 791] 300-001_ld_makefile_patch.patch │   │   │   ├── [ 724] 300-012_check_ldrunpath_length.patch │   │   │   ├── [ 603] 400-mips_no_dynamic_linking_sym.patch │   │   │   └── [2.0K] 500-Change-default-emulation-for-mips64-linux.patch │   │   └── [4.0K] arc-2016.03 │   │   └── [ 352] 200-arc-fix-target-mask.patch │   ├── [9.3K] Config.in │   ├── [4.0K] fortify-headers │   │   └── [ 640] Makefile │   ├── [4.0K] gcc │   │   ├── [6.3K] common.mk │   │   ├── [1.7K] Config.in │   │   ├── [ 274] Config.version │   │   ├── [4.0K] files │   │   │   └── [ 49] alternate-arch-cc.in │   │   ├── [4.0K] final │   │   │   └── [2.5K] Makefile │   │   ├── [4.0K] initial │   │   │   └── [ 849] Makefile │   │   ├── [4.0K] minimal │   │   │   └── [ 547] Makefile │   │   └── [4.0K] patches │   │   ├── [4.0K] 5.4.0 │   │   │   ├── [2.4K] 001-revert_register_mode_search.patch │   │   │   ├── [ 529] 002-case_insensitive.patch │   │   │   ├── [ 692] 010-documentation.patch │   │   │   ├── [ 966] 020-no-plt-backport.patch │   │   │   ├── [ 665] 040-fix-mips-ICE-PR-68400.patch │   │   │   ├── [1.0K] 100-uclibc-conf.patch │   │   │   ├── [ 11K] 200-musl_config.patch │   │   │   ├── [1.6K] 201-musl_arm.patch │   │   │   ├── [1.5K] 202-musl_mips.patch │   │   │   ├── [7.4K] 203-musl_powerpc.patch │   │   │   ├── [1.3K] 204-musl_sh.patch │   │   │   ├── [1.5K] 205-musl_x86.patch │   │   │   ├── [1003] 206-musl_aarch64.patch │   │   │   ├── [ 915] 207-musl_fixincludes.patch │   │   │   ├── [2.4K] 209-musl_libstdc++.patch │   │   │   ├── [ 411] 230-musl_libssp.patch │   │   │   ├── [1.6K] 240-musl-libitm-fixes.patch │   │   │   ├── [4.8K] 250-add-musl.patch │   │   │   ├── [1.1K] 260-musl-add-unwind-fix.patch │   │   │   ├── [1.3K] 270-musl-add-powerpc-softfloat-fix.patch │   │   │   ├── [1.3K] 280-musl-disable-ifunc-by-default.patch │   │   │   ├── [ 461] 300-mips_Os_cpu_rtx_cost_model.patch │   │   │   ├── [ 425] 800-arm_v5te_no_ldrd_strd.patch │   │   │   ├── [ 861] 810-arm-softfloat-libgcc.patch │   │   │   ├── [1.1K] 820-libgcc_pic.patch │   │   │   ├── [ 473] 830-arm_unbreak_armv4t.patch │   │   │   ├── [ 778] 840-armv4_pass_fix-v4bx_to_ld.patch │   │   │   ├── [1.5K] 850-use_shared_libgcc.patch │   │   │   ├── [ 446] 851-libgcc_no_compat.patch │   │   │   ├── [ 408] 870-ppc_no_crtsavres.patch │   │   │   ├── [ 466] 880-no_java_section.patch │   │   │   ├── [ 324] 881-no_tm_section.patch │   │   │   ├── [ 293] 900-bad-mips16-crt.patch │   │   │   ├── [7.1K] 910-mbsd_multi.patch │   │   │   ├── [ 479] 920-specs_nonfatal_getenv.patch │   │   │   ├── [3.6K] 930-fix-mips-noexecstack.patch │   │   │   ├── [4.3K] 931-fix-MIPS-softfloat-build-issue.patch │   │   │   ├── [ 392] 940-no-clobber-stamp-bits.patch │   │   │   ├── [5.7K] 950-cpp_file_path_translation.patch │   │   │   ├── [ 367] 960-go_libm.patch │   │   │   └── [ 338] 970-warn_bug.patch │   │   ├── [4.0K] 6.3.0 │   │   │   ├── [2.4K] 001-revert_register_mode_search.patch │   │   │   ├── [ 529] 002-case_insensitive.patch │   │   │   ├── [ 692] 010-documentation.patch │   │   │   ├── [1.0K] 100-uclibc-conf.patch │   │   │   ├── [ 411] 230-musl_libssp.patch │   │   │   ├── [1.1K] 280-musl-disable-ifunc-by-default.patch │   │   │   ├── [ 349] 300-mips_Os_cpu_rtx_cost_model.patch │   │   │   ├── [ 425] 800-arm_v5te_no_ldrd_strd.patch │   │   │   ├── [ 861] 810-arm-softfloat-libgcc.patch │   │   │   ├── [1.1K] 820-libgcc_pic.patch │   │   │   ├── [ 473] 830-arm_unbreak_armv4t.patch │   │   │   ├── [ 778] 840-armv4_pass_fix-v4bx_to_ld.patch │   │   │   ├── [1.6K] 850-use_shared_libgcc.patch │   │   │   ├── [ 446] 851-libgcc_no_compat.patch │   │   │   ├── [ 408] 870-ppc_no_crtsavres.patch │   │   │   ├── [ 466] 880-no_java_section.patch │   │   │   ├── [ 324] 881-no_tm_section.patch │   │   │   ├── [ 293] 900-bad-mips16-crt.patch │   │   │   ├── [7.2K] 910-mbsd_multi.patch │   │   │   ├── [ 472] 920-specs_nonfatal_getenv.patch │   │   │   ├── [3.7K] 930-fix-mips-noexecstack.patch │   │   │   ├── [ 392] 940-no-clobber-stamp-bits.patch │   │   │   └── [5.7K] 950-cpp_file_path_translation.patch │   │   └── [4.0K] arc-2016.03 │   │   ├── [2.4K] 001-revert_register_mode_search.patch │   │   ├── [1.3K] 002-weak_data_fix.patch │   │   ├── [3.1K] 003-universal_initializer.patch │   │   ├── [ 529] 004-case_insensitive.patch │   │   ├── [ 692] 010-documentation.patch │   │   ├── [ 942] 020-no-plt-backport.patch │   │   ├── [1.0K] 100-uclibc-conf.patch │   │   ├── [ 466] 210-disable_libsanitizer_off_t_check.patch │   │   ├── [ 914] 800-arc-disablelibgmon.patch │   │   ├── [1.1K] 820-libgcc_pic.patch │   │   ├── [1.5K] 850-use_shared_libgcc.patch │   │   ├── [ 446] 851-libgcc_no_compat.patch │   │   ├── [1.2K] 860-use_eh_frame.patch │   │   ├── [ 408] 870-ppc_no_crtsavres.patch │   │   ├── [ 466] 880-no_java_section.patch │   │   ├── [8.5K] 910-mbsd_multi.patch │   │   ├── [ 446] 920-specs_nonfatal_getenv.patch │   │   ├── [ 364] 940-no-clobber-stamp-bits.patch │   │   └── [4.7K] 950-fix-building-with-gcc6.patch │   ├── [4.0K] gdb │   │   ├── [1.7K] Makefile │   │   ├── [4.0K] patches │   │   │   ├── [ 960] 100-no_extern_inline.patch │   │   │   ├── [ 363] 110-no_testsuite.patch │   │   │   └── [ 419] 120-fix-compile-flag-mismatch.patch │   │   └── [4.0K] patches-arc │   │   ├── [ 960] 100-no_extern_inline.patch │   │   ├── [ 363] 110-no_testsuite.patch │   │   └── [ 419] 120-fix-compile-flag-mismatch.patch │   ├── [4.0K] glibc │   │   ├── [2.9K] common.mk │   │   ├── [ 270] Config.in │   │   ├── [ 150] Config.version │   │   ├── [4.0K] headers │   │   │   └── [ 751] Makefile │   │   ├── [4.0K] include │   │   │   └── [ 76] libintl.h │   │   ├── [ 666] Makefile │   │   └── [4.0K] patches │   │   └── [4.0K] 2.24 │   │   ├── [1.4K] 100-fix_cross_rpcgen.patch │   │   └── [ 362] 200-add-dl-search-paths.patch │   ├── [ 114] info.mk │   ├── [4.0K] insight │   │   ├── [1.3K] Makefile │   │   └── [4.0K] patches │   │   └── [ 920] 600-fix-compile-flag-mismatch.patch │   ├── [4.0K] kernel-headers │   │   └── [2.4K] Makefile │   ├── [3.3K] Makefile │   ├── [4.0K] musl │   │   ├── [1.6K] common.mk │   │   ├── [ 87] Config.version │   │   ├── [4.0K] include │   │   │   ├── [4.0K] bits │   │   │   │   └── [ 22] wordsize.h │   │   │   ├── [1.1K] features.h │   │   │   ├── [1.8K] sgidefs.h │   │   │   └── [4.0K] sys │   │   │   ├── [ 12K] cdefs.h │   │   │   ├── [ 895] glibc-types.h │   │   │   └── [ 19K] queue.h │   │   ├── [ 930] Makefile │   │   └── [4.0K] patches │   │   ├── [ 245] 100-add_glob_onlydir.patch │   │   ├── [ 748] 110-read_timezone_from_fs.patch │   │   ├── [1.8K] 200-add_libssp_nonshared.patch │   │   ├── [ 373] 300-relative.patch │   │   ├── [6.5K] 400-Add-format-attribute-to-some-function-declarations.patch │   │   ├── [1.7K] 900-iconv_size_hack.patch │   │   └── [1.5K] 901-crypt_size_hack.patch │   ├── [4.0K] uClibc │   │   ├── [3.5K] common.mk │   │   ├── [4.0K] config │   │   │   ├── [ 250] arc │   │   │   ├── [ 250] archs │   │   │   ├── [ 171] arm │   │   │   ├── [ 165] armeb │   │   │   ├── [6.1K] common │   │   │   ├── [ 118] debug │   │   │   ├── [ 520] i386 │   │   │   ├── [ 520] i686 │   │   │   ├── [ 127] m68k │   │   │   ├── [ 494] mips │   │   │   ├── [ 494] mips64 │   │   │   ├── [ 518] mips64.32 │   │   │   ├── [ 518] mips64.64 │   │   │   ├── [ 500] mips64el │   │   │   ├── [ 524] mips64el.32 │   │   │   ├── [ 524] mips64el.64 │   │   │   ├── [ 524] mips64el.n32 │   │   │   ├── [ 518] mips64.n32 │   │   │   ├── [ 500] mipsel │   │   │   ├── [ 500] mipsel.cobalt │   │   │   ├── [ 124] powerpc │   │   │   ├── [ 124] powerpc.e500 │   │   │   ├── [ 189] sparc │   │   │   ├── [ 189] sparc.leon │   │   │   └── [ 127] x86_64 │   │   ├── [ 156] Config.in │   │   ├── [ 137] Config.version │   │   ├── [4.0K] headers │   │   │   └── [ 635] Makefile │   │   ├── [1.3K] Makefile │   │   └── [4.0K] utils │   │   └── [ 570] Makefile │   ├── [4.0K] wrapper │   │   └── [1.5K] Makefile │   └── [4.0K] yasm │   └── [1.3K] Makefile ├── [4.0K] tools │   ├── [4.0K] autoconf │   │   ├── [ 846] Makefile │   │   └── [4.0K] patches │   │   ├── [7.3K] 000-relocatable.patch │   │   ├── [ 789] 001-no_emacs_lib.patch │   │   └── [1.2K] 002-musl_host_fixup.patch │   ├── [4.0K] automake │   │   ├── [4.0K] files │   │   │   └── [ 51] aclocal │   │   ├── [1.4K] Makefile │   │   └── [4.0K] patches │   │   ├── [2.9K] 000-relocatable.patch │   │   ├── [1.0K] 010-automake-port-to-Perl-5.22-and-later.patch │   │   ├── [ 376] 100-aclocal-skip-not-existing-directories.patch │   │   └── [ 522] 200-do-not-override-silent-rules.patch │   ├── [4.0K] b43-tools │   │   ├── [4.0K] files │   │   │   └── [4.7K] b43-fwsquash.py │   │   ├── [1.4K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 352] 001-fw-dirname.patch │   │   └── [ 219] 002-no_libfl.patch │   ├── [4.0K] bc │   │   ├── [ 570] Makefile │   │   └── [4.0K] patches │   │   └── [ 923] 001-no_doc.patch │   ├── [4.0K] bison │   │   ├── [ 675] Makefile │   │   ├── [4.0K] patches │   │   │   ├── [ 410] 010-intl-stub-compat.patch │   │   │   └── [ 427] 100-fix-gets-removal.patch │   │   └── [4.0K] scripts │   │   └── [ 29] yacc │   ├── [4.0K] ccache │   │   ├── [4.0K] files │   │   │   ├── [ 50] ccache_cc │   │   │   └── [ 51] ccache_cxx │   │   ├── [ 873] Makefile │   │   └── [4.0K] patches │   │   ├── [ 367] 100-honour-copts.patch │   │   └── [ 974] 110-disable-assembler-support.patch │   ├── [4.0K] cmake │   │   ├── [ 816] Makefile │   │   └── [4.0K] patches │   │   ├── [ 982] 100-disable_qt_tests.patch │   │   ├── [1.4K] 110-freebsd-compat.patch │   │   ├── [ 486] 120-alpine_musl-compat.patch │   │   ├── [ 917] 130-libarchive-fix-libressl-compat.patch │   │   ├── [1.2K] 140-curl-fix-libressl-linking.patch │   │   └── [ 607] 150-bootstrap_parallel_make_flag.patch │   ├── [4.0K] coreutils │   │   └── [ 789] Makefile │   ├── [4.0K] dosfstools │   │   ├── [ 660] Makefile │   │   └── [4.0K] patches │   │   ├── [1.1K] 0001-mkfs-Default-to-64-32-heads-sectors-for-targets-smal.patch │   │   └── [ 846] 0002-Switch-to-AC_CHECK_LIB-for-iconv-library-linking.patch │   ├── [4.0K] e2fsprogs │   │   ├── [1.1K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 461] 001-exit_0_on_corrected_errors.patch │   │   ├── [ 272] 002-dont-build-e4defrag.patch │   │   ├── [ 245] 003-openbsd-compat.patch │   │   ├── [ 254] 004-freebsd-compat.patch │   │   ├── [ 376] 005-darwin-compat.patch │   │   └── [ 876] 010-old-libmagic.patch │   ├── [4.0K] elftosb │   │   ├── [ 687] Makefile │   │   └── [4.0K] patches │   │   ├── [ 258] 001-libm.patch │   │   ├── [ 916] 002-fix-header-path.patch │   │   └── [ 863] 003-use-ldflags.patch │   ├── [4.0K] expat │   │   └── [ 523] Makefile │   ├── [4.0K] findutils │   │   └── [ 468] Makefile │   ├── [4.0K] firmware-utils │   │   ├── [2.3K] Makefile │   │   └── [4.0K] src │   │   ├── [3.4K] add_header.c │   │   ├── [8.5K] addpattern.c │   │   ├── [7.3K] asustrx.c │   │   ├── [5.9K] bcmalgo.c │   │   ├── [2.0K] bcmalgo.h │   │   ├── [4.2K] bcm_tag.h │   │   ├── [5.7K] buffalo-enc.c │   │   ├── [ 10K] buffalo-lib.c │   │   ├── [3.3K] buffalo-lib.h │   │   ├── [7.4K] buffalo-tag.c │   │   ├── [3.0K] buffalo-tftp.c │   │   ├── [2.2K] csysimg.h │   │   ├── [4.8K] cyg_crc16.c │   │   ├── [7.8K] cyg_crc32.c │   │   ├── [3.3K] cyg_crc.h │   │   ├── [7.4K] dgfirmware.c │   │   ├── [4.9K] dgn3500sum.c │   │   ├── [7.1K] edimax_fw_header.c │   │   ├── [3.6K] encode_crc.c │   │   ├── [6.9K] fix-u-media-header.c │   │   ├── [2.0K] fw.h │   │   ├── [5.2K] hcsmakeimage.c │   │   ├── [ 15K] imagetag.c │   │   ├── [ 42K] imagetag_cmdline.c │   │   ├── [ 16K] imagetag_cmdline.h │   │   ├── [3.4K] imagetag.ggo │   │   ├── [ 12K] jcgimage.c │   │   ├── [5.0K] lzma2eva.c │   │   ├── [7.5K] makeamitbin.c │   │   ├── [8.4K] md5.c │   │   ├── [1.4K] md5.h │   │   ├── [4.2K] mkbrncmdline.c │   │   ├── [4.7K] mkbrnimg.c │   │   ├── [4.2K] mkbuffaloimg.c │   │   ├── [8.3K] mkcameofw.c │   │   ├── [ 19K] mkcasfw.c │   │   ├── [8.1K] mkchkimg.c │   │   ├── [ 21K] mkcsysimg.c │   │   ├── [5.2K] mkdapimg.c │   │   ├── [ 782] mkdcs932.c │   │   ├── [3.8K] mkdniimg.c │   │   ├── [5.7K] mkedimaximg.c │   │   ├── [ 10K] mkfwimage2.c │   │   ├── [ 11K] mkfwimage.c │   │   ├── [5.0K] mkheader_gemtek.c │   │   ├── [8.1K] mkhilinkfw.c │   │   ├── [6.9K] mkmerakifw.c │   │   ├── [9.5K] mkmerakifw-old.c │   │   ├── [ 26K] mkmylofw.c │   │   ├── [4.9K] mkplanexfw.c │   │   ├── [ 16K] mkporayfw.c │   │   ├── [6.4K] mkrtn56uimg.c │   │   ├── [9.6K] mksenaofw.c │   │   ├── [ 31K] mktitanimg.c │   │   ├── [6.1K] mktitanimg.h │   │   ├── [ 22K] mktplinkfw2.c │   │   ├── [ 20K] mktplinkfw.c │   │   ├── [7.0K] mktplinkfw-kernel.c │   │   ├── [5.6K] mkwrggimg.c │   │   ├── [4.6K] mkwrgimg.c │   │   ├── [7.7K] mkzcfw.c │   │   ├── [ 22K] mkzynfw.c │   │   ├── [5.7K] motorola-bin.c │   │   ├── [5.2K] myloader.h │   │   ├── [6.0K] nand_ecc.c │   │   ├── [ 11K] osbridge-crc.c │   │   ├── [ 12K] oseama.c │   │   ├── [6.9K] pc1crypt.c │   │   ├── [5.7K] ptgen.c │   │   ├── [ 13K] seama.c │   │   ├── [3.7K] seama.h │   │   ├── [ 11K] sha1.c │   │   ├── [ 954] sha1.h │   │   ├── [9.2K] spw303v.c │   │   ├── [ 11K] srec2bin.c │   │   ├── [ 26K] tplink-safeloader.c │   │   ├── [6.1K] trx2edips.c │   │   ├── [6.0K] trx2usr.c │   │   ├── [ 15K] trx.c │   │   ├── [9.7K] wrt400n.c │   │   ├── [2.8K] xorimage.c │   │   ├── [3.1K] zyimage.c │   │   ├── [7.2K] zynos.h │   │   └── [ 12K] zyxbcm.c │   ├── [4.0K] flex │   │   ├── [ 647] Makefile │   │   └── [4.0K] patches │   │   └── [ 206] 100-disable-tests-docs.patch │   ├── [4.0K] flock │   │   ├── [ 538] Makefile │   │   └── [4.0K] src │   │   └── [8.7K] flock.c │   ├── [4.0K] genext2fs │   │   ├── [1.1K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 727] 100-c99_scanf.patch │   │   ├── [ 622] 200-autoconf.patch │   │   ├── [ 19K] 300-blocksize-creator.patch │   │   └── [1.8K] 400-byteswap_fix.patch │   ├── [4.0K] gengetopt │   │   ├── [ 661] Makefile │   │   └── [4.0K] patches │   │   ├── [ 305] 100-dependency_fix.patch │   │   └── [ 551] 200-no_docs_tests.patch │   ├── [4.0K] gmp │   │   └── [ 696] Makefile │   ├── [4.0K] include │   │   ├── [ 107] byteswap.h │   │   ├── [128K] elf.h │   │   ├── [ 956] endian.h │   │   ├── [2.4K] getline.h │   │   └── [4.0K] sys │   │   └── [1.8K] sysmacros.h │   ├── [4.0K] isl │   │   └── [ 593] Makefile │   ├── [4.0K] kernel2minor │   │   └── [ 691] Makefile │   ├── [4.0K] libelf │   │   └── [1.2K] Makefile │   ├── [4.0K] libressl │   │   └── [ 663] Makefile │   ├── [4.0K] libtool │   │   ├── [4.0K] files │   │   │   ├── [4.3K] libtool-v1.5.patch │   │   │   ├── [4.4K] libtool-v2.2.patch │   │   │   └── [5.6K] libtool-v2.4.patch │   │   ├── [1.1K] Makefile │   │   └── [4.0K] patches │   │   ├── [4.5K] 000-relocatable.patch │   │   ├── [ 626] 001-fix-func_append.patch │   │   ├── [3.1K] 100-libdir-fixes.patch │   │   ├── [ 756] 110-dont-use-target-dir-for-relinking.patch │   │   ├── [1.1K] 120-strip-unsafe-dirs-for-relinking.patch │   │   ├── [1.9K] 150-trailingslash.patch │   │   ├── [ 748] 160-passthrough-ssp.patch │   │   └── [3.3K] 200-openwrt-branding.patch │   ├── [4.0K] lzma │   │   ├── [ 916] Makefile │   │   └── [4.0K] patches │   │   ├── [ 462] 001-large_files.patch │   │   ├── [ 27K] 002-lzmp.patch │   │   ├── [ 916] 003-compile_fixes.patch │   │   ├── [1.3K] 100-static_library.patch │   │   └── [ 604] 101-move-copyright-to-usage-info.patch │   ├── [4.0K] lzma-old │   │   ├── [ 878] Makefile │   │   └── [4.0K] patches │   │   ├── [ 10K] 100-lzma_zlib.patch │   │   └── [ 222] 110-ranlib.patch │   ├── [4.0K] m4 │   │   ├── [ 623] Makefile │   │   └── [4.0K] patches │   │   └── [ 485] 100-fix-gets-removal.patch │   ├── [4.0K] make-ext4fs │   │   └── [ 851] Makefile │   ├── [5.7K] Makefile │   ├── [4.0K] missing-macros │   │   ├── [ 583] Makefile │   │   └── [4.0K] src │   │   ├── [4.0K] bin │   │   │   ├── [ 423] help2man │   │   │   └── [1.8K] makeinfo │   │   ├── [4.0K] m4 │   │   │   ├── [1.1K] as-ac-expand.m4 │   │   │   ├── [1.5K] as-compiler-flag.m4 │   │   │   ├── [1.3K] as-unaligned-access.m4 │   │   │   ├── [2.0K] as-version.m4 │   │   │   ├── [ 10K] dnet.m4 │   │   │   ├── [ 426] fake-gtk-doc-check.m4 │   │   │   ├── [ 321] fake-intltool.m4 │   │   │   ├── [ 854] glibc21.m4 │   │   │   ├── [ 797] glibc2.m4 │   │   │   ├── [2.3K] intdiv0.m4 │   │   │   ├── [1.0K] intmax.m4 │   │   │   ├── [ 953] inttypes_h.m4 │   │   │   ├── [1.1K] inttypes-pri.m4 │   │   │   ├── [3.4K] lib-ld.m4 │   │   │   ├── [ 32K] lib-link.m4 │   │   │   ├── [8.3K] lib-prefix.m4 │   │   │   ├── [5.0K] mfx_acc.m4 │   │   │   ├── [ 997] mfx_cppflags.m4 │   │   │   ├── [4.0K] mfx_limits.m4 │   │   │   ├── [2.9K] progtest.m4 │   │   │   ├── [ 929] stdint_h.m4 │   │   │   ├── [1.1K] uintmax_t.m4 │   │   │   ├── [3.7K] va_copy.m4 │   │   │   └── [ 982] wint_t.m4 │   │   └── [1.3K] README │   ├── [4.0K] mkimage │   │   ├── [1.3K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 223] 010-freebsd-ulong-fix.patch │   │   ├── [ 234] 020-include_compile_fix.patch │   │   ├── [2.0K] 030-allow-to-use-different-magic.patch │   │   ├── [ 410] 040-include_order.patch │   │   ├── [1.1K] 050-image_h_portability.patch │   │   ├── [ 828] 060-remove_kernel_includes.patch │   │   ├── [1.7K] 070-socfpgaimage_portability.patch │   │   ├── [ 554] 080-remove_compiler_check.patch │   │   ├── [2.6K] 090-reproducible-SOURCE_DATE_EPOCH.patch │   │   ├── [ 408] 100-freebsd-compat.patch │   │   ├── [ 25K] 200-compiler-support.patch │   │   └── [2.2K] 210-openssl-1.1.x-compat.patch │   ├── [4.0K] mklibs │   │   ├── [4.0K] include │   │   │   └── [104K] elf.h │   │   ├── [ 863] Makefile │   │   └── [4.0K] patches │   │   ├── [ 361] 001-compile.patch │   │   ├── [ 825] 002-disable_symbol_checks.patch │   │   ├── [2.4K] 003-no_copy.patch │   │   ├── [1.2K] 004-libpthread_link.patch │   │   ├── [1.3K] 005-duplicate_syms.patch │   │   ├── [ 635] 006-uclibc_init.patch │   │   ├── [ 526] 007-gc_sections.patch │   │   ├── [1.4K] 008-uclibc_libgcc_link.patch │   │   ├── [2.7K] 009-uclibc_libpthread_symbols.patch │   │   ├── [ 946] 010-remove_STT_GNU_IFUNC.patch │   │   └── [ 278] 011-remove_multiarch.patch │   ├── [4.0K] mm-macros │   │   └── [ 760] Makefile │   ├── [4.0K] mpc │   │   └── [ 617] Makefile │   ├── [4.0K] mpfr │   │   ├── [ 619] Makefile │   │   └── [4.0K] patches │   │   ├── [ 742] 001-only_src.patch │   │   └── [ 204] 100-freebsd-compat.patch │   ├── [4.0K] mtd-utils │   │   ├── [4.0K] include │   │   │   ├── [ 42] fls.h │   │   │   └── [4.0K] linux │   │   │   └── [ 314] types.h │   │   ├── [1.5K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 342] 100-sscanf_fix.patch │   │   ├── [4.2K] 110-portability.patch │   │   ├── [140K] 130-lzma_jffs2.patch │   │   ├── [ 663] 134-freebsd_loff_t.patch │   │   ├── [2.5K] 135-mkubifs_optional_lzo.patch │   │   ├── [2.1K] 200-libubigen-add-ubigen_write_terminator-function.patch │   │   ├── [2.9K] 201-ubinize-add-terminator-support.patch │   │   └── [1.1K] 310-add-static-linking-option.patch │   ├── [4.0K] mtools │   │   ├── [ 850] Makefile │   │   └── [4.0K] patches │   │   └── [ 623] 100-compile_fix.patch │   ├── [4.0K] padjffs2 │   │   ├── [ 663] Makefile │   │   └── [4.0K] src │   │   ├── [ 229] Makefile │   │   └── [4.2K] padjffs2.c │   ├── [4.0K] patch │   │   └── [ 514] Makefile │   ├── [4.0K] patchelf │   │   └── [ 673] Makefile │   ├── [4.0K] patch-image │   │   ├── [ 751] Makefile │   │   └── [4.0K] src │   │   ├── [2.2K] patch-cmdline.c │   │   └── [2.6K] patch-dtb.c │   ├── [4.0K] pkg-config │   │   ├── [4.0K] files │   │   │   └── [ 121] pkg-config │   │   ├── [ 963] Makefile │   │   └── [4.0K] patches │   │   └── [ 493] 001-glib-gdate-suppress-string-format-literal-warning.patch │   ├── [4.0K] qemu │   │   └── [1.1K] Makefile │   ├── [4.0K] quilt │   │   ├── [ 788] Makefile │   │   └── [4.0K] patches │   │   ├── [4.0K] 000-relocatable.patch │   │   └── [ 435] 001-fix_compile.patch │   ├── [4.0K] scons │   │   ├── [4.0K] files │   │   │   └── [ 340] pywrap.sh │   │   ├── [ 822] Makefile │   │   └── [4.0K] patches │   │   └── [ 350] 001-platform_env.patch │   ├── [4.0K] sdimage │   │   └── [ 771] Makefile │   ├── [4.0K] sed │   │   ├── [ 981] Makefile │   │   └── [4.0K] patches │   │   └── [1.2K] 001-musl_host_fixup.patch │   ├── [4.0K] sparse │   │   └── [ 542] Makefile │   ├── [4.0K] squashfs │   │   ├── [1019] Makefile │   │   └── [4.0K] patches │   │   ├── [ 719] 100-lzma.patch │   │   ├── [ 581] 110-no_nonstatic_inline.patch │   │   └── [2.5K] 120-add-fixed-timestamp-support.patch │   ├── [4.0K] squashfs4 │   │   ├── [1.1K] Makefile │   │   └── [4.0K] patches │   │   ├── [ 833] 100-portability.patch │   │   ├── [ 666] 110-allow_static_liblzma.patch │   │   ├── [3.2K] 120-cygwin_fixes.patch │   │   ├── [ 194] 150-freebsd_fixes.patch │   │   ├── [ 24K] 160-expose_lzma_xz_options.patch │   │   ├── [2.2K] 170-add_support_for_LZMA_MAGIC_to_unsqashfs.patch │   │   ├── [ 538] 180-openbsd_compat.patch │   │   ├── [ 970] 190-no_nonstatic_inline.patch │   │   └── [2.5K] 200-add-fixed-timestamp-option.patch │   ├── [4.0K] sstrip │   │   ├── [ 526] Makefile │   │   └── [4.0K] src │   │   └── [ 14K] sstrip.c │   ├── [4.0K] tar │   │   ├── [ 632] Makefile │   │   └── [4.0K] patches │   │   └── [ 753] 100-symlink-force-root-name.patch │   ├── [4.0K] upslug2 │   │   ├── [ 816] Makefile │   │   └── [4.0K] patches │   │   ├── [4.9K] 100-libpcap_fix.patch │   │   └── [9.0K] 110-wrt350nv2_support.patch │   ├── [4.0K] upx │   │   ├── [ 928] Makefile │   │   └── [4.0K] patches │   │   └── [4.6K] 100-lzmaonly.patch │   ├── [4.0K] wrt350nv2-builder │   │   ├── [1.4K] Makefile │   │   └── [4.0K] src │   │   ├── [4.6K] crypt.h │   │   ├── [3.6K] ioapi.c │   │   ├── [2.4K] ioapi.h │   │   ├── [ 12K] md5.c │   │   ├── [3.3K] md5.h │   │   ├── [2.2K] upgrade.h │   │   └── [ 33K] wrt350nv2-builder.c │   └── [4.0K] xz │   └── [ 924] Makefile ├── [ 17] version └── [ 11] version.date 1522 directories, 7039 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.