├── .checkpackageignore ├── .clang-format ├── .defconfig ├── .flake8 ├── .gitignore ├── .gitlab-ci.yml ├── .shellcheckrc ├── CHANGES ├── COPYING ├── Config.in ├── Config.in.legacy ├── DEVELOPERS ├── Makefile ├── Makefile.legacy ├── README ├── arch ├── Config.in ├── Config.in.arc ├── Config.in.arm ├── Config.in.m68k ├── Config.in.microblaze ├── Config.in.mips ├── Config.in.nios2 ├── Config.in.or1k ├── Config.in.powerpc ├── Config.in.riscv ├── Config.in.s390x ├── Config.in.sh ├── Config.in.sparc ├── Config.in.x86 ├── Config.in.xtensa ├── arch.mk ├── arch.mk.arc ├── arch.mk.riscv └── arch.mk.xtensa ├── board ├── aarch64-efi │ ├── genimage-efi.cfg │ ├── grub.cfg │ ├── post-image.sh │ └── readme.txt ├── acmesystems │ ├── acqua-a5 │ │ ├── at91-sama5d3_acqua.dts │ │ ├── genimage.cfg │ │ └── readme.txt │ ├── aria-g25 │ │ ├── genimage.cfg │ │ └── readme.txt │ └── arietta-g25 │ │ ├── genimage.cfg │ │ └── readme.txt ├── altera │ └── socrates_cyclone5 │ │ ├── boot-env.txt │ │ ├── genimage.cfg │ │ └── readme.txt ├── amarula │ └── vyasa │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── linux_gmac.fragment │ │ ├── post-build.sh │ │ └── readme.txt ├── andes │ └── ae350 │ │ ├── genimage_sdcard.cfg │ │ ├── patches │ │ └── uboot │ │ │ ├── 0001-mmc-ftsdc010_mci-Support-DTS-of-ftsdc010-driver-for-.patch │ │ │ └── 0002-spl-Align-device-tree-blob-address-at-8-byte-boundar.patch │ │ ├── post-build.sh │ │ ├── readme.txt │ │ ├── rootfs_overlay │ │ └── boot │ │ │ └── extlinux │ │ │ └── extlinux.conf │ │ └── uboot.config.fragment ├── arcturus │ ├── aarch64-ucls1012a │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ └── readme.txt │ └── ppc-ucp1020 │ │ └── readme.txt ├── arm │ └── foundation-v8 │ │ └── readme.txt ├── armadeus │ ├── apf27 │ │ └── linux-4.12.config │ ├── apf51 │ │ └── linux-4.4.config │ └── readme.txt ├── arrow │ └── avenger96 │ │ ├── overlay │ │ └── boot │ │ │ └── extlinux │ │ │ └── extlinux.conf │ │ └── readme.txt ├── aspeed │ ├── ast2500-evb │ │ ├── genimage.cfg │ │ ├── linux.fragment │ │ ├── readme.txt │ │ └── uboot.fragment │ ├── ast2600-evb │ │ ├── genimage.cfg │ │ └── readme.txt │ └── common │ │ ├── image.its.template │ │ └── post-image.sh ├── asus │ └── tinker │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ └── readme.txt ├── atmel │ ├── at91sam9x5ek_mmc │ │ ├── genimage.cfg │ │ └── uboot-env.txt │ ├── flasher.sh │ ├── nandflash.tcl │ ├── readme.txt │ ├── sama5d27_som1_ek_mmc │ │ └── genimage.cfg │ ├── sama5d27_wlsom1_ek_mmc │ │ └── genimage.cfg │ ├── sama5d2_xplained_mmc │ │ └── genimage.cfg │ ├── sama5d3_xplained_mmc │ │ └── genimage.cfg │ └── sama5d4_xplained_mmc │ │ └── genimage.cfg ├── avnet │ └── s6lx9_microboard │ │ ├── lx9_mmu.dts │ │ ├── lx9_mmu_defconfig │ │ └── readme.txt ├── bananapi │ ├── bananapi-m2-ultra │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ └── readme.txt │ └── bananapi-m2-zero │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ └── readme.txt ├── beagleboardx15 │ ├── genimage.cfg │ └── readme.txt ├── beaglebone │ ├── extlinux.conf │ ├── genimage.cfg │ ├── linux-sgx.fragment │ ├── patches │ │ └── linux │ │ │ └── 0001-keep-jtag-clock-alive-for-debugger.patch │ ├── post-build.sh │ ├── readme.txt │ ├── rootfs_overlay │ │ └── etc │ │ │ └── qt5 │ │ │ └── eglfs_kms_cfg.json │ └── uEnv.txt ├── beagleboneai │ ├── genimage.cfg │ ├── patches │ │ └── uboot │ │ │ └── 0001-am57xx_evm-fixes.patch │ ├── post-build.sh │ ├── readme.txt │ └── uEnv.txt ├── beaglev │ ├── extlinux.conf │ ├── genimage.cfg │ ├── post-build.sh │ └── readme.txt ├── beelink │ └── gs1 │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ └── post-build.sh ├── boundarydevices │ └── common │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ ├── readme.txt │ │ └── upgrade.cmd ├── broadcom │ └── northstar │ │ ├── linux.config │ │ ├── post-image.sh │ │ └── readme.txt ├── bsh │ ├── common │ │ └── imx8mn-bsh-smm-s2 │ │ │ └── linux.fragment │ ├── imx8mn-bsh-smm-s2-pro │ │ ├── extlinux.conf │ │ ├── flash.sh │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ └── readme.txt │ └── imx8mn-bsh-smm-s2 │ │ ├── flash.sh │ │ ├── nand-full.lst │ │ ├── patches │ │ └── uboot │ │ │ └── 0001-include-configs-Remove-rootwait-1-to-all-the-affecte.patch │ │ ├── post-build.sh │ │ └── readme.txt ├── canaan │ ├── k210-soc │ │ ├── busybox-tiny.config │ │ ├── genimage.cfg │ │ ├── linux-sdcard.config │ │ ├── post-build.sh │ │ ├── rootfs_overlay │ │ │ ├── init │ │ │ └── sbin │ │ │ │ └── init │ │ └── uboot.config │ └── kd233 │ │ ├── linux-cpio.config │ │ └── readme.txt ├── chromebook │ ├── elm │ │ ├── kernel.args │ │ ├── kernel.its │ │ ├── linux.config │ │ ├── readme.txt │ │ └── sign.sh │ ├── mksd.sh │ └── snow │ │ ├── kernel.args │ │ ├── kernel.its │ │ ├── linux-4.15-dts-tpm.patch │ │ ├── linux-4.15.fragment │ │ ├── readme.txt │ │ └── sign.sh ├── ci20 │ ├── genimage.cfg │ ├── patches │ │ └── uboot │ │ │ └── 0001-mips-Remove-default-endiannes.patch │ ├── readme.txt │ └── uboot-env.txt ├── cubietech │ └── cubieboard2 │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ └── post-image.sh ├── embest │ └── riotboard │ │ ├── genimage.cfg │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ └── boot │ │ └── extlinux │ │ └── extlinux.conf ├── engicam │ ├── geam6ul │ │ ├── genimage.cfg │ │ └── readme.txt │ ├── icorem6 │ │ ├── genimage.cfg │ │ ├── linux_qt5.fragment │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ │ └── root │ │ │ ├── imx6qdl-icore-ofcap10.json │ │ │ ├── imx6qdl-icore-ofcap12.json │ │ │ └── imx6qdl-icore.json │ ├── icorem6_rqs │ │ ├── genimage.cfg │ │ └── readme.txt │ └── isiot │ │ ├── genimage.cfg │ │ └── readme.txt ├── freescale │ ├── common │ │ ├── imx │ │ │ ├── genimage.cfg.template │ │ │ ├── genimage.cfg.template_imx8 │ │ │ ├── genimage.cfg.template_no_boot_part │ │ │ ├── genimage.cfg.template_no_boot_part_spl │ │ │ ├── genimage.cfg.template_spl │ │ │ ├── imx8-bootloader-prepare.sh │ │ │ └── post-image.sh │ │ └── mxs │ │ │ ├── genimage.cfg.template │ │ │ └── post-image.sh │ ├── imx23evk │ │ └── readme.txt │ ├── imx25pdk │ │ └── readme.txt │ ├── imx28evk │ │ └── readme.txt │ ├── imx51evk │ │ └── readme.txt │ ├── imx6-sabresd │ │ ├── linux_qt5.fragment │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ │ └── root │ │ │ └── sabresd.json │ ├── imx6sabre │ │ ├── patches │ │ │ └── uboot │ │ │ │ └── 0001-mx6qsabre_common-boot-Linux-to-init-in-mfgtools-mode.patch │ │ └── readme.txt │ ├── imx6slevk │ │ └── readme.txt │ ├── imx6sxsdb │ │ └── readme.txt │ ├── imx6ulevk │ │ └── readme.txt │ ├── imx6ullevk │ │ └── readme.txt │ ├── imx7dsdb │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ │ └── boot │ │ │ └── extlinux │ │ │ └── extlinux.conf │ ├── imx8mmevk │ │ └── readme.txt │ ├── imx8mnevk │ │ └── readme.txt │ ├── imx8mpevk │ │ └── readme.txt │ ├── imx8mqevk │ │ └── readme.txt │ ├── imx8qmmek │ │ └── readme.txt │ ├── imx8qxpmek │ │ └── readme.txt │ ├── ls1028ardb │ │ ├── genimage.cfg │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ │ ├── boot │ │ │ └── extlinux │ │ │ │ └── extlinux.conf │ │ │ └── etc │ │ │ └── udev │ │ │ └── rules.d │ │ │ └── 73-fsl-enetc-networking.rules │ ├── p1025twr │ │ └── readme.txt │ ├── t1040_t2080 │ │ └── readme.txt │ └── warpboard │ │ ├── README │ │ ├── linux.fragment │ │ └── rootfs_overlay │ │ └── lib │ │ └── firmware │ │ └── brcm │ │ └── brcmfmac4330-sdio.txt ├── friendlyarm │ └── nanopi-r2s │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ └── readme.txt ├── globalscale │ └── espressobin │ │ ├── genimage.cfg │ │ ├── linux-extras.config │ │ └── readme.txt ├── grinn │ ├── chiliboard │ │ ├── genimage.cfg │ │ └── readme.txt │ └── liteboard │ │ ├── genimage.cfg │ │ └── readme.txt ├── hardkernel │ ├── odroidc2 │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── post-image.sh │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ │ └── etc │ │ │ └── init.d │ │ │ └── S09modload │ └── odroidxu4 │ │ ├── boot.ini │ │ ├── genimage.cfg │ │ ├── post-image.sh │ │ └── readme.txt ├── intel │ └── galileo │ │ ├── genimage.cfg │ │ ├── grub.cfg │ │ ├── linux-3.14.config │ │ ├── patches │ │ └── linux │ │ │ └── 0001-x86-relocs-Make-per_cpu_load_addr-static.patch │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ └── etc │ │ ├── init.d │ │ └── S09modload │ │ └── modules-load.galileo │ │ ├── galileo.conf │ │ └── galileo_gen2.conf ├── kontron │ ├── bl-imx8mm │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ └── readme.txt │ ├── pitx-imx8m │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── patches │ │ │ └── uboot │ │ │ │ └── 2022.04 │ │ │ │ └── 0001-tools-mkeficapsule-use-pkg-config-to-get-luuid-and-l.patch │ │ ├── post-build.sh │ │ └── readme.txt │ └── smarc-sal28 │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ └── etc │ │ └── udev │ │ └── rules.d │ │ ├── 70-enetc-networking.rules │ │ ├── 70-felix-networking.rules │ │ └── 71-smarc-networking.rules ├── lego │ └── ev3 │ │ ├── busybox.fragment │ │ ├── genimage.cfg │ │ ├── linux.fragment │ │ ├── post-image.sh │ │ └── readme.txt ├── lemaker │ └── bananapro │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── linux-wifi.fragment │ │ ├── patches │ │ └── linux │ │ │ └── 0001-arch-arm-boot-dts-sun7i-a20-bananapro.dts-disable-00.patch │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ └── lib │ │ └── firmware │ │ └── brcm │ │ ├── brcmfmac43362-sdio.lemaker,bananapro.txt │ │ └── brcmfmac43362-sdio.txt ├── librecomputer │ └── lafrite │ │ ├── genimage.cfg │ │ ├── overlay │ │ └── extlinux │ │ │ └── extlinux.conf │ │ └── readme.txt ├── licheepi │ ├── boot.cmd │ ├── genimage.cfg │ └── readme.txt ├── linksprite │ └── pcduino │ │ ├── linux-extras.config │ │ └── readme.txt ├── mender │ └── x86_64 │ │ ├── genimage-efi.cfg │ │ ├── linux.config │ │ ├── mender_grubenv_defines │ │ ├── overlay │ │ └── etc │ │ │ ├── fstab │ │ │ └── mender │ │ │ └── mender.conf │ │ ├── post-build.sh │ │ ├── post-image-efi.sh │ │ └── readme.txt ├── microchip │ ├── sam9x60ek_mmc │ │ └── genimage.cfg │ ├── sama5d2_icp │ │ └── genimage.cfg │ └── sama7g5ek │ │ └── genimage.cfg ├── minnowboard │ ├── genimage.cfg │ ├── grub.cfg │ ├── linux.config │ ├── post-build.sh │ └── readme.txt ├── nexbox │ └── a95x │ │ ├── boot.txt │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ └── readme.txt ├── nezha │ ├── genimage.cfg │ ├── overlay │ │ └── boot │ │ │ └── extlinux │ │ │ └── extlinux.conf │ └── readme.txt ├── octavo │ ├── osd32mp1-brk │ │ ├── genimage.cfg │ │ ├── linux-dts │ │ │ └── stm32mp157c-osd32mp1-brk.dts │ │ ├── overlay │ │ │ └── boot │ │ │ │ └── extlinux │ │ │ │ └── extlinux.conf │ │ ├── patches │ │ │ └── uboot │ │ │ │ ├── 0001-Add-OSD32MP1-BRK-device-tree-support.patch │ │ │ │ └── 0002-Add-OSD32MP1-BRK-build-config.patch │ │ ├── readme.txt │ │ └── tfa-dts │ │ │ ├── osd32mp1_ddr_1x4Gb.dtsi │ │ │ ├── stm32mp157c-osd32mp1-brk-fw-config.dts │ │ │ └── stm32mp157c-osd32mp1-brk.dts │ └── osd32mp1-red │ │ ├── genimage.cfg │ │ ├── linux-dts │ │ └── stm32mp157c-osd32mp1-red.dts │ │ ├── overlay │ │ └── boot │ │ │ └── extlinux │ │ │ └── extlinux.conf │ │ ├── patches │ │ └── uboot │ │ │ ├── 0001-Add-OSD32MP1-RED-Device-Tree-support.patch │ │ │ └── 0002-configs-stm32mp15_trusted_defconfig-disable-environm.patch │ │ ├── readme.txt │ │ └── tfa-dts │ │ ├── osd32mp1_ddr_1x4Gb.dtsi │ │ ├── stm32mp157c-osd32mp1-red-fw-config.dts │ │ └── stm32mp157c-osd32mp1-red.dts ├── olimex │ ├── a10_olinuxino │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ └── readme.txt │ ├── a13_olinuxino │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ └── readme.txt │ ├── a20_olinuxino │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── linux-disable-lima.fragment │ │ ├── post-build.sh │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ │ └── boot │ │ │ └── extlinux │ │ │ └── extlinux.conf │ ├── a33_olinuxino │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ └── readme.txt │ ├── a64-olinuxino │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ └── readme.txt │ ├── imx233_olinuxino │ │ ├── linux-wifi.fragment │ │ └── readme.txt │ └── stmp1_olinuxino │ │ ├── genimage.cfg │ │ ├── linux.config │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ └── boot │ │ └── extlinux │ │ └── extlinux.conf ├── olpc │ ├── genimage.cfg │ ├── linux.config │ ├── olpc.fth │ ├── post-build.sh │ ├── readme.txt │ ├── xo-1.75 │ │ └── linux.config │ └── xo-1 │ │ └── linux.config ├── openblocks │ └── a6 │ │ └── readme.txt ├── orangepi │ ├── common │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ └── post-build.sh │ ├── orangepi-lite │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── linux-extras.config │ │ └── readme.txt │ ├── orangepi-lite2 │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ │ └── lib │ │ │ └── firmware │ │ │ └── brcm │ │ │ └── brcmfmac43455-sdio.txt │ ├── orangepi-one-plus │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ └── readme.txt │ ├── orangepi-one │ │ └── readme.txt │ ├── orangepi-pc-plus │ │ ├── linux-extras.config │ │ └── readme.txt │ ├── orangepi-pc │ │ ├── linux.fragment │ │ └── readme.txt │ ├── orangepi-r1 │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── linux-extras.config │ │ └── readme.txt │ ├── orangepi-zero-plus │ │ └── readme.txt │ ├── orangepi-zero-plus2 │ │ ├── linux-extras.config │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ │ └── lib │ │ │ └── firmware │ │ │ └── brcm │ │ │ └── brcmfmac43430-sdio.txt │ └── orangepi-zero │ │ ├── linux-extras.fragment │ │ ├── patches │ │ └── linux │ │ │ ├── 0001-ARM-dts-orange-pi-zero-interrupt-triggering-xr819.patch │ │ │ ├── 0002-ARM-dts-orange-pi-zero-enable-spi-nor.patch │ │ │ ├── 0003-ARM-dts-orange-pi-zero-enable-spidev.patch │ │ │ └── 0004-ARM-dts-orange-pi-zero-enable-uart.patch │ │ └── readme.txt ├── pandaboard │ ├── genimage.cfg │ └── readme.txt ├── pc │ ├── genimage-bios.cfg │ ├── genimage-efi.cfg │ ├── grub-bios.cfg │ ├── grub-efi.cfg │ ├── linux.config │ ├── post-build.sh │ ├── post-image-efi.sh │ └── readme.txt ├── pcengines │ └── apu2 │ │ ├── isolinux.cfg │ │ ├── linux.config │ │ └── readme.txt ├── pine64 │ ├── pine64 │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ └── readme.txt │ ├── rock64 │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── patches │ │ │ └── uboot │ │ │ │ └── 0001-Makefile-rk3328-needs-itb-image-to-boot-properly.patch │ │ ├── post-build.sh │ │ └── readme.txt │ ├── rockpro64 │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ └── readme.txt │ └── sopine │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ └── readme.txt ├── qemu │ ├── aarch64-ebbr │ │ ├── genimage.cfg │ │ ├── grub.cfg │ │ ├── post-image.sh │ │ ├── readme.txt │ │ └── u-boot.config │ ├── aarch64-sbsa │ │ ├── assemble-flash-images │ │ ├── genimage.cfg │ │ ├── grub.cfg │ │ ├── linux.config │ │ └── readme.txt │ ├── aarch64-virt │ │ ├── linux.config │ │ └── readme.txt │ ├── arm-ebbr │ │ ├── genimage.cfg │ │ ├── grub.cfg │ │ ├── linux.fragment │ │ ├── post-image.sh │ │ ├── readme.txt │ │ └── u-boot.fragment │ ├── arm-versatile │ │ ├── linux.fragment │ │ └── readme.txt │ ├── arm-vexpress-tz │ │ ├── linux.fragment │ │ ├── post-build.sh │ │ ├── readme.txt │ │ └── u-boot.config │ ├── arm-vexpress │ │ └── readme.txt │ ├── m68k-mcf5208 │ │ ├── linux.config │ │ └── readme.txt │ ├── m68k-q800 │ │ ├── linux.config │ │ └── readme.txt │ ├── microblazebe-mmu │ │ ├── 0001-net-xilinx-xemaclite-add-2.00.b-revision.patch │ │ ├── linux.config │ │ └── readme.txt │ ├── microblazeel-mmu │ │ ├── 0001-net-xilinx-xemaclite-add-2.00.b-revision.patch │ │ ├── linux.config │ │ └── readme.txt │ ├── mips32r2-malta │ │ ├── linux.config │ │ └── readme.txt │ ├── mips32r2el-malta │ │ ├── linux.config │ │ └── readme.txt │ ├── mips32r6-malta │ │ ├── linux.config │ │ └── readme.txt │ ├── mips32r6el-malta │ │ ├── linux.config │ │ └── readme.txt │ ├── mips64-malta │ │ ├── linux.config │ │ └── readme.txt │ ├── mips64el-malta │ │ ├── linux.config │ │ └── readme.txt │ ├── mips64r6-malta │ │ ├── linux.config │ │ └── readme.txt │ ├── mips64r6el-malta │ │ ├── linux.config │ │ └── readme.txt │ ├── nios2-10m50 │ │ ├── linux.fragment │ │ └── readme.txt │ ├── or1k │ │ ├── linux.config │ │ └── readme.txt │ ├── post-image.sh │ ├── ppc-bamboo │ │ ├── linux.fragment │ │ └── readme.txt │ ├── ppc-e500mc │ │ ├── linux.fragment │ │ └── readme.txt │ ├── ppc-g3beige │ │ ├── linux.config │ │ └── readme.txt │ ├── ppc-mac99 │ │ ├── linux.fragment │ │ └── readme.txt │ ├── ppc-mpc8544ds │ │ ├── linux.config │ │ ├── patches │ │ │ └── linux │ │ │ │ └── 0001-powerpc-Fix-mcpu-options-for-SPE-only-compiler.patch │ │ └── readme.txt │ ├── ppc64-e5500 │ │ ├── linux.fragment │ │ └── readme.txt │ ├── ppc64-pseries │ │ └── readme.txt │ ├── ppc64le-powernv8 │ │ └── readme.txt │ ├── ppc64le-pseries │ │ └── readme.txt │ ├── riscv32-virt │ │ └── readme.txt │ ├── riscv64-virt │ │ └── readme.txt │ ├── s390x │ │ └── readme.txt │ ├── sh4-r2d │ │ ├── linux.config │ │ └── readme.txt │ ├── sh4eb-r2d │ │ ├── linux.config │ │ └── readme.txt │ ├── sparc-ss10 │ │ ├── linux.config │ │ └── readme.txt │ ├── sparc64-sun4u │ │ ├── linux.config │ │ └── readme.txt │ ├── x86 │ │ ├── linux.config │ │ ├── post-build.sh │ │ └── readme.txt │ ├── x86_64 │ │ ├── linux.config │ │ ├── post-build.sh │ │ └── readme.txt │ └── xtensa-lx60 │ │ ├── linux-nommu.config │ │ ├── linux.config │ │ └── readme.txt ├── qmtech │ └── zynq │ │ ├── patches │ │ └── linux │ │ │ └── 0001-DTS-for-QMTech-Zynq-starter-kit.patch │ │ └── readme.txt ├── radxa │ └── rockpi-n8 │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ └── readme.txt ├── raspberrypi │ ├── cmdline.txt │ ├── config_0w.txt │ ├── config_3.txt │ ├── config_3_64bit.txt │ ├── config_3_qt5we.txt │ ├── config_4.txt │ ├── config_4_64bit.txt │ ├── config_cm4io.txt │ ├── config_cm4io_64bit.txt │ ├── config_default.txt │ ├── config_zero2w.txt │ ├── genimage-raspberrypi.cfg │ ├── genimage-raspberrypi0.cfg │ ├── genimage-raspberrypi0w.cfg │ ├── genimage-raspberrypi2.cfg │ ├── genimage-raspberrypi3-64.cfg │ ├── genimage-raspberrypi3.cfg │ ├── genimage-raspberrypi4-64.cfg │ ├── genimage-raspberrypi4.cfg │ ├── genimage-raspberrypicm4io-64.cfg │ ├── genimage-raspberrypicm4io.cfg │ ├── genimage-raspberrypizero2w.cfg │ ├── post-build.sh │ ├── post-image.sh │ └── readme.txt ├── raspberrypi0 ├── raspberrypi0w ├── raspberrypi2 ├── raspberrypi3 ├── raspberrypi3-64 ├── raspberrypi4 ├── raspberrypi4-64 ├── raspberrypicm4io ├── raspberrypicm4io-64 ├── raspberrypizero2w ├── roseapplepi │ ├── genimage.cfg │ ├── linux.config │ ├── patches │ │ └── uboot │ │ │ └── 0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch │ ├── post-build.sh │ └── uEnv.txt ├── seeed │ └── stm32mp157c-odyssey │ │ ├── genimage.cfg │ │ ├── linux.config │ │ ├── overlay │ │ └── boot │ │ │ └── extlinux │ │ │ └── extlinux.conf │ │ ├── patches │ │ └── linux │ │ │ └── 0001-ARM-dts-stm32-fix-stm32mp157c-odyssey-card-detect.patch │ │ └── readme.txt ├── sheevaplug │ ├── patches │ │ └── uboot │ │ │ └── 0001-Remove-redundant-YYLOC-global-declaration.patch │ └── readme.txt ├── sifive │ └── hifive-unleashed │ │ ├── boot.cmd │ │ ├── genimage_sdcard.cfg │ │ ├── genimage_spi-nor.cfg │ │ ├── linux.config.fragment │ │ ├── post-build.sh │ │ └── readme.txt ├── sipeed │ ├── lichee_rv │ │ ├── genimage.cfg │ │ ├── overlay │ │ │ └── boot │ │ │ │ └── extlinux │ │ │ │ └── extlinux.conf │ │ └── readme.txt │ ├── lichee_rv_dock │ │ ├── genimage.cfg │ │ ├── linux.fragment │ │ ├── overlay │ │ │ └── etc │ │ │ │ ├── network │ │ │ │ └── interfaces │ │ │ │ └── wpa_supplicant.conf │ │ └── readme.txt │ ├── maix-bit │ │ ├── linux-cpio.config │ │ └── readme.txt │ ├── maix-dock │ │ ├── linux-cpio.config │ │ └── readme.txt │ ├── maix-go │ │ ├── linux-cpio.config │ │ └── readme.txt │ └── maixduino │ │ ├── linux-cpio.config │ │ └── readme.txt ├── solidrun │ ├── clearfog │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── linux.fragment │ │ ├── post-build.sh │ │ └── readme.txt │ ├── clearfog_gt_8k │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── linux-extras.config │ │ ├── post-build-mainline.sh │ │ ├── readme.txt │ │ └── uboot-fragment.config │ ├── macchiatobin │ │ ├── extlinux.conf │ │ ├── genimage.cfg │ │ ├── linux-extras.config │ │ ├── post-build-mainline.sh │ │ ├── post-build.sh │ │ ├── readme.txt │ │ ├── uEnv-example.txt │ │ └── uboot-fragment.config │ └── mx6cubox │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ └── boot │ │ └── extlinux │ │ └── extlinux.conf ├── spike │ └── riscv64 │ │ ├── readme.txt │ │ └── start.sh ├── stmicroelectronics │ ├── common │ │ ├── stm32f4xx │ │ │ └── stm32-post-build.sh │ │ └── stm32mp157 │ │ │ ├── genimage.cfg.template │ │ │ └── post-image.sh │ ├── stm32f429-disco │ │ ├── flash.sh │ │ ├── linux.config │ │ └── readme.txt │ ├── stm32f469-disco │ │ ├── extlinux.conf │ │ ├── flash_sd.sh │ │ ├── flash_xip.sh │ │ ├── genimage.cfg │ │ ├── linux-sd.fragment │ │ ├── linux-xip.config │ │ ├── post-build.sh │ │ ├── readme.txt │ │ └── readme_xip.txt │ ├── stm32mp157a-dk1 │ │ ├── linux.config │ │ ├── overlay │ │ │ └── boot │ │ │ │ └── extlinux │ │ │ │ └── extlinux.conf │ │ └── readme.txt │ └── stm32mp157c-dk2 │ │ ├── linux.config │ │ ├── overlay │ │ └── boot │ │ │ └── extlinux │ │ │ └── extlinux.conf │ │ └── readme.txt ├── synopsys │ ├── axs10x │ │ ├── post-build.sh │ │ └── uboot-fragment.config │ └── hsdk │ │ ├── genimage.cfg │ │ ├── linux.fragment │ │ ├── readme.txt │ │ └── uboot.env.txt ├── technexion │ ├── imx6ulpico │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ │ ├── boot │ │ │ └── extlinux │ │ │ │ └── extlinux.conf │ │ │ └── lib │ │ │ └── firmware │ │ │ └── brcm │ │ │ └── brcmfmac4339-sdio.txt │ ├── imx7dpico │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ │ ├── boot │ │ │ └── extlinux │ │ │ │ └── extlinux.conf │ │ │ └── lib │ │ │ └── firmware │ │ │ └── brcm │ │ │ └── brcmfmac4339-sdio.txt │ ├── imx8mmpico │ │ └── readme.txt │ └── imx8mpico │ │ └── readme.txt ├── technologic │ ├── ts4900 │ │ ├── genimage.cfg │ │ ├── post-image.sh │ │ └── readme.txt │ ├── ts5500 │ │ ├── fs-overlay │ │ │ └── boot │ │ │ │ └── syslinux │ │ │ │ └── syslinux.cfg │ │ ├── linux-4.14.config │ │ └── readme.txt │ └── ts7680 │ │ ├── genimage.cfg │ │ └── readme.txt ├── terasic │ └── de10nano_cyclone5 │ │ ├── barebox-env │ │ ├── boot │ │ │ └── mmc │ │ ├── init │ │ │ └── automount │ │ └── nv │ │ │ ├── boot.default │ │ │ └── linux.bootargs.console │ │ ├── genimage.cfg │ │ └── readme.txt ├── toradex │ └── apalis-imx6 │ │ ├── genimage.cfg │ │ ├── post-image.sh │ │ ├── readme.txt │ │ └── uEnv.txt ├── udoo │ ├── common │ │ ├── boot.scr.txt │ │ └── post-build.sh │ ├── mx6qdl │ │ ├── patches │ │ │ └── linux │ │ │ │ └── 0000-udoo-disable-usbh1.patch │ │ └── readme.txt │ └── neo │ │ └── readme.txt ├── uevm5432 │ ├── genimage.cfg │ └── readme.txt ├── versal │ ├── genimage.cfg │ ├── post-build.sh │ ├── post-image.sh │ ├── readme.txt │ └── uboot.fragment ├── visionfive │ ├── genimage.cfg │ ├── overlay │ │ └── boot │ │ │ ├── extlinux │ │ │ └── extlinux.conf │ │ │ └── uEnv.txt │ └── readme.txt ├── visionfive2 │ ├── genimage.cfg │ ├── overlay │ │ └── boot │ │ │ └── extlinux │ │ │ └── extlinux.conf │ └── readme.txt ├── wandboard │ ├── readme.txt │ └── rootfs_overlay │ │ └── boot │ │ └── extlinux │ │ └── extlinux.conf ├── warp7 │ ├── readme.txt │ └── rootfs_overlay │ │ └── lib │ │ └── firmware │ │ └── brcm │ │ └── brcmfmac43430-sdio.txt ├── zynq │ ├── extlinux.conf │ ├── genimage.cfg │ ├── post-build.sh │ ├── post-image.sh │ └── readme.txt └── zynqmp │ ├── genimage.cfg │ ├── kria │ ├── kv260 │ │ ├── kv260.sh │ │ └── pm_cfg_obj.c │ ├── patches │ │ └── uboot │ │ │ └── v1-0001-makefile-add-multi_dtb_fit-dep.patch │ ├── readme.txt │ └── uboot.fragment │ ├── post-build.sh │ ├── post-image.sh │ ├── readme.txt │ ├── zcu102 │ └── pm_cfg_obj.c │ └── zcu106 │ └── pm_cfg_obj.c ├── boot ├── Config.in ├── afboot-stm32 │ ├── 0001-Pass-fno-builtin-to-fix-build-with-gcc-10.patch │ ├── 0002-Makefile-drop-nostartfiles.patch │ ├── 0003-Makefile-disable-stack-protector.patch │ ├── Config.in │ ├── afboot-stm32.hash │ └── afboot-stm32.mk ├── arm-trusted-firmware │ ├── Config.in │ ├── arm-trusted-firmware.hash │ ├── arm-trusted-firmware.mk │ ├── v2.8 │ │ └── 0002-build-tools-avoid-unnecessary-link.patch │ └── v2.9 │ │ └── 0001-build-tools-avoid-unnecessary-link.patch ├── at91bootstrap │ ├── 0001-eabi-fix.patch │ ├── 0002-gcc-4.6.x-ldscript-fix.patch │ ├── 0003-u-boot-relocation-fix.patch │ ├── Config.in │ ├── at91bootstrap.hash │ └── at91bootstrap.mk ├── at91bootstrap3 │ ├── Config.in │ ├── at91bootstrap3.hash │ └── at91bootstrap3.mk ├── at91dataflashboot │ ├── 0001-do-not-install.patch │ ├── 0002-eabi-fixes.patch │ ├── Config.in │ ├── at91dataflashboot.hash │ └── at91dataflashboot.mk ├── barebox │ ├── Config.in │ ├── barebox-aux │ │ ├── Config.in │ │ ├── barebox-aux.hash │ │ └── barebox-aux.mk │ ├── barebox.hash │ ├── barebox.mk │ └── barebox │ │ ├── Config.in │ │ ├── barebox.hash │ │ └── barebox.mk ├── beaglev-ddrinit │ ├── Config.in │ ├── beaglev-ddrinit.hash │ └── beaglev-ddrinit.mk ├── beaglev-secondboot │ ├── Config.in │ ├── beaglev-secondboot.hash │ └── beaglev-secondboot.mk ├── binaries-marvell │ ├── Config.in │ ├── binaries-marvell.hash │ └── binaries-marvell.mk ├── boot-wrapper-aarch64 │ ├── Config.in │ └── boot-wrapper-aarch64.mk ├── common.mk ├── edk2 │ ├── Config.in │ ├── edk2.hash │ └── edk2.mk ├── grub2 │ ├── 0001-Makefile-Make-grub_fstest.pp-depend-on-config-util.h.patch │ ├── 0002-grub-mkconfig-Restore-umask-for-the-grub.cfg.patch │ ├── 0003-loader-efi-chainloader-Simplify-the-loader-state.patch │ ├── 0004-commands-boot-Add-API-to-pass-context-to-loader.patch │ ├── 0005-loader-efi-chainloader-Use-grub_loader_set_ex.patch │ ├── 0006-kern-efi-sb-Reject-non-kernel-files-in-the-shim_lock.patch │ ├── 0007-video-Remove-trailing-whitespaces.patch │ ├── 0008-video-readers-png-Abort-sooner-if-a-read-operation-f.patch │ ├── 0009-video-readers-png-Refuse-to-handle-multiple-image-he.patch │ ├── 0010-video-readers-png-Drop-greyscale-support-to-fix-heap.patch │ ├── 0011-video-readers-png-Avoid-heap-OOB-R-W-inserting-huff-.patch │ ├── 0012-video-readers-jpeg-Block-int-underflow-wild-pointer-.patch │ ├── 0013-net-ip-Do-IP-fragment-maths-safely.patch │ ├── 0014-net-http-Fix-OOB-write-for-split-http-headers.patch │ ├── 0015-net-http-Error-out-on-headers-with-LF-without-CR.patch │ ├── 0016-font-Fix-size-overflow-in-grub_font_get_glyph_intern.patch │ ├── 0017-font-Fix-several-integer-overflows-in-grub_font_cons.patch │ ├── 0018-font-Fix-an-integer-underflow-in-blit_comb.patch │ ├── Config.in │ ├── grub.cfg │ ├── grub2.hash │ ├── grub2.mk │ └── readme.txt ├── lpc32xxcdl │ ├── 0001-compiler_name.patch │ ├── 0002-delete_redundant_files.patch │ ├── 0003-libnosys_gnu.patch │ ├── 0004-slashes.patch │ ├── Config.in │ ├── lpc32xxcdl.hash │ └── lpc32xxcdl.mk ├── mv-ddr-marvell │ ├── 0001-Allow-access-to-low-addresses-with-gcc-12.patch │ ├── 0002-Makefile-disable-stack-protection.patch │ ├── Config.in │ ├── mv-ddr-marvell.hash │ └── mv-ddr-marvell.mk ├── mxs-bootlets │ ├── Config.in │ ├── barebox_ivt.bd │ ├── mxs-bootlets.hash │ └── mxs-bootlets.mk ├── opensbi │ ├── 0.9 │ │ ├── 0001-Makefile-Don-t-specify-mabi-or-march.patch │ │ └── 0002-Makefile-unconditionally-disable-SSP.patch │ ├── Config.in │ ├── opensbi.hash │ └── opensbi.mk ├── optee-os │ ├── 3.13.0 │ │ └── 0001-core-zlib-fix-build-warning-when-_LFS64_LARGEFILE-is.patch │ ├── Config.in │ ├── optee-os.hash │ └── optee-os.mk ├── s500-bootloader │ ├── Config.in │ ├── s500-bootloader.hash │ └── s500-bootloader.mk ├── shim │ ├── Config.in │ ├── shim.hash │ └── shim.mk ├── syslinux │ ├── 0001-bios-Fix-alignment-change-with-gcc-5.patch │ ├── 0002-Disable-PIE-to-avoid-FTBFS-on-amd64.patch │ ├── 0003-memdisk-Force-ld-output-format-to-32-bits.patch │ ├── 0004-utils-Use-the-host-toolchain-to-build.patch │ ├── 0005-lzo-Use-the-host-toolchain-for-prepcore.patch │ ├── 0006-The-VPrint-definition-is-now-part-of-the-exports-of-.patch │ ├── 0007-Update-the-longjump-calls-to-fit-the-new-declaration.patch │ ├── 0008-efi-wrapper-build-it-with-the-host-toolchain.patch │ ├── 0009-bios-Don-t-try-to-guess-the-sections-alignment.patch │ ├── 0010-core-Clean-up-the-i386-bios-build.patch │ ├── 0011-extlinux-Use-the-host-toolchain-to-build.patch │ ├── 0012-pull-in-sys-sysmacros-h-for-major-minor-makedev.patch │ ├── 0013-Fix-build-with-gnu-efi-version-3.0.9.patch │ ├── 0014-Fix-build-with-binutils-note-gnu-property-section.patch │ ├── 0015-efi-main.c-include-efisetjmp.h.patch │ ├── 0016-Workaround-multiple-definition-of-symbol-errors.patch │ ├── 0017-Replace-builtin-strlen-that-appears-to-get-optimized.patch │ ├── Config.in │ ├── syslinux.hash │ └── syslinux.mk ├── ti-k3-r5-loader │ ├── Config.in │ ├── ti-k3-r5-loader.hash │ └── ti-k3-r5-loader.mk ├── uboot │ ├── Config.in │ ├── uboot.hash │ └── uboot.mk └── vexpress-firmware │ ├── Config.in │ ├── vexpress-firmware.hash │ └── vexpress-firmware.mk ├── configs ├── aarch64_efi_defconfig ├── acmesystems_acqua_a5_256mb_defconfig ├── acmesystems_acqua_a5_512mb_defconfig ├── acmesystems_aria_g25_128mb_defconfig ├── acmesystems_aria_g25_256mb_defconfig ├── acmesystems_arietta_g25_128mb_defconfig ├── acmesystems_arietta_g25_256mb_defconfig ├── amarula_vyasa_rk3288_defconfig ├── andes_ae350_45_defconfig ├── arcturus_ucls1012a_defconfig ├── arcturus_ucp1020_defconfig ├── arm_foundationv8_defconfig ├── armadeus_apf27_defconfig ├── armadeus_apf28_defconfig ├── armadeus_apf51_defconfig ├── aspeed_ast2500evb_defconfig ├── aspeed_ast2600evb_defconfig ├── asus_tinker_rk3288_defconfig ├── at91sam9260eknf_defconfig ├── at91sam9g20dfc_defconfig ├── at91sam9g45m10ek_defconfig ├── at91sam9rlek_defconfig ├── at91sam9x5ek_defconfig ├── at91sam9x5ek_dev_defconfig ├── at91sam9x5ek_mmc_defconfig ├── at91sam9x5ek_mmc_dev_defconfig ├── atmel_sama5d27_som1_ek_mmc_dev_defconfig ├── atmel_sama5d2_xplained_mmc_defconfig ├── atmel_sama5d2_xplained_mmc_dev_defconfig ├── atmel_sama5d3_xplained_defconfig ├── atmel_sama5d3_xplained_dev_defconfig ├── atmel_sama5d3_xplained_mmc_defconfig ├── atmel_sama5d3_xplained_mmc_dev_defconfig ├── atmel_sama5d3xek_defconfig ├── atmel_sama5d4_xplained_defconfig ├── atmel_sama5d4_xplained_dev_defconfig ├── atmel_sama5d4_xplained_mmc_defconfig ├── atmel_sama5d4_xplained_mmc_dev_defconfig ├── avenger96_defconfig ├── bananapi_m2_ultra_defconfig ├── bananapi_m2_zero_defconfig ├── bananapro_defconfig ├── beagleboardx15_defconfig ├── beaglebone_defconfig ├── beaglebone_qt5_defconfig ├── beagleboneai_defconfig ├── beaglev_defconfig ├── beelink_gs1_defconfig ├── broadcom_northstar_defconfig ├── canaan_kd233_defconfig ├── chromebook_elm_defconfig ├── chromebook_snow_defconfig ├── ci20_defconfig ├── cubieboard2_defconfig ├── engicam_imx6qdl_icore_defconfig ├── engicam_imx6qdl_icore_qt5_defconfig ├── engicam_imx6qdl_icore_rqs_defconfig ├── engicam_imx6ul_geam_defconfig ├── engicam_imx6ul_isiot_defconfig ├── freescale_imx28evk_defconfig ├── freescale_imx6dlsabreauto_defconfig ├── freescale_imx6dlsabresd_defconfig ├── freescale_imx6qsabreauto_defconfig ├── freescale_imx6qsabresd_defconfig ├── freescale_imx6sxsabresd_defconfig ├── freescale_imx6ullevk_defconfig ├── freescale_imx7dsabresd_defconfig ├── freescale_imx8mmevk_defconfig ├── freescale_imx8mnevk_defconfig ├── freescale_imx8mpevk_defconfig ├── freescale_imx8mqevk_defconfig ├── freescale_imx8qmmek_defconfig ├── freescale_imx8qxpmek_defconfig ├── freescale_p1025twr_defconfig ├── freescale_t1040d4rdb_defconfig ├── freescale_t2080_qds_rdb_defconfig ├── friendlyarm_nanopi_r2s_defconfig ├── galileo_defconfig ├── globalscale_espressobin_defconfig ├── grinn_chiliboard_defconfig ├── grinn_liteboard_defconfig ├── hifive_unleashed_defconfig ├── imx23evk_defconfig ├── imx6-sabreauto_defconfig ├── imx6-sabresd_defconfig ├── imx6-sabresd_qt5_defconfig ├── imx6slevk_defconfig ├── imx6sx-sdb_defconfig ├── imx6ulevk_defconfig ├── imx6ullevk_defconfig ├── imx6ulpico_defconfig ├── imx7d-sdb_defconfig ├── imx7dpico_defconfig ├── imx8mmpico_defconfig ├── imx8mn_bsh_smm_s2_defconfig ├── imx8mn_bsh_smm_s2_pro_defconfig ├── imx8mpico_defconfig ├── imx8mqevk_defconfig ├── kontron_bl_imx8mm_defconfig ├── kontron_pitx_imx8m_defconfig ├── kontron_smarc_sal28_defconfig ├── lafrite_defconfig ├── lego_ev3_defconfig ├── licheepi_zero_defconfig ├── linksprite_pcduino_defconfig ├── ls1028ardb_defconfig ├── mender_x86_64_efi_defconfig ├── microchip_sam9x60ek_mmc_defconfig ├── microchip_sam9x60ek_mmc_dev_defconfig ├── microchip_sama5d27_wlsom1_ek_mmc_defconfig ├── microchip_sama5d27_wlsom1_ek_mmc_dev_defconfig ├── microchip_sama5d2_icp_mmc_defconfig ├── microchip_sama5d2_icp_mmc_dev_defconfig ├── microchip_sama7g5ek_mmc_defconfig ├── microchip_sama7g5ek_mmc_dev_defconfig ├── minnowboard_max_defconfig ├── mx25pdk_defconfig ├── mx51evk_defconfig ├── mx53loco_defconfig ├── mx6cubox_defconfig ├── mx6sx_udoo_neo_defconfig ├── mx6udoo_defconfig ├── nexbox_a95x_defconfig ├── nezha_defconfig ├── nitrogen6sx_defconfig ├── nitrogen6x_defconfig ├── nitrogen7_defconfig ├── nitrogen8m_defconfig ├── nitrogen8mm_defconfig ├── nitrogen8mn_defconfig ├── nitrogen8mp_defconfig ├── octavo_osd32mp1_brk_defconfig ├── octavo_osd32mp1_red_defconfig ├── odroidc2_defconfig ├── odroidxu4_defconfig ├── olimex_a10_olinuxino_lime_defconfig ├── olimex_a13_olinuxino_defconfig ├── olimex_a20_olinuxino_lime2_defconfig ├── olimex_a20_olinuxino_lime_defconfig ├── olimex_a20_olinuxino_micro_defconfig ├── olimex_a33_olinuxino_defconfig ├── olimex_a64_olinuxino_defconfig ├── olimex_imx233_olinuxino_defconfig ├── olimex_stmp157_olinuxino_lime_defconfig ├── olpc_xo175_defconfig ├── olpc_xo1_defconfig ├── openblocks_a6_defconfig ├── orangepi_lite2_defconfig ├── orangepi_lite_defconfig ├── orangepi_one_defconfig ├── orangepi_one_plus_defconfig ├── orangepi_pc_defconfig ├── orangepi_pc_plus_defconfig ├── orangepi_r1_defconfig ├── orangepi_zero_defconfig ├── orangepi_zero_plus2_defconfig ├── orangepi_zero_plus_defconfig ├── pandaboard_defconfig ├── pc_x86_64_bios_defconfig ├── pc_x86_64_efi_defconfig ├── pcengines_apu2_defconfig ├── pine64_defconfig ├── pine64_sopine_defconfig ├── qemu_aarch64_ebbr_defconfig ├── qemu_aarch64_sbsa_defconfig ├── qemu_aarch64_virt_defconfig ├── qemu_arm_ebbr_defconfig ├── qemu_arm_versatile_defconfig ├── qemu_arm_vexpress_defconfig ├── qemu_arm_vexpress_tz_defconfig ├── qemu_m68k_mcf5208_defconfig ├── qemu_m68k_q800_defconfig ├── qemu_microblazebe_mmu_defconfig ├── qemu_microblazeel_mmu_defconfig ├── qemu_mips32r2_malta_defconfig ├── qemu_mips32r2el_malta_defconfig ├── qemu_mips32r6_malta_defconfig ├── qemu_mips32r6el_malta_defconfig ├── qemu_mips64_malta_defconfig ├── qemu_mips64el_malta_defconfig ├── qemu_mips64r6_malta_defconfig ├── qemu_mips64r6el_malta_defconfig ├── qemu_nios2_10m50_defconfig ├── qemu_or1k_defconfig ├── qemu_ppc64_e5500_defconfig ├── qemu_ppc64_pseries_defconfig ├── qemu_ppc64le_powernv8_defconfig ├── qemu_ppc64le_pseries_defconfig ├── qemu_ppc_bamboo_defconfig ├── qemu_ppc_e500mc_defconfig ├── qemu_ppc_g3beige_defconfig ├── qemu_ppc_mac99_defconfig ├── qemu_ppc_mpc8544ds_defconfig ├── qemu_riscv32_virt_defconfig ├── qemu_riscv64_nommu_virt_defconfig ├── qemu_riscv64_virt_defconfig ├── qemu_s390x_defconfig ├── qemu_sh4_r2d_defconfig ├── qemu_sh4eb_r2d_defconfig ├── qemu_sparc64_sun4u_defconfig ├── qemu_sparc_ss10_defconfig ├── qemu_x86_64_defconfig ├── qemu_x86_defconfig ├── qemu_xtensa_lx60_defconfig ├── qemu_xtensa_lx60_nommu_defconfig ├── raspberrypi0_defconfig ├── raspberrypi0w_defconfig ├── raspberrypi2_defconfig ├── raspberrypi3_64_defconfig ├── raspberrypi3_defconfig ├── raspberrypi3_qt5we_defconfig ├── raspberrypi4_64_defconfig ├── raspberrypi4_defconfig ├── raspberrypi_defconfig ├── raspberrypicm4io_64_defconfig ├── raspberrypicm4io_defconfig ├── raspberrypizero2w_defconfig ├── riotboard_defconfig ├── rock64_defconfig ├── rock_pi_n8_defconfig ├── rockpro64_defconfig ├── roseapplepi_defconfig ├── s6lx9_microboard_defconfig ├── sheevaplug_defconfig ├── sipeed_lichee_rv_defconfig ├── sipeed_lichee_rv_dock_defconfig ├── sipeed_maix_bit_defconfig ├── sipeed_maix_bit_sdcard_defconfig ├── sipeed_maix_dock_defconfig ├── sipeed_maix_dock_sdcard_defconfig ├── sipeed_maix_go_defconfig ├── sipeed_maix_go_sdcard_defconfig ├── sipeed_maixduino_defconfig ├── sipeed_maixduino_sdcard_defconfig ├── snps_arc700_axs101_defconfig ├── snps_archs38_axs103_defconfig ├── snps_archs38_haps_defconfig ├── snps_archs38_hsdk_defconfig ├── socrates_cyclone5_defconfig ├── solidrun_clearfog_defconfig ├── solidrun_clearfog_gt_8k_defconfig ├── solidrun_macchiatobin_defconfig ├── spike_riscv64_defconfig ├── stm32f429_disco_xip_defconfig ├── stm32f469_disco_sd_defconfig ├── stm32f469_disco_xip_defconfig ├── stm32mp157a_dk1_defconfig ├── stm32mp157c_dk2_defconfig ├── stm32mp157c_odyssey_defconfig ├── terasic_de10nano_cyclone5_defconfig ├── toradex_apalis_imx6_defconfig ├── ts4900_defconfig ├── ts5500_defconfig ├── ts7680_defconfig ├── uevm5432_defconfig ├── versal_vck190_defconfig ├── visionfive2_defconfig ├── visionfive_defconfig ├── wandboard_defconfig ├── warp7_defconfig ├── warpboard_defconfig ├── zynq_microzed_defconfig ├── zynq_qmtech_defconfig ├── zynq_zc706_defconfig ├── zynq_zed_defconfig ├── zynqmp_kria_kv260_defconfig ├── zynqmp_zcu102_defconfig └── zynqmp_zcu106_defconfig ├── docs ├── conf │ └── asciidoc-text.conf ├── images ├── manual │ ├── adding-board-support.txt │ ├── adding-packages-asciidoc.txt │ ├── adding-packages-autotools.txt │ ├── adding-packages-cargo.txt │ ├── adding-packages-cmake.txt │ ├── adding-packages-conclusion.txt │ ├── adding-packages-directory.txt │ ├── adding-packages-generic.txt │ ├── adding-packages-gettext.txt │ ├── adding-packages-golang.txt │ ├── adding-packages-hooks.txt │ ├── adding-packages-kconfig.txt │ ├── adding-packages-kernel-module.txt │ ├── adding-packages-linux-kernel-spec-infra.txt │ ├── adding-packages-luarocks.txt │ ├── adding-packages-meson.txt │ ├── adding-packages-perl.txt │ ├── adding-packages-python.txt │ ├── adding-packages-qmake.txt │ ├── adding-packages-rebar.txt │ ├── adding-packages-tips.txt │ ├── adding-packages-virtual.txt │ ├── adding-packages-waf.txt │ ├── adding-packages.txt │ ├── advanced.txt │ ├── appendix.txt │ ├── beyond-buildroot.txt │ ├── ccache-support.txt │ ├── common-usage.txt │ ├── configure-other-components.txt │ ├── configure.txt │ ├── contribute.txt │ ├── customize-configuration.txt │ ├── customize-device-permission-tables.txt │ ├── customize-directory-structure.txt │ ├── customize-outside-br.txt │ ├── customize-packages.txt │ ├── customize-patches.txt │ ├── customize-post-image.txt │ ├── customize-quick-guide.txt │ ├── customize-rootfs.txt │ ├── customize-users-tables.txt │ ├── customize.txt │ ├── debugging-buildroot.txt │ ├── developers.txt │ ├── download-infra.txt │ ├── download-location.txt │ ├── faq-troubleshooting.txt │ ├── getting.txt │ ├── how-buildroot-works.txt │ ├── integration-selinux-support.txt │ ├── integration-systemd.txt │ ├── integration.txt │ ├── introduction.txt │ ├── known-issues.txt │ ├── legal-notice.txt │ ├── make-tips.txt │ ├── makedev-syntax.txt │ ├── makeusers-syntax.txt │ ├── manual.mk │ ├── manual.txt │ ├── migrating.txt │ ├── package-make-target.txt │ ├── patch-policy.txt │ ├── prerequisite.txt │ ├── quickstart.txt │ ├── rebuilding-packages.txt │ ├── release-engineering.txt │ ├── resources.txt │ ├── using-buildroot-debugger.txt │ ├── using-buildroot-development.txt │ ├── using-buildroot-toolchain.txt │ └── writing-rules.txt └── website │ ├── .htaccess │ ├── association.html │ ├── contribute.html │ ├── copyright.txt │ ├── css │ ├── main.css │ └── timeline.css │ ├── docs.html │ ├── download.html │ ├── favicon.ico │ ├── favicon.png │ ├── fonts │ └── glyphicons-halflings-regular.woff │ ├── footer.html │ ├── header.html │ ├── images │ ├── amarula-solutions-logo.png │ ├── armadeus-systems-logo.png │ ├── bootlin-logo.png │ ├── boundary-devices-logo.png │ ├── browser.png │ ├── bug-buddy.png │ ├── buildroot-slides.png │ ├── calao-logo.png │ ├── circuitco-logo.png │ ├── clippy.svg │ ├── email.png │ ├── fluendo-logo.png │ ├── free-electrons-logo.png │ ├── gift.png │ ├── github_hash_mongrel2.png │ ├── google-logo.png │ ├── hammer.png │ ├── imgtec-logo.png │ ├── irc.png │ ├── logilin-logo.png │ ├── logo.png │ ├── logo.xcf │ ├── logo_small.png │ ├── menuconfig.png │ ├── mind-logo.png │ ├── nconfig.png │ ├── package.png │ ├── pdf-icon.png │ ├── rockwell-collins-logo.png │ ├── scaleway-logo.png │ ├── smile-logo.png │ ├── synopsys-logo.png │ ├── tap2open-logo.png │ ├── text.png │ ├── tkos-logo.png │ ├── tux-flat.png │ ├── xconfig.png │ ├── zillabit-logo.png │ └── zip.png │ ├── index.html │ ├── js │ └── buildroot.js │ ├── news.html │ ├── robots.txt │ ├── sponsors.html │ └── support.html ├── fs ├── Config.in ├── axfs │ ├── Config.in │ └── axfs.mk ├── btrfs │ ├── Config.in │ └── btrfs.mk ├── cloop │ ├── Config.in │ └── cloop.mk ├── common.mk ├── cpio │ ├── Config.in │ ├── cpio.mk │ ├── dracut.conf │ └── init ├── cramfs │ ├── Config.in │ └── cramfs.mk ├── erofs │ ├── Config.in │ └── erofs.mk ├── ext2 │ ├── Config.in │ └── ext2.mk ├── f2fs │ ├── Config.in │ └── f2fs.mk ├── initramfs │ ├── Config.in │ └── initramfs.mk ├── iso9660 │ ├── Config.in │ ├── grub.cfg │ ├── iso9660.mk │ └── isolinux.cfg ├── jffs2 │ ├── Config.in │ └── jffs2.mk ├── oci │ ├── Config.in │ └── oci.mk ├── romfs │ ├── Config.in │ └── romfs.mk ├── squashfs │ ├── Config.in │ └── squashfs.mk ├── tar │ ├── Config.in │ └── tar.mk ├── ubi │ ├── Config.in │ ├── ubi.mk │ └── ubinize.cfg ├── ubifs │ ├── Config.in │ └── ubifs.mk └── yaffs2 │ ├── Config.in │ └── yaffs2.mk ├── linux ├── 0001-timeconst.pl-Eliminate-Perl-warning.patch.conditional ├── 5.10.162-cip24-rt10 │ └── 0001-arch-microblaze-mm-init.c-fix-build.patch ├── Config.ext.in ├── Config.in ├── linux-ext-aufs.mk ├── linux-ext-ev3dev-linux-drivers.mk ├── linux-ext-fbtft.mk ├── linux-ext-rtai.mk ├── linux-ext-xenomai.mk ├── linux.hash └── linux.mk ├── package ├── 18xx-ti-utils │ ├── 0001-plt.h-fix-build-with-gcc-10.patch │ ├── 18xx-ti-utils.hash │ ├── 18xx-ti-utils.mk │ └── Config.in ├── 4th │ ├── 0001-avoid-regen-during-install.patch │ ├── 4th.hash │ ├── 4th.mk │ └── Config.in ├── Config.in ├── Config.in.host ├── Makefile.in ├── a10disp │ ├── Config.in │ ├── a10disp.hash │ └── a10disp.mk ├── abootimg │ ├── Config.in │ ├── Config.in.host │ ├── abootimg.hash │ └── abootimg.mk ├── ace │ ├── 0001-ACE-ace-SSL-SSL_Asynch_BIO.cpp-fix-build-with-libres.patch │ ├── 0002-ACE-ace-SSL-SSL_Asynch_BIO.cpp-fix-build-with-libres.patch │ ├── Config.in │ ├── ace.hash │ ├── ace.mk │ └── platform_macros.GNU ├── acl │ ├── 0001-Build-with-old-GCC-versions.patch │ ├── Config.in │ ├── acl.hash │ └── acl.mk ├── acpica │ ├── 0001-build-do-not-use-Werror.patch │ ├── Config.in │ ├── acpica.hash │ └── acpica.mk ├── acpid │ ├── 0001-dont-use-isfdtype.patch │ ├── Config.in │ ├── S02acpid │ ├── acpid.hash │ ├── acpid.mk │ └── acpid.service ├── acpitool │ ├── Config.in │ ├── acpitool.hash │ └── acpitool.mk ├── acsccid │ ├── Config.in │ ├── acsccid.hash │ └── acsccid.mk ├── adwaita-icon-theme │ ├── Config.in │ ├── adwaita-icon-theme.hash │ └── adwaita-icon-theme.mk ├── aer-inject │ ├── Config.in │ ├── aer-inject.hash │ └── aer-inject.mk ├── aespipe │ ├── Config.in │ ├── Config.in.host │ ├── aespipe.hash │ └── aespipe.mk ├── agent-proxy │ ├── Config.in.host │ ├── agent-proxy.hash │ └── agent-proxy.mk ├── agentpp │ ├── 0001-Snmpx-fix-const-nonconst-type-mismatch.patch │ ├── Config.in │ ├── agentpp.hash │ └── agentpp.mk ├── aircrack-ng │ ├── Config.in │ ├── aircrack-ng.hash │ └── aircrack-ng.mk ├── alchemy │ ├── 0001-toolchains-remove-hash-style-management.patch │ ├── alchemy.hash │ ├── alchemy.mk │ └── atom.mk.in ├── alfred │ ├── Config.in │ ├── alfred.hash │ └── alfred.mk ├── alsa-lib │ ├── 0001-Don-t-use-fork-on-noMMU-platforms.patch │ ├── Config.in │ ├── alsa-lib.hash │ └── alsa-lib.mk ├── alsa-plugins │ ├── Config.in │ ├── alsa-plugins.hash │ └── alsa-plugins.mk ├── alsa-utils │ ├── 0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch │ ├── Config.in │ ├── alsa-utils.hash │ └── alsa-utils.mk ├── alsamixergui │ ├── 0001-misc-fixes.patch │ ├── 0002-configure-fix-detection-of-fltk-libs.patch │ ├── Config.in │ ├── alsamixergui.hash │ └── alsamixergui.mk ├── altera-stapl │ ├── Config.in │ ├── altera-stapl.hash │ └── altera-stapl.mk ├── alure │ ├── Config.in │ ├── alure.hash │ └── alure.mk ├── am335x-pru-package │ ├── 0001-install-does-not-build.patch │ ├── Config.in │ ├── am335x-pru-package.hash │ └── am335x-pru-package.mk ├── am33x-cm3 │ ├── 0001-fix-makefile.patch │ ├── 0002-Makefile-unconditionally-disable-SSP.patch │ ├── 0003-Makefile-unconditionally-disable-PIE.patch │ ├── 0004-Makefile-add-fno-builtin.patch │ ├── Config.in │ ├── S93-am335x-pm-firmware-load │ ├── am33x-cm3.hash │ └── am33x-cm3.mk ├── android-tools │ ├── 0001-Fix-makefiles-for-out-of-tree-build.patch │ ├── 0002-Fix-adbd-for-non-Ubuntu-systems.patch │ ├── 0003-Fix-build-issue-with-uclibc.patch │ ├── 0004-Fix-build-issue-with-musl.patch │ ├── 0005-Use-pkgconf-to-get-libs-deps.patch │ ├── 0006-fix-big-endian-build.patch │ ├── 0007-include-cdefs-h-when-needed.patch │ ├── 0008-Include-sysmacros.h-to-compile-with-glibc-2.28.patch │ ├── 0009-Fix-makefiles-for-out-of-tree-ext4_utils-build.patch │ ├── 0010-adb-added-patch-for-openssl-1.1.0-compatibility.patch │ ├── Config.in │ ├── Config.in.host │ ├── android-tools.hash │ └── android-tools.mk ├── angular-websocket │ ├── Config.in │ ├── angular-websocket.hash │ └── angular-websocket.mk ├── angularjs │ ├── Config.in │ ├── angularjs.hash │ └── angularjs.mk ├── aoetools │ ├── 0001-Change-shell-script-interpreter-from-bin-bash-to-bin.patch │ ├── Config.in │ ├── aoetools.hash │ └── aoetools.mk ├── apache │ ├── 0001-cross-compile.patch │ ├── 0002-nios2_is_not_os2.patch │ ├── 0003-server-Makefile.in-handle-separate-APR_INCLUDE_DIR-A.patch │ ├── Config.in │ ├── S50apache │ ├── apache.hash │ ├── apache.mk │ └── apache.service ├── apcupsd │ ├── Config.in │ ├── apcupsd.hash │ └── apcupsd.mk ├── apg │ ├── Config.in │ ├── apg.hash │ └── apg.mk ├── apitrace │ ├── 0001-thirdparty-libbacktrace-backtrace-h-include-config.h.patch │ ├── 0002-gltrace-Avoid-__libc_dlsym-and-__libc_dlopen_mode-on-GLIBC-2-34.patch │ ├── Config.in │ ├── apitrace.hash │ └── apitrace.mk ├── apparmor │ ├── Config.in │ ├── apparmor.hash │ └── apparmor.mk ├── apr-util │ ├── 0001-remove-checkapr.patch │ ├── Config.in │ ├── apr-util.hash │ └── apr-util.mk ├── apr │ ├── 0001-sys-param-h.patch │ ├── 0002-Revert-Backport-r1872164.-Fix-the-name-of-libtool-wh.patch │ ├── 0003-Revert-Add-the-ability-to-cross-compile-APR.patch │ ├── Config.in │ ├── apr.hash │ └── apr.mk ├── argp-standalone │ ├── Config.in │ ├── argp-standalone.hash │ └── argp-standalone.mk ├── argparse │ ├── Config.in │ ├── argparse.hash │ └── argparse.mk ├── argus │ ├── Config.in │ ├── argus.hash │ └── argus.mk ├── arm-gnu-toolchain │ ├── arm-gnu-toolchain.hash │ └── arm-gnu-toolchain.mk ├── armadillo │ ├── Config.in │ ├── armadillo.hash │ └── armadillo.mk ├── armbian-firmware │ ├── Config.in │ ├── armbian-firmware.hash │ └── armbian-firmware.mk ├── arp-scan │ ├── Config.in │ ├── arp-scan.hash │ └── arp-scan.mk ├── arptables │ ├── 0001-Fix-musl-build-issue.patch │ ├── 0002-libarptc-libarptc_incl.c-fix-build-with-O0.patch │ ├── Config.in │ ├── arptables.hash │ └── arptables.mk ├── ascii-invaders │ ├── Config.in │ ├── ascii-invaders.hash │ └── ascii-invaders.mk ├── asn1c │ ├── Config.in.host │ ├── asn1c.hash │ └── asn1c.mk ├── assimp │ ├── Config.in │ ├── assimp.hash │ └── assimp.mk ├── asterisk │ ├── 0001-sounds-do-not-download-and-check-sha1s.patch │ ├── 0002-configure-fix-detection-of-libcrypt.patch │ ├── 0003-build-ensure-target-directory-for-modules-exists.patch │ ├── 0004-install-samples-need-the-data-files.patch │ ├── 0005-configure-fix-detection-of-re-entrant-resolver-funct.patch │ ├── 0006-main-iostream.c-fix-build-with-libressl.patch │ ├── Config.in │ ├── asterisk.hash │ └── asterisk.mk ├── at-spi2-atk │ ├── 0001-meson-add-tests-option.patch │ ├── Config.in │ ├── at-spi2-atk.hash │ └── at-spi2-atk.mk ├── at-spi2-core │ ├── Config.in │ ├── at-spi2-core.hash │ └── at-spi2-core.mk ├── at │ ├── 0001-Makefile.in-fix-make-install-for-non-root-don-t-stri.patch │ ├── Config.in │ ├── S99at │ ├── at.hash │ └── at.mk ├── atest │ ├── 0001-seq.h-fix-build-with-gcc-10.patch │ ├── Config.in │ ├── atest.hash │ └── atest.mk ├── atf │ ├── Config.in │ ├── atf.hash │ └── atf.mk ├── atftp │ ├── Config.in │ ├── atftp.hash │ └── atftp.mk ├── atk │ ├── Config.in │ ├── atk.hash │ └── atk.mk ├── atkmm │ ├── Config.in │ ├── atkmm.hash │ └── atkmm.mk ├── atkmm2_28 │ ├── Config.in │ ├── atkmm2_28.hash │ └── atkmm2_28.mk ├── atop │ ├── Config.in │ ├── atop.hash │ └── atop.mk ├── attr │ ├── 0001-build-with-older-GCCs.patch │ ├── Config.in │ ├── attr.hash │ └── attr.mk ├── aubio │ ├── Config.in │ ├── aubio.hash │ └── aubio.mk ├── audit │ ├── Config.in │ ├── S02auditd │ ├── audit.hash │ ├── audit.mk │ └── audit_tmpfiles.conf ├── aufs-util │ ├── 0001-remove-user-settings.patch │ ├── 0002-no-check-ver.patch │ ├── 0003-no-strip-lib.patch │ ├── Config.in │ └── aufs-util.mk ├── aufs │ ├── Config.in │ └── aufs.mk ├── augeas │ ├── Config.in │ ├── augeas.hash │ └── augeas.mk ├── aumix │ ├── 0001-fix-incorrect-makefile-am.patch │ ├── Config.in │ ├── aumix.hash │ └── aumix.mk ├── autoconf-archive │ ├── autoconf-archive.hash │ └── autoconf-archive.mk ├── autoconf │ ├── 0001-dont-add-dirty-to-version.patch │ ├── autoconf.hash │ └── autoconf.mk ├── autofs │ ├── Config.in │ ├── autofs.hash │ └── autofs.mk ├── automake │ ├── 0001-noman.patch │ ├── automake.hash │ ├── automake.mk │ └── gtk-doc.m4 ├── autossh │ ├── Config.in │ ├── autossh.hash │ └── autossh.mk ├── avahi │ ├── 0001-Fix-NULL-pointer-crashes-from-175.patch │ ├── Config.in │ ├── S05avahi-setup.sh │ ├── S50avahi-daemon │ ├── avahi.hash │ ├── avahi.mk │ ├── avahi_sysusers.conf │ └── avahi_tmpfiles.conf ├── avocado │ ├── Config.in │ ├── avocado.hash │ └── avocado.mk ├── avrdude │ ├── Config.in │ ├── avrdude.hash │ └── avrdude.mk ├── avro-c │ ├── Config.in │ ├── avro-c.hash │ └── avro-c.mk ├── axel │ ├── Config.in │ ├── axel.hash │ └── axel.mk ├── axfsutils │ ├── axfsutils.hash │ └── axfsutils.mk ├── azmq │ ├── Config.in │ ├── azmq.hash │ └── azmq.mk ├── azure-iot-sdk-c │ ├── Config.in │ ├── azure-iot-sdk-c.hash │ └── azure-iot-sdk-c.mk ├── b43-firmware │ ├── Config.in │ ├── b43-firmware.hash │ └── b43-firmware.mk ├── b43-fwcutter │ ├── b43-fwcutter.hash │ └── b43-fwcutter.mk ├── babeld │ ├── Config.in │ ├── S50babeld │ ├── babeld.hash │ ├── babeld.mk │ └── babeld.service ├── babeltrace2 │ ├── 0001-configure-simplify-warning-flags-detection.patch │ ├── Config.in │ ├── Config.in.host │ ├── babeltrace2.hash │ └── babeltrace2.mk ├── balena-engine │ ├── Config.in │ ├── balena-engine.hash │ └── balena-engine.mk ├── bandwidthd │ ├── 0001-src-bandwidthd.h-fix-build-with-gcc-10.patch │ ├── Config.in │ ├── bandwidthd.hash │ ├── bandwidthd.mk │ └── bandwidthd.service ├── bash-completion │ ├── Config.in │ ├── bash-completion.hash │ └── bash-completion.mk ├── bash │ ├── 0001-input.h-add-missing-include-on-stdio.h.patch │ ├── 0002-parse.y-fix-compilation-for-non-multibyte-builds.patch │ ├── 0003-configure-invert-condition-for-strtoimax-builtin.patch │ ├── Config.in │ ├── bash.hash │ └── bash.mk ├── bat │ ├── Config.in │ ├── bat.hash │ └── bat.mk ├── batctl │ ├── Config.in │ ├── batctl.hash │ └── batctl.mk ├── batman-adv │ ├── Config.in │ ├── batman-adv.hash │ └── batman-adv.mk ├── bats-core │ ├── Config.in │ ├── bats-core.hash │ └── bats-core.mk ├── bayer2rgb-neon │ ├── 0001-add-some-_always_inline_-annotations.patch │ ├── Config.in │ ├── bayer2rgb-neon.hash │ └── bayer2rgb-neon.mk ├── bc │ ├── 0001-bc-use-MAKEINFO-variable-for-docs.patch │ ├── 0002-notice-read-and-write-errors-on-input-and-output.patch │ ├── 0003-dc-fix-exit-code-of-q-command.patch │ ├── 0004-no-gen-libmath.patch │ ├── Config.in │ ├── bc.hash │ └── bc.mk ├── bcache-tools │ ├── 0001-Don-t-inline-crc64-for-gcc-5-compatability.patch │ ├── Config.in │ ├── bcache-tools.hash │ └── bcache-tools.mk ├── bcg729 │ ├── Config.in │ ├── bcg729.hash │ └── bcg729.mk ├── bcm2835 │ ├── Config.in │ ├── bcm2835.hash │ └── bcm2835.mk ├── bctoolbox │ ├── 0001-Fix-Libs.private-flags-for-mbedtls.patch │ ├── Config.in │ ├── bctoolbox.hash │ └── bctoolbox.mk ├── bcusdk │ ├── 0001-fd_set-requires-inclusion-of-sys-select.h.patch │ ├── 0002-eibd-fix-endless-recursion-when-using-USB-backends.patch │ ├── Config.in │ ├── bcusdk.hash │ └── bcusdk.mk ├── bdwgc │ ├── Config.in │ ├── bdwgc.hash │ └── bdwgc.mk ├── bearssl │ ├── 0001-Fix-missing-objdir-dependency.patch │ ├── Config.in │ ├── bearssl.hash │ └── bearssl.mk ├── beecrypt │ ├── 0001-cppglue.cxx-cplusplus-only.patch │ ├── 0002-build-system.patch │ ├── 0003-don-t-check-for-cplusplus-compiler.patch │ ├── Config.in │ ├── beecrypt.hash │ └── beecrypt.mk ├── belle-sip │ ├── Config.in │ ├── belle-sip.hash │ └── belle-sip.mk ├── belr │ ├── Config.in │ ├── belr.hash │ └── belr.mk ├── benejson │ ├── 0001-c-std.patch │ ├── 0002-Use-print-as-a-function-for-Py3-compatibility.patch │ ├── Config.in │ ├── benejson.hash │ └── benejson.mk ├── bento4 │ ├── 0001-Add-support-for-cmake-install.patch │ ├── 0002-Add-additional-methods-funtions-and-passing-poolid.patch │ ├── 0003-Backport-Smmothstream-changes.patch │ ├── 0004-more-SPS-parameters.patch │ ├── 0005-AVC-extract-VUI-values-from-SPS.patch │ ├── 0006-Implement-SPS-Frame-parser.patch │ ├── 0007-Fix-segfault-when-AP4_Sample-s-seek.patch │ ├── 0008-Hack-HBO.patch │ ├── 0009-Android-32-ftello-fix.patch │ ├── 0010-Dazn-sample-duration-workaround.patch │ ├── 0011-Add-argument-to-reuse-single-sample-decrypter.patch │ ├── 0012-Static-ReadGolomb-SignedGolomb.patch │ ├── 0013-Add-GetChannels-method.patch │ ├── 0014-Implemented-GetSampleIndexForTimeStamp-GetNearestSyn.patch │ ├── 0015-Avoid-set-next-fragment-position.patch │ ├── 0016-Fix-segfault-in-AP4_LinearReader-ProcessMoof.patch │ ├── Config.in │ ├── bento4.hash │ └── bento4.mk ├── berkeleydb │ ├── 0001-cwd-db_config.patch │ ├── 0002-atomic_compare_exchange.patch │ ├── Config.in │ ├── berkeleydb.hash │ └── berkeleydb.mk ├── bind │ ├── 0001-cross.patch │ ├── Config.in │ ├── S81named │ ├── bind.hash │ ├── bind.mk │ └── named.service ├── binutils │ ├── 2.37 │ │ ├── 0001-sh-conf.patch │ │ ├── 0002-poison-system-directories.patch │ │ ├── 0003-bfd-elf32-or1k-fix-building-with-gcc-version-5.patch │ │ ├── 0004-or1k-fix-pc-relative-relocation-against-dynamic-on-P.patch │ │ ├── 0005-or1k-Avoid-R_OR1K_GOT16-signed-overflow-by-using-spe.patch │ │ ├── 0006-bfd-Close-the-file-descriptor-if-there-is-no-archive.patch │ │ └── 0007-i386-Allow-GOT32-relocations-against-ABS-symbols.patch │ ├── 2.38 │ │ ├── 0001-sh-conf.patch │ │ ├── 0002-poison-system-directories.patch │ │ ├── 0003-bfd-elf32-or1k-fix-building-with-gcc-version-5.patch │ │ ├── 0004-or1k-Avoid-R_OR1K_GOT16-signed-overflow-by-using-spe.patch │ │ └── 0005-binutils-2.38-vs.-ppc32-linux-kernel.patch │ ├── 2.39 │ │ ├── 0001-sh-conf.patch │ │ ├── 0002-poison-system-directories.patch │ │ └── 0003-bfd-elf32-or1k-fix-building-with-gcc-version-5.patch │ ├── Config.in │ ├── Config.in.host │ ├── arc-2020.09-release │ │ └── 0001-poison-system-directories.patch │ ├── binutils.hash │ └── binutils.mk ├── biosdevname │ ├── Config.in │ ├── biosdevname.hash │ └── biosdevname.mk ├── bird │ ├── 0001-configure.ac-fix-build-with-autoconf-2.70.patch │ ├── Config.in │ ├── bird.hash │ └── bird.mk ├── bison │ ├── bison.hash │ └── bison.mk ├── bitcoin │ ├── 0001-src-randomenv.cpp-fix-build-on-uclibc.patch │ ├── Config.in │ ├── bitcoin.hash │ └── bitcoin.mk ├── bitstream-vera │ ├── Config.in │ ├── bitstream-vera.hash │ └── bitstream-vera.mk ├── bitstream │ ├── Config.in │ ├── bitstream.hash │ └── bitstream.mk ├── bitwise │ ├── Config.in │ ├── bitwise.hash │ └── bitwise.mk ├── blktrace │ ├── Config.in │ ├── blktrace.hash │ └── blktrace.mk ├── bluez-alsa │ ├── Config.in │ ├── bluez-alsa.hash │ └── bluez-alsa.mk ├── bluez-tools │ ├── Config.in │ ├── bluez-tools.hash │ └── bluez-tools.mk ├── bluez5_utils-headers │ ├── Config.in │ ├── bluez5_utils-headers.hash │ └── bluez5_utils-headers.mk ├── bluez5_utils │ ├── Config.in │ ├── S40bluetoothd │ ├── bluez5_utils.hash │ └── bluez5_utils.mk ├── bmap-tools │ ├── Config.in │ ├── Config.in.host │ ├── bmap-tools.hash │ └── bmap-tools.mk ├── bmon │ ├── Config.in │ ├── bmon.hash │ └── bmon.mk ├── bmx7 │ ├── 0001-Fix-schedule.c-378-36-error-SIOCGSTAMP-undeclared.patch │ ├── 0002-Fix-linking-error.patch │ ├── 0003-Reorder-includes-to-avoid-ethhdr-collision.patch │ ├── Config.in │ ├── bmx7.hash │ └── bmx7.mk ├── boinc │ ├── Config.in │ ├── S99boinc-client │ ├── boinc.hash │ └── boinc.mk ├── bonnie │ ├── Config.in │ ├── bonnie.hash │ └── bonnie.mk ├── boost │ ├── 0001-Improve-modfunc-performance.patch │ ├── Config.in │ ├── boost.hash │ └── boost.mk ├── bootgen │ ├── 0001-Fix-build-on-machines-with-modern-flex.patch │ ├── Config.in.host │ ├── bootgen.hash │ └── bootgen.mk ├── bootstrap │ ├── Config.in │ ├── bootstrap.hash │ └── bootstrap.mk ├── botan │ ├── 0001-Add-superh-alias-needed-by-Debian.patch │ ├── 0002-src-build-data-arch-superh.txt-add-sh4-eb-aeb.patch │ ├── Config.in │ ├── botan.hash │ └── botan.mk ├── bpftool │ ├── Config.in │ ├── bpftool.hash │ └── bpftool.mk ├── brcm-patchram-plus │ ├── Config.in │ ├── brcm-patchram-plus.hash │ └── brcm-patchram-plus.mk ├── brcmfmac_sdio-firmware-rpi │ ├── Config.in │ ├── brcmfmac_sdio-firmware-rpi.hash │ └── brcmfmac_sdio-firmware-rpi.mk ├── brickd │ ├── Config.in │ ├── S70brickd │ ├── brickd.hash │ └── brickd.mk ├── bridge-utils │ ├── 0001-fix-build-on-musl.patch │ ├── Config.in │ ├── bridge-utils.hash │ └── bridge-utils.mk ├── brltty │ ├── 0001-Fix-linking-error-on-mips64el.patch │ ├── 0002-shell-prologue-runProgramTerminationCommands-used-a-.patch │ ├── Config.in │ ├── S10brltty │ ├── brltty.hash │ ├── brltty.mk │ └── brltty.service ├── brotli │ ├── 0001-CMake-Allow-using-BUILD_SHARED_LIBS-to-choose-static.patch │ ├── 0002-Revert-Add-runtime-linker-path-to-pkg-config-files.patch │ ├── Config.in │ ├── brotli.hash │ └── brotli.mk ├── bsdiff │ ├── 0001-Add-missing-header-for-u_char.patch │ ├── Config.in │ ├── bsdiff.hash │ └── bsdiff.mk ├── btrfs-progs │ ├── Config.in │ ├── Config.in.host │ ├── btrfs-progs.hash │ └── btrfs-progs.mk ├── bubblewrap │ ├── Config.in │ ├── bubblewrap.hash │ └── bubblewrap.mk ├── bullet │ ├── Config.in │ ├── bullet.hash │ └── bullet.mk ├── bustle │ ├── 0001-Makefile-fix-pcap-config-call.patch │ ├── Config.in │ ├── bustle.hash │ └── bustle.mk ├── busybox │ ├── 0001-networking-libiproute-use-linux-if_packet.h-instead-.patch │ ├── 0002-Makefile.flags-strip-non-l-arguments-returned-by-pkg.patch │ ├── 0003-libbb-sockaddr2str-ensure-only-printable-characters-.patch │ ├── 0004-nslookup-sanitize-all-printed-strings-with-printable.patch │ ├── 0005-seedrng-fix-for-glibc-2.24-not-providing-getrandom.patch │ ├── 0006-seedrng-fix-for-glibc-2.24-not-providing-random-head.patch │ ├── 0007-seedrng-fix-getrandom-detection-for-non-glibc-libc.patch │ ├── 0008-shell-fix-SIGWINCH-and-SIGCHLD-in-hush-interrupting-.patch │ ├── Config.in │ ├── S01syslogd │ ├── S02klogd │ ├── S02sysctl │ ├── S10mdev │ ├── S15watchdog │ ├── S50telnet │ ├── busybox-minimal.config │ ├── busybox.config │ ├── busybox.hash │ ├── busybox.mk │ ├── inittab │ ├── mdev.conf │ ├── telnetd.service │ └── udhcpc.script ├── bwm-ng │ ├── Config.in │ ├── bwm-ng.hash │ └── bwm-ng.mk ├── bzip2 │ ├── 0001-build-objects-twice.patch │ ├── 0002-improve-build-system.patch │ ├── Config.in │ ├── bzip2.hash │ └── bzip2.mk ├── c-ares │ ├── Config.in │ ├── c-ares.hash │ └── c-ares.mk ├── c-capnproto │ ├── Config.in │ ├── c-capnproto.hash │ └── c-capnproto.mk ├── c-icap-modules │ ├── Config.in │ ├── c-icap-modules.hash │ └── c-icap-modules.mk ├── c-icap │ ├── 0001-Required-fixes-to-compile-and-run-under-cygwin.patch │ ├── Config.in │ ├── S96cicap │ ├── c-icap.hash │ └── c-icap.mk ├── c-periphery │ ├── Config.in │ ├── c-periphery.hash │ └── c-periphery.mk ├── ca-certificates │ ├── 0001-mozilla-certdata2pem.py-make-cryptography-module-opt.patch │ ├── Config.in │ ├── ca-certificates.hash │ └── ca-certificates.mk ├── cache-calibrator │ ├── 0001-Fix-conflicting-round-function.patch │ ├── Config.in │ ├── cache-calibrator.hash │ └── cache-calibrator.mk ├── cage │ ├── 0001-Upgrade-to-wlroots-0.15.patch │ ├── Config.in │ ├── cage.hash │ └── cage.mk ├── cairo │ ├── 0001-fix-nofork-build.patch │ ├── 0002-ft-Use-FT_Done_MM_Var-instead-of-free-when-available-in-cairo_ft_apply_variation.patch │ ├── 0003-_arc_max_angle_for_tolerance_normalized-fix-infinite.patch │ ├── 0004-Fix-mask-usage-in-image-compositor.patch │ ├── Config.in │ ├── cairo.hash │ └── cairo.mk ├── cairomm │ ├── Config.in │ ├── cairomm.hash │ └── cairomm.mk ├── cairomm1_14 │ ├── Config.in │ ├── cairomm1_14.hash │ └── cairomm1_14.mk ├── can-utils │ ├── Config.in │ ├── can-utils.hash │ └── can-utils.mk ├── cannelloni │ ├── Config.in │ ├── cannelloni.hash │ └── cannelloni.mk ├── cantarell │ ├── Config.in │ ├── cantarell.hash │ └── cantarell.mk ├── capnproto │ ├── Config.in │ ├── capnproto.hash │ └── capnproto.mk ├── caps │ ├── 0001-Fix-stdint-types-with-musl.patch │ ├── Config.in │ ├── caps.hash │ └── caps.mk ├── casync │ ├── Config.in │ ├── casync.hash │ └── casync.mk ├── catatonit │ ├── 0001-configure.ac-call-AM_INIT_AUTOMAKE-only-once.patch │ ├── 0002-fix-build-with-kernel-5.9.patch │ ├── Config.in │ ├── catatonit.hash │ └── catatonit.mk ├── catch2 │ ├── Config.in │ ├── catch2.hash │ └── catch2.mk ├── cbootimage │ ├── Config.in │ ├── Config.in.host │ ├── cbootimage.hash │ └── cbootimage.mk ├── cc-tool │ ├── Config.in │ ├── cc-tool.hash │ └── cc-tool.mk ├── ccache │ ├── ccache.hash │ └── ccache.mk ├── ccid │ ├── Config.in │ ├── ccid.hash │ └── ccid.mk ├── ccrypt │ ├── Config.in │ ├── ccrypt.hash │ └── ccrypt.mk ├── cctz │ ├── Config.in │ ├── cctz.hash │ └── cctz.mk ├── cdrkit │ ├── 0001-no-rcmd.patch │ ├── 0002-define-__THROW-to-avoid-build-issue-with-musl.patch │ ├── 0003-Add-extern-to-char-outfile-declaration-to-fix-build-.patch │ ├── Config.in │ ├── cdrkit.hash │ └── cdrkit.mk ├── cegui │ ├── 0001-XMLParser.cpp-include-string.h.patch │ ├── Config.in │ ├── cegui.hash │ └── cegui.mk ├── cereal │ ├── Config.in │ ├── cereal.hash │ └── cereal.mk ├── cfm │ ├── Config.in │ ├── S65cfm │ ├── cfm.hash │ ├── cfm.mk │ └── cfm.service ├── cgic │ ├── 0001-prepare_makefile.patch │ ├── 0002-file_enhancements.patch │ ├── 0003-restore-cgiFormFileGetTempfileName.patch │ ├── Config.in │ ├── cgic.hash │ └── cgic.mk ├── cgilua │ ├── Config.in │ ├── cgilua.hash │ └── cgilua.mk ├── cgroupfs-mount │ ├── Config.in │ ├── S30cgroupfs │ ├── cgroupfs-mount.hash │ └── cgroupfs-mount.mk ├── chartjs │ ├── Config.in │ ├── chartjs.hash │ └── chartjs.mk ├── check │ ├── Config.in │ ├── check.hash │ └── check.mk ├── checkpolicy │ ├── Config.in │ ├── Config.in.host │ ├── checkpolicy.hash │ └── checkpolicy.mk ├── checksec │ ├── Config.in.host │ ├── checksec.hash │ └── checksec.mk ├── chipmunk │ ├── 0001-Fix-build-failure-on-musl.patch │ ├── Config.in │ ├── chipmunk.hash │ └── chipmunk.mk ├── chocolate-doom │ ├── 0001-Remove-redundant-demoextend-definition.patch │ ├── Config.in │ ├── chocolate-doom.hash │ └── chocolate-doom.mk ├── chrony │ ├── Config.in │ ├── S49chrony │ ├── chrony.hash │ ├── chrony.mk │ └── chrony.service ├── cifs-utils │ ├── Config.in │ ├── cifs-utils.hash │ └── cifs-utils.mk ├── circus │ ├── Config.in │ ├── circus.hash │ └── circus.mk ├── civetweb │ ├── Config.in │ ├── civetweb.hash │ └── civetweb.mk ├── cjson │ ├── Config.in │ ├── cjson.hash │ └── cjson.mk ├── clamav │ ├── 0001-mbox-do-not-use-backtrace-if-using-uClibc-without-ba.patch │ ├── Config.in │ ├── clamav.hash │ └── clamav.mk ├── clang │ ├── 0001-lib-Driver-ToolChains-Gnu-Use-GCC_INSTALL_PREFIX-in-.patch │ ├── Config.in │ ├── clang.hash │ └── clang.mk ├── cli11 │ ├── Config.in │ ├── cli11.hash │ └── cli11.mk ├── clinfo │ ├── Config.in │ ├── clinfo.hash │ └── clinfo.mk ├── cloop │ ├── cloop.hash │ └── cloop.mk ├── clpeak │ ├── Config.in │ ├── clpeak.hash │ └── clpeak.mk ├── cmake │ ├── 0001-rename-cmake-rootfile.patch │ ├── Config.in │ ├── Config.in.host │ ├── cmake.hash │ └── cmake.mk ├── cmocka │ ├── 0001-Don-t-redefine-uintptr_t.patch │ ├── Config.in │ ├── cmocka.hash │ └── cmocka.mk ├── cni-plugins │ ├── Config.in │ ├── cni-plugins.hash │ └── cni-plugins.mk ├── cog │ ├── Config.in │ ├── cog.hash │ └── cog.mk ├── collectd │ ├── 0001-src-netlink.c-remove-REG_NOERROR.patch │ ├── Config.in │ ├── S90collectd │ ├── collectd.hash │ ├── collectd.mk │ └── collectd.service ├── collectl │ ├── Config.in │ ├── collectl.hash │ └── collectl.mk ├── comix-cursors │ ├── Config.in │ ├── comix-cursors.hash │ └── comix-cursors.mk ├── compiler-rt │ ├── Config.in │ ├── compiler-rt.hash │ └── compiler-rt.mk ├── connman-gtk │ ├── Config.in │ ├── connman-gtk.hash │ └── connman-gtk.mk ├── connman │ ├── Config.in │ ├── S45connman │ ├── connman.hash │ └── connman.mk ├── conntrack-tools │ ├── Config.in │ ├── conntrack-tools.hash │ └── conntrack-tools.mk ├── containerd │ ├── Config.in │ ├── containerd.hash │ └── containerd.mk ├── copas │ ├── 0001-Do-not-load-coxpcall-for-LuaJIT.patch │ ├── Config.in │ ├── copas.hash │ └── copas.mk ├── coremark-pro │ ├── Config.in │ ├── coremark-pro.hash │ ├── coremark-pro.mk │ └── coremark-pro.sh.in ├── coremark │ ├── Config.in │ ├── coremark.hash │ └── coremark.mk ├── coreutils │ ├── Config.in │ ├── coreutils.hash │ └── coreutils.mk ├── corkscrew │ ├── Config.in │ ├── corkscrew.hash │ └── corkscrew.mk ├── coxpcall │ ├── Config.in │ ├── coxpcall.hash │ └── coxpcall.mk ├── cpio │ ├── 0001-Minor-fix.patch │ ├── 0002-Rewrite-dynamic-string-support.patch │ ├── 0003-Fix-previous-commit.patch │ ├── Config.in │ ├── cpio.hash │ └── cpio.mk ├── cppcms │ ├── Config.in │ ├── cppcms.hash │ └── cppcms.mk ├── cppdb │ ├── 0001-mysql-library-suffix.patch │ ├── Config.in │ ├── cppdb.hash │ └── cppdb.mk ├── cppunit │ ├── Config.in │ ├── cppunit.hash │ └── cppunit.mk ├── cppzmq │ ├── Config.in │ ├── cppzmq.hash │ └── cppzmq.mk ├── cpuburn-arm │ ├── Config.in │ ├── cpuburn-arm.hash │ └── cpuburn-arm.mk ├── cpulimit │ ├── 0001-Fix-crash-and-compiler-warnings.patch │ ├── 0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch │ ├── 0003-Fix-an-infrequent-crash.patch │ ├── 0004-Remove-procfs.h-inclusion.patch │ ├── Config.in │ ├── cpulimit.hash │ └── cpulimit.mk ├── cpuload │ ├── Config.in │ ├── cpuload.hash │ └── cpuload.mk ├── cracklib │ ├── Config.in │ ├── cracklib.hash │ └── cracklib.mk ├── cramfs │ ├── Config.in │ ├── Config.in.host │ ├── cramfs.hash │ └── cramfs.mk ├── crda │ ├── 0001-crda-support-python-3-in-utils-key2pub.py.patch │ ├── 0002-drop-ldconfig-call.patch │ ├── 0003-drop-werror.patch │ ├── Config.in │ ├── crda.hash │ └── crda.mk ├── crucible │ ├── Config.in │ ├── crucible.hash │ └── crucible.mk ├── crudini │ ├── 0001-prefer-shlex-over-pipes.patch │ ├── Config.in │ ├── Config.in.host │ ├── crudini.hash │ └── crudini.mk ├── crun │ ├── 0001-src-crun.c-fix-build-without-dlfcn.h.patch │ ├── Config.in │ ├── crun.hash │ └── crun.mk ├── cryptodev-linux │ ├── cryptodev-linux.hash │ └── cryptodev-linux.mk ├── cryptodev │ ├── Config.in │ └── cryptodev.mk ├── cryptopp │ ├── 0001-GNUmakefile-add-missing-shared-library-symlink.patch │ ├── Config.in │ ├── cryptopp.hash │ └── cryptopp.mk ├── cryptsetup │ ├── Config.in │ ├── Config.in.host │ ├── cryptsetup.hash │ └── cryptsetup.mk ├── ctorrent │ ├── 0001-fix-musl-build.patch │ ├── Config.in │ ├── ctorrent.hash │ └── ctorrent.mk ├── cukinia │ ├── Config.in │ ├── cukinia.conf │ ├── cukinia.hash │ └── cukinia.mk ├── cunit │ ├── Config.in │ ├── cunit.hash │ └── cunit.mk ├── cups-filters │ ├── Config.in │ ├── S82cups-browsed │ ├── cups-filters.hash │ └── cups-filters.mk ├── cups-pk-helper │ ├── Config.in │ ├── cups-pk-helper.hash │ └── cups-pk-helper.mk ├── cups │ ├── 0001-Remove-man-from-BUILDDIRS-in-configure.patch │ ├── 0002-Do-not-use-genstrings.patch │ ├── 0003-Sanitize-the-installation-process.patch │ ├── 0004-Remove-PIE-flags-from-the-build.patch │ ├── 70-usb-printers.rules │ ├── Config.in │ ├── S81cupsd │ ├── cups.hash │ └── cups.mk ├── curlftpfs │ ├── 0001-fix-CURLOPT_INFILESIZE.patch │ ├── 0002-free_ftpfs_file-memleak-fix.patch │ ├── 0003-nocache-memleak-fix.patch │ ├── 0004-fix-musl-build-off-t.patch │ ├── Config.in │ ├── curlftpfs.hash │ └── curlftpfs.mk ├── curlpp │ ├── Config.in │ ├── curlpp.hash │ └── curlpp.mk ├── cutelyst │ ├── 0001-server-CMakeLists.txt-don-t-override-CMAKE_EXE_LINKE.patch │ ├── Config.in │ ├── cutelyst.hash │ └── cutelyst.mk ├── cvs │ ├── Config.in │ ├── cvs.hash │ └── cvs.mk ├── cwiid │ ├── 0001-wmdemo-fix-linking-by-adding-the-missing-lbluetooth-.patch │ ├── 0002-configure-make-wmgui-build-optional.patch │ ├── Config.in │ ├── cwiid.hash │ └── cwiid.mk ├── cxxtest │ ├── Config.in │ ├── cxxtest.hash │ └── cxxtest.mk ├── czmq │ ├── Config.in │ ├── czmq.hash │ └── czmq.mk ├── dacapo │ ├── Config.in │ ├── dacapo.hash │ └── dacapo.mk ├── dado │ ├── Config.in │ ├── dado.hash │ └── dado.mk ├── daemon │ ├── 0001-daemon-fix-build-with-musl-libc-again.patch │ ├── 0002-Fix-build-with-NDEBUG-defined.patch │ ├── Config.in │ ├── daemon.hash │ └── daemon.mk ├── dahdi-linux │ ├── 0001-drivers-dahdi-Kbuild-fix-HOTPLUG_FIRMWARE-definition.patch │ ├── 0002-fix-build-with-32-bits-kernel.patch │ ├── 0003-Fixed-compilation-issues-on-linux-kernel-5-18-0.patch │ ├── 0004-next-fix-kernel-6-1-build.patch │ ├── Config.in │ ├── dahdi-linux.hash │ └── dahdi-linux.mk ├── dahdi-tools │ ├── 0001-no-build-docs.patch │ ├── 0002-no-perl-manpages.patch │ ├── Config.in │ ├── dahdi-tools.hash │ └── dahdi-tools.mk ├── dante │ ├── 0001-fix-sparc-compile.patch │ ├── 0002-osdep-m4-Remove-getaddrinfo-too-low-checks.patch │ ├── Config.in │ ├── S50dante │ ├── dante.hash │ ├── dante.mk │ └── dante.service ├── daq │ ├── 0001-Fix-build-against-the-musl-C-library.patch │ ├── 0002-parallel-grammar.patch │ ├── Config.in │ ├── daq.hash │ └── daq.mk ├── daq3 │ ├── Config.in │ ├── daq3.hash │ └── daq3.mk ├── darkhttpd │ ├── Config.in │ ├── S50darkhttpd │ ├── darkhttpd.hash │ ├── darkhttpd.mk │ └── darkhttpd.service ├── dash │ ├── Config.in │ ├── dash.hash │ └── dash.mk ├── datatables-buttons │ ├── Config.in │ ├── datatables-buttons.hash │ └── datatables-buttons.mk ├── datatables-fixedcolumns │ ├── Config.in │ ├── datatables-fixedcolumns.hash │ └── datatables-fixedcolumns.mk ├── datatables-responsive │ ├── Config.in │ ├── datatables-responsive.hash │ └── datatables-responsive.mk ├── datatables │ ├── Config.in │ ├── datatables.hash │ └── datatables.mk ├── dav1d │ ├── Config.in │ ├── dav1d.hash │ └── dav1d.mk ├── davfs2 │ ├── 0001-src-Makefile.am-do-not-hardcode-fstack-protector-str.patch │ ├── Config.in │ ├── davfs2.hash │ └── davfs2.mk ├── davici │ ├── Config.in │ ├── davici.hash │ └── davici.mk ├── davinci-bootcount │ ├── Config.in │ ├── davinci-bootcount.hash │ └── davinci-bootcount.mk ├── dawgdic │ ├── Config.in │ ├── dawgdic.hash │ └── dawgdic.mk ├── dbus-broker │ ├── Config.in │ ├── dbus-broker.hash │ ├── dbus-broker.mk │ ├── dbus.socket │ ├── session.conf │ └── system.conf ├── dbus-cpp │ ├── 0001-gcc4.7.patch │ ├── 0002-cross-compile-tools.patch │ ├── 0003-src-pipe.c-fix-build-error-with-gcc-7.x.patch │ ├── Config.in │ ├── dbus-cpp.hash │ └── dbus-cpp.mk ├── dbus-cxx │ ├── Config.in │ ├── dbus-cxx.hash │ └── dbus-cxx.mk ├── dbus-glib │ ├── Config.in │ ├── dbus-glib.hash │ └── dbus-glib.mk ├── dbus-python │ ├── Config.in │ ├── Config.in.host │ ├── dbus-python.hash │ └── dbus-python.mk ├── dbus-triggerd │ ├── Config.in │ ├── dbus-triggerd.hash │ └── dbus-triggerd.mk ├── dbus │ ├── Config.in │ ├── S30dbus │ ├── dbus.hash │ └── dbus.mk ├── dc3dd │ ├── 0001-no_man.patch │ ├── 0002-fix-autoreconf.patch │ ├── 0003-fix-for-glibc-2.28.patch │ ├── Config.in │ ├── dc3dd.hash │ └── dc3dd.mk ├── dcron │ ├── 0001-main.c-add-newline-to-logfile-openning-error-message.patch │ ├── 0002-system-crontab.patch │ ├── Config.in │ ├── S90dcron │ ├── dcron.hash │ ├── dcron.mk │ └── dcron.service ├── ddrescue │ ├── Config.in │ ├── ddrescue.hash │ └── ddrescue.mk ├── debianutils │ ├── Config.in │ ├── debianutils.hash │ └── debianutils.mk ├── dehydrated │ ├── Config.in │ ├── dehydrated.hash │ └── dehydrated.mk ├── dejavu │ ├── Config.in │ ├── dejavu.hash │ └── dejavu.mk ├── delve │ ├── Config.in │ ├── Config.in.host │ ├── delve.hash │ └── delve.mk ├── desktop-file-utils │ ├── desktop-file-utils.hash │ └── desktop-file-utils.mk ├── dfu-util │ ├── Config.in │ ├── Config.in.host │ ├── dfu-util.hash │ └── dfu-util.mk ├── dhcp │ ├── Config.in │ ├── S80dhcp-relay │ ├── S80dhcp-server │ ├── dhclient-script │ ├── dhclient.conf │ ├── dhcp.hash │ ├── dhcp.mk │ ├── dhcpd.conf │ └── dhcpd.service ├── dhcpcd │ ├── Config.in │ ├── S41dhcpcd │ ├── dhcpcd.hash │ ├── dhcpcd.mk │ └── dhcpcd.service ├── dhcpdump │ ├── 0001-use-non-bsd-structures.patch │ ├── Config.in │ ├── dhcpdump.hash │ └── dhcpdump.mk ├── dhrystone │ ├── 0001-cmdline-nruns.patch │ ├── 0002-HZ.patch │ ├── 0003-exit.patch │ ├── 0004-headers.patch │ ├── 0005-prototypes.patch │ ├── Config.in │ ├── Makefile │ ├── dhrystone.hash │ └── dhrystone.mk ├── dht │ ├── 0001-cmake.patch │ ├── Config.in │ ├── dht.hash │ └── dht.mk ├── dialog │ ├── Config.in │ ├── dialog.hash │ └── dialog.mk ├── dieharder │ ├── Config.in │ ├── dieharder.hash │ └── dieharder.mk ├── diffutils │ ├── 0001-m4-stack-direction.m4-fix-build-on-microblazeel.patch │ ├── 0002-sigsegv-fix-build-on-or1k.patch │ ├── 0003-sys_random-port-better-to-uClibc-1-0-35.patch │ ├── 0004-sigsegv-Fix-compilation-error-on-arceb-CPUs.patch │ ├── 0005-sigsegv-Add-support-for-Linux-PowerPC-32-bit-with-mu.patch │ ├── Config.in │ ├── diffutils.hash │ └── diffutils.mk ├── dillo │ ├── 0001-usr-local-include.patch │ ├── 0002-Fix-openssl-detection.patch │ ├── 0003-Support-OpenSSL-1.1.0.patch │ ├── 0004-fix-build-with-gcc-10.patch │ ├── Config.in │ ├── dillo.hash │ └── dillo.mk ├── ding-libs │ ├── Config.in │ ├── ding-libs.hash │ └── ding-libs.mk ├── directfb-examples │ ├── 0001-remove-bzero.patch │ ├── Config.in │ ├── directfb-examples.hash │ └── directfb-examples.mk ├── directfb │ ├── 0001-fix-missing-davinci-voodoo-header.patch │ ├── 0002-imlib2-config.patch │ ├── 0003-setregion-lock.patch │ ├── 0004-use-gcc-link.patch │ ├── 0005-add-missing-idivine-header.patch │ ├── 0006-fix-client-gfx_state-initialisation.patch │ ├── Config.in │ ├── directfb.hash │ └── directfb.mk ├── dmalloc │ ├── 0001-configure-fix-build-on-mips.patch │ ├── 0002-return-Fix-PowerPC-assembly.patch │ ├── 0003-configure-allow-overriding-some-tests.patch │ ├── 0004-Makefile-use-the-configure-detected-or-user-supplied.patch │ ├── 0005-configure-use-LD-instead-of-hard-coding-ld.patch │ ├── Config.in │ ├── dmalloc.hash │ └── dmalloc.mk ├── dmidecode │ ├── Config.in │ ├── dmidecode.hash │ └── dmidecode.mk ├── dmraid │ ├── 0001-fix-compilation-under-musl.patch │ ├── Config.in │ ├── S20dmraid │ ├── dmraid.hash │ └── dmraid.mk ├── dnsmasq │ ├── 0001-set-default-maximum-dns-udp-package-size.patch │ ├── Config.in │ ├── S80dnsmasq │ ├── dnsmasq.hash │ └── dnsmasq.mk ├── doc-asciidoc.mk ├── docker-cli │ ├── Config.in │ ├── docker-cli.hash │ └── docker-cli.mk ├── docker-compose │ ├── Config.in │ ├── docker-compose.hash │ └── docker-compose.mk ├── docker-engine │ ├── Config.in │ ├── S60dockerd │ ├── docker-engine.hash │ └── docker-engine.mk ├── docker │ ├── Config.in │ ├── docker.hash │ └── docker.mk ├── docopt-cpp │ ├── 0001-only-build-one-target-use-BUILD_SHARED_LIBS-where-appropriate.patch │ ├── Config.in │ ├── docopt-cpp.hash │ └── docopt-cpp.mk ├── domoticz │ ├── 0001-hardware-EnOceanRawValue.h-include-stdarg.h.patch │ ├── Config.in │ ├── S99domoticz │ ├── domoticz.hash │ ├── domoticz.mk │ └── domoticz.service ├── doom-wad │ ├── Config.in │ ├── doom-wad.hash │ └── doom-wad.mk ├── dos2unix │ ├── Config.in │ ├── Config.in.host │ ├── dos2unix.hash │ └── dos2unix.mk ├── dosfstools │ ├── Config.in │ ├── Config.in.host │ ├── dosfstools.hash │ └── dosfstools.mk ├── dotconf │ ├── Config.in │ ├── dotconf.hash │ └── dotconf.mk ├── double-conversion │ ├── Config.in │ ├── double-conversion.hash │ └── double-conversion.mk ├── dovecot-pigeonhole │ ├── Config.in │ ├── dovecot-pigeonhole.hash │ └── dovecot-pigeonhole.mk ├── dovecot │ ├── 0001-auth-Fix-handling-passdbs-with-identical-driver-args.patch │ ├── Config.in │ ├── dovecot.hash │ └── dovecot.mk ├── doxygen │ ├── Config.in.host │ ├── doxygen.hash │ └── doxygen.mk ├── dracut │ ├── 0001-dracut.sh-don-t-unset-LD_PRELOAD.patch │ ├── Config.in.host │ ├── busybox-init-module-setup.sh │ ├── dracut.hash │ ├── dracut.mk │ ├── dracut_wrapper │ ├── libc-links-module-setup.sh │ └── merged-usr-module-setup.sh ├── drbd-utils │ ├── Config.in │ ├── drbd-utils.hash │ └── drbd-utils.mk ├── dropbear │ ├── Config.in │ ├── S50dropbear │ ├── dropbear.hash │ ├── dropbear.mk │ ├── dropbear.service │ └── etc-pam.d-sshd ├── dropwatch │ ├── Config.in │ ├── dropwatch.hash │ └── dropwatch.mk ├── dstat │ ├── Config.in │ ├── dstat.hash │ └── dstat.mk ├── dt-utils │ ├── Config.in │ ├── dt-utils.hash │ └── dt-utils.mk ├── dt │ ├── 0001-adjust-os-symlink.patch │ ├── 0002-dt-default-source-define.patch │ ├── Config.in │ ├── dt.hash │ └── dt.mk ├── dtach │ ├── Config.in │ ├── dtach.hash │ └── dtach.mk ├── dtbocfg │ ├── Config.in │ ├── dtbocfg.hash │ └── dtbocfg.mk ├── dtc │ ├── 0001-Fix-include-guards-for-older-kernel-u-boot-sources.patch │ ├── Config.in │ ├── Config.in.host │ ├── dtc.hash │ └── dtc.mk ├── dtv-scan-tables │ ├── Config.in │ ├── dtv-scan-tables.hash │ └── dtv-scan-tables.mk ├── duktape │ ├── Config.in │ ├── duktape.hash │ ├── duktape.mk │ └── duktape.pc.in ├── duma │ ├── 0001-fix-cross-compilation.patch │ ├── 0002-no-tests.patch │ ├── 0003-fix-C++14.patch │ ├── 0004-Fix-build-with-latest-glibc.patch │ ├── Config.in │ ├── duma.hash │ └── duma.mk ├── dump1090 │ ├── Config.in │ ├── dump1090.hash │ └── dump1090.mk ├── dust │ ├── Config.in │ ├── dust.hash │ └── dust.mk ├── dvb-apps │ ├── 0001-Fix-generate-keynames.patch │ ├── 0002-Fix-compiler-warning-flags.patch │ ├── 0003-handle-static-shared-only-build.patch │ ├── 0004-Makefile-remove-test.patch │ ├── 0005-utils-fix-build-with-kernel-headers-4.14.patch │ ├── 0006-fix-glibc-2.31.patch │ ├── Config.in │ ├── dvb-apps.hash │ └── dvb-apps.mk ├── dvblast │ ├── 0001-missing-lm.patch │ ├── 0002-fix-int-types.patch │ ├── Config.in │ ├── dvblast.hash │ └── dvblast.mk ├── dvbsnoop │ ├── 0001-musl-types-h.patch │ ├── Config.in │ ├── dvbsnoop.hash │ └── dvbsnoop.mk ├── dvdauthor │ ├── Config.in │ ├── dvdauthor.hash │ └── dvdauthor.mk ├── dvdrw-tools │ ├── 0001-limits.h.patch │ ├── 0002-Include-sysmacros.h-to-compile-with-newer-gcc.patch │ ├── Config.in │ ├── dvdrw-tools.hash │ └── dvdrw-tools.mk ├── e2fsprogs │ ├── 0001-libext2fs-add-sanity-check-to-extent-manipulation.patch │ ├── Config.in │ ├── Config.in.host │ ├── e2fsprogs.hash │ └── e2fsprogs.mk ├── e2tools │ ├── Config.in │ ├── Config.in.host │ ├── e2tools.hash │ └── e2tools.mk ├── earlyoom │ ├── 0001-main.c-fix-build-with-kernel-4.3.patch │ ├── Config.in │ ├── S02earlyoom │ ├── earlyoom.hash │ └── earlyoom.mk ├── easy-rsa │ ├── Config.in │ ├── easy-rsa.hash │ └── easy-rsa.mk ├── easydbus │ ├── Config.in │ ├── easydbus.hash │ └── easydbus.mk ├── easyframes │ ├── Config.in │ ├── easyframes.hash │ └── easyframes.mk ├── ebtables │ ├── 0001-replace-ebtables-save-perl-script-with-bash.patch │ ├── 0002-ebtables.h-restore-KERNEL_64_USERSPACE_32-checks.patch │ ├── 0003-configure.ac-add-option-enable-kernel-64-userland-32.patch │ ├── Config.in │ ├── ebtables.hash │ └── ebtables.mk ├── ecryptfs-utils │ ├── 0001-musl.patch │ ├── 0002-openssl110.patch │ ├── 0003-fix-parallel-build-issue.patch │ ├── Config.in │ ├── ecryptfs-utils.hash │ └── ecryptfs-utils.mk ├── ed │ ├── Config.in │ ├── ed.hash │ └── ed.mk ├── edid-decode │ ├── Config.in │ ├── edid-decode.hash │ └── edid-decode.mk ├── edk2-non-osi │ ├── Config.in │ ├── edk2-non-osi.hash │ └── edk2-non-osi.mk ├── edk2-platforms │ ├── Config.in │ ├── edk2-platforms.hash │ └── edk2-platforms.mk ├── efibootmgr │ ├── Config.in │ ├── efibootmgr.hash │ └── efibootmgr.mk ├── efivar │ ├── 0001-Allow-build-with-uClibc.patch │ ├── 0002-gcc.specs-drop-Werror.patch │ ├── 0003-efivar-isolate-makeguids-host-tool-build.patch │ ├── 0004-efisecdb-fix-build-with-musl-libc.patch │ ├── Config.in │ ├── efivar.hash │ └── efivar.mk ├── efl │ ├── 0001-ecore_evas-engines-drm-meson.build-use-gl_deps-as-en.patch │ ├── 0002-ecore_evas-engines-drm-meson.build-fix-gl_drm-includ.patch │ ├── 0003-ecore_fb-fix-build-with-tslib.patch │ ├── Config.in │ ├── efl.hash │ └── efl.mk ├── eigen │ ├── 0001-Adds-new-CMake-Options-for-controlling-build-components.patch │ ├── Config.in │ ├── eigen.hash │ └── eigen.mk ├── ejabberd │ ├── 0001-Makefile.in-do-not-download-or-compile-dependencies.patch │ ├── 0002-fix-ejabberdctl.patch │ ├── 0003-correct-includes.patch │ ├── Config.in │ ├── S50ejabberd │ ├── check-erlang-lib │ ├── ejabberd.hash │ └── ejabberd.mk ├── elf2flt │ ├── 0001-elf2flt-handle-binutils-2.34.patch │ ├── 0002-elf2flt.ld-reinstate-32-byte-alignment-for-.data-sec.patch │ ├── 0003-elf2flt-add-riscv-64-bits-support.patch │ ├── 0004-elf2flt-create-a-common-helper-function.patch │ ├── 0005-elf2flt-fix-fatal-error-regression-on-m68k-xtensa-ri.patch │ ├── 0006-elf2flt-xtensa-fix-text-relocations.patch │ ├── elf2flt.hash │ └── elf2flt.mk ├── elftosb │ ├── 0001-fixes-includes.patch │ ├── 0002-force-cxx-compiler.patch │ ├── elftosb.hash │ └── elftosb.mk ├── elfutils │ ├── 0001-Add-a-enable-disable-progs-configure-option.patch │ ├── 0002-Really-make-Werror-conditional-to-BUILD_WERROR.patch │ ├── Config.in │ ├── elfutils.hash │ └── elfutils.mk ├── ell │ ├── Config.in │ ├── ell.hash │ └── ell.mk ├── embiggen-disk │ ├── Config.in │ ├── embiggen-disk.hash │ └── embiggen-disk.mk ├── emlog │ ├── Config.in │ ├── emlog.hash │ └── emlog.mk ├── empty │ ├── 0001-respect-LDFLAGS.patch │ ├── Config.in │ ├── empty.hash │ └── empty.mk ├── enchant │ ├── Config.in │ ├── enchant.hash │ └── enchant.mk ├── enet │ ├── Config.in │ ├── enet.hash │ └── enet.mk ├── enlightenment │ ├── Config.in │ ├── enlightenment.hash │ └── enlightenment.mk ├── enscript │ ├── Config.in │ ├── enscript.hash │ └── enscript.mk ├── environment-setup │ ├── Config.in.host │ ├── environment-setup │ └── environment-setup.mk ├── erlang-base64url │ ├── Config.in │ ├── erlang-base64url.hash │ └── erlang-base64url.mk ├── erlang-eimp │ ├── Config.in │ ├── erlang-eimp.hash │ └── erlang-eimp.mk ├── erlang-goldrush │ ├── Config.in │ ├── erlang-goldrush.hash │ └── erlang-goldrush.mk ├── erlang-idna │ ├── Config.in │ ├── erlang-idna.hash │ └── erlang-idna.mk ├── erlang-jiffy │ ├── Config.in │ ├── erlang-jiffy.hash │ └── erlang-jiffy.mk ├── erlang-jose │ ├── Config.in │ ├── erlang-jose.hash │ └── erlang-jose.mk ├── erlang-lager │ ├── Config.in │ ├── erlang-lager.hash │ └── erlang-lager.mk ├── erlang-p1-acme │ ├── Config.in │ ├── erlang-p1-acme.hash │ └── erlang-p1-acme.mk ├── erlang-p1-cache-tab │ ├── Config.in │ ├── erlang-p1-cache-tab.hash │ └── erlang-p1-cache-tab.mk ├── erlang-p1-mqtree │ ├── Config.in │ ├── erlang-p1-mqtree.hash │ └── erlang-p1-mqtree.mk ├── erlang-p1-oauth2 │ ├── Config.in │ ├── erlang-p1-oauth2.hash │ └── erlang-p1-oauth2.mk ├── erlang-p1-pkix │ ├── Config.in │ ├── erlang-p1-pkix.hash │ └── erlang-p1-pkix.mk ├── erlang-p1-sip │ ├── 0001-correct-include.patch │ ├── Config.in │ ├── erlang-p1-sip.hash │ └── erlang-p1-sip.mk ├── erlang-p1-stringprep │ ├── Config.in │ ├── erlang-p1-stringprep.hash │ └── erlang-p1-stringprep.mk ├── erlang-p1-stun │ ├── Config.in │ ├── erlang-p1-stun.hash │ └── erlang-p1-stun.mk ├── erlang-p1-tls │ ├── Config.in │ ├── erlang-p1-tls.hash │ └── erlang-p1-tls.mk ├── erlang-p1-utils │ ├── Config.in │ ├── erlang-p1-utils.hash │ └── erlang-p1-utils.mk ├── erlang-p1-xml │ ├── Config.in │ ├── erlang-p1-xml.hash │ └── erlang-p1-xml.mk ├── erlang-p1-xmpp │ ├── 0001-fix-includes.patch │ ├── Config.in │ ├── erlang-p1-xmpp.hash │ └── erlang-p1-xmpp.mk ├── erlang-p1-yaml │ ├── Config.in │ ├── erlang-p1-yaml.hash │ └── erlang-p1-yaml.mk ├── erlang-p1-yconf │ ├── Config.in │ ├── erlang-p1-yconf.hash │ └── erlang-p1-yconf.mk ├── erlang-p1-zlib │ ├── Config.in │ ├── erlang-p1-zlib.hash │ └── erlang-p1-zlib.mk ├── erlang-rebar │ ├── 0001-src-rebar_port_compiler-add-fPIC-to-LDFLAGS-by-defau.patch │ ├── erlang-rebar.hash │ └── erlang-rebar.mk ├── erlang │ ├── 0001-erts-ethread-instruct-libatomic_ops-we-do-require-CA.patch │ ├── 0002-erts-emulator-reorder-inclued-headers-paths.patch │ ├── 0003-crypto-Fixes-for-LibreSSL-3-5-0.patch │ ├── Config.in │ ├── erlang.hash │ └── erlang.mk ├── erofs-utils │ ├── Config.in │ ├── Config.in.host │ ├── erofs-utils.hash │ └── erofs-utils.mk ├── espeak │ ├── 0001-Fix-build-of-shared-library-on-architectures-needing.patch │ ├── 0002-tr_languages-cast-string_ordinal-init-values.patch │ ├── Config.in │ ├── espeak.hash │ └── espeak.mk ├── ethtool │ ├── 0001-uapi-Bring-in-if.h.patch │ ├── 0002-marvell.c-Fix-build-with-musl-libc.patch │ ├── Config.in │ ├── ethtool.hash │ └── ethtool.mk ├── eudev │ ├── 0001-Only-use-pragma-for-ignoring-diagnostics-if-.patch │ ├── 0002-Fix-compile-time-issue-on-very-old-kernels.patch │ ├── Config.in │ ├── Config.in.host │ ├── S10udev │ ├── eudev.hash │ └── eudev.mk ├── ev3dev-linux-drivers │ ├── Config.in │ ├── ev3dev-linux-drivers.mk │ └── lego-linux-drivers.hash ├── evemu │ ├── 0001-Include-limits.h-for-PATH_MAX.patch │ ├── 0002-evemu-Update-struct-input_event.patch │ ├── 0003-src-evemu.c-fix-build-with-kernels-4.16.patch │ ├── 0004-src-evemu.c-fix-build-with-kernels-4.16.patch │ ├── Config.in │ ├── evemu.hash │ └── evemu.mk ├── evtest │ ├── Config.in │ ├── evtest.hash │ └── evtest.mk ├── execline │ ├── Config.in │ ├── execline.hash │ └── execline.mk ├── exempi │ ├── Config.in │ ├── exempi.hash │ └── exempi.mk ├── exfat-utils │ ├── Config.in │ ├── exfat-utils.hash │ └── exfat-utils.mk ├── exfat │ ├── Config.in │ ├── exfat.hash │ └── exfat.mk ├── exfatprogs │ ├── Config.in │ ├── Config.in.host │ ├── exfatprogs.hash │ └── exfatprogs.mk ├── exim │ ├── 0001-Build-buildconfig-for-the-host.patch │ ├── 0002-Don-t-make-backup-copies-of-installed-files.patch │ ├── 0003-Skip-version-check-and-symlink-installation.patch │ ├── 0004-exim_lock-fix-lstat-related-build-errors.patch │ ├── 0005-sieve-fix-build-errors.patch │ ├── 0006-Fix-regex-n-use-after-free.-Bug-2915.patch │ ├── 0007-Fix-non-WITH_CONTENT_SCAN-build.patch │ ├── 0008-Fix-non-WITH_CONTENT_SCAN-build-2.patch │ ├── 0009-Fix-non-WITH_CONTENT_SCAN-build-3.patch │ ├── Config.in │ ├── S86exim │ ├── exim.hash │ ├── exim.mk │ └── exim.service ├── exiv2 │ ├── 0001-add-BUILD_WITH_STACK_PROTECTOR-option.patch │ ├── Config.in │ ├── exiv2.hash │ └── exiv2.mk ├── expat │ ├── Config.in │ ├── expat.hash │ └── expat.mk ├── expect │ ├── 0001-enable-cross-compilation.patch │ ├── 0002-allow-tcl-build-directory.patch │ ├── Config.in │ ├── expect.hash │ └── expect.mk ├── explorercanvas │ ├── Config.in │ ├── explorercanvas.hash │ └── explorercanvas.mk ├── f2fs-tools │ ├── 0001-configure-ac-fix-cross-compilation.patch │ ├── 0002-f2fs-tools-fix-build-error-on-lz4-1-9-4.patch │ ├── Config.in │ ├── Config.in.host │ ├── f2fs-tools.hash │ └── f2fs-tools.mk ├── faad2 │ ├── Config.in │ ├── faad2.hash │ └── faad2.mk ├── faifa │ ├── 0001-sha2.c-explicitly-include-endian.h-for-BYTE_ORDER-ma.patch │ ├── 0002-hpav_cfg.c-do-not-include-linux-if_ether.h-for-musl-.patch │ ├── 0003-Makefile.in-fix-asbolute-symlink-of-libfaifa.so.patch │ ├── Config.in │ ├── faifa.hash │ └── faifa.mk ├── fail2ban │ ├── Config.in │ ├── S60fail2ban │ ├── fail2ban.hash │ └── fail2ban.mk ├── fakedate │ ├── fakedate │ └── fakedate.mk ├── fakeroot │ ├── fakeroot.hash │ └── fakeroot.mk ├── faketime │ ├── Config.in.host │ ├── faketime.hash │ └── faketime.mk ├── falcosecurity-libs │ ├── 0001-cmake-Permit-setting-GRPC_CPP_PLUGIN.patch │ ├── Config.in │ ├── falcosecurity-libs.hash │ └── falcosecurity-libs.mk ├── fan-ctrl │ ├── Config.in │ ├── fan-ctrl.hash │ └── fan-ctrl.mk ├── fastd │ ├── Config.in │ ├── fastd.hash │ └── fastd.mk ├── fatcat │ ├── Config.in.host │ ├── fatcat.hash │ └── fatcat.mk ├── fb-test-app │ ├── Config.in │ ├── fb-test-app.hash │ └── fb-test-app.mk ├── fbdump │ ├── Config.in │ ├── fbdump.hash │ └── fbdump.mk ├── fbgrab │ ├── 0001-fix-static-build.patch │ ├── Config.in │ ├── fbgrab.hash │ └── fbgrab.mk ├── fbset │ ├── 0001-Fix-musl-compile.patch │ ├── Config.in │ ├── fbset.hash │ └── fbset.mk ├── fbterm │ ├── 0001-fbio.cpp-improxy.cpp-fbterm.cpp-fix-musl-compile.patch │ ├── 0002-mouse.cpp-fix-musl-compile.patch │ ├── 0003-C++11-compliance.patch │ ├── 0004-iconv.patch │ ├── Config.in │ ├── fbterm.hash │ └── fbterm.mk ├── fbtft │ ├── Config.in │ ├── fbtft.hash │ └── fbtft.mk ├── fbv │ ├── 0001-cross.patch │ ├── 0002-fix-24bpp-support-on-big-endian.patch │ ├── 0003-fix-bgr555.patch │ ├── 0004-giflib.patch │ ├── 0005-include.patch │ ├── 0006-libpng15.patch │ ├── 0007-gif.c-fic-build-with-gcc-10.patch │ ├── Config.in │ ├── fbv.hash │ └── fbv.mk ├── fcgiwrap │ ├── 0001-use-LIBS-from-configure.patch │ ├── 0002-link-with-libsystemd-instead-of-libsystemd-daemon.patch │ ├── Config.in │ ├── fcgiwrap.hash │ └── fcgiwrap.mk ├── fconfig │ ├── Config.in │ ├── fconfig.hash │ └── fconfig.mk ├── fdk-aac │ ├── Config.in │ ├── fdk-aac.hash │ └── fdk-aac.mk ├── feh │ ├── Config.in │ ├── feh.hash │ └── feh.mk ├── fetchmail │ ├── Config.in │ ├── fetchmail.hash │ └── fetchmail.mk ├── ffmpeg │ ├── 0001-swscale-x86-yuv2rgb-Fix-build-without-SSSE3.patch │ ├── 0002-avcodec-vaapi_h264-skip-decode-if-pic-has-no-slices.patch │ ├── 0003-libavutil-Fix-mips-build.patch │ ├── 0004-configure-add-extralibs-to-extralibs_xxx.patch │ ├── Config.in │ ├── ffmpeg.hash │ └── ffmpeg.mk ├── fftw │ ├── Config.in │ ├── fftw-double │ │ ├── Config.in │ │ ├── fftw-double.hash │ │ └── fftw-double.mk │ ├── fftw-long-double │ │ ├── Config.in │ │ ├── fftw-long-double.hash │ │ └── fftw-long-double.mk │ ├── fftw-quad │ │ ├── Config.in │ │ ├── fftw-quad.hash │ │ └── fftw-quad.mk │ ├── fftw-single │ │ ├── Config.in │ │ ├── fftw-single.hash │ │ └── fftw-single.mk │ ├── fftw.hash │ └── fftw.mk ├── ficl │ ├── 0001-fix-Makefile.patch │ ├── 0002-Makefile.linux-pass-LDFLAGS.patch │ ├── Config.in │ ├── ficl.hash │ └── ficl.mk ├── file │ ├── 0001-src-file.c-fix-build-without-wide-support.patch │ ├── Config.in │ ├── file.hash │ └── file.mk ├── filemq │ ├── Config.in │ ├── filemq.hash │ └── filemq.mk ├── findutils │ ├── Config.in │ ├── findutils.hash │ └── findutils.mk ├── fio │ ├── Config.in │ ├── fio.hash │ └── fio.mk ├── firmware-utils │ ├── Config.in │ ├── Config.in.host │ ├── firmware-utils.hash │ └── firmware-utils.mk ├── flac │ ├── Config.in │ ├── flac.hash │ └── flac.mk ├── flann │ ├── Config.in │ ├── flann.hash │ └── flann.mk ├── flannel │ ├── Config.in │ ├── flannel.hash │ └── flannel.mk ├── flare-engine │ ├── Config.in │ ├── flare-engine.hash │ └── flare-engine.mk ├── flare-game │ ├── Config.in │ ├── flare-game.hash │ └── flare-game.mk ├── flashbench │ ├── Config.in │ ├── flashbench.hash │ └── flashbench.mk ├── flashrom │ ├── Config.in │ ├── flashrom.hash │ └── flashrom.mk ├── flatbuffers │ ├── 0001-include-flatbuffers-base.h-fix-build-on-musl.patch │ ├── Config.in │ ├── flatbuffers.hash │ └── flatbuffers.mk ├── flatcc │ ├── Config.in │ ├── flatcc.hash │ └── flatcc.mk ├── flex │ ├── 0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch │ ├── 0002-build-make-it-possible-to-disable-the-build-of-the-f.patch │ ├── 0003-build-make-it-possible-to-disable-the-build-of-the-d.patch │ ├── Config.in │ ├── flex.hash │ └── flex.mk ├── flickcurl │ ├── Config.in │ ├── flickcurl.hash │ └── flickcurl.mk ├── flite │ ├── 0001-fix-alsa-static.patch │ ├── Config.in │ ├── flite.hash │ └── flite.mk ├── flot │ ├── Config.in │ ├── flot.hash │ └── flot.mk ├── fltk │ ├── 0001-disable-tests.patch │ ├── Config.in │ ├── fltk.hash │ └── fltk.mk ├── fluent-bit │ ├── 0001-lib-cfl-fixup-static_assert.patch │ ├── 0002-lib-c-ares-fixup-static_assert.patch │ ├── 0003-fix-build-without-C.patch │ ├── Config.in │ ├── S99fluent-bit │ ├── fluent-bit.hash │ └── fluent-bit.mk ├── fluid-soundfont │ ├── Config.in │ ├── fluid-soundfont.hash │ └── fluid-soundfont.mk ├── fluidsynth │ ├── Config.in │ ├── fluidsynth.hash │ └── fluidsynth.mk ├── fluxbox │ ├── 0001-fixes-bug-1138.patch │ ├── Config.in │ ├── fluxbox.hash │ ├── fluxbox.mk │ └── xsession ├── fmc │ ├── Config.in │ ├── fmc.hash │ └── fmc.mk ├── fmlib │ ├── Config.in │ ├── fmlib.hash │ └── fmlib.mk ├── fmt │ ├── Config.in │ ├── fmt.hash │ └── fmt.mk ├── fmtools │ ├── Config.in │ ├── fmtools.hash │ └── fmtools.mk ├── font-awesome │ ├── Config.in │ ├── font-awesome.hash │ └── font-awesome.mk ├── fontconfig │ ├── 0001-Fix-the-build-issue-with-enable-static.patch │ ├── 0002-add-pthread-as-a-dependency-of-a-static-lib.patch │ ├── Config.in │ ├── fontconfig.hash │ └── fontconfig.mk ├── forge │ ├── Config.in │ ├── forge.hash │ └── forge.mk ├── fping │ ├── Config.in │ ├── fping.hash │ └── fping.mk ├── freeipmi │ ├── 0001-add-disable-doc.patch │ ├── Config.in │ ├── freeipmi.hash │ └── freeipmi.mk ├── freeradius-client │ ├── 0001-fix-for-nettle.patch │ ├── Config.in │ ├── freeradius-client.hash │ └── freeradius-client.mk ├── freeradius-server │ ├── 0001-jlibtool-cross-with-host-CC.patch │ ├── 0002-configure.ac-add-option-for-libcap.patch │ ├── 0003-configure.ac-allow-cross-compilation.patch │ ├── 0004-fix-error-for-expansion-of-macro-in-thread.h.patch │ ├── 0005-modules-rlm_sql-remove-mysql_version.h.patch │ ├── 0006-configure.ac-add-option-for-pcap.patch │ ├── 0007-configure.ac-add-option-for-collectdclient.patch │ ├── 0008-configure.ac-try-execinfo-in-libc-before-searching-l.patch │ ├── Config.in │ ├── freeradius-server.hash │ ├── freeradius-server.mk │ └── radiusd.service ├── freerdp │ ├── 0001-Fix-variable-declaration-in-loop.patch │ ├── 0002-Fixed-variable-declaration-in-loop.patch │ ├── 0003-winpr-include-winpr-file.h-fix-build-on-uclibc.patch │ ├── Config.in │ ├── freerdp.hash │ └── freerdp.mk ├── freescale-imx │ ├── Config.in │ ├── firmware-imx │ │ ├── Config.in │ │ ├── firmware-imx.hash │ │ └── firmware-imx.mk │ ├── freescale-imx.mk │ ├── gpu-amd-bin-mx51 │ │ ├── Config.in │ │ ├── egl.pc │ │ ├── glesv2.pc │ │ ├── gpu-amd-bin-mx51.hash │ │ ├── gpu-amd-bin-mx51.mk │ │ └── vg.pc │ ├── imx-alsa-plugins │ │ ├── Config.in │ │ ├── imx-alsa-plugins.hash │ │ └── imx-alsa-plugins.mk │ ├── imx-codec │ │ ├── Config.in │ │ ├── imx-codec.hash │ │ └── imx-codec.mk │ ├── imx-gpu-g2d │ │ ├── Config.in │ │ ├── imx-gpu-g2d.hash │ │ └── imx-gpu-g2d.mk │ ├── imx-gpu-viv │ │ ├── Config.in │ │ ├── imx-gpu-viv.hash │ │ └── imx-gpu-viv.mk │ ├── imx-kobs │ │ ├── 0001-Fix-musl-build.patch │ │ ├── 0002-Fix-build-for-recent-toolchains.patch │ │ ├── Config.in │ │ ├── imx-kobs.hash │ │ └── imx-kobs.mk │ ├── imx-lib │ │ ├── Config.in │ │ ├── imx-lib.hash │ │ └── imx-lib.mk │ ├── imx-m4fwloader │ │ ├── Config.in │ │ ├── imx-m4fwloader.hash │ │ └── imx-m4fwloader.mk │ ├── imx-parser │ │ ├── Config.in │ │ ├── imx-parser.hash │ │ └── imx-parser.mk │ ├── imx-sc-firmware │ │ ├── Config.in │ │ ├── imx-sc-firmware.hash │ │ └── imx-sc-firmware.mk │ ├── imx-seco │ │ ├── Config.in │ │ ├── imx-seco.hash │ │ └── imx-seco.mk │ ├── imx-uuc │ │ ├── Config.in │ │ ├── S80imx-uuc │ │ ├── imx-uuc.hash │ │ ├── imx-uuc.mk │ │ └── imx-uuc.service │ ├── imx-vpu-hantro-daemon │ │ ├── Config.in │ │ ├── imx-vpu-hantro-daemon.hash │ │ └── imx-vpu-hantro-daemon.mk │ ├── imx-vpu-hantro-vc │ │ ├── Config.in │ │ ├── imx-vpu-hantro-vc.hash │ │ └── imx-vpu-hantro-vc.mk │ ├── imx-vpu-hantro │ │ ├── 0001-Fix-ion.h-header-inclusion-to-be-standard.patch │ │ ├── 0002-Fix-build-with-uclibc-toolchain.patch │ │ ├── 0003-Fix-Linux-kernel-version-header.patch │ │ ├── Config.in │ │ ├── imx-vpu-hantro.hash │ │ └── imx-vpu-hantro.mk │ ├── imx-vpu │ │ ├── Config.in │ │ ├── imx-vpu.hash │ │ └── imx-vpu.mk │ ├── imx-vpuwrap │ │ ├── Config.in │ │ ├── imx-vpuwrap.hash │ │ └── imx-vpuwrap.mk │ ├── kernel-module-imx-gpu-viv │ │ ├── Config.in │ │ ├── kernel-module-imx-gpu-viv.hash │ │ └── kernel-module-imx-gpu-viv.mk │ └── libz160 │ │ ├── Config.in │ │ ├── libz160.hash │ │ └── libz160.mk ├── freeswitch-mod-bcg729 │ ├── Config.in │ ├── freeswitch-mod-bcg729.hash │ └── freeswitch-mod-bcg729.mk ├── freeswitch │ ├── 0001-libs-srtp-crypto-hash-hmac_ossl.c-fix-build-with-lib.patch │ ├── Config.in │ ├── freeswitch.hash │ └── freeswitch.mk ├── freetype │ ├── Config.in │ ├── freetype.hash │ └── freetype.mk ├── frotz │ ├── Config.in │ ├── frotz.hash │ └── frotz.mk ├── frr │ ├── Config.in │ ├── S50frr │ ├── frr.hash │ └── frr.mk ├── fscryptctl │ ├── Config.in │ ├── fscryptctl.hash │ └── fscryptctl.mk ├── fstrcmp │ ├── 0001-disable-rpath.patch │ ├── Config.in │ ├── fstrcmp.hash │ └── fstrcmp.mk ├── fswebcam │ ├── Config.in │ ├── fswebcam.hash │ └── fswebcam.mk ├── ftop │ ├── 0001-overflow.patch │ ├── Config.in │ ├── ftop.hash │ └── ftop.mk ├── fuse-overlayfs │ ├── Config.in │ ├── fuse-overlayfs.hash │ └── fuse-overlayfs.mk ├── fwts │ ├── 0001-build-do-not-use-Werror.patch │ ├── Config.in │ ├── fwts.hash │ └── fwts.mk ├── fwup │ ├── Config.in │ ├── Config.in.host │ ├── fwup.hash │ └── fwup.mk ├── fxdiv │ ├── 0001-CMake-don-t-enable-CXX-unless-building-tests-benchma.patch │ ├── Config.in │ ├── fxdiv.hash │ └── fxdiv.mk ├── fxload │ ├── 0001-fix-static-build.patch │ ├── Config.in │ ├── fxload.hash │ └── fxload.mk ├── gamin │ ├── 0001-no-abstract-sockets.patch │ ├── 0002-no-const-return.patch │ ├── 0003-fix-missing-PTHREAD_MUTEX_RECURSIVE_NP.patch │ ├── Config.in │ ├── gamin.hash │ └── gamin.mk ├── gauche │ ├── Config.in │ ├── gauche.hash │ └── gauche.mk ├── gawk │ ├── 0001-Fix-a-bug-with-Node_elem_new.patch │ ├── Config.in │ ├── gawk.hash │ └── gawk.mk ├── gcc │ ├── 10.4.0 │ │ ├── 0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch │ │ ├── 0002-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch │ │ ├── 0003-or1k-Use-cmodel-large-when-building-crtstuff.patch │ │ ├── 0004-gcc-define-_REENTRANT-for-OpenRISC-when-pthread-is-p.patch │ │ ├── 0005-disable-split-stack-for-non-thread-builds.patch │ │ ├── 0006-fixinc-don-t-fix-machine-names-in-__has_include-.-PR.patch │ │ └── 0007-or1k-Only-define-TARGET_HAVE_TLS-when-HAVE_AS_TLS.patch │ ├── 11.4.0 │ │ ├── 0001-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch │ │ ├── 0002-or1k-Use-cmodel-large-when-building-crtstuff.patch │ │ ├── 0003-gcc-define-_REENTRANT-for-OpenRISC-when-pthread-is-p.patch │ │ ├── 0004-disable-split-stack-for-non-thread-builds.patch │ │ ├── 0005-fixinc-don-t-fix-machine-names-in-__has_include-.-PR.patch │ │ └── 0006-or1k-Only-define-TARGET_HAVE_TLS-when-HAVE_AS_TLS.patch │ ├── 12.3.0 │ │ ├── 0001-disable-split-stack-for-non-thread-builds.patch │ │ └── 0002-or1k-Only-define-TARGET_HAVE_TLS-when-HAVE_AS_TLS.patch │ ├── 8.4.0 │ │ ├── 0001-xtensa-fix-PR-target-91880.patch │ │ ├── 0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch │ │ ├── 0003-libsanitizer-Remove-cyclades-from-libsanitizer.patch │ │ └── 0004-disable-split-stack-for-non-thread-builds.patch │ ├── Config.in.host │ ├── arc-2020.09-release │ │ ├── 0001-arc-Refurbish-adc-sbc-patterns.patch │ │ ├── 0002-libsanitizer-Remove-cyclades-from-libsanitizer.patch │ │ ├── 0003-fixinc-don-t-fix-machine-names-in-__has_include-.-PR.patch │ │ └── 0100-uclibc-conf.patch │ ├── gcc-final │ │ ├── gcc-final.hash │ │ └── gcc-final.mk │ ├── gcc-initial │ │ ├── gcc-initial.hash │ │ └── gcc-initial.mk │ ├── gcc.hash │ └── gcc.mk ├── gcnano-binaries │ ├── Config.in │ ├── gcnano-binaries.hash │ └── gcnano-binaries.mk ├── gconf │ ├── Config.in │ ├── gconf.hash │ └── gconf.mk ├── gcr │ ├── 0001-meson-Fix-unknown-kw-argument-in-gnome.generate_gir.patch │ ├── Config.in │ ├── gcr.hash │ └── gcr.mk ├── gd │ ├── Config.in │ ├── gd.hash │ └── gd.mk ├── gdal │ ├── 0001-fix-uclibc-build-without-NPTL.patch │ ├── Config.in │ ├── gdal.hash │ └── gdal.mk ├── gdb │ ├── 10.2 │ │ ├── 0001-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch │ │ ├── 0002-sh-ptrace-Define-pt_-dsp-regs-uapi_pt_-dsp-regs-on-G.patch │ │ ├── 0003-use-asm-sgidefs.h.patch │ │ ├── 0004-gdbserver-fix-build-for-m68k.patch │ │ ├── 0005-nat-fork-inferior-include-linux-ptrace.h.patch │ │ ├── 0006-Fix-getrandom-compile-for-uclibc-v1.0.35.patch │ │ ├── 0007-fix-musl-build-on-riscv.patch │ │ ├── 0008-gdbserver-Makefile.in-fix-NLS-build.patch │ │ └── 0009-gdb-Fix-native-build-on-xtensa.patch │ ├── 11.2 │ │ ├── 0001-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch │ │ ├── 0002-sh-ptrace-Define-pt_-dsp-regs-uapi_pt_-dsp-regs-on-G.patch │ │ ├── 0003-use-asm-sgidefs.h.patch │ │ ├── 0004-gdbserver-fix-build-for-m68k.patch │ │ ├── 0005-nat-fork-inferior-include-linux-ptrace.h.patch │ │ ├── 0006-Fix-getrandom-compile-for-uclibc-v1.0.35.patch │ │ ├── 0007-fix-musl-build-on-riscv.patch │ │ ├── 0008-gdbserver-Makefile.in-fix-NLS-build.patch │ │ └── 0009-gdb-Fix-native-build-on-xtensa.patch │ ├── 12.1 │ │ ├── 0001-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch │ │ ├── 0002-sh-ptrace-Define-pt_-dsp-regs-uapi_pt_-dsp-regs-on-G.patch │ │ ├── 0003-use-asm-sgidefs.h.patch │ │ ├── 0004-gdbserver-fix-build-for-m68k.patch │ │ ├── 0005-nat-fork-inferior-include-linux-ptrace.h.patch │ │ ├── 0006-Fix-getrandom-compile-for-uclibc-v1.0.35.patch │ │ ├── 0007-fix-musl-build-on-riscv.patch │ │ ├── 0008-gdbserver-Makefile.in-fix-NLS-build.patch │ │ └── 0009-gdb-Fix-native-build-on-xtensa.patch │ ├── Config.in │ ├── Config.in.host │ ├── arc-2020.09-release-gdb │ │ └── 0001-Do-not-define-basic_string_view-to_string.patch │ ├── gdb-python-config │ ├── gdb.hash │ └── gdb.mk ├── gdbm │ ├── Config.in │ ├── gdbm.hash │ └── gdbm.mk ├── gdk-pixbuf-xlib │ ├── Config.in │ ├── gdk-pixbuf-xlib.hash │ └── gdk-pixbuf-xlib.mk ├── gdk-pixbuf │ ├── Config.in │ ├── gdk-pixbuf.hash │ └── gdk-pixbuf.mk ├── genext2fs │ ├── Config.in │ ├── Config.in.host │ ├── genext2fs.hash │ └── genext2fs.mk ├── gengetopt │ ├── 0001-configure.ac-add-disable-doc-option.patch │ ├── gengetopt.hash │ └── gengetopt.mk ├── genimage │ ├── Config.in.host │ ├── genimage.hash │ └── genimage.mk ├── genpart │ ├── 0001-fix-return-code.patch │ ├── Config.in │ ├── Config.in.host │ ├── genpart.hash │ └── genpart.mk ├── genromfs │ ├── 0001-build-system.patch │ ├── Config.in │ ├── genromfs.hash │ └── genromfs.mk ├── gensio │ ├── 0001-Fix-missing-EVP_PKEY_ED25519-build-error-on-libressl.patch │ ├── Config.in │ ├── gensio.hash │ └── gensio.mk ├── geoip │ ├── Config.in │ ├── geoip.hash │ └── geoip.mk ├── gerbera │ ├── 0001-Fix-build-with-fmt-9-0.patch │ ├── Config.in │ ├── S99gerbera │ ├── config.xml │ ├── gerbera.hash │ └── gerbera.mk ├── gesftpserver │ ├── Config.in │ ├── gesftpserver.hash │ └── gesftpserver.mk ├── getent │ ├── Config.in │ ├── getent │ └── getent.mk ├── gettext-gnu │ ├── 0001-error_print_progname.patch │ ├── 0002-restore-the-ability-to-buld-gettext-tools-seperately-part1.patch │ ├── Config.in │ ├── gettext-gnu.hash │ └── gettext-gnu.mk ├── gettext-tiny │ ├── Config.in │ ├── gettext-tiny.hash │ ├── gettext-tiny.mk │ └── gettext-wrapper ├── gettext │ ├── Config.in │ └── gettext.mk ├── gflags │ ├── Config.in │ ├── gflags.hash │ └── gflags.mk ├── ghostscript-fonts │ ├── Config.in │ ├── ghostscript-fonts.hash │ └── ghostscript-fonts.mk ├── ghostscript │ ├── 0001-Fix-build-without-BUILD_PDF.patch │ ├── Config.in │ ├── ghostscript.hash │ └── ghostscript.mk ├── giblib │ ├── 0001-fix-imlib2-detection.patch │ ├── Config.in │ ├── giblib.hash │ └── giblib.mk ├── giflib │ ├── 0001-Makefile-add-targets-to-manage-static-building.patch │ ├── Config.in │ ├── giflib.hash │ └── giflib.mk ├── git-crypt │ ├── 0001-fix-build-with-libressl-3.5.0.patch │ ├── Config.in │ ├── git-crypt.hash │ └── git-crypt.mk ├── git │ ├── Config.in │ ├── git.hash │ └── git.mk ├── gitlab-runner │ ├── Config.in │ ├── S95gitlab-runner │ ├── gitlab-runner.hash │ ├── gitlab-runner.mk │ └── gitlab-runner.service ├── gkrellm │ ├── Config.in │ ├── gkrellm.hash │ └── gkrellm.mk ├── gli │ ├── 0001-Optional-building-tests.patch │ ├── Config.in │ ├── gli.hash │ └── gli.mk ├── glib-networking │ ├── 0001-meson-change-std-to-gnu99.patch │ ├── Config.in │ ├── glib-networking.hash │ └── glib-networking.mk ├── glibc │ ├── 0001-Revert-Linux-Implement-a-useful-version-of-_startup_.patch │ ├── Config.in │ ├── glibc.hash │ ├── glibc.mk │ └── nsswitch.conf ├── glibmm │ ├── Config.in │ ├── glibmm.hash │ └── glibmm.mk ├── glibmm2_66 │ ├── Config.in │ ├── glibmm2_66.hash │ └── glibmm2_66.mk ├── glm │ ├── Config.in │ ├── glm.hash │ └── glm.mk ├── glmark2 │ ├── 0001-wscript-use-find_program-to-find-wayland-scanner.patch │ ├── 0002-libmatrix-Add-missing-utility-include.patch │ ├── Config.in │ ├── glmark2.hash │ └── glmark2.mk ├── glog │ ├── 0001-added-emscripten-support.patch │ ├── Config.in │ ├── glog.hash │ └── glog.mk ├── gloox │ ├── 0001-src-connectiontcpserver-cpp-fix-musl.patch │ ├── Config.in │ ├── gloox.hash │ └── gloox.mk ├── glorytun │ ├── 0001-Add-support-for-Apple-silicon.patch │ ├── 0002-aegis256.c-fix-aarch64-build-with-uclibc.patch │ ├── Config.in │ ├── glorytun.hash │ └── glorytun.mk ├── glslsandbox-player │ ├── Config.in │ ├── glslsandbox-player.hash │ └── glslsandbox-player.mk ├── gmp │ ├── 0001-mpz-inp_raw.c-Avoid-bit-size-overflows.patch │ ├── Config.in │ ├── gmp.hash │ └── gmp.mk ├── gmpc │ ├── Config.in │ ├── gmpc.hash │ └── gmpc.mk ├── gmrender-resurrect │ ├── Config.in │ ├── gmrender-resurrect.hash │ └── gmrender-resurrect.mk ├── gnu-efi │ ├── 0001-Make.defaults-don-t-override-ARCH-when-cross-compili.patch │ ├── Config.in │ ├── gnu-efi.hash │ └── gnu-efi.mk ├── gnuchess │ ├── Config.in │ ├── gnuchess.hash │ └── gnuchess.mk ├── gnupg │ ├── 0001-build-Always-use-EXTERN_UNLESS_MAIN_MODULE-pattern.patch │ ├── Config.in │ ├── Config.in.host │ ├── gnupg.hash │ └── gnupg.mk ├── gnupg2 │ ├── Config.in │ ├── gnupg2.hash │ └── gnupg2.mk ├── gnuplot │ ├── 0001-configure-add-without-demo-option.patch │ ├── Config.in │ ├── gnuplot.hash │ └── gnuplot.mk ├── gnuradio │ ├── 0001-blocks-Including-missing-vector-in-blockinterleaver.patch │ ├── 0002-blocks-blockinterleaving.h-add-missing-cstddef-heade.patch │ ├── Config.in │ ├── gnuradio.hash │ └── gnuradio.mk ├── gnutls │ ├── Config.in │ ├── gnutls.hash │ └── gnutls.mk ├── go-bootstrap │ ├── Config.in.host │ ├── go-bootstrap.hash │ └── go-bootstrap.mk ├── go │ ├── 0001-build.go-explicit-option-for-crosscompilation.patch │ ├── 0003-runtime-support-riscv64-SV57-mode.patch │ ├── Config.in.host │ ├── go.hash │ └── go.mk ├── gob2 │ ├── 0001-dont-include-from-prefix.patch │ ├── gob2.hash │ └── gob2.mk ├── gobject-introspection │ ├── 0001-disable-tests.patch │ ├── 0002-Add-rpath-links-to-ccompiler.patch │ ├── 0003-giscanner-ignore-error-return-codes-from-ldd-wrapper.patch │ ├── Config.in │ ├── g-ir-compiler.in │ ├── g-ir-scanner-lddwrapper.in │ ├── g-ir-scanner-qemuwrapper.in │ ├── g-ir-scanner.in │ ├── gobject-introspection.hash │ └── gobject-introspection.mk ├── gocryptfs │ ├── 0001-go.mod-fix-jacobsa-crypto-build-on-riscv64.patch │ ├── Config.in │ ├── gocryptfs.hash │ └── gocryptfs.mk ├── google-breakpad │ ├── Config.in │ ├── Config.in.host │ ├── gen-syms.sh │ ├── google-breakpad.hash │ └── google-breakpad.mk ├── google-material-design-icons │ ├── Config.in │ ├── google-material-design-icons.hash │ └── google-material-design-icons.mk ├── googlefontdirectory │ ├── Config.in │ ├── googlefontdirectory.hash │ └── googlefontdirectory.mk ├── gperf │ ├── Config.in │ ├── gperf.hash │ └── gperf.mk ├── gpm │ ├── 0001-Added-musl-support-to-libgpm-and-the-daemon.patch │ ├── 0002-Install-unversioned-solibrary.patch │ ├── 0003-src-Makefile.in-Really-install-unversioned-solibrary.patch │ ├── 0004-Use-sigemptyset-API-instead-of-__sigemptyset.patch │ ├── 0005-fix-building-w-newer-glibc.patch │ ├── 0006-src-headers-daemon.h-avoid-redefinition-of-last_sele.patch │ ├── Config.in │ ├── gpm.hash │ └── gpm.mk ├── gpsd │ ├── Config.in │ ├── S50gpsd │ ├── br-chrony.conf │ ├── gpsd.hash │ └── gpsd.mk ├── gptfdisk │ ├── 0001-gptcurses-partially-revert-Tweaks-for-building-on-th.patch │ ├── 0002-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch │ ├── 0003-Fix-NULL-dereference-when-duplicating-string-argumen.patch │ ├── Config.in │ ├── Config.in.host │ ├── gptfdisk.hash │ └── gptfdisk.mk ├── gqrx │ ├── Config.in │ ├── gqrx.hash │ └── gqrx.mk ├── gr-osmosdr │ ├── Config.in │ ├── gr-osmosdr.hash │ └── gr-osmosdr.mk ├── granite │ ├── Config.in │ ├── granite.hash │ └── granite.mk ├── grantlee │ ├── Config.in │ ├── grantlee.hash │ └── grantlee.mk ├── graphicsmagick │ ├── Config.in │ ├── graphicsmagick.hash │ └── graphicsmagick.mk ├── graphite2 │ ├── 0001-don-t-install-a-libtool-file-with-static-library.patch │ ├── Config.in │ ├── graphite2.hash │ └── graphite2.mk ├── grep │ ├── Config.in │ ├── grep.hash │ └── grep.mk ├── grpc │ ├── 0001-Properly-detect-the-availability-of-pthread_setname_.patch │ ├── 0002-wrap_memcpy.cc-add-GPR_DISABLE_WRAPPED_MEMCPY.patch │ ├── 0003-host-grpc-only-cpp-plugin.patch │ ├── 0004-disable-unconditionally-downloading-api-repos.patch │ ├── Config.in │ ├── grpc.hash │ └── grpc.mk ├── gsettings-desktop-schemas │ ├── Config.in │ ├── gsettings-desktop-schemas.hash │ └── gsettings-desktop-schemas.mk ├── gsl │ ├── 0001-configure.ac-fix-build-on-powerpc.patch │ ├── Config.in │ ├── gsl.hash │ └── gsl.mk ├── gssdp │ ├── Config.in │ ├── gssdp.hash │ └── gssdp.mk ├── gstreamer1 │ ├── Config.in │ ├── gst-omx │ │ ├── Config.in │ │ ├── gst-omx.hash │ │ └── gst-omx.mk │ ├── gst1-devtools │ │ ├── Config.in │ │ ├── gst1-devtools.hash │ │ └── gst1-devtools.mk │ ├── gst1-imx │ │ ├── Config.in │ │ ├── gst1-imx.hash │ │ └── gst1-imx.mk │ ├── gst1-interpipe │ │ ├── Config.in │ │ ├── gst1-interpipe.hash │ │ └── gst1-interpipe.mk │ ├── gst1-libav │ │ ├── Config.in │ │ ├── gst1-libav.hash │ │ └── gst1-libav.mk │ ├── gst1-plugins-bad │ │ ├── Config.in │ │ ├── gst1-plugins-bad.hash │ │ └── gst1-plugins-bad.mk │ ├── gst1-plugins-base │ │ ├── Config.in │ │ ├── gst1-plugins-base.hash │ │ └── gst1-plugins-base.mk │ ├── gst1-plugins-bayer2rgb-neon │ │ ├── Config.in │ │ ├── gst1-plugins-bayer2rgb-neon.hash │ │ └── gst1-plugins-bayer2rgb-neon.mk │ ├── gst1-plugins-good │ │ ├── Config.in │ │ ├── gst1-plugins-good.hash │ │ └── gst1-plugins-good.mk │ ├── gst1-plugins-ugly │ │ ├── Config.in │ │ ├── gst1-plugins-ugly.hash │ │ └── gst1-plugins-ugly.mk │ ├── gst1-python │ │ ├── Config.in │ │ ├── gst1-python.hash │ │ └── gst1-python.mk │ ├── gst1-rtsp-server │ │ ├── Config.in │ │ ├── gst1-rtsp-server.hash │ │ └── gst1-rtsp-server.mk │ ├── gst1-shark │ │ ├── Config.in │ │ ├── gst1-shark.hash │ │ └── gst1-shark.mk │ ├── gst1-vaapi │ │ ├── Config.in │ │ ├── gst1-vaapi.hash │ │ └── gst1-vaapi.mk │ ├── gstd │ │ ├── 0001-Don-t-require-gstd-check-user-xenv.sh-for-systemd-se.patch │ │ ├── Config.in │ │ ├── gstd.hash │ │ └── gstd.mk │ ├── gstreamer1-editing-services │ │ ├── Config.in │ │ ├── gstreamer1-editing-services.hash │ │ └── gstreamer1-editing-services.mk │ ├── gstreamer1.mk │ └── gstreamer1 │ │ ├── Config.in │ │ ├── gstreamer1.hash │ │ └── gstreamer1.mk ├── gtest │ ├── Config.in │ ├── gtest.hash │ └── gtest.mk ├── gtk2-engines │ ├── Config.in │ ├── gtk2-engines.hash │ └── gtk2-engines.mk ├── gtkmm3 │ ├── Config.in │ ├── gtkmm3.hash │ └── gtkmm3.mk ├── gtkperf │ ├── Config.in │ ├── gtkperf.hash │ └── gtkperf.mk ├── gtksourceview │ ├── Config.in │ ├── gtksourceview.hash │ └── gtksourceview.mk ├── guile │ ├── 0001-calculate-csqrt_manually.patch │ ├── 0002-Makefile.am-fix-build-without-makeinfo.patch │ ├── Config.in │ ├── guile.hash │ └── guile.mk ├── gumbo-parser │ ├── 0001-configure.ac-fix-build-without-C.patch │ ├── Config.in │ ├── gumbo-parser.hash │ └── gumbo-parser.mk ├── gupnp-av │ ├── Config.in │ ├── gupnp-av.hash │ └── gupnp-av.mk ├── gupnp-dlna │ ├── Config.in │ ├── gupnp-dlna.hash │ └── gupnp-dlna.mk ├── gupnp-tools │ ├── Config.in │ ├── gupnp-tools.hash │ └── gupnp-tools.mk ├── gupnp │ ├── 0001-all-Drop-xmlRecoverMemory.patch │ ├── Config.in │ ├── gupnp.hash │ └── gupnp.mk ├── gutenprint │ ├── 0001-use-pregen-xmli18n-header.patch │ ├── 0002-cups-support-replaces-static-with-static-libtool-lib.patch │ ├── Config.in │ ├── gutenprint.hash │ └── gutenprint.mk ├── gvfs │ ├── 0001-build-Remove-incorrect-i18n.merge_file-argument.patch │ ├── Config.in │ ├── gvfs.hash │ └── gvfs.mk ├── gzip │ ├── Config.in │ ├── gzip.hash │ └── gzip.mk ├── hackrf │ ├── Config.in │ ├── hackrf.hash │ └── hackrf.mk ├── hans │ ├── Config.in │ ├── hans.hash │ └── hans.mk ├── haproxy │ ├── 0001-BUILD-atomic-atomic.h-may-need-compiler.h-on-ARMv8.2.patch │ ├── Config.in │ ├── haproxy.hash │ └── haproxy.mk ├── harfbuzz │ ├── 0001-meson.build-check-for-pthread.h.patch │ ├── Config.in │ ├── harfbuzz.hash │ └── harfbuzz.mk ├── haserl │ ├── 0001-add-haserl_lualib.inc.patch │ ├── Config.in │ ├── haserl.hash │ └── haserl.mk ├── haveged │ ├── Config.in │ ├── S21haveged │ ├── haveged.hash │ ├── haveged.mk │ └── haveged.service ├── hawktracer │ ├── Config.in │ ├── hawktracer.hash │ └── hawktracer.mk ├── hddtemp │ ├── Config.in │ ├── hddtemp.hash │ └── hddtemp.mk ├── hdparm │ ├── Config.in │ ├── hdparm.hash │ └── hdparm.mk ├── heimdal │ ├── 0001-Use-perl-module-JSON-PP-part-of-core-instead-of-JSON.patch │ ├── heimdal.hash │ └── heimdal.mk ├── heirloom-mailx │ ├── 0001-fix-libressl-support.patch │ ├── Config.in │ ├── heirloom-mailx.hash │ └── heirloom-mailx.mk ├── hiawatha │ ├── Config.in │ ├── hiawatha.hash │ └── hiawatha.mk ├── hicolor-icon-theme │ ├── Config.in │ ├── hicolor-icon-theme.hash │ └── hicolor-icon-theme.mk ├── hidapi │ ├── Config.in │ ├── hidapi.hash │ └── hidapi.mk ├── highway │ ├── 0001-Check-for-the-presence-of-sys-auxv.h.patch │ ├── Config.in │ ├── highway.hash │ └── highway.mk ├── hiredis │ ├── 0001-CMakeLists.txt-respect-BUILD_SHARED_LIBS.patch │ ├── Config.in │ ├── hiredis.hash │ └── hiredis.mk ├── hostapd │ ├── 0001-use-a-less-generic-name-for-IEEE802.11-CRC-32-routin.patch │ ├── Config.in │ ├── hostapd.hash │ └── hostapd.mk ├── hplip │ ├── 0001-build-use-pkg-config-to-discover-libusb.patch │ ├── 0002-configure.in-fix-AM_INIT_AUTOMAKE-call.patch │ ├── Config.in │ ├── hplip.hash │ └── hplip.mk ├── htop │ ├── Config.in │ ├── htop.hash │ └── htop.mk ├── htpdate │ ├── Config.in │ ├── S43htpdate │ ├── htpdate.hash │ ├── htpdate.mk │ └── htpdate.service ├── httping │ ├── 0001-fix-math-library-linking.patch │ ├── 0002-Makefile-allow-build-without-gettext.patch │ ├── Config.in │ ├── httping.hash │ └── httping.mk ├── hwdata │ ├── Config.in │ ├── hwdata.hash │ └── hwdata.mk ├── hwloc │ ├── Config.in │ ├── hwloc.hash │ └── hwloc.mk ├── hyperfine │ ├── Config.in │ ├── hyperfine.hash │ └── hyperfine.mk ├── i2c-tools │ ├── Config.in │ ├── i2c-tools.hash │ └── i2c-tools.mk ├── i2pd │ ├── Config.in │ ├── S99i2pd │ ├── i2pd.hash │ ├── i2pd.mk │ └── i2pd.service ├── i7z │ ├── 0001-fix-build-with-gcc-10.patch │ ├── Config.in │ ├── i7z.hash │ └── i7z.mk ├── ibm-sw-tpm2 │ ├── 0001-Use-LONG_BIT-to-define-RADIX_BITS.patch │ ├── Config.in │ ├── ibm-sw-tpm2.hash │ └── ibm-sw-tpm2.mk ├── ibrcommon │ ├── 0001-ibrcommon-data-File.cpp-support-POSIX-basename-call.patch │ ├── 0002-ibrcommon-added-openssl-1.1-compatibility-264.patch │ ├── 0003-ibrcommon-ssl-gcm-fix-static-build-with-openssl.patch │ ├── Config.in │ ├── ibrcommon.hash │ └── ibrcommon.mk ├── ibrdtn-tools │ ├── Config.in │ ├── ibrdtn-tools.hash │ └── ibrdtn-tools.mk ├── ibrdtn │ ├── Config.in │ ├── ibrdtn.hash │ └── ibrdtn.mk ├── ibrdtnd │ ├── 0001-ibrdtnd-added-openssl-compatibility.patch │ ├── 0002-SecurityCertificateManager.cpp-include-cstring-267.patch │ ├── Config.in │ ├── ibrdtnd.hash │ └── ibrdtnd.mk ├── icu │ ├── 0001-dont-build-static-dynamic-twice.patch │ ├── 0002-workaround-toolchain-bugs.patch │ ├── 0003-link-icudata-as-data-only.patch │ ├── 0004-fix-static-linking-with-icu-uc.patch │ ├── Config.in │ ├── icu.hash │ └── icu.mk ├── ifenslave │ ├── Config.in │ ├── ifenslave.hash │ └── ifenslave.mk ├── ifmetric │ ├── 0001-Fix-issue-NETLINK-Packet-too-small-or-truncated-92-1.patch │ ├── Config.in │ ├── ifmetric.hash │ └── ifmetric.mk ├── ifplugd │ ├── 0001-cross.patch │ ├── 0002-fix-headers.patch │ ├── 0003-no-cxx.patch │ ├── 0004-musl-fix-types.patch │ ├── 0005-src-interface.h-fix-build-with-gcc-10.patch │ ├── Config.in │ ├── ifplugd.hash │ └── ifplugd.mk ├── iftop │ ├── 0001-ui_common.h-fix-build-with-gcc-10.patch │ ├── 0002-Rename-pcap_filter-to-iftop_pcap_filter.patch │ ├── Config.in │ ├── iftop.hash │ └── iftop.mk ├── ifupdown-scripts │ ├── Config.in │ ├── S40network │ ├── ifupdown-scripts.mk │ ├── network.service │ ├── network │ │ ├── if-down.d │ │ │ └── .empty │ │ ├── if-post-down.d │ │ │ └── .empty │ │ ├── if-pre-up.d │ │ │ └── wait_iface │ │ └── if-up.d │ │ │ └── .empty │ └── nfs_check ├── ifupdown │ ├── 0001-dont-use-dpkg-architecture.patch │ ├── Config.in │ ├── ifupdown.hash │ └── ifupdown.mk ├── igd2-for-linux │ ├── Config.in │ ├── S99upnpd │ ├── igd2-for-linux.hash │ ├── igd2-for-linux.mk │ └── upnpd.service ├── igh-ethercat │ ├── Config.in │ ├── igh-ethercat.hash │ └── igh-ethercat.mk ├── igmpproxy │ ├── Config.in │ ├── igmpproxy.hash │ └── igmpproxy.mk ├── ijs │ ├── Config.in │ ├── ijs.hash │ └── ijs.mk ├── ima-evm-utils │ ├── Config.in │ ├── ima-evm-utils.hash │ └── ima-evm-utils.mk ├── imagemagick │ ├── Config.in │ ├── Config.in.host │ ├── imagemagick.hash │ └── imagemagick.mk ├── imlib2 │ ├── Config.in │ ├── imlib2.hash │ └── imlib2.mk ├── imx-mkimage │ ├── 0001-Add-support-for-overriding-BL32-and-BL33-not-only-BL.patch │ ├── 0002-Add-LDFLAGS-to-link-step.patch │ ├── 0003-Add-unused-fake-version.patch │ ├── 0004-Add-support-for-overriding-BL31-BL32-and-BL33.patch │ ├── Config.in.host │ ├── imx-mkimage.hash │ └── imx-mkimage.mk ├── imx-usb-loader │ ├── Config.in │ ├── Config.in.host │ ├── imx-usb-loader.hash │ └── imx-usb-loader.mk ├── inadyn │ ├── Config.in │ ├── S70inadyn │ ├── inadyn.conf │ ├── inadyn.hash │ └── inadyn.mk ├── inconsolata │ ├── Config.in │ ├── inconsolata.hash │ └── inconsolata.mk ├── inih │ ├── Config.in │ ├── inih.hash │ └── inih.mk ├── initscripts │ ├── Config.in │ ├── init.d │ │ ├── rcK │ │ └── rcS │ └── initscripts.mk ├── inotify-tools │ ├── Config.in │ ├── inotify-tools.hash │ └── inotify-tools.mk ├── input-event-daemon │ ├── Config.in │ ├── S99input-event-daemon │ ├── input-event-daemon.hash │ ├── input-event-daemon.mk │ └── input-event-daemon.service ├── intel-gmmlib │ ├── 0001-Drop-hardening-related-flags.patch │ ├── Config.in │ ├── intel-gmmlib.hash │ └── intel-gmmlib.mk ├── intel-mediadriver │ ├── Config.in │ ├── intel-mediadriver.hash │ └── intel-mediadriver.mk ├── intel-mediasdk │ ├── 0001-Don-t-force-fstack-protector.patch │ ├── Config.in │ ├── intel-mediasdk.hash │ └── intel-mediasdk.mk ├── intel-microcode │ ├── Config.in │ ├── intel-microcode.hash │ └── intel-microcode.mk ├── intltool │ ├── 0001-perl-5.26-compatibility.patch │ ├── intltool.hash │ └── intltool.mk ├── iodine │ ├── 0001-disable-systemd-and-selinux.patch │ ├── Config.in │ ├── iodine.hash │ └── iodine.mk ├── iotop │ ├── 0001-Fix-build-error-with-Python-3.patch │ ├── Config.in │ ├── iotop.hash │ └── iotop.mk ├── iozone │ ├── 0001-Add-new-targets-for-iozone.patch │ ├── Config.in │ ├── iozone.hash │ └── iozone.mk ├── ipcalc │ ├── Config.in │ ├── ipcalc.hash │ └── ipcalc.mk ├── iperf │ ├── 0001-fix-single-threaded-compile-breakage.patch │ ├── Config.in │ ├── iperf.hash │ └── iperf.mk ├── iperf3 │ ├── Config.in │ ├── iperf3.hash │ └── iperf3.mk ├── ipmitool │ ├── 0001-configure.ac-fix-readline-static-build.patch │ ├── 0002-Fix-enterprise-numbers-URL.patch │ ├── 0003-Do-not-require-the-IANA-PEN-registry-file.patch │ ├── 0004-configure.ac-allow-disabling-registry-downloads.patch │ ├── Config.in │ ├── ipmitool.hash │ └── ipmitool.mk ├── ipmiutil │ ├── Config.in │ ├── ipmiutil.hash │ └── ipmiutil.mk ├── iproute2 │ ├── Config.in │ ├── iproute2.hash │ └── iproute2.mk ├── iprutils │ ├── 0001-configure.ac-add-AC_USE_SYSTEM_EXTENSIONS.patch │ ├── Config.in │ ├── iprutils.hash │ └── iprutils.mk ├── ipset │ ├── Config.in │ ├── ipset.hash │ └── ipset.mk ├── iptables │ ├── Config.in │ ├── S35iptables │ ├── iptables.hash │ └── iptables.mk ├── iptraf-ng │ ├── Config.in │ ├── iptraf-ng.hash │ └── iptraf-ng.mk ├── iputils │ ├── Config.in │ ├── iputils.hash │ └── iputils.mk ├── irda-utils │ ├── 0001-daemon.patch │ ├── 0002-nommu.patch │ ├── 0003-subdir.patch │ ├── 0004-musl.patch │ ├── Config.in │ ├── irda-utils.hash │ └── irda-utils.mk ├── irqbalance │ ├── Config.in │ ├── S13irqbalance │ ├── irqbalance.hash │ ├── irqbalance.mk │ └── irqbalance.service ├── irrlicht │ ├── 0001-override-CPPFLAGS-CXXFLAGS-and-CFLAGS-in-Makefile.patch │ ├── 0002-remove-sys-sysctl.h.patch │ ├── 0003-makefile-override-LDFLAGS-and-remove-obsolete-X11R6-.patch │ ├── Config.in │ ├── irrlicht.hash │ └── irrlicht.mk ├── irssi │ ├── Config.in │ ├── irssi.hash │ └── irssi.mk ├── isl │ ├── isl.hash │ └── isl.mk ├── iucode-tool │ ├── Config.in │ ├── S00iucode-tool │ ├── iucode-tool.hash │ ├── iucode-tool.mk │ └── iucode.service ├── iw │ ├── Config.in │ ├── iw.hash │ └── iw.mk ├── iwd │ ├── Config.in │ ├── S40iwd │ ├── iwd.hash │ ├── iwd.mk │ └── main.conf ├── jack1 │ ├── Config.in │ ├── jack1.hash │ └── jack1.mk ├── jack2 │ ├── 0001-Remove-usage-of-U-mode-bit-for-opening-files-in-pyth.patch │ ├── Config.in │ ├── jack2.hash │ └── jack2.mk ├── jailhouse │ ├── Config.in │ ├── jailhouse.hash │ └── jailhouse.mk ├── janet │ ├── 0001-Update-for-more-minimal-builds.patch │ ├── Config.in │ ├── janet.hash │ └── janet.mk ├── jansson │ ├── Config.in │ ├── jansson.hash │ └── jansson.mk ├── janus-gateway │ ├── 0001-disable-ssp.patch │ ├── 0002-Add-test-for-Wunused-but-set-variable.patch │ ├── 0003-Use-parentheses-to-ensure-compilation.patch │ ├── Config.in │ ├── janus-gateway.hash │ ├── janus-gateway.mk │ └── janus-gateway.service ├── jasper │ ├── Config.in │ ├── jasper.hash │ └── jasper.mk ├── jbig2dec │ ├── Config.in │ ├── jbig2dec.hash │ └── jbig2dec.mk ├── jemalloc │ ├── Config.in │ ├── jemalloc.hash │ └── jemalloc.mk ├── jh71xx-tools │ ├── Config.in.host │ ├── jh71xx-tools.hash │ └── jh71xx-tools.mk ├── jhead │ ├── Config.in │ ├── jhead.hash │ └── jhead.mk ├── jimtcl │ ├── Config.in │ ├── jimtcl.hash │ └── jimtcl.mk ├── jitterentropy-library │ ├── Config.in │ ├── jitterentropy-library.hash │ └── jitterentropy-library.mk ├── jo │ ├── Config.in │ ├── jo.hash │ └── jo.mk ├── joe │ ├── Config.in │ ├── joe.hash │ └── joe.mk ├── jose │ ├── 0001-lib-hsh.c-rename-hsh-local-variable.patch │ ├── 0002-man-add-option-to-skip-building-man-pages.patch │ ├── Config.in │ ├── jose.hash │ └── jose.mk ├── jpeg-turbo │ ├── Config.in.options │ ├── jpeg-turbo.hash │ └── jpeg-turbo.mk ├── jpeg │ ├── Config.in │ └── jpeg.mk ├── jq │ ├── Config.in │ ├── Config.in.host │ ├── jq.hash │ └── jq.mk ├── jquery-datetimepicker │ ├── Config.in │ ├── jquery-datetimepicker.hash │ └── jquery-datetimepicker.mk ├── jquery-keyboard │ ├── Config.in │ ├── jquery-keyboard.hash │ └── jquery-keyboard.mk ├── jquery-mobile │ ├── Config.in │ ├── jquery-mobile.hash │ └── jquery-mobile.mk ├── jquery-sidebar │ ├── Config.in │ ├── jquery-sidebar.hash │ └── jquery-sidebar.mk ├── jquery-sparkline │ ├── Config.in │ ├── jquery-sparkline.hash │ └── jquery-sparkline.mk ├── jquery-ui-themes │ ├── Config.in │ ├── jquery-ui-themes.hash │ └── jquery-ui-themes.mk ├── jquery-ui │ ├── Config.in │ ├── jquery-ui.hash │ └── jquery-ui.mk ├── jquery-validation │ ├── Config.in │ ├── jquery-validation.hash │ └── jquery-validation.mk ├── jquery │ ├── Config.in │ ├── jquery.hash │ └── jquery.mk ├── jsmin │ ├── Config.in │ ├── Config.in.host │ ├── jsmin.hash │ └── jsmin.mk ├── jsmn │ ├── Config.in │ ├── jsmn.hash │ └── jsmn.mk ├── json-c │ ├── Config.in │ ├── json-c.hash │ └── json-c.mk ├── json-for-modern-cpp │ ├── Config.in │ ├── json-for-modern-cpp.hash │ └── json-for-modern-cpp.mk ├── json-glib │ ├── Config.in │ ├── json-glib.hash │ └── json-glib.mk ├── json-javascript │ ├── Config.in │ ├── json-javascript.hash │ └── json-javascript.mk ├── jsoncpp │ ├── Config.in │ ├── jsoncpp.hash │ └── jsoncpp.mk ├── jszip │ ├── Config.in │ ├── jszip.hash │ └── jszip.mk ├── kbd │ ├── Config.in │ ├── kbd.hash │ └── kbd.mk ├── keepalived │ ├── 0001-vrrp-nft-didn-t-support-meta-l4proro-until-Linux-3-14.patch │ ├── 0002-ipvs-nft-didn-t-support-meta-l4proro-until-Linux-3-14.patch │ ├── 0003-fix-build-with-libressl.patch │ ├── Config.in │ ├── keepalived.hash │ └── keepalived.mk ├── kexec-lite │ ├── 0001-clean-restart.patch │ ├── Config.in │ ├── kexec-lite.hash │ └── kexec-lite.mk ├── kexec │ ├── Config.in │ ├── kexec.hash │ └── kexec.mk ├── keyutils │ ├── 0001-fix-install-rule.patch │ ├── 0002-cifs.patch │ ├── Config.in │ ├── keyutils.hash │ └── keyutils.mk ├── kf5 │ ├── Config.in │ ├── kf5-extra-cmake-modules │ │ ├── Config.in │ │ ├── kf5-extra-cmake-modules.hash │ │ └── kf5-extra-cmake-modules.mk │ ├── kf5-kcoreaddons │ │ ├── Config.in │ │ ├── kf5-kcoreaddons.hash │ │ └── kf5-kcoreaddons.mk │ ├── kf5-modemmanager-qt │ │ ├── Config.in │ │ ├── kf5-modemmanager-qt.hash │ │ └── kf5-modemmanager-qt.mk │ ├── kf5-networkmanager-qt │ │ ├── Config.in │ │ ├── kf5-networkmanager-qt.hash │ │ └── kf5-networkmanager-qt.mk │ └── kf5.mk ├── kismet │ ├── Config.in │ ├── kismet.hash │ └── kismet.mk ├── kmemd │ ├── Config.in │ ├── kmemd.hash │ └── kmemd.mk ├── kmod │ ├── 0001-fix-O_CLOEXEC.patch │ ├── Config.in │ ├── Config.in.host │ ├── kmod.hash │ └── kmod.mk ├── kmscube │ ├── Config.in │ ├── kmscube.hash │ └── kmscube.mk ├── kmsxx │ ├── Config.in │ ├── kmsxx.hash │ └── kmsxx.mk ├── knock │ ├── Config.in │ ├── knock.hash │ └── knock.mk ├── kodi-audiodecoder-modplug │ ├── Config.in │ ├── kodi-audiodecoder-modplug.hash │ └── kodi-audiodecoder-modplug.mk ├── kodi-audiodecoder-nosefart │ ├── Config.in │ ├── kodi-audiodecoder-nosefart.hash │ └── kodi-audiodecoder-nosefart.mk ├── kodi-audiodecoder-sidplay │ ├── Config.in │ ├── kodi-audiodecoder-sidplay.hash │ └── kodi-audiodecoder-sidplay.mk ├── kodi-audiodecoder-snesapu │ ├── Config.in │ ├── kodi-audiodecoder-snesapu.hash │ └── kodi-audiodecoder-snesapu.mk ├── kodi-audiodecoder-stsound │ ├── Config.in │ ├── kodi-audiodecoder-stsound.hash │ └── kodi-audiodecoder-stsound.mk ├── kodi-audiodecoder-timidity │ ├── Config.in │ ├── kodi-audiodecoder-timidity.hash │ └── kodi-audiodecoder-timidity.mk ├── kodi-audiodecoder-vgmstream │ ├── Config.in │ ├── kodi-audiodecoder-vgmstream.hash │ └── kodi-audiodecoder-vgmstream.mk ├── kodi-audioencoder-flac │ ├── Config.in │ ├── kodi-audioencoder-flac.hash │ └── kodi-audioencoder-flac.mk ├── kodi-audioencoder-lame │ ├── Config.in │ ├── kodi-audioencoder-lame.hash │ └── kodi-audioencoder-lame.mk ├── kodi-audioencoder-vorbis │ ├── Config.in │ ├── kodi-audioencoder-vorbis.hash │ └── kodi-audioencoder-vorbis.mk ├── kodi-audioencoder-wav │ ├── Config.in │ ├── kodi-audioencoder-wav.hash │ └── kodi-audioencoder-wav.mk ├── kodi-inputstream-adaptive │ ├── Config.in │ ├── kodi-inputstream-adaptive.hash │ └── kodi-inputstream-adaptive.mk ├── kodi-inputstream-ffmpegdirect │ ├── Config.in │ ├── kodi-inputstream-ffmpegdirect.hash │ └── kodi-inputstream-ffmpegdirect.mk ├── kodi-inputstream-rtmp │ ├── Config.in │ ├── kodi-inputstream-rtmp.hash │ └── kodi-inputstream-rtmp.mk ├── kodi-jsonschemabuilder │ ├── kodi-jsonschemabuilder.hash │ └── kodi-jsonschemabuilder.mk ├── kodi-peripheral-joystick │ ├── Config.in │ ├── kodi-peripheral-joystick.hash │ └── kodi-peripheral-joystick.mk ├── kodi-peripheral-xarcade │ ├── Config.in │ ├── kodi-peripheral-xarcade.hash │ └── kodi-peripheral-xarcade.mk ├── kodi-pvr-argustv │ ├── Config.in │ ├── kodi-pvr-argustv.hash │ └── kodi-pvr-argustv.mk ├── kodi-pvr-dvblink │ ├── Config.in │ ├── kodi-pvr-dvblink.hash │ └── kodi-pvr-dvblink.mk ├── kodi-pvr-dvbviewer │ ├── Config.in │ ├── kodi-pvr-dvbviewer.hash │ └── kodi-pvr-dvbviewer.mk ├── kodi-pvr-filmon │ ├── Config.in │ ├── kodi-pvr-filmon.hash │ └── kodi-pvr-filmon.mk ├── kodi-pvr-hdhomerun │ ├── Config.in │ ├── kodi-pvr-hdhomerun.hash │ └── kodi-pvr-hdhomerun.mk ├── kodi-pvr-hts │ ├── Config.in │ ├── kodi-pvr-hts.hash │ └── kodi-pvr-hts.mk ├── kodi-pvr-iptvsimple │ ├── Config.in │ ├── kodi-pvr-iptvsimple.hash │ └── kodi-pvr-iptvsimple.mk ├── kodi-pvr-mediaportal-tvserver │ ├── Config.in │ ├── kodi-pvr-mediaportal-tvserver.hash │ └── kodi-pvr-mediaportal-tvserver.mk ├── kodi-pvr-mythtv │ ├── Config.in │ ├── kodi-pvr-mythtv.hash │ └── kodi-pvr-mythtv.mk ├── kodi-pvr-nextpvr │ ├── Config.in │ ├── kodi-pvr-nextpvr.hash │ └── kodi-pvr-nextpvr.mk ├── kodi-pvr-njoy │ ├── Config.in │ ├── kodi-pvr-njoy.hash │ └── kodi-pvr-njoy.mk ├── kodi-pvr-octonet │ ├── Config.in │ ├── kodi-pvr-octonet.hash │ └── kodi-pvr-octonet.mk ├── kodi-pvr-pctv │ ├── Config.in │ ├── kodi-pvr-pctv.hash │ └── kodi-pvr-pctv.mk ├── kodi-pvr-plutotv │ ├── Config.in │ ├── kodi-pvr-plutotv.hash │ └── kodi-pvr-plutotv.mk ├── kodi-pvr-stalker │ ├── Config.in │ ├── kodi-pvr-stalker.hash │ └── kodi-pvr-stalker.mk ├── kodi-pvr-vbox │ ├── Config.in │ ├── kodi-pvr-vbox.hash │ └── kodi-pvr-vbox.mk ├── kodi-pvr-vdr-vnsi │ ├── Config.in │ ├── kodi-pvr-vdr-vnsi.hash │ └── kodi-pvr-vdr-vnsi.mk ├── kodi-pvr-vuplus │ ├── Config.in │ ├── kodi-pvr-vuplus.hash │ └── kodi-pvr-vuplus.mk ├── kodi-pvr-waipu │ ├── Config.in │ ├── kodi-pvr-waipu.hash │ └── kodi-pvr-waipu.mk ├── kodi-pvr-wmc │ ├── Config.in │ ├── kodi-pvr-wmc.hash │ └── kodi-pvr-wmc.mk ├── kodi-pvr-zattoo │ ├── Config.in │ ├── kodi-pvr-zattoo.hash │ └── kodi-pvr-zattoo.mk ├── kodi-screensaver-asteroids │ ├── Config.in │ ├── kodi-screensaver-asteroids.hash │ └── kodi-screensaver-asteroids.mk ├── kodi-screensaver-asterwave │ ├── Config.in │ ├── kodi-screensaver-asterwave.hash │ └── kodi-screensaver-asterwave.mk ├── kodi-screensaver-biogenesis │ ├── Config.in │ ├── kodi-screensaver-biogenesis.hash │ └── kodi-screensaver-biogenesis.mk ├── kodi-screensaver-cpblobs │ ├── Config.in │ ├── kodi-screensaver-cpblobs.hash │ └── kodi-screensaver-cpblobs.mk ├── kodi-screensaver-greynetic │ ├── Config.in │ ├── kodi-screensaver-greynetic.hash │ └── kodi-screensaver-greynetic.mk ├── kodi-screensaver-matrixtrails │ ├── Config.in │ ├── kodi-screensaver-matrixtrails.hash │ └── kodi-screensaver-matrixtrails.mk ├── kodi-screensaver-pingpong │ ├── Config.in │ ├── kodi-screensaver-pingpong.hash │ └── kodi-screensaver-pingpong.mk ├── kodi-screensaver-pyro │ ├── Config.in │ ├── kodi-screensaver-pyro.hash │ └── kodi-screensaver-pyro.mk ├── kodi-screensaver-rsxs │ ├── Config.in │ ├── kodi-screensaver-rsxs.hash │ └── kodi-screensaver-rsxs.mk ├── kodi-screensaver-stars │ ├── Config.in │ ├── kodi-screensaver-stars.hash │ └── kodi-screensaver-stars.mk ├── kodi-skin-confluence │ ├── Config.in │ ├── kodi-skin-confluence.hash │ └── kodi-skin-confluence.mk ├── kodi-texturepacker │ ├── 0001-texturepacker.patch │ ├── 0002-fix-texture-packer-cmake-source-dir.patch │ ├── kodi-texturepacker.hash │ └── kodi-texturepacker.mk ├── kodi-vfs-libarchive │ ├── Config.in │ ├── kodi-vfs-libarchive.hash │ └── kodi-vfs-libarchive.mk ├── kodi-vfs-rar │ ├── Config.in │ ├── kodi-vfs-rar.hash │ └── kodi-vfs-rar.mk ├── kodi-vfs-sftp │ ├── Config.in │ ├── kodi-vfs-sftp.hash │ └── kodi-vfs-sftp.mk ├── kodi-visualisation-fishbmc │ ├── Config.in │ ├── kodi-visualisation-fishbmc.hash │ └── kodi-visualisation-fishbmc.mk ├── kodi-visualisation-goom │ ├── Config.in │ ├── kodi-visualisation-goom.hash │ └── kodi-visualisation-goom.mk ├── kodi-visualisation-matrix │ ├── Config.in │ ├── kodi-visualisation-matrix.hash │ └── kodi-visualisation-matrix.mk ├── kodi-visualisation-shadertoy │ ├── Config.in │ ├── kodi-visualisation-shadertoy.hash │ └── kodi-visualisation-shadertoy.mk ├── kodi-visualisation-spectrum │ ├── Config.in │ ├── kodi-visualisation-spectrum.hash │ └── kodi-visualisation-spectrum.mk ├── kodi-visualisation-starburst │ ├── Config.in │ ├── kodi-visualisation-starburst.hash │ └── kodi-visualisation-starburst.mk ├── kodi-visualisation-waveform │ ├── Config.in │ ├── kodi-visualisation-waveform.hash │ └── kodi-visualisation-waveform.mk ├── kodi │ ├── 0001-kodi-config.cmake-use-CMAKE_FIND_ROOT_PATH-to-fix-cr.patch │ ├── 0002-cmake-findpython.patch │ ├── 0003-cmake-search-for-python-interpreter.patch │ ├── 0004-cmake-allow-to-override-PYTHON_EXECUTABLE.patch │ ├── Config.in │ ├── S50kodi │ ├── br-kodi │ ├── kodi.hash │ ├── kodi.mk │ └── kodi.service ├── kompexsqlite │ ├── Config.in │ ├── kompexsqlite.hash │ └── kompexsqlite.mk ├── ksmbd-tools │ ├── Config.in │ ├── ksmbd-tools.hash │ └── ksmbd-tools.mk ├── kvazaar │ ├── Config.in │ ├── kvazaar.hash │ └── kvazaar.mk ├── kvm-unit-tests │ ├── Config.in │ ├── kvm-unit-tests.hash │ └── kvm-unit-tests.mk ├── kvmtool │ ├── Config.in │ ├── kvmtool.hash │ └── kvmtool.mk ├── kyua │ ├── Config.in │ ├── kyua.hash │ └── kyua.mk ├── lame │ ├── Config.in │ ├── lame.hash │ └── lame.mk ├── lapack │ ├── Config.in │ ├── lapack.hash │ └── lapack.mk ├── latencytop │ ├── 0001-makefile.patch │ ├── Config.in │ ├── latencytop.hash │ └── latencytop.mk ├── lbase64 │ ├── 0001-retro-compatible-with-Lua-5.1.patch │ ├── Config.in │ ├── lbase64.hash │ └── lbase64.mk ├── lbreakout2 │ ├── Config.in │ ├── lbreakout2.hash │ └── lbreakout2.mk ├── lcdapi │ ├── Config.in │ ├── lcdapi.hash │ └── lcdapi.mk ├── lcdproc │ ├── 0001-LCDd.conf.patch │ ├── 0002-Add-missing-ioctl-header.patch │ ├── 0003-Fixcompilation-with-GCC-10-x.patch │ ├── Config.in │ ├── lcdproc.hash │ └── lcdproc.mk ├── lcms2 │ ├── Config.in │ ├── lcms2.hash │ └── lcms2.mk ├── leafnode2 │ ├── 0001-cross_makefile.patch │ ├── Config.in │ ├── leafnode2.hash │ └── leafnode2.mk ├── leafpad │ ├── Config.in │ ├── leafpad.hash │ └── leafpad.mk ├── lensfun │ ├── Config.in │ ├── lensfun.hash │ └── lensfun.mk ├── leptonica │ ├── Config.in │ ├── leptonica.hash │ └── leptonica.mk ├── less │ ├── 0001-End-OSC8-hyperlink-on-invalid-embedded-escape-sequence.patch │ ├── Config.in │ ├── less.hash │ └── less.mk ├── lesstif │ ├── Config.in │ ├── lesstif.hash │ └── lesstif.mk ├── let-me-create │ ├── 0001-fix-build-with-musl-C-library.patch │ ├── Config.in │ ├── let-me-create.hash │ └── let-me-create.mk ├── leveldb │ ├── 0001-Fix-compilation-with-g-4.8.2.patch │ ├── 0002-CMake-install-libmemenv.a.patch │ ├── 0003-CMakeLists.txt-check-for-atomic-library.patch │ ├── 0004-cmake-Use-find_package-to-find-Snappy.patch │ ├── Config.in │ ├── leveldb.hash │ └── leveldb.mk ├── lft │ ├── Config.in │ ├── lft.hash │ └── lft.mk ├── lftp │ ├── 0001-Fix-build-with-LibreSSL-following-commit-537f37898.patch │ ├── 0002-src-lftp_ssl.c-fix-build-with-libressl-2.7.0.patch │ ├── Config.in │ ├── lftp.hash │ └── lftp.mk ├── libaacs │ ├── Config.in │ ├── libaacs.hash │ └── libaacs.mk ├── libabseil-cpp │ ├── 0001-force-position-independent-code.patch │ ├── Config.in │ ├── libabseil-cpp.hash │ └── libabseil-cpp.mk ├── libaio │ ├── Config.in │ ├── libaio.hash │ └── libaio.mk ├── libao │ ├── Config.in │ ├── libao.hash │ └── libao.mk ├── libapparmor │ ├── Config.in │ ├── libapparmor.hash │ └── libapparmor.mk ├── libarchive │ ├── 0001-autotools-do-not-add-iconv-for-Requires.private.patch │ ├── Config.in │ ├── libarchive.hash │ └── libarchive.mk ├── libargon2 │ ├── 0001-libargon2-dont-fail-on-existing-symlink.patch │ ├── Config.in │ ├── libargon2.hash │ └── libargon2.mk ├── libargtable2 │ ├── Config.in │ ├── libargtable2.hash │ └── libargtable2.mk ├── libart │ ├── 0001-art-config-cross.patch │ ├── Config.in │ ├── libart.hash │ └── libart.mk ├── libasplib │ ├── 0001-asplib_CPUTimer.h-Fix-time.h-include.patch │ ├── Config.in │ ├── libasplib.hash │ └── libasplib.mk ├── libass │ ├── Config.in │ ├── libass.hash │ └── libass.mk ├── libassuan │ ├── Config.in │ ├── libassuan.hash │ └── libassuan.mk ├── libatasmart │ ├── 0001-strpool-cross-flags.patch │ ├── Config.in │ ├── libatasmart.hash │ └── libatasmart.mk ├── libatomic_ops │ ├── Config.in │ ├── libatomic_ops.hash │ └── libatomic_ops.mk ├── libavl │ ├── 0001-fix-makefile.patch │ ├── Config.in │ ├── libavl.hash │ └── libavl.mk ├── libb2 │ ├── Config.in │ ├── libb2.hash │ └── libb2.mk ├── libb64 │ ├── 0001-Integer-overflows.patch │ ├── 0002-Initialize-C++-objects.patch │ ├── Config.in │ ├── libb64.hash │ └── libb64.mk ├── libbacktrace │ ├── Config.in │ ├── libbacktrace.hash │ └── libbacktrace.mk ├── libbdplus │ ├── Config.in │ ├── libbdplus.hash │ └── libbdplus.mk ├── libblockdev │ ├── 0001-Provide-replacement-function-for-strerror_l.patch │ ├── Config.in │ ├── libblockdev.hash │ └── libblockdev.mk ├── libbluray │ ├── Config.in │ ├── libbluray.hash │ └── libbluray.mk ├── libbpf │ ├── Config.in │ ├── libbpf.hash │ └── libbpf.mk ├── libbroadvoice │ ├── Config.in │ ├── libbroadvoice.hash │ └── libbroadvoice.mk ├── libbsd │ ├── 0001-src-local-elf.h-fix-big-endian-sh.patch │ ├── Config.in │ ├── libbsd.hash │ └── libbsd.mk ├── libbson │ ├── Config.in │ ├── libbson.hash │ └── libbson.mk ├── libbytesize │ ├── Config.in │ ├── libbytesize.hash │ └── libbytesize.mk ├── libcamera-apps │ ├── 0001-core-pass-VIDIOC_QUERYCAP-as-unsigned-long.patch │ ├── Config.in │ ├── libcamera-apps.hash │ └── libcamera-apps.mk ├── libcamera │ ├── Config.in │ ├── libcamera.hash │ └── libcamera.mk ├── libcap-ng │ ├── Config.in │ ├── libcap-ng.hash │ └── libcap-ng.mk ├── libcap │ ├── Config.in │ ├── libcap.hash │ └── libcap.mk ├── libcdaudio │ ├── 0001-libcdaudio-enable-autoreconf.patch │ ├── Config.in │ ├── libcdaudio.hash │ └── libcdaudio.mk ├── libcddb │ ├── Config.in │ ├── libcddb.hash │ └── libcddb.mk ├── libcdio-paranoia │ ├── Config.in │ ├── libcdio-paranoia.hash │ └── libcdio-paranoia.mk ├── libcdio │ ├── Config.in │ ├── libcdio.hash │ └── libcdio.mk ├── libcec │ ├── 0001-cecloader-h-fix-null-return.patch │ ├── Config.in │ ├── libcec.hash │ └── libcec.mk ├── libcgi │ ├── 0001-CMakeLists.txt-honour-BUILD_TESTING.patch │ ├── Config.in │ ├── libcgi.hash │ └── libcgi.mk ├── libcgicc │ ├── 0001-disable-documentation-option.patch │ ├── Config.in │ ├── libcgicc.hash │ └── libcgicc.mk ├── libcgroup │ ├── Config.in │ ├── libcgroup.hash │ └── libcgroup.mk ├── libclc │ ├── 0001-support-out-of-tree-build.patch │ ├── Config.in │ ├── libclc.hash │ └── libclc.mk ├── libcli │ ├── Config.in │ ├── libcli.hash │ └── libcli.mk ├── libcoap │ ├── 0001-Backport-fix-for-CVE-2023-30362.patch │ ├── Config.in │ ├── libcoap.hash │ └── libcoap.mk ├── libcodec2 │ ├── 0001-update-cmake.patch │ ├── Config.in │ ├── libcodec2.hash │ └── libcodec2.mk ├── libcofi │ ├── Config.in │ ├── libcofi.hash │ └── libcofi.mk ├── libconfig │ ├── Config.in │ ├── libconfig.hash │ └── libconfig.mk ├── libconfuse │ ├── 0001-Fix-163-unterminated-username-used-with-getpwnam.patch │ ├── Config.in │ ├── libconfuse.hash │ └── libconfuse.mk ├── libcorrect │ ├── 0001-CMakeLists.txt-conditionally-use-Wpedantic.patch │ ├── 0002-CMakeLists.txt-conditionally-use-fsanitize-address.patch │ ├── Config.in │ ├── libcorrect.hash │ └── libcorrect.mk ├── libcpprestsdk │ ├── Config.in │ ├── libcpprestsdk.hash │ └── libcpprestsdk.mk ├── libcrossguid │ ├── Config.in │ ├── libcrossguid.hash │ └── libcrossguid.mk ├── libcsv │ ├── Config.in │ ├── libcsv.hash │ └── libcsv.mk ├── libcue │ ├── Config.in │ ├── libcue.hash │ └── libcue.mk ├── libcuefile │ ├── 0001-fix-static-link.patch │ ├── Config.in │ ├── libcuefile.hash │ └── libcuefile.mk ├── libcurl │ ├── Config.in │ ├── libcurl.hash │ └── libcurl.mk ├── libcutl │ ├── libcutl.hash │ └── libcutl.mk ├── libdaemon │ ├── 0001-testd-use-unistd-h-instead-of-sys-unistd-h.patch │ ├── Config.in │ ├── libdaemon.hash │ └── libdaemon.mk ├── libdbi-drivers │ ├── Config.in │ ├── libdbi-drivers.hash │ └── libdbi-drivers.mk ├── libdbi │ ├── Config.in │ ├── libdbi.hash │ └── libdbi.mk ├── libdeflate │ ├── 0001-lib-arm-crc32-use-crypto-target-when-required-due-to-gcc-bug.patch │ ├── 0002-lib-arm-cpu_features-fix-build-error-due-to-PMULL-enabled-without-NEON.patch │ ├── Config.in │ ├── libdeflate.hash │ └── libdeflate.mk ├── libdill │ ├── Config.in │ ├── libdill.hash │ └── libdill.mk ├── libdmtx │ ├── Config.in │ ├── libdmtx.hash │ └── libdmtx.mk ├── libdnet │ ├── 0001-python-makefile.patch │ ├── 0002-Correct-path-to-string-h-from-bsd.patch │ ├── Config.in │ ├── libdnet.hash │ └── libdnet.mk ├── libdri2 │ ├── Config.in │ ├── libdri2.hash │ └── libdri2.mk ├── libdrm │ ├── 0001-tests-meson.build-disable-nouveau-tests-for-static-b.patch │ ├── Config.in │ ├── libdrm.hash │ └── libdrm.mk ├── libdvbcsa │ ├── 0001-altivec-powerpc64.patch │ ├── Config.in │ ├── libdvbcsa.hash │ └── libdvbcsa.mk ├── libdvbpsi │ ├── Config.in │ ├── libdvbpsi.hash │ └── libdvbpsi.mk ├── libdvbsi │ ├── Config.in │ ├── libdvbsi.hash │ └── libdvbsi.mk ├── libdvdcss │ ├── Config.in │ ├── libdvdcss.hash │ └── libdvdcss.mk ├── libdvdnav │ ├── Config.in │ ├── libdvdnav.hash │ └── libdvdnav.mk ├── libdvdread │ ├── Config.in │ ├── libdvdread.hash │ └── libdvdread.mk ├── libeXosip2 │ ├── 0001-src-eXtl_dtls.c-fix-build-with-libressl-3.4.1.patch │ ├── Config.in │ ├── libeXosip2.hash │ └── libeXosip2.mk ├── libeastl │ ├── Config.in │ ├── libeastl.hash │ └── libeastl.mk ├── libebml │ ├── 0001-include-appropriate-header-files-for-std-numeric_limits.patch │ ├── Config.in │ ├── libebml.hash │ └── libebml.mk ├── libebur128 │ ├── Config.in │ ├── libebur128.hash │ └── libebur128.mk ├── libedit │ ├── 0001-check-bsd-functions-in-libbsd.patch │ ├── Config.in │ ├── libedit.hash │ └── libedit.mk ├── libee │ ├── Config.in │ ├── libee.hash │ └── libee.mk ├── libenca │ ├── Config.in │ ├── libenca.hash │ └── libenca.mk ├── libepoxy │ ├── Config.in │ ├── libepoxy.hash │ └── libepoxy.mk ├── liberation │ ├── Config.in │ ├── liberation.hash │ └── liberation.mk ├── libesmtp │ ├── Config.in │ ├── libesmtp.hash │ └── libesmtp.mk ├── libest │ ├── 0005-configure.ac-remove-duplicate-invocation-of-AM_INIT_.patch │ ├── 0006-src-est-est_locl.h-add-missing-extern-on-e_ctx_ssl_e.patch │ ├── Config.in │ ├── libest.hash │ ├── libest.mk │ └── libest.pc ├── libestr │ ├── Config.in │ ├── libestr.hash │ └── libestr.mk ├── libev │ ├── Config.in │ ├── libev.hash │ └── libev.mk ├── libevdev │ ├── Config.in │ ├── libevdev.hash │ └── libevdev.mk ├── libevent │ ├── 0001-Don-t-define-BIO_get_init-for-LibreSSL-3-5.patch │ ├── Config.in │ ├── libevent.hash │ └── libevent.mk ├── libexecinfo │ ├── Config.in │ ├── libexecinfo.hash │ └── libexecinfo.mk ├── libexif │ ├── Config.in │ ├── libexif.hash │ └── libexif.mk ├── libfastjson │ ├── Config.in │ ├── libfastjson.hash │ └── libfastjson.mk ├── libfcgi │ ├── 0001-link-against-math.patch │ ├── 0002-disable-examples.patch │ ├── Config.in │ ├── libfcgi.hash │ └── libfcgi.mk ├── libffi │ ├── 0001-Fix-installation-location-of-libffi.patch │ ├── 0002-Fix-use-of-compact-eh-frames-on-MIPS.patch │ ├── 0003-libffi-enable-hardfloat-in-the-MIPS-assembly-code.patch │ ├── Config.in │ ├── libffi.hash │ └── libffi.mk ├── libfm-extra │ ├── Config.in │ ├── libfm-extra.hash │ └── libfm-extra.mk ├── libfm │ ├── 0001-modules-fix-cross-compilation.patch │ ├── Config.in │ ├── libfm.hash │ └── libfm.mk ├── libfreefare │ ├── Config.in │ ├── libfreefare.hash │ └── libfreefare.mk ├── libfreeglut │ ├── Config.in │ ├── libfreeglut.hash │ └── libfreeglut.mk ├── libfreeimage │ ├── 0001-no-root-install.patch │ ├── 0002-fix-cpuid-x86.patch │ ├── 0003-fix-big-endian-os.patch │ ├── 0004-fixed-C-11-warnings.patch │ ├── Config.in │ ├── libfreeimage.hash │ └── libfreeimage.mk ├── libfribidi │ ├── Config.in │ ├── libfribidi.hash │ └── libfribidi.mk ├── libftdi │ ├── 0001-pkgconfig_libusb.patch │ ├── 0002-libftdi.pc-requires-libusb-fix-static-build.patch │ ├── Config.in │ ├── libftdi.hash │ └── libftdi.mk ├── libftdi1 │ ├── 0001-cmake-use-the-standard-CMake-flag-to-drive-the-share.patch │ ├── 0002-CMakeLists.txt-fix-paths-when-FTDIPP-is-set.patch │ ├── 0003-CMakeLists.txt-fix-static-build-with-libusb-and-lato.patch │ ├── Config.in │ ├── libftdi1.hash │ └── libftdi1.mk ├── libfuse │ ├── 0001-fix-aarch64-build.patch │ ├── 0002-util-ulockmgr_server-c-conditionally-define-closefrom-fix-glibc-2-34.patch │ ├── Config.in │ ├── libfuse.hash │ └── libfuse.mk ├── libfuse3 │ ├── Config.in │ ├── libfuse3.hash │ └── libfuse3.mk ├── libfutils │ ├── Config.in │ ├── libfutils.hash │ └── libfutils.mk ├── libg7221 │ ├── Config.in │ ├── libg7221.hash │ └── libg7221.mk ├── libgcrypt │ ├── 0001-configure.ac-add-an-option-to-disable-tests.patch │ ├── Config.in │ ├── libgcrypt.hash │ └── libgcrypt.mk ├── libgdiplus │ ├── 0001-Build-unit-tests-only-when-enable-unit-tests-is-pass.patch │ ├── Config.in │ ├── libgdiplus.hash │ └── libgdiplus.mk ├── libgee │ ├── Config.in │ ├── libgee.hash │ └── libgee.mk ├── libgeos │ ├── Config.in │ ├── libgeos.hash │ └── libgeos.mk ├── libgeotiff │ ├── Config.in │ ├── libgeotiff.hash │ └── libgeotiff.mk ├── libgit2 │ ├── Config.in │ ├── libgit2.hash │ └── libgit2.mk ├── libglade │ ├── Config.in │ ├── libglade.hash │ └── libglade.mk ├── libglew │ ├── Config.in │ ├── libglew.hash │ └── libglew.mk ├── libglfw │ ├── 0001-Wayland-Remove-extra-cmake-modules-dependency.patch │ ├── 0002-src-CMakeLists.txt-allow-override-of-wayland-pkgdata.patch │ ├── Config.in │ ├── libglfw.hash │ └── libglfw.mk ├── libglib2 │ ├── 0001-fix-compile-time-atomic-detection.patch │ ├── 0002-remove-cpp-requirement.patch │ ├── 0003-Add-Wno-format-nonliteral-to-compiler-arguments.patch │ ├── 0004-meson.build-add-girdir-to-gio-2.0.pc-and-glib-2.0.pc.patch │ ├── Config.in │ ├── libglib2.hash │ └── libglib2.mk ├── libglob │ ├── Config.in │ ├── libglob.hash │ └── libglob.mk ├── libglu │ ├── Config.in │ ├── libglu.hash │ └── libglu.mk ├── libglvnd │ ├── Config.in │ ├── libglvnd.hash │ └── libglvnd.mk ├── libgpg-error │ ├── Config.in │ ├── libgpg-error.hash │ └── libgpg-error.mk ├── libgpgme │ ├── 0001-Fix-build-without-threads.patch │ ├── Config.in │ ├── libgpgme.hash │ └── libgpgme.mk ├── libgphoto2 │ ├── Config.in │ ├── libgphoto2.hash │ └── libgphoto2.mk ├── libgpiod │ ├── 0001-build-add-a-configure-switch-for-building-examples.patch │ ├── Config.in │ ├── libgpiod.hash │ └── libgpiod.mk ├── libgsasl │ ├── Config.in │ ├── libgsasl.hash │ └── libgsasl.mk ├── libgsm │ ├── 0001-misc-fixes-from-archlinux.patch │ ├── Config.in │ ├── libgsm.hash │ └── libgsm.mk ├── libgta │ ├── Config.in │ ├── libgta.hash │ └── libgta.mk ├── libgtk2 │ ├── 0001-reduce-dependencies.patch │ ├── Config.in │ ├── libgtk2.hash │ └── libgtk2.mk ├── libgtk3 │ ├── 0001-disable-atk-bridge.patch │ ├── 0002-Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch │ ├── Config.in │ ├── libgtk3.hash │ └── libgtk3.mk ├── libgudev │ ├── Config.in │ ├── libgudev.hash │ └── libgudev.mk ├── libhdhomerun │ ├── 0001-dont-strip.patch │ ├── Config.in │ ├── libhdhomerun.hash │ └── libhdhomerun.mk ├── libhid │ ├── 0001-dont-fiddle-with-debug-flags.patch │ ├── 0002-no-newline-in-ldflags.patch │ ├── 0003-uclinux.patch │ ├── Config.in │ ├── libhid.hash │ └── libhid.mk ├── libhtp │ ├── Config.in │ ├── libhtp.hash │ └── libhtp.mk ├── libhttpparser │ ├── Config.in │ ├── libhttpparser.hash │ └── libhttpparser.mk ├── libhttpserver │ ├── Config.in │ ├── libhttpserver.hash │ └── libhttpserver.mk ├── libiberty │ ├── libiberty.hash │ └── libiberty.mk ├── libical │ ├── 0001-no-tests.patch │ ├── 0002-icaltypes-c-icalreqstattype_from_string-copy-the-reqstattype.patch │ ├── Config.in │ ├── libical.hash │ └── libical.mk ├── libiconv │ ├── Config.in │ ├── libiconv.hash │ └── libiconv.mk ├── libid3tag │ ├── Config.in │ ├── id3tag.pc │ ├── libid3tag.hash │ └── libid3tag.mk ├── libidn │ ├── Config.in │ ├── libidn.hash │ └── libidn.mk ├── libidn2 │ ├── Config.in │ ├── libidn2.hash │ └── libidn2.mk ├── libiec61850 │ ├── Config.in │ ├── libiec61850.hash │ └── libiec61850.mk ├── libiio │ ├── 0001-iiod-serial.c-fix-sparc-build.patch │ ├── Config.in │ ├── S99iiod │ ├── libiio.hash │ └── libiio.mk ├── libilbc │ ├── Config.in │ ├── libilbc.hash │ └── libilbc.mk ├── libimxvpuapi │ ├── Config.in │ ├── libimxvpuapi.hash │ └── libimxvpuapi.mk ├── libinput │ ├── Config.in │ ├── libinput.hash │ └── libinput.mk ├── libiqrf │ ├── 0001-cmake-handle-static-library-and-find-required-thread.patch │ ├── 0002-use-only-c-language.patch │ ├── Config.in │ ├── libiqrf.hash │ └── libiqrf.mk ├── libiscsi │ ├── Config.in │ ├── libiscsi.hash │ └── libiscsi.mk ├── libite │ ├── Config.in │ ├── libite.hash │ └── libite.mk ├── libjpeg │ ├── libjpeg.hash │ ├── libjpeg.mk │ └── libjpeg.pc.in ├── libjson │ ├── 0001-fix-broken-makefile.patch │ ├── Config.in │ ├── libjson.hash │ └── libjson.mk ├── libjxl │ ├── 0001-djxl-fix-segmentation-fault-when-JPEG-is-disabled.patch │ ├── 0002-Add-missing-atomic-content-to-fix-gcc-compilation-fo.patch │ ├── Config.in │ ├── libjxl.hash │ └── libjxl.mk ├── libkcapi │ ├── 0001-lib-kcapi-kernel-if.c-fix-uclibc-build.patch │ ├── 0002-Add-disable-werror.patch │ ├── 0003-Fix-symver-build-error-on-non-ELF-platforms.patch │ ├── Config.in │ ├── libkcapi.hash │ └── libkcapi.mk ├── libkrb5 │ ├── Config.in │ ├── libkrb5.hash │ └── libkrb5.mk ├── libks │ ├── 0001-CMakeLists.txt-honour-BUILD_TESTING.patch │ ├── Config.in │ ├── libks.hash │ └── libks.mk ├── libksba │ ├── Config.in │ ├── libksba.hash │ └── libksba.mk ├── libldns │ ├── Config.in │ ├── libldns.hash │ └── libldns.mk ├── liblinear │ ├── 0001-build-static-lib.patch │ ├── Config.in │ ├── liblinear.hash │ └── liblinear.mk ├── libllcp │ ├── Config.in │ ├── libllcp.hash │ └── libllcp.mk ├── liblo │ ├── Config.in │ ├── liblo.hash │ └── liblo.mk ├── liblockfile │ ├── 0001-Makefile.in-fix-cross-compilation.patch │ ├── Config.in │ ├── liblockfile.hash │ └── liblockfile.mk ├── liblog4c-localtime │ ├── 0001-log4c.m4-fix-underquoted-definition-of-AM_PATH_LOG4C.patch │ ├── 0002-Fix-linking-error-without-pthread.patch │ ├── 0003-Fix-debug-mode-build-with-uClibc.patch │ ├── 0004-Add-AC_CONFIG_MACRO_DIR-to-configure.in.patch │ ├── 0005-Fix-C-support.patch │ ├── Config.in │ ├── liblog4c-localtime.hash │ └── liblog4c-localtime.mk ├── liblogging │ ├── Config.in │ ├── liblogging.hash │ └── liblogging.mk ├── libloki │ ├── 0001-allow-to-install-to-a-specific-location-using-DESTDI.patch │ ├── 0002-use-ln-snf.patch │ ├── Config.in │ ├── libloki.hash │ └── libloki.mk ├── libmad │ ├── 0001-mips-h-constraint-removal.patch │ ├── 0002-configure-ac-automake-foreign.patch │ ├── Config.in │ ├── libmad.hash │ ├── libmad.mk │ └── mad.pc ├── libmanette │ ├── 0001-Meson-Un-hardcode-building-a-shared-library.patch │ ├── Config.in │ ├── libmanette.hash │ └── libmanette.mk ├── libmatroska │ ├── Config.in │ ├── libmatroska.hash │ └── libmatroska.mk ├── libmaxminddb │ ├── Config.in │ ├── libmaxminddb.hash │ └── libmaxminddb.mk ├── libmbim │ ├── Config.in │ ├── libmbim.hash │ └── libmbim.mk ├── libmbus │ ├── Config.in │ ├── libmbus.hash │ └── libmbus.mk ├── libmd │ ├── Config.in │ ├── libmd.hash │ └── libmd.mk ├── libmdbx │ ├── Config.in │ ├── libmdbx.hash │ └── libmdbx.mk ├── libmediaart │ ├── Config.in │ ├── libmediaart.hash │ └── libmediaart.mk ├── libmemcached │ ├── 0001-disable-tests.patch │ ├── 0002-disable-sanitizer.patch │ ├── 0003-move-ac_config_aux_dir.patch │ ├── 0004-disable-doc-and-man.patch │ ├── 0005-fix-pointer-comparaison.patch │ ├── Config.in │ ├── libmemcached.hash │ └── libmemcached.mk ├── libmhash │ ├── Config.in │ ├── libmhash.hash │ └── libmhash.mk ├── libmicrohttpd │ ├── Config.in │ ├── libmicrohttpd.hash │ └── libmicrohttpd.mk ├── libminiupnpc │ ├── Config.in │ ├── libminiupnpc.hash │ └── libminiupnpc.mk ├── libmms │ ├── Config.in │ ├── libmms.hash │ └── libmms.mk ├── libmng │ ├── 0001-jpeg-9a.patch │ ├── Config.in │ ├── libmng.hash │ └── libmng.mk ├── libmnl │ ├── Config.in │ ├── libmnl.hash │ └── libmnl.mk ├── libmodbus │ ├── Config.in │ ├── libmodbus.hash │ └── libmodbus.mk ├── libmodplug │ ├── Config.in │ ├── libmodplug.hash │ └── libmodplug.mk ├── libmodsecurity │ ├── 0001-configure.ac-drop-usage-of-git-at-configure-time.patch │ ├── 0002-modsecurity.pc.in-add-lstdc.patch │ ├── Config.in │ ├── libmodsecurity.hash │ └── libmodsecurity.mk ├── libmpd │ ├── 0001-Fix-build-on-archlinux-missing-include.patch │ ├── Config.in │ ├── libmpd.hash │ └── libmpd.mk ├── libmpdclient │ ├── Config.in │ ├── libmpdclient.hash │ └── libmpdclient.mk ├── libmpeg2 │ ├── 0001-altivec.patch │ ├── 0002-armv4l.patch │ ├── 0003-fix-arm-detection.patch │ ├── 0004-fix-sparc.patch │ ├── Config.in │ ├── libmpeg2.hash │ └── libmpeg2.mk ├── libmspack │ ├── Config.in │ ├── libmspack.hash │ └── libmspack.mk ├── libnatpmp │ ├── Config.in │ ├── libnatpmp.hash │ └── libnatpmp.mk ├── libndp │ ├── Config.in │ ├── libndp.hash │ └── libndp.mk ├── libnet │ ├── 0001-Use-standard-int64_t-instead-of-__int64_t-for-mingw-cross-build.patch │ ├── Config.in │ ├── libnet.hash │ └── libnet.mk ├── libnetconf2 │ ├── Config.in │ ├── libnetconf2.hash │ └── libnetconf2.mk ├── libnetfilter_acct │ ├── Config.in │ ├── libnetfilter_acct.hash │ └── libnetfilter_acct.mk ├── libnetfilter_conntrack │ ├── 0001-conntrack-fix-build-with-kernel-5-15-and-musl.patch │ ├── Config.in │ ├── libnetfilter_conntrack.hash │ └── libnetfilter_conntrack.mk ├── libnetfilter_cthelper │ ├── Config.in │ ├── libnetfilter_cthelper.hash │ └── libnetfilter_cthelper.mk ├── libnetfilter_cttimeout │ ├── Config.in │ ├── libnetfilter_cttimeout.hash │ └── libnetfilter_cttimeout.mk ├── libnetfilter_log │ ├── Config.in │ ├── libnetfilter_log.hash │ └── libnetfilter_log.mk ├── libnetfilter_queue │ ├── Config.in │ ├── libnetfilter_queue.hash │ └── libnetfilter_queue.mk ├── libnfc │ ├── 0001-autotools-make-example-build-optional.patch │ ├── Config.in │ ├── libnfc.hash │ └── libnfc.mk ├── libnfnetlink │ ├── Config.in │ ├── libnfnetlink.hash │ └── libnfnetlink.mk ├── libnfs │ ├── 0001-Fix-include-sys-time.h.patch │ ├── Config.in │ ├── libnfs.hash │ └── libnfs.mk ├── libnftnl │ ├── Config.in │ ├── libnftnl.hash │ └── libnftnl.mk ├── libnice │ ├── Config.in │ ├── libnice.hash │ └── libnice.mk ├── libnids │ ├── 0001-libpcap-use-pkg-config.patch │ ├── Config.in │ ├── libnids.hash │ └── libnids.mk ├── libnl │ ├── 0001-Add-musl-workaround-to-the-libc-compat.h-copy.patch │ ├── Config.in │ ├── libnl.hash │ └── libnl.mk ├── libnpth │ ├── Config.in │ ├── libnpth.hash │ └── libnpth.mk ├── libnpupnp │ ├── Config.in │ ├── libnpupnp.hash │ └── libnpupnp.mk ├── libnspr │ ├── Config.in │ ├── libnspr.hash │ └── libnspr.mk ├── libnss │ ├── 0001-Bug-1801182-Allow-overriding-OS_ARCH-OS_TEST-and-OS_.patch │ ├── Config.in │ ├── libnss.hash │ ├── libnss.mk │ └── nss.pc.in ├── liboauth │ ├── 0001-Fixes-build-issue-with-OpenSSL-1.1.0.patch │ ├── Config.in │ ├── liboauth.hash │ └── liboauth.mk ├── libodb-boost │ ├── Config.in │ ├── libodb-boost.hash │ └── libodb-boost.mk ├── libodb-mysql │ ├── 0001-fix-syntax-issue-while-checking-ldflags.patch │ ├── 0002-mariadb-FTBFS-fix.patch │ ├── Config.in │ ├── libodb-mysql.hash │ └── libodb-mysql.mk ├── libodb-pgsql │ ├── Config.in │ ├── libodb-pgsql.hash │ └── libodb-pgsql.mk ├── libodb │ ├── Config.in │ ├── libodb.hash │ └── libodb.mk ├── libogg │ ├── Config.in │ ├── libogg.hash │ └── libogg.mk ├── libolm │ ├── Config.in │ ├── libolm.hash │ └── libolm.mk ├── libopenaptx │ ├── Config.in │ ├── libopenaptx.hash │ └── libopenaptx.mk ├── libopenh264 │ ├── Config.in │ ├── libopenh264.hash │ └── libopenh264.mk ├── libopenssl │ ├── 0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch │ ├── 0002-Reproducible-build-do-not-leak-compiler-path.patch │ ├── 0003-Introduce-the-OPENSSL_NO_MADVISE-to-disable-call-to-.patch │ ├── 0004-Configure-use-ELFv2-ABI-on-some-ppc64-big-endian-sys.patch │ ├── 0005-crypto-perlasm-ppc-xlate.pl-add-linux64v2-flavour.patch │ ├── 0006-Add-support-for-io_pgetevents_time64-syscall.patch │ ├── 0007-Fixup-support-for-io_pgetevents_time64-syscall.patch │ ├── Config.in │ ├── libopenssl.hash │ └── libopenssl.mk ├── liboping │ ├── 0001-fix-utf8-support.patch │ ├── 0002-Open-raw-sockets-when-adding-hosts-not-when-doing-th.patch │ ├── 0003-Fix-compile-break-with-GCC-7-buffer-overflow-with-snprintf.patch │ ├── 0004-Fix-compile-error-on-GCC-7.patch │ ├── 0005-src-oping.c-always-use-s-style-format-for-printf-sty.patch │ ├── Config.in │ ├── liboping.hash │ └── liboping.mk ├── libopusenc │ ├── Config.in │ ├── libopusenc.hash │ └── libopusenc.mk ├── libosip2 │ ├── Config.in │ ├── libosip2.hash │ └── libosip2.mk ├── libosmium │ ├── Config.in │ ├── libosmium.hash │ └── libosmium.mk ├── libostree │ ├── Config.in │ ├── libostree.hash │ └── libostree.mk ├── libp11 │ ├── 0001-src-p11_attr.c-fix-build-with-gcc-4.8.patch │ ├── Config.in │ ├── Config.in.host │ ├── libp11.hash │ └── libp11.mk ├── libpagekite │ ├── Config.in │ ├── libpagekite.hash │ └── libpagekite.mk ├── libpam-nfc │ ├── Config.in │ ├── libpam-nfc.hash │ └── libpam-nfc.mk ├── libpam-radius-auth │ ├── Config.in │ ├── libpam-radius-auth.hash │ └── libpam-radius-auth.mk ├── libpam-tacplus │ ├── 0001-Add-an-option-to-disable-Werror.patch │ ├── Config.in │ ├── libpam-tacplus.hash │ └── libpam-tacplus.mk ├── libpcap │ ├── Config.in │ ├── libpcap.hash │ └── libpcap.mk ├── libpciaccess │ ├── Config.in │ ├── libpciaccess.hash │ └── libpciaccess.mk ├── libpeas │ ├── Config.in │ ├── libpeas.hash │ └── libpeas.mk ├── libpfm4 │ ├── Config.in │ ├── libpfm4.hash │ └── libpfm4.mk ├── libphidget │ ├── Config.in │ ├── libphidget.hash │ └── libphidget.mk ├── libpjsip │ ├── Config.in │ ├── libpjsip.hash │ └── libpjsip.mk ├── libplatform │ ├── 0001-cmake-require-c-11-as-the-minimum-standard.patch │ ├── Config.in │ ├── libplatform.hash │ └── libplatform.mk ├── libplist │ ├── Config.in │ ├── libplist.hash │ └── libplist.mk ├── libpng │ ├── 0001-Disable-pngfix-and-png-fix-itxt.patch │ ├── Config.in │ ├── libpng.hash │ └── libpng.mk ├── libpqxx │ ├── Config.in │ ├── libpqxx.hash │ └── libpqxx.mk ├── libpri │ ├── Config.in │ ├── libpri.hash │ └── libpri.mk ├── libpsl │ ├── Config.in │ ├── libpsl.hash │ └── libpsl.mk ├── libpthread-stubs │ ├── Config.in │ ├── libpthread-stubs.hash │ └── libpthread-stubs.mk ├── libpthsem │ ├── 0001-fix-build-on-linux-3.x-host.patch │ ├── Config.in │ ├── libpthsem.hash │ └── libpthsem.mk ├── libpwquality │ ├── Config.in │ ├── libpwquality.hash │ └── libpwquality.mk ├── libqb │ ├── Config.in │ ├── libqb.hash │ └── libqb.mk ├── libqmi │ ├── Config.in │ ├── libqmi.hash │ └── libqmi.mk ├── libqrencode │ ├── Config.in │ ├── libqrencode.hash │ └── libqrencode.mk ├── libqrtr-glib │ ├── Config.in │ ├── libqrtr-glib.hash │ └── libqrtr-glib.mk ├── libraw │ ├── 0001-do-not-set-shrink-flag-for-3-4-component-images.patch │ ├── Config.in │ ├── libraw.hash │ └── libraw.mk ├── libraw1394 │ ├── Config.in │ ├── libraw1394.hash │ └── libraw1394.mk ├── librelp │ ├── Config.in │ ├── librelp.hash │ └── librelp.mk ├── libreplaygain │ ├── Config.in │ ├── libreplaygain.hash │ └── libreplaygain.mk ├── libressl │ ├── 0001-always-expose-SSL_OP_NO_TLSv1_3.patch │ ├── Config.in │ ├── libressl.hash │ └── libressl.mk ├── libroxml │ ├── 0001-src-roxml_mem.h-add-missing-extern.patch │ ├── Config.in │ ├── libroxml.hash │ └── libroxml.mk ├── librsvg │ ├── 0001-gdk-pixbuf-loader-Makefile.am-set-GDK_PIXBUF_MODULED.patch │ ├── Config.in │ ├── librsvg.hash │ └── librsvg.mk ├── librsync │ ├── Config.in │ ├── librsync.hash │ └── librsync.mk ├── librtas │ ├── 0001-configure.ac-remove-LOCAL_CHECK_FLAGS.patch │ ├── Config.in │ ├── librtas.hash │ └── librtas.mk ├── librtlsdr │ ├── 0001-Makefile.am-respect-DESTDIR-with-install-udev-rules.patch │ ├── Config.in │ ├── librtlsdr.hash │ └── librtlsdr.mk ├── libsamplerate │ ├── Config.in │ ├── libsamplerate.hash │ └── libsamplerate.mk ├── libscrypt │ ├── Config.in │ ├── libscrypt.hash │ └── libscrypt.mk ├── libseccomp │ ├── Config.in │ ├── libseccomp.hash │ └── libseccomp.mk ├── libsecret │ ├── Config.in │ ├── libsecret.hash │ └── libsecret.mk ├── libselinux │ ├── 0001-fix-musl-build.patch │ ├── 0002-Do-not-use-PYCEXT-and-rely-on-the-installed-file-nam.patch │ ├── Config.in │ ├── libselinux.hash │ └── libselinux.mk ├── libsemanage │ ├── Config.in │ ├── libsemanage.hash │ └── libsemanage.mk ├── libsepol │ ├── 0001-support-static-only.patch │ ├── Config.in │ ├── libsepol.hash │ └── libsepol.mk ├── libserial │ ├── 0001-SerialPort.cpp-fix-build-when-size_t-is-an-unsigned-.patch │ ├── 0002-SerialPort.cpp-don-t-use-high-baudrates-when-not-ava.patch │ ├── Config.in │ ├── libserial.hash │ └── libserial.mk ├── libserialport │ ├── 0001-uclinux-detection.patch │ ├── Config.in │ ├── libserialport.hash │ └── libserialport.mk ├── libsexy │ ├── Config.in │ ├── libsexy.hash │ └── libsexy.mk ├── libsha1 │ ├── Config.in │ ├── libsha1.hash │ └── libsha1.mk ├── libshairplay │ ├── Config.in │ ├── libshairplay.hash │ └── libshairplay.mk ├── libshdata │ ├── 0001-backend-Add-missing-include-files.patch │ ├── 0002-examples-stress_test-Fix-build-with-musl-libc.patch │ ├── Config.in │ ├── libshdata.hash │ └── libshdata.mk ├── libshout │ ├── Config.in │ ├── libshout.hash │ └── libshout.mk ├── libsidplay2 │ ├── 0001-sidplay2-libs-2.1.1.patch │ ├── 0002-pkg-config.patch │ ├── 0003-gcc6.patch │ ├── Config.in │ ├── libsidplay2.hash │ └── libsidplay2.mk ├── libsigc │ ├── Config.in │ ├── libsigc.hash │ └── libsigc.mk ├── libsigc2 │ ├── Config.in │ ├── libsigc2.hash │ └── libsigc2.mk ├── libsigrok │ ├── 0001-Support-glibmm-2.68.patch │ ├── Config.in │ ├── libsigrok.hash │ └── libsigrok.mk ├── libsigrokdecode │ ├── 0001-configure-ac-Add-support-for-Python-3-9.patch │ ├── 0002-configure-Add-python-3-10-support.patch │ ├── 0003-configure-ac-Use-python3-embed-pc-as-a-fallback.patch │ ├── Config.in │ ├── libsigrokdecode.hash │ └── libsigrokdecode.mk ├── libsigsegv │ ├── Config.in │ ├── libsigsegv.hash │ └── libsigsegv.mk ├── libsilk │ ├── Config.in │ ├── libsilk.hash │ └── libsilk.mk ├── libsndfile │ ├── Config.in │ ├── libsndfile.hash │ └── libsndfile.mk ├── libsoc │ ├── Config.in │ ├── libsoc.hash │ └── libsoc.mk ├── libsocketcan │ ├── Config.in │ ├── libsocketcan.hash │ └── libsocketcan.mk ├── libsodium │ ├── Config.in │ ├── libsodium.hash │ └── libsodium.mk ├── libsolv │ ├── 0001-Fix-build-without-C.patch │ ├── Config.in │ ├── libsolv.hash │ └── libsolv.mk ├── libsoundtouch │ ├── Config.in │ ├── libsoundtouch.hash │ └── libsoundtouch.mk ├── libsoup │ ├── 0001-meson.build-set-c_std-to-gnu99.patch │ ├── Config.in │ ├── libsoup.hash │ └── libsoup.mk ├── libsoxr │ ├── 0001-Add-Libs.private-for-static-linking.patch │ ├── Config.in │ ├── libsoxr.hash │ └── libsoxr.mk ├── libspatialindex │ ├── 0001-allow-building-static-libs.patch │ ├── 0002-CMakeLists.txt-fix-CMAKE_BUILD_TYPE.patch │ ├── Config.in │ ├── libspatialindex.hash │ └── libspatialindex.mk ├── libsquish │ ├── 0001-Makefile-add-f-option-for-ln-to-remove-existing-dest.patch │ ├── Config.in │ ├── libsquish.hash │ └── libsquish.mk ├── libsrtp │ ├── 0001-Remove-compatibility-code-for-legacy-OpenSSL-to-fix-LibreSSL-build.patch │ ├── Config.in │ ├── libsrtp.hash │ └── libsrtp.mk ├── libss7 │ ├── Config.in │ ├── libss7.hash │ └── libss7.mk ├── libssh │ ├── Config.in │ ├── libssh.hash │ └── libssh.mk ├── libssh2 │ ├── 0001-Opaque-structs-in-LibreSSL-3-5.patch │ ├── Config.in │ ├── libssh2.hash │ └── libssh2.mk ├── libstrophe │ ├── Config.in │ ├── libstrophe.hash │ └── libstrophe.mk ├── libsvg-cairo │ ├── Config.in │ ├── libsvg-cairo.hash │ └── libsvg-cairo.mk ├── libsvg │ ├── 0001-fix-expat-static-declaration.patch │ ├── 0002-Fix-undefined-symbol-png_set_gray_1_2_4_to_8.patch │ ├── Config.in │ ├── libsvg.hash │ └── libsvg.mk ├── libsvgtiny │ ├── 0001-disable-debug-printfs.patch │ ├── 0002-Remove-Werror.patch │ ├── 0003-Hopefully-silence-warnings-about-inlines-and-non-inlines-calling-one.patch │ ├── 0004-Build-Include-gperf-generated-code-directly.patch │ ├── Config.in │ ├── libsvgtiny.hash │ └── libsvgtiny.mk ├── libsysfs │ ├── Config.in │ ├── libsysfs.hash │ └── libsysfs.mk ├── libtalloc │ ├── 0001-buildtools-wafsamba-add-disable-stack-protector-opti.patch │ ├── Config.in │ ├── libtalloc-cache.txt │ ├── libtalloc.hash │ └── libtalloc.mk ├── libtasn1 │ ├── Config.in │ ├── libtasn1.hash │ └── libtasn1.mk ├── libteam │ ├── 0001-revert-disregard-current-state.patch │ ├── 0002-fix-build-on-openwrt-musl-libc.patch │ ├── 0003-increase-wait-time-for-daemon-kill.patch │ ├── Config.in │ ├── libteam.hash │ └── libteam.mk ├── libtelnet │ ├── 0001-fix-compilation-without-zlib.patch │ ├── Config.in │ ├── libtelnet.hash │ └── libtelnet.mk ├── libtextstyle │ ├── libtextstyle.hash │ └── libtextstyle.mk ├── libtheora │ ├── 0001-link-libtheoradec.patch │ ├── 0002-fix-autoreconf.patch │ ├── Config.in │ ├── libtheora.hash │ └── libtheora.mk ├── libtirpc │ ├── Config.in │ ├── libtirpc.hash │ └── libtirpc.mk ├── libtomcrypt │ ├── 0001-fix-CVE-2019-17362.patch │ ├── Config.in │ ├── libtomcrypt.hash │ └── libtomcrypt.mk ├── libtommath │ ├── 0001-Build-test-bn_mp_set_double-c-on-more-platforms.patch │ ├── Config.in │ ├── libtommath.hash │ └── libtommath.mk ├── libtool │ ├── Config.in │ ├── libtool.hash │ └── libtool.mk ├── libtorrent-rasterbar │ ├── Config.in │ ├── libtorrent-rasterbar.hash │ └── libtorrent-rasterbar.mk ├── libtorrent │ ├── 0001-libtorrent.pc.in-add-Libs.Private.patch │ ├── Config.in │ ├── libtorrent.hash │ └── libtorrent.mk ├── libtpl │ ├── Config.in │ ├── libtpl.hash │ └── libtpl.mk ├── libubootenv │ ├── 0001-src-CMakeLists.txt-do-not-force-the-build-of-a-share.patch │ ├── 0002-Revert-fw_setenv-fix-bug-when-SPI-flash-write-size-s.patch │ ├── Config.in │ ├── libubootenv.hash │ └── libubootenv.mk ├── libubox │ ├── Config.in │ ├── libubox.hash │ └── libubox.mk ├── libuci │ ├── Config.in │ ├── libuci.hash │ └── libuci.mk ├── libucl │ ├── Config.in │ ├── libucl.hash │ └── libucl.mk ├── libudfread │ ├── Config.in │ ├── libudfread.hash │ └── libudfread.mk ├── libuecc │ ├── Config.in │ ├── libuecc.hash │ └── libuecc.mk ├── libuev │ ├── Config.in │ ├── libuev.hash │ └── libuev.mk ├── libuhttpd │ ├── 0001-add-compatibility-for-wolfssl-5-0.patch │ ├── Config.in │ ├── libuhttpd.hash │ └── libuhttpd.mk ├── libuio │ ├── 0001-configure-remove-po-Makefile.in.patch │ ├── Config.in │ ├── libuio.hash │ └── libuio.mk ├── libunibreak │ ├── Config.in │ ├── libunibreak.hash │ └── libunibreak.mk ├── libunistring │ ├── Config.in │ ├── libunistring.hash │ └── libunistring.mk ├── libunwind │ ├── Config.in │ ├── libunwind.hash │ └── libunwind.mk ├── libupnp │ ├── Config.in │ ├── libupnp.hash │ └── libupnp.mk ├── libupnpp │ ├── Config.in │ ├── libupnpp.hash │ └── libupnpp.mk ├── liburcu │ ├── 0001-Only-blacklist-ARM-gcc-4.8.0-and-4.8.1.patch │ ├── 0002-fix-don-t-use-C-thread_local-on-MacOs.patch │ ├── 0003-Always-use-__thread-for-Thread-local-storage-except-on-MSVC.patch │ ├── Config.in │ ├── liburcu.hash │ └── liburcu.mk ├── liburing │ ├── Config.in │ ├── liburing.hash │ └── liburing.mk ├── liburiparser │ ├── Config.in │ ├── liburiparser.hash │ └── liburiparser.mk ├── libusb-compat │ ├── 0001-fix-a-build-issue-on-linux.patch │ ├── Config.in │ ├── libusb-compat.hash │ └── libusb-compat.mk ├── libusb │ ├── Config.in │ ├── libusb.hash │ └── libusb.mk ├── libusbgx │ ├── 0001-Add-include-of-sys-sysmacro.h.patch │ ├── Config.in │ ├── libusbgx.hash │ └── libusbgx.mk ├── libutp │ ├── Config.in │ ├── libutp.hash │ └── libutp.mk ├── libuv │ ├── Config.in │ ├── libuv.hash │ └── libuv.mk ├── libuwsc │ ├── 0001-CMakeLists.txt-add-BUILD_EXAMPLE.patch │ ├── 0002-fix-bad-indentation.patch │ ├── Config.in │ ├── libuwsc.hash │ └── libuwsc.mk ├── libv4l │ ├── Config.in │ ├── libv4l.hash │ └── libv4l.mk ├── libva-intel-driver │ ├── Config.in │ ├── libva-intel-driver.hash │ └── libva-intel-driver.mk ├── libva-utils │ ├── Config.in │ ├── libva-utils.hash │ └── libva-utils.mk ├── libva │ ├── Config.in │ ├── libva.hash │ └── libva.mk ├── libvdpau │ ├── Config.in │ ├── libvdpau.hash │ └── libvdpau.mk ├── libvips │ ├── Config.in │ ├── libvips.hash │ └── libvips.mk ├── libvirt │ ├── 90-kvm.rules │ ├── Config.in │ ├── S91virtlogd │ ├── S92libvirtd │ ├── libvirt.hash │ └── libvirt.mk ├── libvncserver │ ├── Config.in │ ├── libvncserver.hash │ └── libvncserver.mk ├── libvorbis │ ├── Config.in │ ├── libvorbis.hash │ └── libvorbis.mk ├── libvpx │ ├── 0001-vpx_mem-vpx_mem.h-Fix-compilation-with-uClibc.patch │ ├── Config.in │ ├── libvpx.hash │ └── libvpx.mk ├── libwebsock │ ├── 0001-Switch-to-use-pkg-config-to-detect-libevent-and-open.patch │ ├── 0002-fix-ssl.patch │ ├── 0003-fix-incorrect-inline.patch │ ├── Config.in │ ├── libwebsock.hash │ └── libwebsock.mk ├── libwebsockets │ ├── 0001-lib-tls-CMakeLists.txt-fix-build-without-threads.patch │ ├── Config.in │ ├── libwebsockets.hash │ └── libwebsockets.mk ├── libwpe │ ├── Config.in │ ├── libwpe.hash │ └── libwpe.mk ├── libxcrypt │ ├── Config.in │ ├── libxcrypt.hash │ └── libxcrypt.mk ├── libxkbcommon │ ├── Config.in │ ├── libxkbcommon.hash │ └── libxkbcommon.mk ├── libxml-parser-perl │ ├── libxml-parser-perl.hash │ └── libxml-parser-perl.mk ├── libxml2 │ ├── Config.in │ ├── libxml2.hash │ └── libxml2.mk ├── libxmlpp │ ├── Config.in │ ├── libxmlpp.hash │ └── libxmlpp.mk ├── libxmlrpc │ ├── Config.in │ ├── libxmlrpc.hash │ └── libxmlrpc.mk ├── libxslt │ ├── Config.in │ ├── libxslt.hash │ └── libxslt.mk ├── libyaml │ ├── Config.in │ ├── libyaml.hash │ └── libyaml.mk ├── libyang │ ├── Config.in │ ├── libyang.hash │ └── libyang.mk ├── libyuv │ ├── 0001-i386-sse2.patch │ ├── Config.in │ ├── libyuv.hash │ └── libyuv.mk ├── libzip │ ├── Config.in │ ├── libzip.hash │ └── libzip.mk ├── libzlib │ ├── libzlib.hash │ └── libzlib.mk ├── lightning │ ├── 0001-lib-jit_disasm.c-fix-build.patch │ ├── Config.in │ ├── lightning.hash │ └── lightning.mk ├── lighttpd │ ├── 0001-Modify-the-default-lighttpd-configuration-file-to-ha.patch │ ├── Config.in │ ├── S50lighttpd │ ├── lighttpd.hash │ ├── lighttpd.mk │ └── lighttpd_tmpfiles.conf ├── lilv │ ├── Config.in │ ├── lilv.hash │ └── lilv.mk ├── linenoise │ ├── Config.in │ ├── linenoise.hash │ └── linenoise.mk ├── linknx │ ├── 0001-configure-ac-tweak-CPPUNIT-conditional.patch │ ├── 0002-src-Makefile.am-fix-linking-with-log4cpp.patch │ ├── Config.in │ ├── linknx.hash │ └── linknx.mk ├── links │ ├── Config.in │ ├── links.hash │ └── links.mk ├── linphone │ ├── 0001-src-core-paths-paths.cpp-fix-powerpc-build.patch │ ├── Config.in │ ├── linphone.hash │ └── linphone.mk ├── linux-backports │ ├── Config.in │ ├── linux-backports.hash │ └── linux-backports.mk ├── linux-firmware │ ├── Config.in │ ├── linux-firmware.hash │ └── linux-firmware.mk ├── linux-fusion │ ├── 0001-fix-for-linux-4-and-above.patch │ ├── 0002-Fix-mismatched-conversion-spec-and-value-in-printk.patch │ ├── 0003-Fix-fusion-Unknown-symbol-tasklist_lock-err-0.patch │ ├── 0004-Port-one-one_udp.c-to-Linux-4.1.patch │ ├── 40-fusion.rules │ ├── Config.in │ ├── linux-fusion.hash │ └── linux-fusion.mk ├── linux-headers │ ├── Config.in │ ├── Config.in.host │ ├── linux-headers.hash │ └── linux-headers.mk ├── linux-pam │ ├── Config.in │ ├── linux-pam.hash │ ├── linux-pam.mk │ ├── login.pam │ └── other.pam ├── linux-serial-test │ ├── Config.in │ ├── linux-serial-test.hash │ └── linux-serial-test.mk ├── linux-syscall-support │ ├── Config.in │ ├── linux-syscall-support.hash │ └── linux-syscall-support.mk ├── linux-tools │ ├── Config.in │ ├── S10hyperv │ ├── hypervfcopyd.service │ ├── hypervkvpd.service │ ├── hypervvssd.service │ ├── linux-tool-cpupower.mk.in │ ├── linux-tool-gpio.mk.in │ ├── linux-tool-hv.mk.in │ ├── linux-tool-iio.mk.in │ ├── linux-tool-pci.mk.in │ ├── linux-tool-perf.mk.in │ ├── linux-tool-selftests.mk.in │ ├── linux-tool-tmon.mk.in │ └── linux-tools.mk ├── linux-zigbee │ ├── 0001-test-serial-Remove-test-serial.patch │ ├── 0002-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch │ ├── Config.in │ ├── linux-zigbee.hash │ └── linux-zigbee.mk ├── linuxconsoletools │ ├── Config.in │ ├── linuxconsoletools.hash │ └── linuxconsoletools.mk ├── linuxptp │ ├── 0001-missing.h-drop-clock_nanosleep-replacement.patch │ ├── 0002-makefile-use-conditional-assignment-for-KBUILD_OUTPUT.patch │ ├── Config.in │ ├── S65ptp4l │ ├── S66phc2sys │ ├── linuxptp.cfg │ ├── linuxptp.hash │ ├── linuxptp.mk │ ├── phc2sys.service │ └── ptp4l.service ├── liquid-dsp │ ├── Config.in │ ├── liquid-dsp.hash │ └── liquid-dsp.mk ├── lirc-tools │ ├── 0001-plugins-devinput.c-fix-build-with-musl-1.2.0.patch │ ├── 0002-configure-add-disable-doc-option.patch │ ├── Config.in │ ├── S25lircd │ ├── lirc-tools.hash │ └── lirc-tools.mk ├── lite │ ├── 0001-dfbspy-stat.patch │ ├── 0002-no-tests.patch │ ├── 0003-pkg-config.patch │ ├── Config.in │ ├── lite.hash │ └── lite.mk ├── live555 │ ├── 0001-Add-a-pkg-config-file-for-the-shared-libraries.patch │ ├── Config.in │ ├── live555.hash │ └── live555.mk ├── ljlinenoise │ ├── Config.in │ ├── ljlinenoise.hash │ └── ljlinenoise.mk ├── ljsyscall │ ├── Config.in │ ├── ljsyscall.hash │ └── ljsyscall.mk ├── lksctp-tools │ ├── Config.in │ ├── lksctp-tools.hash │ └── lksctp-tools.mk ├── lld │ ├── Config.in.host │ ├── lld.hash │ └── lld.mk ├── lldpd │ ├── 0001-daemon-fix-read-overflow-when-parsing-CDP-addresses.patch │ ├── Config.in │ ├── S60lldpd │ ├── lldpd.hash │ └── lldpd.mk ├── llvm │ ├── 0001-nfc-Fix-missing-include.patch │ ├── 0002-Add-missing-cstdint-header-to-Signals.h.patch │ ├── Config.in │ ├── llvm.hash │ └── llvm.mk ├── lm-sensors │ ├── 0001-static-build.patch │ ├── 0002-no-host-ldconfig.patch │ ├── Config.in │ ├── lm-sensors.hash │ └── lm-sensors.mk ├── lmbench │ ├── 0001-scripts-build-use-bin-bash-as-shell.patch │ ├── 0002-src-Makefile-add-lmbench-to-list-of-executables.patch │ ├── 0003-TOO_LONG-100-usec-to-prevent-memsize-from-timingout-.patch │ ├── 0004-Fix-garbage-pointer-for-lat_rpc-S-localhost.patch │ ├── Config.in │ ├── lmbench.hash │ └── lmbench.mk ├── localedef │ ├── 0001-HACK-only-build-and-install-localedef.patch │ ├── 0002-relax-dependency-on-GCC-to-4.8-and-binutils-to-2.24.patch │ ├── localedef.hash │ └── localedef.mk ├── lockdev │ ├── 0001-Makefile-install-static-library-and-headers-separate.patch │ ├── Config.in │ ├── lockdev.hash │ └── lockdev.mk ├── lockfile-progs │ ├── 0001-sus3v-legacy.patch │ ├── Config.in │ ├── lockfile-progs.hash │ └── lockfile-progs.mk ├── log4cplus │ ├── Config.in │ ├── log4cplus.hash │ └── log4cplus.mk ├── log4cpp │ ├── Config.in │ ├── log4cpp.hash │ └── log4cpp.mk ├── log4cxx │ ├── 0001-Make-ODBC-and-SMTP-opt-in-191.patch │ ├── Config.in │ ├── log4cxx.hash │ └── log4cxx.mk ├── log4qt │ ├── Config.in │ ├── log4qt.hash │ └── log4qt.mk ├── logrotate │ ├── Config.in │ ├── logrotate.conf │ ├── logrotate.hash │ └── logrotate.mk ├── logsurfer │ ├── Config.in │ ├── logsurfer.hash │ └── logsurfer.mk ├── lpc3250loader │ ├── Config.in.host │ ├── lpc3250loader.hash │ └── lpc3250loader.mk ├── lpeg │ ├── Config.in │ ├── lpeg.hash │ └── lpeg.mk ├── lpty │ ├── Config.in │ ├── lpty.hash │ └── lpty.mk ├── lrandom │ ├── Config.in │ ├── lrandom.hash │ └── lrandom.mk ├── lrzip │ ├── Config.in │ ├── lrzip.hash │ └── lrzip.mk ├── lrzsz │ ├── Config.in │ ├── lrzsz.hash │ └── lrzsz.mk ├── lshw │ ├── 0001-solve-Compile-error-when-g-version-is-less-than-5.patch │ ├── Config.in │ ├── lshw.hash │ └── lshw.mk ├── lsof │ ├── Config.in │ ├── lsof.hash │ └── lsof.mk ├── lsqlite3 │ ├── Config.in │ ├── lsqlite3.hash │ └── lsqlite3.mk ├── lsscsi │ ├── Config.in │ ├── lsscsi.hash │ └── lsscsi.mk ├── lsuio │ ├── Config.in │ ├── lsuio.hash │ └── lsuio.mk ├── ltp-testsuite │ ├── 0001-lapi-Add-sysinfo.h-to-fix-build-with-MUSL-libc.patch │ ├── Config.in │ ├── ltp-testsuite.hash │ └── ltp-testsuite.mk ├── ltrace │ ├── 0001-arm-plt.patch │ ├── 0002-sparc-add-missing-library.h-include.patch │ ├── 0003-configure.ac-fix-autoreconf-with-autoconf-2.70.patch │ ├── Config.in │ ├── ltrace.hash │ └── ltrace.mk ├── ltris │ ├── 0001-fix-build-with-gcc-4.8.patch │ ├── Config.in │ ├── ltris.hash │ └── ltris.mk ├── lttng-babeltrace │ ├── 0001-tests-lib-Makefile.am-remove-unneeded-static-flag.patch │ ├── 0002-configure.ac-fix-popt-static-build.patch │ ├── Config.in │ ├── Config.in.host │ ├── lttng-babeltrace.hash │ └── lttng-babeltrace.mk ├── lttng-libust │ ├── 0001-configure.ac-add-disable-tests.patch │ ├── Config.in │ ├── lttng-libust.hash │ └── lttng-libust.mk ├── lttng-modules │ ├── Config.in │ ├── lttng-modules.hash │ └── lttng-modules.mk ├── lttng-tools │ ├── 0001-configure.ac-add-disable-tests.patch │ ├── Config.in │ ├── lttng-tools.hash │ └── lttng-tools.mk ├── lua-argon2 │ ├── Config.in │ ├── lua-argon2.hash │ └── lua-argon2.mk ├── lua-augeas │ ├── Config.in │ ├── lua-augeas.hash │ └── lua-augeas.mk ├── lua-basexx │ ├── Config.in │ ├── lua-basexx.hash │ └── lua-basexx.mk ├── lua-binaryheap │ ├── Config.in │ ├── lua-binaryheap.hash │ └── lua-binaryheap.mk ├── lua-bit32 │ ├── Config.in │ ├── lua-bit32.hash │ └── lua-bit32.mk ├── lua-cffi │ ├── Config.in │ ├── lua-cffi.hash │ └── lua-cffi.mk ├── lua-cjson │ ├── Config.in │ ├── lua-cjson.hash │ └── lua-cjson.mk ├── lua-coat │ ├── Config.in │ ├── lua-coat.hash │ └── lua-coat.mk ├── lua-coatpersistent │ ├── Config.in │ ├── lua-coatpersistent.hash │ └── lua-coatpersistent.mk ├── lua-codegen │ ├── Config.in │ ├── lua-codegen.hash │ └── lua-codegen.mk ├── lua-compat53 │ ├── Config.in │ ├── lua-compat53.hash │ └── lua-compat53.mk ├── lua-cqueues │ ├── Config.in │ ├── lua-cqueues.hash │ └── lua-cqueues.mk ├── lua-csnappy │ ├── Config.in │ ├── lua-csnappy.hash │ └── lua-csnappy.mk ├── lua-curl │ ├── Config.in │ ├── lua-curl.hash │ └── lua-curl.mk ├── lua-datafile │ ├── Config.in │ ├── lua-datafile.hash │ └── lua-datafile.mk ├── lua-ev │ ├── Config.in │ ├── lua-ev.hash │ └── lua-ev.mk ├── lua-fifo │ ├── Config.in │ ├── lua-fifo.hash │ └── lua-fifo.mk ├── lua-flu │ ├── Config.in │ ├── lua-flu.hash │ └── lua-flu.mk ├── lua-gd │ ├── 0001-Protect-declaration-of-LgdImageCreateFromPng-with-GD.patch │ ├── Config.in │ ├── lua-gd.hash │ └── lua-gd.mk ├── lua-http │ ├── Config.in │ ├── lua-http.hash │ └── lua-http.mk ├── lua-iconv │ ├── Config.in │ ├── lua-iconv.hash │ └── lua-iconv.mk ├── lua-inotify │ ├── Config.in │ ├── lua-inotify.hash │ └── lua-inotify.mk ├── lua-livr-extra │ ├── Config.in │ ├── lua-livr-extra.hash │ └── lua-livr-extra.mk ├── lua-livr │ ├── Config.in │ ├── lua-livr.hash │ └── lua-livr.mk ├── lua-lpeg-patterns │ ├── Config.in │ ├── lua-lpeg-patterns.hash │ └── lua-lpeg-patterns.mk ├── lua-lunitx │ ├── Config.in │ ├── lua-lunitx.hash │ └── lua-lunitx.mk ├── lua-lunix │ ├── 0001-remove-link-with-librt.patch │ ├── Config.in │ ├── lua-lunix.hash │ └── lua-lunix.mk ├── lua-lyaml │ ├── Config.in │ ├── lua-lyaml.hash │ └── lua-lyaml.mk ├── lua-markdown │ ├── Config.in │ ├── lua-markdown.hash │ └── lua-markdown.mk ├── lua-messagepack │ ├── Config.in │ ├── lua-messagepack.hash │ └── lua-messagepack.mk ├── lua-mqtt │ ├── Config.in │ ├── lua-mqtt.hash │ └── lua-mqtt.mk ├── lua-msgpack-native │ ├── Config.in │ ├── lua-msgpack-native.hash │ └── lua-msgpack-native.mk ├── lua-periphery │ ├── Config.in │ ├── lua-periphery.hash │ └── lua-periphery.mk ├── lua-resty-http │ ├── Config.in │ ├── lua-resty-http.hash │ └── lua-resty-http.mk ├── lua-rotas │ ├── Config.in │ ├── lua-rotas.hash │ └── lua-rotas.mk ├── lua-sailor │ ├── Config.in │ ├── lua-sailor.hash │ └── lua-sailor.mk ├── lua-sdl2 │ ├── 0001-Do-not-reference-host-directory-for-headers.patch │ ├── 0002-CMakeLists-do-not-require-C.patch │ ├── Config.in │ ├── lua-sdl2.hash │ └── lua-sdl2.mk ├── lua-silva │ ├── Config.in │ ├── lua-silva.hash │ └── lua-silva.mk ├── lua-std-debug │ ├── Config.in │ ├── lua-std-debug.hash │ └── lua-std-debug.mk ├── lua-std-normalize │ ├── Config.in │ ├── lua-std-normalize.hash │ └── lua-std-normalize.mk ├── lua-stdlib │ ├── Config.in │ ├── lua-stdlib.hash │ └── lua-stdlib.mk ├── lua-testmore │ ├── Config.in │ ├── lua-testmore.hash │ └── lua-testmore.mk ├── lua-utf8 │ ├── Config.in │ ├── lua-utf8.hash │ └── lua-utf8.mk ├── lua-valua │ ├── Config.in │ ├── lua-valua.hash │ └── lua-valua.mk ├── lua-zlib │ ├── Config.in │ ├── lua-zlib.hash │ └── lua-zlib.mk ├── lua │ ├── 5.1.5 │ │ ├── 0001-root-path.patch │ │ ├── 0002-shared-libs-for-lua.patch │ │ ├── 0011-linenoise.patch │ │ ├── 0012-fix-reader-at-eoz.patch │ │ └── lua.hash │ ├── 5.3.6 │ │ ├── 0001-root-path.patch │ │ ├── 0002-shared-libs-for-lua.patch │ │ ├── 0003-linenoise.patch │ │ └── lua.hash │ ├── 5.4.6 │ │ ├── 0001-root-path.patch │ │ ├── 0002-shared-libs-for-lua.patch │ │ ├── 0011-linenoise.patch │ │ └── lua.hash │ ├── Config.in │ ├── lua.mk │ └── lua.pc.in ├── luabitop │ ├── Config.in │ ├── luabitop.hash │ └── luabitop.mk ├── luadbi-sqlite3 │ ├── Config.in │ ├── luadbi-sqlite3.hash │ └── luadbi-sqlite3.mk ├── luadbi │ ├── Config.in │ ├── luadbi.hash │ └── luadbi.mk ├── luaexpat │ ├── Config.in │ ├── luaexpat.hash │ └── luaexpat.mk ├── luaexpatutils │ ├── Config.in │ ├── luaexpatutils.hash │ └── luaexpatutils.mk ├── luafilesystem │ ├── Config.in │ ├── luafilesystem.hash │ └── luafilesystem.mk ├── luainterpreter │ ├── Config.in │ └── luainterpreter.mk ├── luajit │ ├── 0001-no-bin-symlink.patch │ ├── 0002-install-inc.patch │ ├── Config.in │ ├── luajit.hash │ └── luajit.mk ├── luajson │ ├── Config.in │ ├── luajson.hash │ └── luajson.mk ├── lualdap │ ├── Config.in │ ├── lualdap.hash │ └── lualdap.mk ├── lualogging │ ├── Config.in │ ├── lualogging.hash │ └── lualogging.mk ├── luaossl │ ├── Config.in │ ├── luaossl.hash │ └── luaossl.mk ├── luaposix │ ├── Config.in │ ├── luaposix.hash │ └── luaposix.mk ├── luarocks │ ├── buildroot.lua │ ├── luarocks.hash │ └── luarocks.mk ├── luasec │ ├── Config.in │ ├── luasec.hash │ └── luasec.mk ├── luasocket │ ├── Config.in │ ├── luasocket.hash │ └── luasocket.mk ├── luasql-sqlite3 │ ├── Config.in │ ├── luasql-sqlite3.hash │ └── luasql-sqlite3.mk ├── luasyslog │ ├── 0001-remove-AX_LUA_LIBS.patch │ ├── 0002-build-ax_lua.m4-fix-cross-compilation.patch │ ├── Config.in │ ├── luasyslog.hash │ └── luasyslog.mk ├── lugaru │ ├── 0001-ImageIO-fix-invalid-conversion.patch │ ├── 0002-Fix-mismatched-usage-length-build-fail-on-g.patch │ ├── Config.in │ ├── lugaru.hash │ └── lugaru.mk ├── luksmeta │ ├── Config.in │ ├── luksmeta.hash │ └── luksmeta.mk ├── lutok │ ├── Config.in │ ├── lutok.hash │ └── lutok.mk ├── luv │ ├── Config.in │ ├── luv.hash │ └── luv.mk ├── luvi │ ├── Config.in │ ├── luvi.hash │ └── luvi.mk ├── lv2 │ ├── Config.in │ ├── lv2.hash │ └── lv2.mk ├── lvm2 │ ├── Config.in │ ├── lvm2.hash │ └── lvm2.mk ├── lxc │ ├── Config.in │ ├── lxc.hash │ └── lxc.mk ├── lynx │ ├── Config.in │ ├── lynx.hash │ └── lynx.mk ├── lz4 │ ├── 0001-build-Support-BUILD_SHARED-no.patch │ ├── Config.in │ ├── lz4.hash │ └── lz4.mk ├── lzip │ ├── Config.in │ ├── lzip.hash │ └── lzip.mk ├── lzlib │ ├── Config.in │ ├── lzlib.hash │ └── lzlib.mk ├── lzma-alone │ ├── Config.in.host │ ├── lzma-alone.hash │ └── lzma-alone.mk ├── lzma │ ├── 0001-Remove-static-from-LDFLAGS.patch │ ├── lzma.hash │ └── lzma.mk ├── lzo │ ├── Config.in │ ├── lzo.hash │ └── lzo.mk ├── lzop │ ├── 0001-build-with-gcc6.patch │ ├── 0002-use-static-inlines-as-the-external-inline-definition.patch │ ├── Config.in │ ├── lzop.hash │ └── lzop.mk ├── m4 │ ├── m4.hash │ └── m4.mk ├── macchanger │ ├── 0001-Fix-missing-include-for-caddr_t.patch │ ├── Config.in │ ├── macchanger.hash │ └── macchanger.mk ├── madplay │ ├── 0001-switch-to-new-alsa-api.patch │ ├── 0002-configure-ac-automake-foreign.patch │ ├── 0003-configure-ac-use-pkg-config-to-find-id3tag.patch │ ├── 0004-configure-ac-call-AM_MKINSTALLDIRS.patch │ ├── Config.in │ ├── madplay.hash │ └── madplay.mk ├── make │ ├── 0001-configure.ac-Support-GLIBC-glob-interface-version-2.patch │ ├── 0001-glob-Do-not-assume-glibc-glob-internals.patch │ ├── Config.in │ ├── make.hash │ └── make.mk ├── makedevs │ ├── README │ ├── makedevs.c │ └── makedevs.mk ├── makedumpfile │ ├── 0001-PATCH-Define-PN_XNUM-if-missing.patch │ ├── 0002-Handle-__mips64.patch │ ├── Config.in │ ├── makedumpfile.hash │ └── makedumpfile.mk ├── mali-driver │ ├── Config.in │ ├── mali-driver.hash │ └── mali-driver.mk ├── mali-t76x │ ├── Config.in │ ├── egl.pc │ ├── glesv2.pc │ ├── mali-t76x.hash │ └── mali-t76x.mk ├── mariadb │ ├── 0001-add-extra-check-for-librt.patch │ ├── 0002-include-ssl_compat.h-fix-build-with-libressl-3.5.0.patch │ ├── S97mysqld │ ├── mariadb.hash │ ├── mariadb.mk │ └── mysqld.service ├── matchbox-common │ ├── Config.in │ ├── matchbox-common.hash │ └── matchbox-common.mk ├── matchbox-desktop │ ├── Config.in │ ├── matchbox-desktop.hash │ └── matchbox-desktop.mk ├── matchbox-fakekey │ ├── Config.in │ ├── matchbox-fakekey.hash │ └── matchbox-fakekey.mk ├── matchbox-keyboard │ ├── Config.in │ ├── matchbox-keyboard.hash │ ├── matchbox-keyboard.mk │ └── mb-applet-kbd-wrapper.sh ├── matchbox-lib │ ├── 0001-index-is-legacy.patch │ ├── Config.in │ ├── matchbox-lib.hash │ └── matchbox-lib.mk ├── matchbox-panel │ ├── 0001-index-is-legacy.patch │ ├── 0002-mb-applet-wireless.patch │ ├── 0003-mb-applet-battery.patch │ ├── Config.in │ ├── matchbox-panel.hash │ └── matchbox-panel.mk ├── matchbox-startup-monitor │ ├── 0001-true-false.patch │ ├── Config.in │ ├── matchbox-startup-monitor.hash │ └── matchbox-startup-monitor.mk ├── matchbox │ ├── 0001-defaulttheme.patch │ ├── 0002-src-Fix-build-with-gcc-10.patch │ ├── Config.in │ ├── matchbox.hash │ └── matchbox.mk ├── matio │ ├── Config.in │ ├── matio.hash │ └── matio.mk ├── mawk │ ├── Config.in │ ├── mawk.hash │ └── mawk.mk ├── mbedtls │ ├── Config.in │ ├── mbedtls.hash │ └── mbedtls.mk ├── mbpfan │ ├── Config.in │ ├── mbpfan.hash │ └── mbpfan.mk ├── mbuffer │ ├── Config.in │ ├── mbuffer.hash │ └── mbuffer.mk ├── mbw │ ├── 0001-CMakeLists.txt-fix-build-without-C.patch │ ├── Config.in │ ├── mbw.hash │ └── mbw.mk ├── mc │ ├── Config.in │ ├── mc.hash │ └── mc.mk ├── mcelog │ ├── Config.in │ ├── mcelog.hash │ └── mcelog.mk ├── mdadm │ ├── Config.in │ ├── mdadm.hash │ └── mdadm.mk ├── mdevd │ ├── Config.in │ ├── mdevd.hash │ └── mdevd.mk ├── mdio-tools │ ├── Config.in │ ├── mdio-tools.hash │ └── mdio-tools.mk ├── mediastreamer │ ├── 0001-src-videofilters-nowebcam.c-fix-build-without-ffmpeg.patch │ ├── 0002-Use-AV_INPUT_BUFFER_PADDING_SIZE-to-determine-paddin.patch │ ├── Config.in │ ├── mediastreamer.hash │ └── mediastreamer.mk ├── memcached │ ├── 0001-logger.c-initialize-rport.patch │ ├── 0002-check-for-sys-auxv.h.patch │ ├── 0003-configure.ac-add-disable-werror.patch │ ├── Config.in │ ├── memcached.hash │ └── memcached.mk ├── memstat │ ├── 0001-PATH_MAX.patch │ ├── Config.in │ ├── memstat.hash │ └── memstat.mk ├── memtest86 │ ├── Config.in │ ├── memtest86.hash │ └── memtest86.mk ├── memtester │ ├── Config.in │ ├── memtester.hash │ └── memtester.mk ├── memtool │ ├── Config.in │ ├── memtool.hash │ └── memtool.mk ├── mender-artifact │ ├── Config.in.host │ ├── mender-artifact.hash │ └── mender-artifact.mk ├── mender-connect │ ├── Config.in │ ├── S43mender-connect │ ├── mender-connect.hash │ └── mender-connect.mk ├── mender-grubenv │ ├── Config.in │ ├── mender-grubenv.hash │ └── mender-grubenv.mk ├── mender │ ├── Config.in │ ├── S42mender │ ├── artifact_info │ ├── device_type │ ├── mender-client.service │ ├── mender.conf │ ├── mender.hash │ ├── mender.mk │ ├── readme.txt │ └── server.crt ├── menu-cache │ ├── 0001-Support-gcc10-compilation.patch │ ├── Config.in │ ├── menu-cache.hash │ └── menu-cache.mk ├── mesa3d-demos │ ├── 0001-demos-makes-opengl-an-optional-component.patch │ ├── Config.in │ ├── mesa3d-demos.hash │ └── mesa3d-demos.mk ├── mesa3d-headers │ ├── Config.in │ ├── dri.pc │ ├── mesa3d-headers.hash │ └── mesa3d-headers.mk ├── mesa3d │ ├── 0001-meson-Set-proper-value-for-LIBCLC_INCLUDEDIR.patch │ ├── 0002-vc4-add-meson-option-to-disable-optional-neon-suppor.patch │ ├── 0003-src-util-rand_xor-Include-stddef.h-to-fix-build-erro.patch │ ├── 0004-Fix-uClibc-build.patch │ ├── 0006-meson-ensure-i915-Gallium-driver-includes-Intel-sour.patch │ ├── Config.in │ ├── mesa3d.hash │ └── mesa3d.mk ├── meson-tools │ ├── 0001-amlbootenc-gxl-remove-non-std-C-convention-in-for.patch │ ├── Config.in.host │ ├── meson-tools.hash │ └── meson-tools.mk ├── meson │ ├── 0001-Prefer-ext-static-libs-when-default-library-static.patch │ ├── 0002-mesonbuild-dependencies-base.py-add-pkg_config_stati.patch │ ├── meson.hash │ └── meson.mk ├── metacity │ ├── 0001-add-libm-reference.patch │ ├── 0002-gconf.patch │ ├── 0003-mag-add-libm-reference.patch │ ├── Config.in │ ├── Xsession │ ├── metacity.hash │ └── metacity.mk ├── mfgtools │ ├── 0001-lnx_def.h-fix-conflicting-declaration-of-__time64_t.patch │ ├── Config.in.host │ ├── mfgtools.hash │ ├── mfgtools.mk │ └── readme.txt ├── mfoc │ ├── Config.in │ ├── mfoc.hash │ └── mfoc.mk ├── mg │ ├── Config.in │ ├── mg.hash │ └── mg.mk ├── micropython-lib │ ├── Config.in │ ├── micropython-lib.hash │ └── micropython-lib.mk ├── micropython │ ├── Config.in │ ├── micropython.hash │ └── micropython.mk ├── midori │ ├── 0001-disable-vala-fatal-warnings.patch │ ├── 0002-add-option-to-specify-path-to-g-ir-compiler.patch │ ├── Config.in │ ├── midori.hash │ └── midori.mk ├── mii-diag │ ├── 0001-strchr.patch │ ├── Config.in │ ├── mii-diag.hash │ └── mii-diag.mk ├── mimic │ ├── 0001-Fix-linking-on-gcc-10.2.0-or-newer.patch │ ├── Config.in │ ├── mimic.hash │ └── mimic.mk ├── minetest-game │ ├── Config.in │ ├── minetest-game.hash │ └── minetest-game.mk ├── minetest │ ├── Config.in │ ├── minetest.hash │ └── minetest.mk ├── mini-snmpd │ ├── 0001-linux.c-fix-musl-build.patch │ ├── Config.in │ ├── mini-snmpd │ ├── mini-snmpd.hash │ └── mini-snmpd.mk ├── minicom │ ├── Config.in │ ├── minicom.hash │ └── minicom.mk ├── minidlna │ ├── Config.in │ ├── S60minidlnad │ ├── minidlna.hash │ ├── minidlna.mk │ └── minidlnad.service ├── minimodem │ ├── Config.in │ ├── minimodem.hash │ └── minimodem.mk ├── minissdpd │ ├── Config.in │ ├── S50minissdpd │ ├── minissdpd.hash │ ├── minissdpd.mk │ └── minissdpd.service ├── minizip-zlib │ ├── Config.in │ ├── minizip-zlib.hash │ └── minizip-zlib.mk ├── minizip │ ├── Config.in │ ├── minizip.hash │ └── minizip.mk ├── miraclecast │ ├── Config.in │ ├── miraclecast.hash │ └── miraclecast.mk ├── mjpegtools │ ├── Config.in │ ├── mjpegtools.hash │ └── mjpegtools.mk ├── mjpg-streamer │ ├── Config.in │ ├── mjpg-streamer.hash │ └── mjpg-streamer.mk ├── mkpasswd │ ├── Config.in.host │ ├── config.h │ ├── mkpasswd.c │ ├── mkpasswd.mk │ ├── utils.c │ └── utils.h ├── mkpimage │ ├── mkpimage.c │ └── mkpimage.mk ├── mksh │ ├── Config.in │ ├── mksh.hash │ └── mksh.mk ├── mmc-utils │ ├── Config.in │ ├── mmc-utils.hash │ └── mmc-utils.mk ├── moarvm │ ├── Config.in │ ├── moarvm.hash │ └── moarvm.mk ├── mobile-broadband-provider-info │ ├── Config.in │ ├── mobile-broadband-provider-info.hash │ └── mobile-broadband-provider-info.mk ├── moby-buildkit │ ├── Config.in │ ├── Config.in.host │ ├── moby-buildkit.hash │ └── moby-buildkit.mk ├── modem-manager │ ├── Config.in │ ├── S44modem-manager │ ├── modem-manager.hash │ └── modem-manager.mk ├── modplugtools │ ├── Config.in │ ├── modplugtools.hash │ └── modplugtools.mk ├── modsecurity2 │ ├── Config.in │ ├── modsecurity2.hash │ └── modsecurity2.mk ├── mongodb │ ├── 0001-ssl_manager.cpp-fix-build-with-gcc-7-and-fpermissive.patch │ ├── 0002-src-mongo-db-exec-plan_stats.h-fix-build-with-gcc-11.patch │ ├── Config.in │ ├── mongodb.hash │ └── mongodb.mk ├── mongoose │ ├── Config.in │ ├── mongoose.hash │ └── mongoose.mk ├── mongrel2 │ ├── 0001-Do-not-run-tests.patch │ ├── 0002-Fix-Makefiles-for-cross-compilation.patch │ ├── 0003-fix-build-with-gcc-4.8.patch │ ├── Config.in │ ├── mongrel2.hash │ └── mongrel2.mk ├── monit │ ├── 0001-no-force-static.patch │ ├── Config.in │ ├── monit.hash │ └── monit.mk ├── mono-gtksharp3 │ ├── 0001-Fixes-MONO_PROFILE_ENTER_LEAVE-undeclared.patch │ ├── 0002-Mono-compilation-error-branch.patch │ ├── Config.in │ ├── mono-gtksharp3.hash │ └── mono-gtksharp3.mk ├── mono │ ├── 0001-Fix-linkage-with-a-system-libatomic_ops-shared-library.patch │ ├── 0002-Ongoing-work-on-the-cmake-build.patch │ ├── Config.in │ ├── mono.hash │ └── mono.mk ├── monolite │ ├── monolite.hash │ └── monolite.mk ├── mosh │ ├── Config.in │ ├── mosh.hash │ └── mosh.mk ├── mosquitto │ ├── Config.in │ ├── Config.in.host │ ├── S50mosquitto │ ├── mosquitto.hash │ └── mosquitto.mk ├── most │ ├── Config.in │ ├── most.hash │ └── most.mk ├── motion │ ├── 0001-configure.ac-remove-po-Makefile.in.patch │ ├── Config.in │ ├── S99motion │ ├── motion.hash │ ├── motion.mk │ └── motion.service ├── mp4v2 │ ├── Config.in │ ├── mp4v2.hash │ └── mp4v2.mk ├── mpc │ ├── Config.in │ ├── mpc.hash │ └── mpc.mk ├── mpd-mpc │ ├── Config.in │ ├── mpd-mpc.hash │ └── mpd-mpc.mk ├── mpd │ ├── 0001-src-event-meson.build-add-atomic-dependency-for-spar.patch │ ├── Config.in │ ├── S95mpd │ ├── mpd.conf │ ├── mpd.hash │ └── mpd.mk ├── mpdecimal │ ├── Config.in │ ├── mpdecimal.hash │ └── mpdecimal.mk ├── mpfr │ ├── Config.in │ ├── mpfr.hash │ └── mpfr.mk ├── mpg123 │ ├── Config.in │ ├── mpg123.hash │ └── mpg123.mk ├── mpir │ ├── 0001-mpn-arm-udiv.asm-workaround-binutils-bug-14887.patch │ ├── Config.in │ ├── mpir.hash │ └── mpir.mk ├── mpv │ ├── 0001-fix-powerpc64-altivec.patch │ ├── Config.in │ ├── mpv.hash │ └── mpv.mk ├── mraa │ ├── 0001-include-Declare-gVERSION-global-as-extern.patch │ ├── Config.in │ ├── mraa.hash │ └── mraa.mk ├── mrouted │ ├── Config.in │ ├── S41mrouted │ ├── mrouted.hash │ └── mrouted.mk ├── mrp │ ├── Config.in │ ├── S65mrp │ ├── mrp.hash │ ├── mrp.mk │ └── mrp.service ├── msgpack │ ├── Config.in │ ├── msgpack.hash │ └── msgpack.mk ├── msmtp │ ├── Config.in │ ├── msmtp.hash │ └── msmtp.mk ├── msr-tools │ ├── Config.in │ ├── msr-tools.hash │ └── msr-tools.mk ├── mstpd │ ├── 0001-bridge-stp.in-support-different-versions-of-pidof-13.patch │ ├── Config.in │ ├── mstpd.hash │ └── mstpd.mk ├── mtd │ ├── Config.in │ ├── Config.in.host │ ├── mtd.hash │ └── mtd.mk ├── mtdev │ ├── Config.in │ ├── mtdev.hash │ └── mtdev.mk ├── mtools │ ├── Config.in │ ├── Config.in.host │ ├── mtools.hash │ └── mtools.mk ├── mtr │ ├── Config.in │ ├── mtr.hash │ └── mtr.mk ├── multicat │ ├── Config.in │ ├── multicat.hash │ └── multicat.mk ├── multipath-tools │ ├── Config.in │ ├── S60multipathd │ ├── multipath-tools.hash │ └── multipath-tools.mk ├── mupdf │ ├── 0001-Add-missing-limits.h-include-for-UINT_MAX.patch │ ├── Config.in │ ├── mupdf.hash │ └── mupdf.mk ├── murata-cyw-fw │ ├── Config.in │ ├── murata-cyw-fw.hash │ └── murata-cyw-fw.mk ├── musepack │ ├── 0001-shared.patch │ ├── 0002-cmake-use-the-standard-CMake-flag-to-drive-the-share.patch │ ├── 0003-include-fpu-control-with-glibc-only.patch │ ├── 0004-missing-sys-select.patch │ ├── 0005-fix-build-with-gcc-10.patch │ ├── Config.in │ ├── musepack.hash │ └── musepack.mk ├── musl-compat-headers │ ├── Config.in │ ├── cdefs.h │ ├── musl-compat-headers.hash │ └── musl-compat-headers.mk ├── musl-fts │ ├── Config.in │ ├── musl-fts.hash │ └── musl-fts.mk ├── musl │ ├── 0001-avoid-kernel-if_ether.h.patch │ ├── 0002-package-musl-Make-scheduler-functions-Linux-compatib.patch │ ├── 0003-fix-incorrect-parameter-name-in-internal-netlink.h-R.patch │ ├── Config.in │ ├── musl.hash │ └── musl.mk ├── mutt │ ├── Config.in │ ├── mutt.hash │ └── mutt.mk ├── mxml │ ├── Config.in │ ├── mxml.hash │ └── mxml.mk ├── mxsldr │ ├── Config.in.host │ └── mxsldr.mk ├── mysql │ ├── Config.in │ └── mysql.mk ├── nano │ ├── 0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch │ ├── Config.in │ ├── nano.hash │ └── nano.mk ├── nanocom │ ├── 0001-fix-build-with-gcc-10.patch │ ├── Config.in │ ├── nanocom.hash │ └── nanocom.mk ├── nanomsg │ ├── Config.in │ ├── nanomsg.hash │ └── nanomsg.mk ├── nasm │ ├── nasm.hash │ └── nasm.mk ├── nbd │ ├── Config.in │ ├── nbd.hash │ └── nbd.mk ├── ncdu │ ├── Config.in │ ├── ncdu.hash │ └── ncdu.mk ├── ncftp │ ├── 0001-fix-gcc-10.patch │ ├── Config.in │ ├── ncftp.hash │ └── ncftp.mk ├── ncmpc │ ├── 0001-meson.build-add-atomic-dependency-for-sparc.patch │ ├── Config.in │ ├── ncmpc.hash │ └── ncmpc.mk ├── ncurses │ ├── Config.in │ ├── ncurses.hash │ └── ncurses.mk ├── ndisc6 │ ├── Config.in │ ├── ndisc6.hash │ └── ndisc6.mk ├── ne10 │ ├── 0001-CMakeLists-don-t-hard-code-thumb-code-generation.patch │ ├── 0002-fix-build-without-C.patch │ ├── Config.in │ ├── ne10.hash │ └── ne10.mk ├── neard │ ├── Config.in │ ├── S53neard │ ├── neard.hash │ └── neard.mk ├── neardal │ ├── 0001-lib-neardal.h-fix-build-with-gcc-10.patch │ ├── Config.in │ ├── neardal.hash │ └── neardal.mk ├── neofetch │ ├── Config.in │ ├── neofetch.hash │ └── neofetch.mk ├── neon-2-sse │ ├── Config.in │ ├── neon-2-sse.hash │ └── neon-2-sse.mk ├── neon │ ├── 0001-Revert-Advertise-TS_SSL-feature-with-OpenSSL-1.1.0.patch │ ├── 0002-configure.ac-fix-autoreconf.patch │ ├── Config.in │ ├── neon.hash │ └── neon.mk ├── nerdctl │ ├── Config.in │ ├── nerdctl.hash │ └── nerdctl.mk ├── net-tools │ ├── Config.in │ ├── net-tools.hash │ └── net-tools.mk ├── netatalk │ ├── Config.in │ ├── S50netatalk │ ├── netatalk.hash │ └── netatalk.mk ├── netcalc │ ├── Config.in │ ├── netcalc.hash │ └── netcalc.mk ├── netcat-openbsd │ ├── Config.in │ ├── netcat-openbsd.hash │ └── netcat-openbsd.mk ├── netcat │ ├── 0001-signed-bit-counting.patch │ ├── Config.in │ ├── netcat.hash │ └── netcat.mk ├── netdata │ ├── Config.in │ ├── S60netdata │ ├── netdata.hash │ └── netdata.mk ├── netifrc │ ├── Config.in │ ├── netifrc.hash │ └── netifrc.mk ├── netopeer2 │ ├── Config.in │ ├── S52netopeer2 │ ├── netopeer2.hash │ └── netopeer2.mk ├── netperf │ ├── 0001-src-nettest_omni.c-fix-compilation-with-GCC10.patch │ ├── Config.in │ ├── netperf.hash │ └── netperf.mk ├── netplug │ ├── 0001-makefile-flags.patch │ ├── 0002-add-missing-time-include.patch │ ├── 0003-remove-assert-fail.patch │ ├── Config.in │ ├── S29netplug │ ├── netplug-script │ ├── netplug.hash │ ├── netplug.mk │ └── netplug.service ├── netsniff-ng │ ├── 0001-Detect-libpcap-dependencies-using-pkg-config.patch │ ├── Config.in │ ├── netsniff-ng.hash │ └── netsniff-ng.mk ├── netsnmp │ ├── Config.in │ ├── S59snmpd │ ├── netsnmp.hash │ └── netsnmp.mk ├── netstat-nat │ ├── Config.in │ ├── netstat-nat.hash │ └── netstat-nat.mk ├── netsurf-buildsystem │ ├── netsurf-buildsystem.hash │ └── netsurf-buildsystem.mk ├── netsurf │ ├── 0001-avoid-system-perl-dependencies.patch │ ├── 0002-do-not-cross-compile-nsgenbind.patch │ ├── 0003-fix-compilation-without-curl.patch │ ├── 0004-framebuffer-Fix-internal-font-generated-source-for-GCC-10.patch │ ├── Config.in │ ├── netsurf.hash │ └── netsurf.mk ├── nettle │ ├── 0001-disable-testsuite-examples.patch │ ├── Config.in │ ├── nettle.hash │ └── nettle.mk ├── network-manager-openvpn │ ├── Config.in │ ├── network-manager-openvpn.hash │ └── network-manager-openvpn.mk ├── network-manager │ ├── 0001-build-meson-add-option-to-set-the-mobile-broadband-p.patch │ ├── 0002-meson.build-fix-build-failure-with-Dmodem_manager-fa.patch │ ├── Config.in │ ├── S45network-manager │ ├── network-manager.hash │ └── network-manager.mk ├── networkd-dispatcher │ ├── Config.in │ ├── networkd-dispatcher.hash │ └── networkd-dispatcher.mk ├── newt │ ├── Config.in │ ├── newt.hash │ └── newt.mk ├── nfacct │ ├── Config.in │ ├── nfacct.hash │ └── nfacct.mk ├── nfs-utils │ ├── 0001-nfsrahead-fix-linking-while-static-linking.patch │ ├── 0002-configure.ac-allow-to-disable-nfsrahead-tool.patch │ ├── Config.in │ ├── S60nfs │ ├── nfs-utils.hash │ ├── nfs-utils.mk │ ├── nfs-utils_env.sh │ └── nfs-utils_tmpfiles.conf ├── nftables │ ├── Config.in │ ├── nftables-python │ │ ├── Config.in │ │ ├── nftables-python.hash │ │ └── nftables-python.mk │ ├── nftables.hash │ └── nftables.mk ├── nghttp2 │ ├── Config.in │ ├── nghttp2.hash │ └── nghttp2.mk ├── nginx-dav-ext │ ├── Config.in │ ├── nginx-dav-ext.hash │ └── nginx-dav-ext.mk ├── nginx-modsecurity │ ├── 0001-config-use-pkg-config.patch │ ├── Config.in │ ├── nginx-modsecurity.hash │ └── nginx-modsecurity.mk ├── nginx-naxsi │ ├── 0001-naxsi_src-naxsi_runtime.c-fix-build-without-x_forwar.patch │ ├── 0002-PCRE2-compatibility.patch │ ├── Config.in │ ├── nginx-naxsi.hash │ └── nginx-naxsi.mk ├── nginx-upload │ ├── Config.in │ ├── nginx-upload.hash │ └── nginx-upload.mk ├── nginx │ ├── 0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch │ ├── 0002-auto-feature-add-mechanism-allowing-to-force-feature.patch │ ├── 0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch │ ├── 0004-auto-lib-libxslt-conf-use-pkg-config.patch │ ├── 0005-auto-unix-make-sys_nerr-guessing-cross-friendly.patch │ ├── 0006-auto-lib-openssl-conf-use-pkg-config.patch │ ├── 0007-auto-lib-libgd-conf-use-pkg-config.patch │ ├── 0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch │ ├── 0009-auto-os-linux-fix-build-with-libxcrypt.patch │ ├── 0010-Allow-forcing-of-endianness-for-cross-compilation.patch │ ├── Config.in │ ├── S50nginx │ ├── nginx.hash │ ├── nginx.logrotate │ ├── nginx.mk │ └── nginx.service ├── ngircd │ ├── Config.in │ ├── ngircd.hash │ └── ngircd.mk ├── ngrep │ ├── 0001-Fix-typo-in-configure-in-when-testing-for-use_pcre.patch │ ├── 0002-Check-for-libnet_init-in-configure-in.patch │ ├── 0003-fix-disable-tcpkill.patch │ ├── Config.in │ ├── ngrep.hash │ └── ngrep.mk ├── nilfs-utils │ ├── 0001-nilfs_cleanerd-link-dynamically.patch │ ├── Config.in │ ├── nilfs-utils.hash │ └── nilfs-utils.mk ├── ninja │ ├── ninja.hash │ └── ninja.mk ├── nload │ ├── Config.in │ ├── nload.hash │ └── nload.mk ├── nmap │ ├── 0001-libdnet-wrapper-configure.patch │ ├── Config.in │ ├── nmap.hash │ └── nmap.mk ├── nmon │ ├── Config.in │ ├── nmon.hash │ └── nmon.mk ├── nodejs │ ├── 0001-add-qemu-wrapper-support.patch │ ├── 0002-check-if-uclibc-has-backtrace-support.patch │ ├── 0003-include-obj-name-in-shared-intermediate.patch │ ├── 0004-lib-internal-modules-cjs-loader.js-adjust-default-pa.patch │ ├── Config.in │ ├── Config.in.host │ ├── nodejs.hash │ ├── nodejs.mk │ └── v8-qemu-wrapper.in ├── nodm │ ├── Config.in │ ├── S90nodm │ ├── nodm.hash │ ├── nodm.mk │ └── nodm.pam ├── noip │ ├── Config.in │ ├── noip.hash │ └── noip.mk ├── norm │ ├── 0001-protolib-drop-linux-version-check.patch │ ├── 0002-Use-print-as-function-call-for-Python3-compatibility.patch │ ├── 0003-Fix-mixed-tabs-spaces-in-protolib-wscript.patch │ ├── Config.in │ ├── norm.hash │ └── norm.mk ├── nss-mdns │ ├── Config.in │ ├── nss-mdns.hash │ └── nss-mdns.mk ├── nss-myhostname │ ├── Config.in │ ├── nss-myhostname.hash │ └── nss-myhostname.mk ├── nss-pam-ldapd │ ├── Config.in │ ├── S45nslcd │ ├── nslcd.service │ ├── nss-pam-ldapd.hash │ └── nss-pam-ldapd.mk ├── ntfs-3g │ ├── Config.in │ ├── ntfs-3g.hash │ └── ntfs-3g.mk ├── ntp │ ├── 0001-nano.patch │ ├── 0002-ntp-syscalls-fallback.patch │ ├── 0003-override-shell.patch │ ├── 0004-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch │ ├── Config.in │ ├── S48sntp │ ├── S49ntp.in │ ├── ntp.hash │ ├── ntp.mk │ ├── ntpd.etc.conf │ └── ntpd.service.in ├── ntpsec │ ├── 0001-wscript-remove-checks-for-bsd-string.h-fixes-host-co.patch │ ├── 0002-wscript-fix-build-without-stack-protector.patch │ ├── Config.in │ ├── S49ntpd │ ├── ntpd.etc.conf │ ├── ntpsec.hash │ └── ntpsec.mk ├── numactl │ ├── 0001-link-with-latomic-if-needed-again.patch │ ├── Config.in │ ├── numactl.hash │ └── numactl.mk ├── nut │ ├── 0001-clients-upsclient-h-ensure-time_t-is-defined.patch │ ├── Config.in │ ├── nut.hash │ └── nut.mk ├── nuttcp │ ├── 0001-susv3-legacy.patch │ ├── Config.in │ ├── nuttcp.hash │ └── nuttcp.mk ├── nvidia-driver │ ├── 0001-use-LDFLAGS.patch │ ├── Config.in │ ├── egl.pc │ ├── gl.pc │ ├── nvidia-driver.hash │ └── nvidia-driver.mk ├── nvidia-modprobe │ ├── Config.in │ ├── nvidia-modprobe.hash │ └── nvidia-modprobe.mk ├── nvme │ ├── Config.in │ ├── nvme.hash │ └── nvme.mk ├── obsidian-cursors │ ├── Config.in │ ├── obsidian-cursors.hash │ └── obsidian-cursors.mk ├── ocf-linux │ ├── ocf-linux.hash │ └── ocf-linux.mk ├── ocrad │ ├── Config.in │ ├── ocrad.hash │ └── ocrad.mk ├── octave │ ├── 0001-Fix-BLAS-library-integer-size-detection.patch │ ├── Config.in │ ├── octave.hash │ └── octave.mk ├── odb │ ├── 0001-tm.h-include-in-gcc.hxx-appears-to-be-no-longer-nece.patch │ ├── 0002-Remove-gratuitous-classes.patch │ ├── 0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch │ ├── 0004-Make-compilable-with-GCC-6-in-C-14-mode.patch │ ├── 0005-Fix-bug-in-GCC-6-input_location-translation.patch │ ├── 0006-Adapt-to-changes-in-GCC-8.patch │ ├── 0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch │ ├── 0008-Fix-GCC-8-adaptation-to-be-compatible-with-previous-.patch │ ├── 0009-Handle-namespace-aliases-when-parsing-GCC-tree.patch │ ├── 0010-Add-initial-support-for-GCC-9.patch │ ├── 0011-Adjust-to-changes-in-GCC-10.patch │ ├── 0012-Adjust-to-changes-in-GCC-11.patch │ ├── 0013-Resolve-name-lookup-ambiguity-causing-error-with-GCC.patch │ ├── Config.in.host │ ├── odb.hash │ └── odb.mk ├── odhcp6c │ ├── Config.in │ ├── odhcp6c.hash │ └── odhcp6c.mk ├── odhcploc │ ├── Config.in │ ├── odhcploc.hash │ └── odhcploc.mk ├── odroidc2-firmware │ ├── Config.in │ ├── odroidc2-firmware.hash │ └── odroidc2-firmware.mk ├── ofono │ ├── 0001-uclibc-backtrace.patch │ ├── 0002-fix-musl-compile.patch │ ├── Config.in │ ├── S46ofono │ ├── ofono.hash │ └── ofono.mk ├── ogre │ ├── Config.in │ ├── ogre.hash │ └── ogre.mk ├── ola │ ├── 0001-ola-fix-compilation-with-musl-1-2-3.patch │ ├── Config.in │ ├── ola.hash │ └── ola.mk ├── olsr │ ├── 0001-olsrd-migrate-to-using-bison-3.7.1.patch │ ├── 0002-lib-pud-Makefile-fix-parallel-build.patch │ ├── 0003-pud-adapt-to-API-changes-in-gpsd-3-20.patch │ ├── 0004-pud-adapt-gpsdclient.c-to-new-gpsd-3.21.patch │ ├── 0005-lib-pud-src-gpsdclient.c-drop-handling-of-gpsdata-fi.patch │ ├── Config.in │ ├── S50olsr │ ├── olsr.hash │ ├── olsr.mk │ └── olsr.service ├── omap-u-boot-utils │ ├── Config.in.host │ ├── omap-u-boot-utils.hash │ └── omap-u-boot-utils.mk ├── omniorb │ ├── Config.in │ ├── omniorb.hash │ └── omniorb.mk ├── omxplayer │ ├── 0001-Update-Makefile-to-be-compatible-with-buildroot.patch │ ├── Config.in │ ├── omxplayer.hash │ └── omxplayer.mk ├── on2-8170-libs │ ├── Config.in │ ├── on2-8170-libs.hash │ └── on2-8170-libs.mk ├── on2-8170-modules │ ├── Config.in │ ├── on2-8170-modules.hash │ └── on2-8170-modules.mk ├── oniguruma │ ├── Config.in │ ├── oniguruma.hash │ └── oniguruma.mk ├── open-iscsi │ ├── 0001-SHA3-is-not-supported-by-libressl.patch │ ├── Config.in │ ├── open-iscsi.hash │ └── open-iscsi.mk ├── open-isns │ ├── Config.in │ ├── open-isns.hash │ └── open-isns.mk ├── open-lldp │ ├── Config.in │ ├── open-lldp.hash │ └── open-lldp.mk ├── open-plc-utils │ ├── 0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch │ ├── 0002-plc-plc.h-fix-build-with-gcc-10.patch │ ├── Config.in │ ├── open-plc-utils.hash │ └── open-plc-utils.mk ├── open2300 │ ├── 0001-fix-makefile.patch │ ├── Config.in │ ├── open2300.hash │ └── open2300.mk ├── open62541 │ ├── Config.in │ ├── open62541.hash │ └── open62541.mk ├── openal │ ├── Config.in │ ├── openal.hash │ └── openal.mk ├── openblas │ ├── 0001-Makefile.system-don-t-specify-optimization-level-bui.patch │ ├── Config.in │ ├── openblas.hash │ └── openblas.mk ├── openbox │ ├── Config.in │ ├── openbox.hash │ └── openbox.mk ├── opencl-clhpp │ ├── Config.in │ ├── opencl-clhpp.hash │ └── opencl-clhpp.mk ├── opencore-amr │ ├── Config.in │ ├── opencore-amr.hash │ └── opencore-amr.mk ├── opencv3 │ ├── Config.in │ ├── opencv3.hash │ └── opencv3.mk ├── opencv4-contrib │ ├── Config.in │ ├── opencv4-contrib.hash │ └── opencv4-contrib.mk ├── opencv4 │ ├── Config.in │ ├── opencv4.hash │ └── opencv4.mk ├── openfpgaloader │ ├── Config.in │ ├── openfpgaloader.hash │ └── openfpgaloader.mk ├── opengl │ ├── Config.in │ ├── libegl │ │ ├── Config.in │ │ └── libegl.mk │ ├── libgbm │ │ ├── Config.in │ │ └── libgbm.mk │ ├── libgl │ │ ├── Config.in │ │ └── libgl.mk │ ├── libgles │ │ ├── Config.in │ │ └── libgles.mk │ ├── libopencl │ │ ├── Config.in │ │ └── libopencl.mk │ ├── libopenmax │ │ ├── Config.in │ │ └── libopenmax.mk │ ├── libopenvg │ │ ├── Config.in │ │ └── libopenvg.mk │ └── opengl.mk ├── openipmi │ ├── Config.in │ ├── openipmi.hash │ └── openipmi.mk ├── openjdk-bin │ ├── openjdk-bin.hash │ └── openjdk-bin.mk ├── openjdk │ ├── 17.0.8+7 │ │ └── 0001-Add-ARCv2-ISA-processors-support-to-Zero.patch │ ├── Config.in │ ├── openjdk.hash │ └── openjdk.mk ├── openjpeg │ ├── Config.in │ ├── openjpeg.hash │ └── openjpeg.mk ├── openlayers │ ├── Config.in │ ├── openlayers.hash │ └── openlayers.mk ├── openldap │ ├── 0001-fix_cross_strip.patch │ ├── 0002-fix-bignum.patch │ ├── 0003-disable-docs.patch │ ├── 0004-revert-ITS-3977-fix-libtool-static-behavior-to-match.patch │ ├── Config.in │ ├── openldap.hash │ └── openldap.mk ├── openmpi │ ├── Config.in │ ├── openmpi-mips32-fortran.cache │ ├── openmpi-mips64-fortran.cache │ ├── openmpi.hash │ └── openmpi.mk ├── openntpd │ ├── Config.in │ ├── S49ntp │ ├── ntpd.service │ ├── openntpd.hash │ └── openntpd.mk ├── openobex │ ├── Config.in │ ├── openobex.hash │ └── openobex.mk ├── openocd │ ├── 0001-configure-enable-build-on-uclinux.patch │ ├── Config.in │ ├── Config.in.host │ ├── openocd.hash │ └── openocd.mk ├── openpgm │ ├── 0001-Rename-openpgm-5.2.pc.in.patch │ ├── 0002-openpgm-pgm-checksum.c-fix-build-with-32-bits-MMX.patch │ ├── 0003-fix-build-on-macOS-ARM.patch │ ├── Config.in │ ├── openpgm.hash │ └── openpgm.mk ├── openpowerlink │ ├── 0001-install-the-stack-libraries-to-lib-subdirectory.patch │ ├── 0002-cmake-install-oplk-headers-files.patch │ ├── 0003-Add-top-level-CMakeLists.txt.patch │ ├── Config.in │ ├── openpowerlink.hash │ └── openpowerlink.mk ├── openrc │ ├── 0001-init.d-sysctl.in-add-support-for-busybox-sysctl.patch │ ├── 0002-sh-init.sh.Linux.in-change-run-lock-from-root-uucp-t.patch │ ├── 0003-init.d-agetty-replace-sbin-agetty-by-sbin-getty.patch │ ├── 0004-init.d-agetty-start-agetty-after-all-sevices.patch │ ├── 0005-runlevels-do-not-add-agetty.tty-1-6-if-MKSYSVINIT-ye.patch │ ├── 0006-Also-create-run-lock-subsys-directory.patch │ ├── Config.in │ ├── openrc.hash │ ├── openrc.mk │ └── sysv-rcs ├── openresolv │ ├── Config.in │ ├── openresolv.hash │ └── openresolv.mk ├── opensc │ ├── 0001-Fix-maybe-uninitialized-errors.patch │ ├── 0002-added-compatibility-with-LibreSSL.patch │ ├── 0003-Fix-build-with-libressl-3.5.0.patch │ ├── 0004-pkcs15init-correct-left-length-calculation-to-fix-buffer-overrun-bug.patch │ ├── Config.in │ ├── opensc.hash │ └── opensc.mk ├── openssh │ ├── Config.in │ ├── S50sshd │ ├── openssh.hash │ ├── openssh.mk │ ├── sshd-sysusers.conf │ └── sshd.service ├── openssl │ ├── Config.in │ └── openssl.mk ├── openswan │ ├── 0001-lib-libopenswan-constants.c-workaround-missing-ns_t_.patch │ ├── Config.in │ ├── openswan.hash │ └── openswan.mk ├── opentracing-cpp │ ├── Config.in │ ├── opentracing-cpp.hash │ └── opentracing-cpp.mk ├── opentyrian-data │ ├── Config.in │ ├── opentyrian-data.hash │ └── opentyrian-data.mk ├── opentyrian │ ├── 0001-Move-definitions-that-don-t-need-to-be-exposed-from-opl-h-to-opl-c.patch │ ├── Config.in │ ├── opentyrian.hash │ └── opentyrian.mk ├── openvmtools │ ├── 0001-no_cflags_werror.patch │ ├── 0002-dont-force-cppflags.patch │ ├── 0003-Rename-poll-h-into-vm_poll-h-to-fix-build-failure-on-musl.patch │ ├── 0004-Remove-assumptions-about-glibc-being-only-libc-imple.patch │ ├── 0005-Use-configure-test-for-struct-timespec.patch │ ├── 0006-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch │ ├── 0007-Use-configure-to-test-for-feature-instead-of-platfor.patch │ ├── 0008-Use-configure-test-for-sys-stat.h-include.patch │ ├── 0011-open-vm-tools-vmhgfs-fuse-fsutils.h-fix-build-on-mus.patch │ ├── 0012-Make-HgfsConvertFromNtTimeNsec-aware-of-64-bit-time_.patch │ ├── 0013-Properly-check-authorization-on-incoming-guestOps-re.patch │ ├── Config.in │ ├── S10vmtoolsd │ ├── openvmtools.hash │ ├── openvmtools.mk │ ├── shutdown │ └── vmtoolsd.service ├── openvpn │ ├── Config.in │ ├── S60openvpn │ ├── openvpn.hash │ └── openvpn.mk ├── openzwave │ ├── Config.in │ ├── openzwave.hash │ └── openzwave.mk ├── opkg-utils │ ├── Config.in │ ├── Config.in.host │ ├── opkg-utils.hash │ └── opkg-utils.mk ├── opkg │ ├── Config.in │ ├── opkg.hash │ └── opkg.mk ├── oprofile │ ├── 0001-musl.patch │ ├── Config.in │ ├── oprofile.hash │ └── oprofile.mk ├── optee-benchmark │ ├── Config.in │ ├── optee-benchmark.hash │ └── optee-benchmark.mk ├── optee-client │ ├── Config.in │ ├── S30tee-supplicant │ ├── optee-client.hash │ └── optee-client.mk ├── optee-examples │ ├── Config.in │ ├── optee-examples.hash │ └── optee-examples.mk ├── optee-test │ ├── Config.in │ ├── optee-test.hash │ └── optee-test.mk ├── opus-tools │ ├── Config.in │ ├── opus-tools.hash │ └── opus-tools.mk ├── opus │ ├── Config.in │ ├── opus.hash │ └── opus.mk ├── opusfile │ ├── 0001-Propagate-allocation-failure-from-ogg_sync_buffer.patch │ ├── Config.in │ ├── opusfile.hash │ └── opusfile.mk ├── oracle-mysql │ ├── 0000-ac_cache_check.patch │ ├── 0001-configure-ps-cache-check.patch │ ├── 0002-use-new-readline-iface.patch │ ├── 0003-ac_stack_direction-is-unset.patch │ ├── 0004-Fix-gen_lex_hash-execution.patch │ ├── 0005-bison_3_breaks_mysql_server_build.patch │ ├── 0006-no-force-static-build.patch │ ├── 0007-dont-install-in-mysql-directory.patch │ ├── 0008-fix-type-conversion.patch │ ├── 0009-gcc7.patch │ ├── 0010-fix-build-without-zlib.patch │ ├── 0011-config-ac-macros-alloca.m4-Remove-obsolete-Cray-supp.patch │ ├── S97mysqld │ ├── mysqld.service │ ├── oracle-mysql.hash │ └── oracle-mysql.mk ├── orbit │ ├── Config.in │ ├── orbit.hash │ └── orbit.mk ├── orc │ ├── Config.in │ ├── orc.hash │ └── orc.mk ├── ortp │ ├── Config.in │ ├── ortp.hash │ └── ortp.mk ├── osm2pgsql │ ├── Config.in │ ├── osm2pgsql.hash │ └── osm2pgsql.mk ├── owfs │ ├── Config.in │ ├── S55owserver │ ├── S60owfs │ ├── owfs.hash │ └── owfs.mk ├── owl-linux │ ├── 0001-fix-for-linux-3.3.x.patch │ ├── Config.in │ ├── owl-linux.hash │ └── owl-linux.mk ├── p11-kit │ ├── Config.in │ ├── p11-kit.hash │ └── p11-kit.mk ├── p7zip │ ├── Config.in │ ├── p7zip.hash │ └── p7zip.mk ├── p910nd │ ├── Config.in │ ├── p910nd.hash │ └── p910nd.mk ├── paho-mqtt-c │ ├── Config.in │ ├── paho-mqtt-c.hash │ └── paho-mqtt-c.mk ├── paho-mqtt-cpp │ ├── Config.in │ ├── paho-mqtt-cpp.hash │ └── paho-mqtt-cpp.mk ├── pahole │ ├── Config.in.host │ ├── pahole.hash │ └── pahole.mk ├── pamtester │ ├── Config.in │ ├── pamtester.hash │ └── pamtester.mk ├── pango │ ├── Config.in │ ├── pango.hash │ └── pango.mk ├── pangomm │ ├── Config.in │ ├── pangomm.hash │ └── pangomm.mk ├── pangomm2_46 │ ├── Config.in │ ├── pangomm2_46.hash │ └── pangomm2_46.mk ├── parprouted │ ├── Config.in │ ├── parprouted.hash │ └── parprouted.mk ├── parted │ ├── Config.in │ ├── Config.in.host │ ├── parted.hash │ └── parted.mk ├── patch │ ├── 0001-Fix-segfault-with-mangled-rename-patch.patch │ ├── 0002-Allow-input-files-to-be-missing-for-ed-style-patches.patch │ ├── 0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch │ ├── 0004-Invoke-ed-directly-instead-of-using-the-shell.patch │ ├── 0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch │ ├── Config.in │ ├── patch.hash │ └── patch.mk ├── patchelf │ ├── 0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch │ ├── Config.in.host │ ├── patchelf.hash │ └── patchelf.mk ├── pax-utils │ ├── Config.in │ ├── pax-utils.hash │ └── pax-utils.mk ├── paxtest │ ├── 0001-genpaxtest-move-log-location.patch │ ├── 0002-paxtest-page-alignment-ARM-and-NIOS2-arch.patch │ ├── Config.in │ ├── paxtest.hash │ └── paxtest.mk ├── pciutils │ ├── 0001-Workaround-build-failure-with-older-binutils.patch │ ├── Config.in │ ├── pciutils.hash │ └── pciutils.mk ├── pcm-tools │ ├── 0001-pmu-query.py-fix-python3-errors-add-linux-platform-s.patch │ ├── Config.in │ ├── pcm-tools.hash │ └── pcm-tools.mk ├── pcmanfm │ ├── 0001-po-de-po-fix-build-with-gettext-tiny.patch │ ├── Config.in │ ├── pcmanfm.hash │ └── pcmanfm.mk ├── pcre │ ├── 0001-Kill-compatibility-bits.patch │ ├── 0002-Disable-C-unit-tests.patch │ ├── Config.in │ ├── pcre.hash │ └── pcre.mk ├── pcre2 │ ├── Config.in │ ├── pcre2.hash │ └── pcre2.mk ├── pcsc-lite │ ├── Config.in │ ├── pcsc-lite.hash │ └── pcsc-lite.mk ├── pdbg │ ├── Config.in │ ├── pdbg.hash │ └── pdbg.mk ├── pdmenu │ ├── 0001-autoconf-makeinfo.in-link-with-INTLLIBS-if-needed.patch │ ├── 0002-Makefile-autoconf-makeinfo.in-support-build-install-.patch │ ├── Config.in │ ├── pdmenu.hash │ └── pdmenu.mk ├── perftest │ ├── Config.in │ ├── perftest.hash │ └── perftest.mk ├── perl-apache-logformat-compiler │ ├── Config.in │ ├── perl-apache-logformat-compiler.hash │ └── perl-apache-logformat-compiler.mk ├── perl-appconfig │ ├── Config.in │ ├── perl-appconfig.hash │ └── perl-appconfig.mk ├── perl-astro-suntime │ ├── Config.in │ ├── perl-astro-suntime.hash │ └── perl-astro-suntime.mk ├── perl-class-inspector │ ├── Config.in │ ├── perl-class-inspector.hash │ └── perl-class-inspector.mk ├── perl-class-load │ ├── Config.in │ ├── perl-class-load.hash │ └── perl-class-load.mk ├── perl-class-method-modifiers │ ├── Config.in │ ├── perl-class-method-modifiers.hash │ └── perl-class-method-modifiers.mk ├── perl-class-std-fast │ ├── Config.in │ ├── perl-class-std-fast.hash │ └── perl-class-std-fast.mk ├── perl-class-std │ ├── Config.in │ ├── perl-class-std.hash │ └── perl-class-std.mk ├── perl-clone │ ├── Config.in │ ├── perl-clone.hash │ └── perl-clone.mk ├── perl-convert-asn1 │ ├── Config.in │ ├── perl-convert-asn1.hash │ └── perl-convert-asn1.mk ├── perl-cookie-baker │ ├── Config.in │ ├── perl-cookie-baker.hash │ └── perl-cookie-baker.mk ├── perl-crypt-blowfish │ ├── Config.in │ ├── perl-crypt-blowfish.hash │ └── perl-crypt-blowfish.mk ├── perl-crypt-cbc │ ├── Config.in │ ├── perl-crypt-cbc.hash │ └── perl-crypt-cbc.mk ├── perl-crypt-openssl-aes │ ├── Config.in │ ├── perl-crypt-openssl-aes.hash │ └── perl-crypt-openssl-aes.mk ├── perl-crypt-openssl-guess │ ├── perl-crypt-openssl-guess.hash │ └── perl-crypt-openssl-guess.mk ├── perl-crypt-openssl-random │ ├── Config.in │ ├── perl-crypt-openssl-random.hash │ └── perl-crypt-openssl-random.mk ├── perl-crypt-openssl-rsa │ ├── Config.in │ ├── perl-crypt-openssl-rsa.hash │ └── perl-crypt-openssl-rsa.mk ├── perl-data-dump │ ├── Config.in │ ├── perl-data-dump.hash │ └── perl-data-dump.mk ├── perl-data-optlist │ ├── Config.in │ ├── perl-data-optlist.hash │ └── perl-data-optlist.mk ├── perl-data-uuid │ ├── Config.in │ ├── perl-data-uuid.hash │ └── perl-data-uuid.mk ├── perl-date-manip │ ├── Config.in │ ├── perl-date-manip.hash │ └── perl-date-manip.mk ├── perl-datetime-tiny │ ├── Config.in │ ├── perl-datetime-tiny.hash │ └── perl-datetime-tiny.mk ├── perl-dbd-mysql │ ├── Config.in │ ├── perl-dbd-mysql.hash │ └── perl-dbd-mysql.mk ├── perl-dbi │ ├── Config.in │ ├── perl-dbi.hash │ └── perl-dbi.mk ├── perl-devel-cycle │ ├── Config.in │ ├── perl-devel-cycle.hash │ └── perl-devel-cycle.mk ├── perl-devel-globaldestruction │ ├── Config.in │ ├── perl-devel-globaldestruction.hash │ └── perl-devel-globaldestruction.mk ├── perl-devel-size │ ├── Config.in │ ├── perl-devel-size.hash │ └── perl-devel-size.mk ├── perl-devel-stacktrace-ashtml │ ├── Config.in │ ├── perl-devel-stacktrace-ashtml.hash │ └── perl-devel-stacktrace-ashtml.mk ├── perl-devel-stacktrace │ ├── Config.in │ ├── perl-devel-stacktrace.hash │ └── perl-devel-stacktrace.mk ├── perl-device-serialport │ ├── Config.in │ ├── perl-device-serialport.hash │ └── perl-device-serialport.mk ├── perl-digest-hmac │ ├── Config.in │ ├── perl-digest-hmac.hash │ └── perl-digest-hmac.mk ├── perl-digest-sha1 │ ├── Config.in │ ├── perl-digest-sha1.hash │ └── perl-digest-sha1.mk ├── perl-dist-checkconflicts │ ├── Config.in │ ├── perl-dist-checkconflicts.hash │ └── perl-dist-checkconflicts.mk ├── perl-encode-detect │ ├── Config.in │ ├── perl-encode-detect.hash │ └── perl-encode-detect.mk ├── perl-encode-locale │ ├── Config.in │ ├── perl-encode-locale.hash │ └── perl-encode-locale.mk ├── perl-exporter-tiny │ ├── Config.in │ ├── perl-exporter-tiny.hash │ └── perl-exporter-tiny.mk ├── perl-extutils-config │ ├── perl-extutils-config.hash │ └── perl-extutils-config.mk ├── perl-extutils-helpers │ ├── perl-extutils-helpers.hash │ └── perl-extutils-helpers.mk ├── perl-extutils-installpaths │ ├── perl-extutils-installpaths.hash │ └── perl-extutils-installpaths.mk ├── perl-extutils-pkgconfig │ ├── perl-extutils-pkgconfig.hash │ └── perl-extutils-pkgconfig.mk ├── perl-file-listing │ ├── Config.in │ ├── perl-file-listing.hash │ └── perl-file-listing.mk ├── perl-file-sharedir-install │ ├── perl-file-sharedir-install.hash │ └── perl-file-sharedir-install.mk ├── perl-file-sharedir │ ├── Config.in │ ├── perl-file-sharedir.hash │ └── perl-file-sharedir.mk ├── perl-file-slurp │ ├── Config.in │ ├── perl-file-slurp.hash │ └── perl-file-slurp.mk ├── perl-file-util │ ├── Config.in │ ├── perl-file-util.hash │ └── perl-file-util.mk ├── perl-filesys-notify-simple │ ├── Config.in │ ├── perl-filesys-notify-simple.hash │ └── perl-filesys-notify-simple.mk ├── perl-gd │ ├── Config.in │ ├── perl-gd.hash │ └── perl-gd.mk ├── perl-gdgraph │ ├── Config.in │ ├── perl-gdgraph.hash │ └── perl-gdgraph.mk ├── perl-gdtextutil │ ├── Config.in │ ├── perl-gdtextutil.hash │ └── perl-gdtextutil.mk ├── perl-hash-multivalue │ ├── Config.in │ ├── perl-hash-multivalue.hash │ └── perl-hash-multivalue.mk ├── perl-html-parser │ ├── Config.in │ ├── perl-html-parser.hash │ └── perl-html-parser.mk ├── perl-html-tagset │ ├── Config.in │ ├── perl-html-tagset.hash │ └── perl-html-tagset.mk ├── perl-http-cookies │ ├── Config.in │ ├── perl-http-cookies.hash │ └── perl-http-cookies.mk ├── perl-http-daemon │ ├── Config.in │ ├── perl-http-daemon.hash │ └── perl-http-daemon.mk ├── perl-http-date │ ├── Config.in │ ├── perl-http-date.hash │ └── perl-http-date.mk ├── perl-http-entity-parser │ ├── Config.in │ ├── perl-http-entity-parser.hash │ └── perl-http-entity-parser.mk ├── perl-http-headers-fast │ ├── Config.in │ ├── perl-http-headers-fast.hash │ └── perl-http-headers-fast.mk ├── perl-http-message │ ├── Config.in │ ├── perl-http-message.hash │ └── perl-http-message.mk ├── perl-http-multipartparser │ ├── Config.in │ ├── perl-http-multipartparser.hash │ └── perl-http-multipartparser.mk ├── perl-http-negotiate │ ├── Config.in │ ├── perl-http-negotiate.hash │ └── perl-http-negotiate.mk ├── perl-i18n │ ├── Config.in │ ├── perl-i18n.hash │ └── perl-i18n.mk ├── perl-image-exiftool │ ├── Config.in │ ├── perl-image-exiftool.hash │ └── perl-image-exiftool.mk ├── perl-io-html │ ├── Config.in │ ├── perl-io-html.hash │ └── perl-io-html.mk ├── perl-io-interface │ ├── Config.in │ ├── perl-io-interface.hash │ └── perl-io-interface.mk ├── perl-io-socket-multicast │ ├── Config.in │ ├── perl-io-socket-multicast.hash │ └── perl-io-socket-multicast.mk ├── perl-io-socket-ssl │ ├── Config.in │ ├── perl-io-socket-ssl.hash │ └── perl-io-socket-ssl.mk ├── perl-json-maybexs │ ├── Config.in │ ├── perl-json-maybexs.hash │ └── perl-json-maybexs.mk ├── perl-json-tiny │ ├── Config.in │ ├── perl-json-tiny.hash │ └── perl-json-tiny.mk ├── perl-libwww-perl │ ├── Config.in │ ├── perl-libwww-perl.hash │ └── perl-libwww-perl.mk ├── perl-locale-maketext-lexicon │ ├── Config.in │ ├── perl-locale-maketext-lexicon.hash │ └── perl-locale-maketext-lexicon.mk ├── perl-lwp-mediatypes │ ├── Config.in │ ├── perl-lwp-mediatypes.hash │ └── perl-lwp-mediatypes.mk ├── perl-lwp-protocol-https │ ├── Config.in │ ├── perl-lwp-protocol-https.hash │ └── perl-lwp-protocol-https.mk ├── perl-mail-dkim │ ├── Config.in │ ├── perl-mail-dkim.hash │ └── perl-mail-dkim.mk ├── perl-mailtools │ ├── Config.in │ ├── perl-mailtools.hash │ └── perl-mailtools.mk ├── perl-math-int64 │ ├── Config.in │ ├── perl-math-int64.hash │ └── perl-math-int64.mk ├── perl-math-prime-util │ ├── Config.in │ ├── perl-math-prime-util.hash │ └── perl-math-prime-util.mk ├── perl-mime-base64-urlsafe │ ├── Config.in │ ├── perl-mime-base64-urlsafe.hash │ └── perl-mime-base64-urlsafe.mk ├── perl-mime-tools │ ├── Config.in │ ├── perl-mime-tools.hash │ └── perl-mime-tools.mk ├── perl-module-build-tiny │ ├── perl-module-build-tiny.hash │ └── perl-module-build-tiny.mk ├── perl-module-build │ ├── perl-module-build.hash │ └── perl-module-build.mk ├── perl-module-implementation │ ├── Config.in │ ├── perl-module-implementation.hash │ └── perl-module-implementation.mk ├── perl-module-runtime │ ├── Config.in │ ├── perl-module-runtime.hash │ └── perl-module-runtime.mk ├── perl-mojolicious-plugin-authentication │ ├── Config.in │ ├── perl-mojolicious-plugin-authentication.hash │ └── perl-mojolicious-plugin-authentication.mk ├── perl-mojolicious-plugin-authorization │ ├── Config.in │ ├── perl-mojolicious-plugin-authorization.hash │ └── perl-mojolicious-plugin-authorization.mk ├── perl-mojolicious-plugin-cspheader │ ├── Config.in │ ├── perl-mojolicious-plugin-cspheader.hash │ └── perl-mojolicious-plugin-cspheader.mk ├── perl-mojolicious-plugin-i18n │ ├── Config.in │ ├── perl-mojolicious-plugin-i18n.hash │ └── perl-mojolicious-plugin-i18n.mk ├── perl-mojolicious-plugin-securityheader │ ├── Config.in │ ├── perl-mojolicious-plugin-securityheader.hash │ └── perl-mojolicious-plugin-securityheader.mk ├── perl-mojolicious │ ├── Config.in │ ├── perl-mojolicious.hash │ └── perl-mojolicious.mk ├── perl-moo │ ├── Config.in │ ├── perl-moo.hash │ └── perl-moo.mk ├── perl-mozilla-ca │ ├── Config.in │ ├── perl-mozilla-ca.hash │ └── perl-mozilla-ca.mk ├── perl-net-dns │ ├── Config.in │ ├── perl-net-dns.hash │ └── perl-net-dns.mk ├── perl-net-http │ ├── Config.in │ ├── perl-net-http.hash │ └── perl-net-http.mk ├── perl-net-snmp │ ├── Config.in │ ├── perl-net-snmp.hash │ └── perl-net-snmp.mk ├── perl-net-ssh2 │ ├── Config.in │ ├── perl-net-ssh2.hash │ └── perl-net-ssh2.mk ├── perl-net-ssleay │ ├── 0001-fix-build-system.patch │ ├── Config.in │ ├── perl-net-ssleay.hash │ └── perl-net-ssleay.mk ├── perl-net-telnet │ ├── Config.in │ ├── perl-net-telnet.hash │ └── perl-net-telnet.mk ├── perl-netaddr-ip │ ├── Config.in │ ├── perl-netaddr-ip.hash │ └── perl-netaddr-ip.mk ├── perl-number-bytes-human │ ├── Config.in │ ├── perl-number-bytes-human.hash │ └── perl-number-bytes-human.mk ├── perl-package-stash │ ├── Config.in │ ├── perl-package-stash.hash │ └── perl-package-stash.mk ├── perl-params-util │ ├── Config.in │ ├── perl-params-util.hash │ └── perl-params-util.mk ├── perl-parse-yapp │ ├── Config.in │ ├── perl-parse-yapp.hash │ └── perl-parse-yapp.mk ├── perl-path-class │ ├── perl-path-class.hash │ └── perl-path-class.mk ├── perl-path-tiny │ ├── Config.in │ ├── perl-path-tiny.hash │ └── perl-path-tiny.mk ├── perl-plack │ ├── Config.in │ ├── perl-plack.hash │ └── perl-plack.mk ├── perl-posix-strftime-compiler │ ├── Config.in │ ├── perl-posix-strftime-compiler.hash │ └── perl-posix-strftime-compiler.mk ├── perl-role-tiny │ ├── Config.in │ ├── perl-role-tiny.hash │ └── perl-role-tiny.mk ├── perl-stream-buffered │ ├── Config.in │ ├── perl-stream-buffered.hash │ └── perl-stream-buffered.mk ├── perl-sub-exporter-progressive │ ├── Config.in │ ├── perl-sub-exporter-progressive.hash │ └── perl-sub-exporter-progressive.mk ├── perl-sub-install │ ├── Config.in │ ├── perl-sub-install.hash │ └── perl-sub-install.mk ├── perl-sub-quote │ ├── Config.in │ ├── perl-sub-quote.hash │ └── perl-sub-quote.mk ├── perl-sys-cpu │ ├── 0001-remove-extraneous-include.patch │ ├── Config.in │ ├── perl-sys-cpu.hash │ └── perl-sys-cpu.mk ├── perl-sys-meminfo │ ├── Config.in │ ├── perl-sys-meminfo.hash │ └── perl-sys-meminfo.mk ├── perl-sys-mmap │ ├── Config.in │ ├── perl-sys-mmap.hash │ └── perl-sys-mmap.mk ├── perl-time-parsedate │ ├── Config.in │ ├── perl-time-parsedate.hash │ └── perl-time-parsedate.mk ├── perl-timedate │ ├── Config.in │ ├── perl-timedate.hash │ └── perl-timedate.mk ├── perl-try-tiny │ ├── Config.in │ ├── perl-try-tiny.hash │ └── perl-try-tiny.mk ├── perl-type-tiny │ ├── Config.in │ ├── perl-type-tiny.hash │ └── perl-type-tiny.mk ├── perl-uri │ ├── Config.in │ ├── perl-uri.hash │ └── perl-uri.mk ├── perl-www-form-urlencoded │ ├── Config.in │ ├── perl-www-form-urlencoded.hash │ └── perl-www-form-urlencoded.mk ├── perl-www-robotrules │ ├── Config.in │ ├── perl-www-robotrules.hash │ └── perl-www-robotrules.mk ├── perl-x10 │ ├── Config.in │ ├── perl-x10.hash │ └── perl-x10.mk ├── perl-xml-libxml │ ├── 0001-Makefile-PL.patch │ ├── Config.in │ ├── perl-xml-libxml.hash │ └── perl-xml-libxml.mk ├── perl-xml-namespacesupport │ ├── Config.in │ ├── perl-xml-namespacesupport.hash │ └── perl-xml-namespacesupport.mk ├── perl-xml-sax-base │ ├── Config.in │ ├── perl-xml-sax-base.hash │ └── perl-xml-sax-base.mk ├── perl-xml-sax │ ├── Config.in │ ├── perl-xml-sax.hash │ └── perl-xml-sax.mk ├── perl │ ├── Config.in │ ├── perl.hash │ └── perl.mk ├── phidgetwebservice │ ├── Config.in │ ├── phidgetwebservice.hash │ └── phidgetwebservice.mk ├── php-amqp │ ├── 0001-add-build-support-for-php-8.patch │ ├── 0002-more-work-for-php-8.patch │ ├── Config.in │ ├── php-amqp.hash │ └── php-amqp.mk ├── php-apcu │ ├── Config.in │ ├── php-apcu.hash │ └── php-apcu.mk ├── php-geoip │ ├── 0001-add-build-support-for-php8.patch │ ├── Config.in │ ├── php-geoip.hash │ └── php-geoip.mk ├── php-gnupg │ ├── 0001-Remove-inlining-_phpc_res_close.patch │ ├── Config.in │ ├── php-gnupg.hash │ └── php-gnupg.mk ├── php-imagick │ ├── Config.in │ ├── php-imagick.hash │ └── php-imagick.mk ├── php-lua │ ├── 0001-ZEND_ACC_ALLOW_STATIC-ZEND_ACC_STATIC-for-static-met.patch │ ├── 0002-php8-explicitly-declare-arginfo.patch │ ├── Config.in │ ├── php-lua.hash │ └── php-lua.mk ├── php-memcached │ ├── Config.in │ ├── php-memcached.hash │ └── php-memcached.mk ├── php-pam │ ├── Config.in │ ├── php-pam.hash │ └── php-pam.mk ├── php-pecl-dbus │ ├── 0001-php8-compat.patch │ ├── 0002-Fix-compatibility-with-php8-call_user_function_ex.patch │ ├── Config.in │ ├── php-pecl-dbus.hash │ └── php-pecl-dbus.mk ├── php-ssh2 │ ├── Config.in │ ├── php-ssh2.hash │ └── php-ssh2.mk ├── php-xdebug │ ├── Config.in │ ├── php-xdebug.hash │ └── php-xdebug.mk ├── php-yaml │ ├── Config.in │ ├── php-yaml.hash │ └── php-yaml.mk ├── php-zmq │ ├── 0001-updates-for-php7.4-and-php8.0.patch │ ├── 0002-fix-for-php-7.3.patch │ ├── 0003-fix-for-php-8.0.0beta2.patch │ ├── Config.in │ ├── php-zmq.hash │ └── php-zmq.mk ├── php │ ├── 0001-acinclude.m4-don-t-unset-variables.patch │ ├── 0002-iconv-tweak-iconv-detection.patch │ ├── 0003-configure-disable-the-phar-tool.patch │ ├── 0004-Call-apxs-with-correct-prefix.patch │ ├── 0005-allow-opcache-cross-compiling.patch │ ├── 0006-xxhash-h-Fix-GCC-12-Og.patch │ ├── Config.ext │ ├── Config.in │ ├── php-fpm.conf │ ├── php.hash │ └── php.mk ├── physfs │ ├── Config.in │ ├── physfs.hash │ └── physfs.mk ├── phytool │ ├── Config.in │ ├── phytool.hash │ └── phytool.mk ├── picocom │ ├── 0001-Compile-with-libc-s-without-cispeed-cospeed.patch │ ├── Config.in │ ├── picocom.hash │ └── picocom.mk ├── pifmrds │ ├── 0001-Makefile-cross-compile-friendly.patch │ ├── 0002-Makefile-use-LDFLAGS.patch │ ├── 0003-Makefile-fix-static-link.patch │ ├── Config.in │ ├── pifmrds.hash │ └── pifmrds.mk ├── piglit │ ├── Config.in │ ├── piglit.hash │ └── piglit.mk ├── pigpio │ ├── Config.in │ ├── S50pigpio │ ├── pigpio.hash │ ├── pigpio.mk │ └── pigpio.service ├── pigz │ ├── Config.in │ ├── Config.in.host │ ├── pigz.hash │ └── pigz.mk ├── pimd │ ├── Config.in │ ├── pimd.hash │ └── pimd.mk ├── pinentry │ ├── Config.in │ ├── pinentry.hash │ └── pinentry.mk ├── pipewire-media-session │ ├── Config.in │ ├── pipewire-media-session.hash │ └── pipewire-media-session.mk ├── pipewire │ ├── Config.in │ ├── pipewire.hash │ └── pipewire.mk ├── pistache │ ├── 0001-src-common-transport.cc-fallback-value-for-RUSAGE_TH.patch │ ├── 0002-src-server-listener.cc-fix-libressl-build.patch │ ├── Config.in │ ├── pistache.hash │ └── pistache.mk ├── pixiewps │ ├── Config.in │ ├── pixiewps.hash │ └── pixiewps.mk ├── pixman │ ├── 0001-Disable-tests.patch │ ├── Config.in │ ├── pixman.hash │ └── pixman.mk ├── pixz │ ├── Config.in │ ├── pixz.hash │ └── pixz.mk ├── pkcs11-helper │ ├── 0001-openssl-libressl-3-5-0-does-not-have-DSA_meth_set1_name.patch │ ├── Config.in │ ├── pkcs11-helper.hash │ └── pkcs11-helper.mk ├── pkg-autotools.mk ├── pkg-cargo.mk ├── pkg-cmake.mk ├── pkg-download.mk ├── pkg-generic.mk ├── pkg-golang.mk ├── pkg-kconfig.mk ├── pkg-kernel-module.mk ├── pkg-luarocks.mk ├── pkg-meson.mk ├── pkg-perl.mk ├── pkg-python.mk ├── pkg-qmake.mk ├── pkg-rebar.mk ├── pkg-utils.mk ├── pkg-virtual.mk ├── pkg-waf.mk ├── pkgconf │ ├── 0001-Only-prefix-with-the-sysroot-a-subset-of-variables.patch │ ├── 0002-Revert-main-assume-modversion-insted-of-version-if-o.patch │ ├── Config.in │ ├── Config.in.host │ ├── pkg-config.in │ ├── pkgconf.hash │ └── pkgconf.mk ├── ply │ ├── Config.in │ ├── ply.hash │ └── ply.mk ├── pngquant │ ├── Config.in │ ├── pngquant.hash │ └── pngquant.mk ├── poco │ ├── 0001-Fix-optional-JSON-support-for-MySQL-3753.patch │ ├── Config.in │ ├── poco.hash │ └── poco.mk ├── poke │ ├── 0001-configure.ac-HELP2MAN-replace-by-true-when-cross-com.patch │ ├── 0002-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch │ ├── Config.in │ ├── poke.hash │ └── poke.mk ├── policycoreutils │ ├── 0001-Add-DESTDIR-to-all-paths-that-use-an-absolute-path.patch │ ├── 0002-Add-PREFIX-to-host-paths.patch │ ├── Config.in │ ├── policycoreutils.hash │ └── policycoreutils.mk ├── polkit │ ├── Config.in │ ├── S50polkitd │ ├── polkit.hash │ ├── polkit.mk │ └── polkit.service ├── popperjs │ ├── Config.in │ ├── popperjs.hash │ └── popperjs.mk ├── poppler │ ├── 0001-OutlineItem-open-Fix-crash-on-malformed-files.patch │ ├── Config.in │ ├── poppler.hash │ └── poppler.mk ├── popt │ ├── Config.in │ ├── popt.hash │ └── popt.mk ├── portaudio │ ├── Config.in │ ├── portaudio.hash │ └── portaudio.mk ├── postgis │ ├── Config.in │ ├── postgis.hash │ └── postgis.mk ├── postgresql │ ├── Config.in │ ├── S50postgresql │ ├── pg_config │ ├── postgresql.hash │ ├── postgresql.mk │ └── postgresql.service ├── pound │ ├── 0001-fix-openssl-1.0.2.patch │ ├── 0002-fix-openssl-1.1.0.patch │ ├── 0003-Support-for-libressl-coexisting-with-openssl-1.1.x.patch │ ├── Config.in │ ├── pound.hash │ └── pound.mk ├── powerpc-utils │ ├── Config.in │ ├── powerpc-utils.hash │ └── powerpc-utils.mk ├── powertop │ ├── 0001-dont-force-stack-smashing-protection.patch │ ├── Config.in │ ├── powertop.hash │ └── powertop.mk ├── powervr │ ├── Config.in │ └── powervr.mk ├── pppd │ ├── 0001-pppd-Fix-compilation-with-older-glibc-or-kernel-headers.patch │ ├── 0002-pppd-eap-tls.c-fix-build-with-libressl.patch │ ├── Config.in │ ├── pppd.hash │ └── pppd.mk ├── pps-tools │ ├── Config.in │ ├── pps-tools.hash │ └── pps-tools.mk ├── pptp-linux │ ├── 0001-susv3-legacy.patch │ ├── 0002-fix-parallel-build.patch │ ├── Config.in │ ├── pptp-linux.hash │ └── pptp-linux.mk ├── prboom │ ├── 0001-libpng-1.4.patch │ ├── 0002-configure-remove-predefined-O2-optimization-flag.patch │ ├── Config.in │ ├── prboom.hash │ └── prboom.mk ├── prelink-cross │ ├── 0001-src-rtld-dl-tls.c-Fix-TLS-offsets-computation-for-s3.patch │ ├── prelink-cross.hash │ └── prelink-cross.mk ├── privoxy │ ├── Config.in │ ├── privoxy.hash │ └── privoxy.mk ├── procps-ng │ ├── 0001-configure-Add--disable-w.patch │ ├── 0002-escape-c-Fix-missing-nl_langinfo-on-certain-configs.patch │ ├── 0003-fix-pifd_open-check.patch │ ├── Config.in │ ├── S02sysctl │ ├── procps-ng.hash │ └── procps-ng.mk ├── procrank_linux │ ├── Config.in │ ├── procrank_linux.hash │ └── procrank_linux.mk ├── proftpd │ ├── Config.in │ ├── S50proftpd │ ├── proftpd.hash │ ├── proftpd.mk │ └── proftpd.service ├── proj │ ├── Config.in │ ├── proj.hash │ └── proj.mk ├── prosody │ ├── 0001-enable-syslog.patch │ ├── 0002-add-pidfile.patch │ ├── Config.in │ ├── S50prosody │ ├── prosody.hash │ └── prosody.mk ├── protobuf-c │ ├── Config.in │ ├── protobuf-c.hash │ └── protobuf-c.mk ├── protobuf │ ├── Config.in │ ├── protobuf.hash │ └── protobuf.mk ├── protozero │ ├── 0001-CMakeLists.txt-protobuf-is-only-needed-for-tests.patch │ ├── Config.in │ ├── protozero.hash │ └── protozero.mk ├── proxychains-ng │ ├── 0001-add-configure-check-for-non-POSIX-compliant-getnameinfo-signature.patch │ ├── Config.in │ ├── proxychains-ng.hash │ └── proxychains-ng.mk ├── pru-software-support │ ├── Config.in │ ├── Config.in.host │ ├── pru-software-support.hash │ ├── pru-software-support.mk │ └── readme.txt ├── psmisc │ ├── Config.in │ ├── psmisc.hash │ └── psmisc.mk ├── psplash │ ├── Config.in │ ├── psplash-start.service │ ├── psplash-systemd.service │ ├── psplash.hash │ └── psplash.mk ├── ptm2human │ ├── Config.in │ ├── ptm2human.hash │ └── ptm2human.mk ├── ptpd │ ├── Config.in │ ├── S65ptpd │ ├── ptpd.hash │ ├── ptpd.mk │ └── ptpd.service ├── ptpd2 │ ├── 0001-musl.patch │ ├── 0002-ntp_isc_md5-rename-EVP_MD_CTX-into-PTPD_EVP_MD_CTX.patch │ ├── 0003-Solve-issue-25-Removing-type-U64-from-net-snmp-relat.patch │ ├── Config.in │ ├── S65ptpd2 │ ├── ptpd2.hash │ ├── ptpd2.mk │ └── ptpd2.service ├── pugixml │ ├── Config.in │ ├── pugixml.hash │ └── pugixml.mk ├── pulseaudio │ ├── 0001-shm.c-use-_Static_assert-instead-of-static_assert-fo.patch │ ├── 0002-build-sys-Fix-atomic-support-detection.patch │ ├── 0003-build-sys-Add-missing-libatomic_ops-dependencies.patch │ ├── 0004-meson.build-fix-build-without-C.patch │ ├── Config.in │ ├── S50pulseaudio │ ├── pulseaudio.hash │ ├── pulseaudio.mk │ └── pulseaudio.service ├── pulseview │ ├── 0001-Replace-obsolete-deprecated-Qt-methods.patch │ ├── 0002-Fix-broken-build-due-to-C-template-behind-C-linkage.patch │ ├── 0003-Support-glibmm-2.68.patch │ ├── Config.in │ ├── pulseview.hash │ └── pulseview.mk ├── pure-ftpd │ ├── Config.in │ ├── pure-ftpd.hash │ └── pure-ftpd.mk ├── putty │ ├── 0001-unix-uxutils.h-fix-build-on-uclibc.patch │ ├── Config.in │ ├── putty.hash │ └── putty.mk ├── pv │ ├── Config.in │ ├── pv.hash │ └── pv.mk ├── pwgen │ ├── Config.in │ ├── Config.in.host │ ├── pwgen.hash │ └── pwgen.mk ├── python-aenum │ ├── Config.in │ ├── python-aenum.hash │ └── python-aenum.mk ├── python-aexpect │ ├── Config.in │ ├── python-aexpect.hash │ └── python-aexpect.mk ├── python-aioblescan │ ├── Config.in │ ├── python-aioblescan.hash │ └── python-aioblescan.mk ├── python-aiocoap │ ├── Config.in │ ├── python-aiocoap.hash │ └── python-aiocoap.mk ├── python-aioconsole │ ├── Config.in │ ├── python-aioconsole.hash │ └── python-aioconsole.mk ├── python-aiodns │ ├── Config.in │ ├── python-aiodns.hash │ └── python-aiodns.mk ├── python-aiofiles │ ├── Config.in │ ├── python-aiofiles.hash │ └── python-aiofiles.mk ├── python-aiohttp-cors │ ├── Config.in │ ├── python-aiohttp-cors.hash │ └── python-aiohttp-cors.mk ├── python-aiohttp-debugtoolbar │ ├── Config.in │ ├── python-aiohttp-debugtoolbar.hash │ └── python-aiohttp-debugtoolbar.mk ├── python-aiohttp-jinja2 │ ├── Config.in │ ├── python-aiohttp-jinja2.hash │ └── python-aiohttp-jinja2.mk ├── python-aiohttp-mako │ ├── Config.in │ ├── python-aiohttp-mako.hash │ └── python-aiohttp-mako.mk ├── python-aiohttp-remotes │ ├── 0001-Fix-flit_core-build-requires-backend.patch │ ├── Config.in │ ├── python-aiohttp-remotes.hash │ └── python-aiohttp-remotes.mk ├── python-aiohttp-security │ ├── Config.in │ ├── python-aiohttp-security.hash │ └── python-aiohttp-security.mk ├── python-aiohttp-session │ ├── Config.in │ ├── python-aiohttp-session.hash │ └── python-aiohttp-session.mk ├── python-aiohttp-sse │ ├── Config.in │ ├── python-aiohttp-sse.hash │ └── python-aiohttp-sse.mk ├── python-aiohttp │ ├── Config.in │ ├── python-aiohttp.hash │ └── python-aiohttp.mk ├── python-aiojobs │ ├── Config.in │ ├── python-aiojobs.hash │ └── python-aiojobs.mk ├── python-aiologstash │ ├── Config.in │ ├── python-aiologstash.hash │ └── python-aiologstash.mk ├── python-aiomonitor │ ├── Config.in │ ├── python-aiomonitor.hash │ └── python-aiomonitor.mk ├── python-aioprocessing │ ├── Config.in │ ├── python-aioprocessing.hash │ └── python-aioprocessing.mk ├── python-aioredis │ ├── Config.in │ ├── python-aioredis.hash │ └── python-aioredis.mk ├── python-aiorwlock │ ├── Config.in │ ├── python-aiorwlock.hash │ └── python-aiorwlock.mk ├── python-aiosignal │ ├── Config.in │ ├── python-aiosignal.hash │ └── python-aiosignal.mk ├── python-aiozipkin │ ├── Config.in │ ├── python-aiozipkin.hash │ └── python-aiozipkin.mk ├── python-alembic │ ├── Config.in │ ├── python-alembic.hash │ └── python-alembic.mk ├── python-alsaaudio │ ├── Config.in │ ├── python-alsaaudio.hash │ └── python-alsaaudio.mk ├── python-ansicolors │ ├── Config.in │ ├── python-ansicolors.hash │ └── python-ansicolors.mk ├── python-apispec │ ├── Config.in │ ├── python-apispec.hash │ └── python-apispec.mk ├── python-appdirs │ ├── Config.in │ ├── python-appdirs.hash │ └── python-appdirs.mk ├── python-argh │ ├── Config.in │ ├── python-argh.hash │ └── python-argh.mk ├── python-argon2-cffi-bindings │ ├── Config.in │ ├── python-argon2-cffi-bindings.hash │ └── python-argon2-cffi-bindings.mk ├── python-argon2-cffi │ ├── Config.in │ ├── python-argon2-cffi.hash │ └── python-argon2-cffi.mk ├── python-arrow │ ├── Config.in │ ├── python-arrow.hash │ └── python-arrow.mk ├── python-asgiref │ ├── Config.in │ ├── python-asgiref.hash │ └── python-asgiref.mk ├── python-asn1crypto │ ├── Config.in │ ├── python-asn1crypto.hash │ └── python-asn1crypto.mk ├── python-asttokens │ ├── Config.in │ ├── python-asttokens.hash │ └── python-asttokens.mk ├── python-async-generator │ ├── Config.in │ ├── python-async-generator.hash │ └── python-async-generator.mk ├── python-async-lru │ ├── Config.in │ ├── python-async-lru.hash │ └── python-async-lru.mk ├── python-async-timeout │ ├── Config.in │ ├── python-async-timeout.hash │ └── python-async-timeout.mk ├── python-attrs │ ├── Config.in │ ├── python-attrs.hash │ └── python-attrs.mk ├── python-augeas │ ├── 0001-Use-CFFI-in-out-of-line-API-mode-49.patch │ ├── Config.in │ ├── python-augeas.hash │ └── python-augeas.mk ├── python-autobahn │ ├── Config.in │ ├── python-autobahn.hash │ └── python-autobahn.mk ├── python-automat │ ├── 0001-Remove-uneeded-dependency-to-wheel.patch │ ├── Config.in │ ├── python-automat.hash │ └── python-automat.mk ├── python-avro │ ├── Config.in │ ├── python-avro.hash │ └── python-avro.mk ├── python-babel │ ├── Config.in │ ├── python-babel.hash │ └── python-babel.mk ├── python-backcall │ ├── Config.in │ ├── python-backcall.hash │ └── python-backcall.mk ├── python-bcrypt │ ├── Config.in │ ├── python-bcrypt.hash │ └── python-bcrypt.mk ├── python-beautifulsoup4 │ ├── Config.in │ ├── python-beautifulsoup4.hash │ └── python-beautifulsoup4.mk ├── python-beniget │ ├── python-beniget.hash │ └── python-beniget.mk ├── python-bidict │ ├── Config.in │ ├── python-bidict.hash │ └── python-bidict.mk ├── python-bitstring │ ├── Config.in │ ├── python-bitstring.hash │ └── python-bitstring.mk ├── python-bleak │ ├── Config.in │ ├── python-bleak.hash │ └── python-bleak.mk ├── python-bluezero │ ├── Config.in │ ├── python-bluezero.hash │ └── python-bluezero.mk ├── python-boto3 │ ├── Config.in │ ├── python-boto3.hash │ └── python-boto3.mk ├── python-botocore │ ├── Config.in │ ├── python-botocore.hash │ └── python-botocore.mk ├── python-bottle │ ├── Config.in │ ├── python-bottle.hash │ └── python-bottle.mk ├── python-brotli │ ├── Config.in │ ├── python-brotli.hash │ └── python-brotli.mk ├── python-bsdiff4 │ ├── Config.in │ ├── python-bsdiff4.hash │ └── python-bsdiff4.mk ├── python-cached-property │ ├── Config.in │ ├── python-cached-property.hash │ └── python-cached-property.mk ├── python-can │ ├── Config.in │ ├── python-can.hash │ └── python-can.mk ├── python-canopen │ ├── Config.in │ ├── python-canopen.hash │ └── python-canopen.mk ├── python-cbor │ ├── Config.in │ ├── python-cbor.hash │ └── python-cbor.mk ├── python-cbor2 │ ├── Config.in │ ├── python-cbor2.hash │ └── python-cbor2.mk ├── python-cchardet │ ├── Config.in │ ├── python-cchardet.hash │ └── python-cchardet.mk ├── python-certifi │ ├── Config.in │ ├── python-certifi.hash │ └── python-certifi.mk ├── python-cffi │ ├── Config.in │ ├── python-cffi.hash │ └── python-cffi.mk ├── python-channels-redis │ ├── Config.in │ ├── python-channels-redis.hash │ └── python-channels-redis.mk ├── python-channels │ ├── Config.in │ ├── python-channels.hash │ └── python-channels.mk ├── python-characteristic │ ├── Config.in │ ├── python-characteristic.hash │ └── python-characteristic.mk ├── python-chardet │ ├── Config.in │ ├── python-chardet.hash │ └── python-chardet.mk ├── python-charset-normalizer │ ├── Config.in │ ├── python-charset-normalizer.hash │ └── python-charset-normalizer.mk ├── python-cheetah │ ├── Config.in │ ├── python-cheetah.hash │ └── python-cheetah.mk ├── python-cheroot │ ├── Config.in │ ├── python-cheroot.hash │ └── python-cheroot.mk ├── python-cherrypy │ ├── Config.in │ ├── python-cherrypy.hash │ └── python-cherrypy.mk ├── python-click │ ├── Config.in │ ├── python-click.hash │ └── python-click.mk ├── python-colorama │ ├── Config.in │ ├── python-colorama.hash │ └── python-colorama.mk ├── python-colorlog │ ├── Config.in │ ├── python-colorlog.hash │ └── python-colorlog.mk ├── python-colorzero │ ├── Config.in │ ├── python-colorzero.hash │ └── python-colorzero.mk ├── python-configshell-fb │ ├── Config.in │ ├── python-configshell-fb.hash │ └── python-configshell-fb.mk ├── python-constantly │ ├── Config.in │ ├── python-constantly.hash │ └── python-constantly.mk ├── python-construct │ ├── Config.in │ ├── python-construct.hash │ └── python-construct.mk ├── python-couchdb │ ├── Config.in │ ├── python-couchdb.hash │ └── python-couchdb.mk ├── python-cppy │ ├── python-cppy.hash │ └── python-cppy.mk ├── python-crayons │ ├── Config.in │ ├── python-crayons.hash │ └── python-crayons.mk ├── python-crc16 │ ├── Config.in │ ├── python-crc16.hash │ └── python-crc16.mk ├── python-crcmod │ ├── Config.in │ ├── python-crcmod.hash │ └── python-crcmod.mk ├── python-crontab │ ├── Config.in │ ├── python-crontab.hash │ └── python-crontab.mk ├── python-crossbar │ ├── 0001-Avoid-intentional-syntax-error.patch │ ├── 0002-requirements-min.txt-drop-indirect-dependencies.patch │ ├── 0003-crossbar-webservice-wap-use-markupsafe-instead-of-we.patch │ ├── Config.in │ ├── python-crossbar.hash │ └── python-crossbar.mk ├── python-cryptography │ ├── Config.in │ ├── python-cryptography.hash │ └── python-cryptography.mk ├── python-cssselect │ ├── Config.in │ ├── python-cssselect.hash │ └── python-cssselect.mk ├── python-cssselect2 │ ├── Config.in │ ├── python-cssselect2.hash │ └── python-cssselect2.mk ├── python-cssutils │ ├── Config.in │ ├── python-cssutils.hash │ └── python-cssutils.mk ├── python-cycler │ ├── Config.in │ ├── python-cycler.hash │ └── python-cycler.mk ├── python-cython │ ├── Config.in.host │ ├── python-cython.hash │ └── python-cython.mk ├── python-daemon │ ├── Config.in │ ├── python-daemon.hash │ └── python-daemon.mk ├── python-daemonize │ ├── Config.in │ ├── python-daemonize.hash │ └── python-daemonize.mk ├── python-daphne │ ├── 0001-remove-pytest-runner-requirement.patch │ ├── Config.in │ ├── python-daphne.hash │ └── python-daphne.mk ├── python-dataproperty │ ├── Config.in │ ├── python-dataproperty.hash │ └── python-dataproperty.mk ├── python-dateutil │ ├── Config.in │ ├── python-dateutil.hash │ └── python-dateutil.mk ├── python-dbus-fast │ ├── Config.in │ ├── python-dbus-fast.hash │ └── python-dbus-fast.mk ├── python-dbus-next │ ├── Config.in │ ├── python-dbus-next.hash │ └── python-dbus-next.mk ├── python-decorator │ ├── Config.in │ ├── python-decorator.hash │ └── python-decorator.mk ├── python-defusedxml │ ├── Config.in │ ├── python-defusedxml.hash │ └── python-defusedxml.mk ├── python-dialog3 │ ├── Config.in │ ├── python-dialog3.hash │ └── python-dialog3.mk ├── python-dicttoxml │ ├── Config.in │ ├── python-dicttoxml.hash │ └── python-dicttoxml.mk ├── python-dicttoxml2 │ ├── Config.in │ ├── python-dicttoxml2.hash │ └── python-dicttoxml2.mk ├── python-distro │ ├── Config.in │ ├── python-distro.hash │ └── python-distro.mk ├── python-django-enumfields │ ├── Config.in │ ├── python-django-enumfields.hash │ └── python-django-enumfields.mk ├── python-django │ ├── Config.in │ ├── python-django.hash │ └── python-django.mk ├── python-dnspython │ ├── 0001-Remove-spurious-wheel-build-dependency.patch │ ├── Config.in │ ├── python-dnspython.hash │ └── python-dnspython.mk ├── python-docker-pycreds │ ├── Config.in │ ├── python-docker-pycreds.hash │ └── python-docker-pycreds.mk ├── python-docker │ ├── Config.in │ ├── python-docker.hash │ └── python-docker.mk ├── python-dockerpty │ ├── Config.in │ ├── python-dockerpty.hash │ └── python-dockerpty.mk ├── python-docopt │ ├── Config.in │ ├── python-docopt.hash │ └── python-docopt.mk ├── python-docutils │ ├── Config.in │ ├── python-docutils.hash │ └── python-docutils.mk ├── python-dominate │ ├── Config.in │ ├── python-dominate.hash │ └── python-dominate.mk ├── python-dpkt │ ├── Config.in │ ├── python-dpkt.hash │ └── python-dpkt.mk ├── python-dtschema │ ├── Config.in │ ├── python-dtschema.hash │ └── python-dtschema.mk ├── python-ecdsa │ ├── Config.in │ ├── python-ecdsa.hash │ └── python-ecdsa.mk ├── python-editables │ ├── python-editables.hash │ └── python-editables.mk ├── python-engineio │ ├── Config.in │ ├── python-engineio.hash │ └── python-engineio.mk ├── python-entrypoints │ ├── Config.in │ ├── python-entrypoints.hash │ └── python-entrypoints.mk ├── python-esptool │ ├── Config.in │ ├── python-esptool.hash │ └── python-esptool.mk ├── python-executing │ ├── Config.in │ ├── python-executing.hash │ └── python-executing.mk ├── python-falcon │ ├── Config.in │ ├── python-falcon.hash │ └── python-falcon.mk ├── python-fastentrypoints │ ├── Config.in.host │ ├── python-fastentrypoints.hash │ └── python-fastentrypoints.mk ├── python-filelock │ ├── Config.in │ ├── python-filelock.hash │ └── python-filelock.mk ├── python-fire │ ├── Config.in │ ├── python-fire.hash │ └── python-fire.mk ├── python-flask-babel │ ├── Config.in │ ├── python-flask-babel.hash │ └── python-flask-babel.mk ├── python-flask-cors │ ├── Config.in │ ├── python-flask-cors.hash │ └── python-flask-cors.mk ├── python-flask-expects-json │ ├── Config.in │ ├── python-flask-expects-json.hash │ └── python-flask-expects-json.mk ├── python-flask-jsonrpc │ ├── Config.in │ ├── python-flask-jsonrpc.hash │ └── python-flask-jsonrpc.mk ├── python-flask-login │ ├── Config.in │ ├── python-flask-login.hash │ └── python-flask-login.mk ├── python-flask-smorest │ ├── Config.in │ ├── python-flask-smorest.hash │ └── python-flask-smorest.mk ├── python-flask-sqlalchemy │ ├── Config.in │ ├── python-flask-sqlalchemy.hash │ └── python-flask-sqlalchemy.mk ├── python-flask-wtf │ ├── Config.in │ ├── python-flask-wtf.hash │ └── python-flask-wtf.mk ├── python-flask │ ├── Config.in │ ├── python-flask.hash │ └── python-flask.mk ├── python-flatbuffers │ ├── Config.in │ ├── python-flatbuffers.hash │ └── python-flatbuffers.mk ├── python-flit-core │ ├── python-flit-core.hash │ └── python-flit-core.mk ├── python-flup │ ├── Config.in │ ├── python-flup.hash │ └── python-flup.mk ├── python-fonttools │ ├── Config.in │ ├── python-fonttools.hash │ └── python-fonttools.mk ├── python-frozenlist │ ├── Config.in │ ├── python-frozenlist.hash │ └── python-frozenlist.mk ├── python-future │ ├── Config.in │ ├── python-future.hash │ └── python-future.mk ├── python-gast │ ├── python-gast.hash │ └── python-gast.mk ├── python-git │ ├── Config.in │ ├── python-git.hash │ └── python-git.mk ├── python-gitdb2 │ ├── Config.in │ ├── python-gitdb2.hash │ └── python-gitdb2.mk ├── python-glslang │ ├── python-glslang.hash │ └── python-glslang.mk ├── python-gnupg │ ├── Config.in │ ├── python-gnupg.hash │ └── python-gnupg.mk ├── python-gobject │ ├── Config.in │ ├── python-gobject.hash │ └── python-gobject.mk ├── python-gpiozero │ ├── Config.in │ ├── python-gpiozero.hash │ └── python-gpiozero.mk ├── python-greenlet │ ├── Config.in │ ├── Config.in.host │ ├── python-greenlet.hash │ └── python-greenlet.mk ├── python-gunicorn │ ├── Config.in │ ├── python-gunicorn.hash │ └── python-gunicorn.mk ├── python-h11 │ ├── Config.in │ ├── python-h11.hash │ └── python-h11.mk ├── python-h2 │ ├── Config.in │ ├── python-h2.hash │ └── python-h2.mk ├── python-hatch-fancy-pypi-readme │ ├── python-hatch-fancy-pypi-readme.hash │ └── python-hatch-fancy-pypi-readme.mk ├── python-hatch-vcs │ ├── python-hatch-vcs.hash │ └── python-hatch-vcs.mk ├── python-hatchling │ ├── python-hatchling.hash │ └── python-hatchling.mk ├── python-hiredis │ ├── 0001-setup.py-fix-build-with-gcc-4.8.patch │ ├── Config.in │ ├── python-hiredis.hash │ └── python-hiredis.mk ├── python-hkdf │ ├── Config.in │ ├── python-hkdf.hash │ └── python-hkdf.mk ├── python-hpack │ ├── Config.in │ ├── python-hpack.hash │ └── python-hpack.mk ├── python-html5lib │ ├── Config.in │ ├── python-html5lib.hash │ └── python-html5lib.mk ├── python-httplib2 │ ├── Config.in │ ├── python-httplib2.hash │ └── python-httplib2.mk ├── python-huepy │ ├── Config.in │ ├── python-huepy.hash │ └── python-huepy.mk ├── python-humanize │ ├── Config.in │ ├── python-humanize.hash │ └── python-humanize.mk ├── python-hyperframe │ ├── Config.in │ ├── python-hyperframe.hash │ └── python-hyperframe.mk ├── python-hyperlink │ ├── Config.in │ ├── python-hyperlink.hash │ └── python-hyperlink.mk ├── python-ibmiotf │ ├── Config.in │ ├── python-ibmiotf.hash │ └── python-ibmiotf.mk ├── python-idna │ ├── Config.in │ ├── python-idna.hash │ └── python-idna.mk ├── python-ifaddr │ ├── Config.in │ ├── python-ifaddr.hash │ └── python-ifaddr.mk ├── python-incremental │ ├── Config.in │ ├── python-incremental.hash │ └── python-incremental.mk ├── python-inflection │ ├── Config.in │ ├── python-inflection.hash │ └── python-inflection.mk ├── python-influxdb │ ├── Config.in │ ├── python-influxdb.hash │ └── python-influxdb.mk ├── python-iniconfig │ ├── Config.in │ ├── python-iniconfig.hash │ └── python-iniconfig.mk ├── python-iniparse │ ├── Config.in │ ├── Config.in.host │ ├── python-iniparse.hash │ └── python-iniparse.mk ├── python-installer │ ├── python-installer.hash │ └── python-installer.mk ├── python-intelhex │ ├── Config.in │ ├── python-intelhex.hash │ └── python-intelhex.mk ├── python-iowait │ ├── Config.in │ ├── python-iowait.hash │ └── python-iowait.mk ├── python-ipdb │ ├── Config.in │ ├── python-ipdb.hash │ └── python-ipdb.mk ├── python-iptables │ ├── Config.in │ ├── python-iptables.hash │ └── python-iptables.mk ├── python-ipy │ ├── Config.in │ ├── python-ipy.hash │ └── python-ipy.mk ├── python-ipython-genutils │ ├── Config.in │ ├── python-ipython-genutils.hash │ └── python-ipython-genutils.mk ├── python-ipython │ ├── Config.in │ ├── python-ipython.hash │ └── python-ipython.mk ├── python-iso8601 │ ├── Config.in │ ├── python-iso8601.hash │ └── python-iso8601.mk ├── python-itsdangerous │ ├── Config.in │ ├── python-itsdangerous.hash │ └── python-itsdangerous.mk ├── python-iwlib │ ├── Config.in │ ├── python-iwlib.hash │ └── python-iwlib.mk ├── python-janus │ ├── Config.in │ ├── python-janus.hash │ └── python-janus.mk ├── python-jaraco-classes │ ├── Config.in │ ├── python-jaraco-classes.hash │ └── python-jaraco-classes.mk ├── python-jaraco-functools │ ├── Config.in │ ├── python-jaraco-functools.hash │ └── python-jaraco-functools.mk ├── python-jedi │ ├── Config.in │ ├── python-jedi.hash │ └── python-jedi.mk ├── python-jinja2 │ ├── Config.in │ ├── python-jinja2.hash │ └── python-jinja2.mk ├── python-jmespath │ ├── Config.in │ ├── python-jmespath.hash │ └── python-jmespath.mk ├── python-json-schema-validator │ ├── Config.in │ ├── python-json-schema-validator.hash │ └── python-json-schema-validator.mk ├── python-jsonmodels │ ├── Config.in │ ├── python-jsonmodels.hash │ └── python-jsonmodels.mk ├── python-jsonschema │ ├── Config.in │ ├── python-jsonschema.hash │ └── python-jsonschema.mk ├── python-keyring │ ├── Config.in │ ├── python-keyring.hash │ └── python-keyring.mk ├── python-kflash │ ├── Config.in.host │ ├── python-kflash.hash │ └── python-kflash.mk ├── python-kiwisolver │ ├── Config.in │ ├── python-kiwisolver.hash │ └── python-kiwisolver.mk ├── python-lark │ ├── Config.in │ ├── python-lark.hash │ └── python-lark.mk ├── python-libconfig │ ├── Config.in │ ├── python-libconfig.hash │ └── python-libconfig.mk ├── python-libevdev │ ├── Config.in │ ├── python-libevdev.hash │ └── python-libevdev.mk ├── python-libusb1 │ ├── Config.in │ ├── python-libusb1.hash │ └── python-libusb1.mk ├── python-lmdb │ ├── Config.in │ ├── python-lmdb.hash │ └── python-lmdb.mk ├── python-lockfile │ ├── Config.in │ ├── python-lockfile.hash │ └── python-lockfile.mk ├── python-logbook │ ├── Config.in │ ├── python-logbook.hash │ └── python-logbook.mk ├── python-logstash │ ├── Config.in │ ├── python-logstash.hash │ └── python-logstash.mk ├── python-lxml │ ├── Config.in │ ├── Config.in.host │ ├── python-lxml.hash │ └── python-lxml.mk ├── python-m2crypto │ ├── 0001-Mitigate-the-Bleichenbacher-timing-attacks-in-the-RSA-decryption-API-CVE-2020-25657.patch │ ├── Config.in │ ├── python-m2crypto.hash │ └── python-m2crypto.mk ├── python-magic-wormhole-mailbox-server │ ├── 0001-setup.py-remove-the-U-open-mode-removed-in-Python-3..patch │ ├── Config.in │ ├── python-magic-wormhole-mailbox-server.hash │ └── python-magic-wormhole-mailbox-server.mk ├── python-magic-wormhole-transit-relay │ ├── Config.in │ ├── python-magic-wormhole-transit-relay.hash │ └── python-magic-wormhole-transit-relay.mk ├── python-magic-wormhole │ ├── Config.in │ ├── python-magic-wormhole.hash │ └── python-magic-wormhole.mk ├── python-mako │ ├── Config.in │ ├── python-mako.hash │ └── python-mako.mk ├── python-markdown │ ├── Config.in │ ├── python-markdown.hash │ └── python-markdown.mk ├── python-markdown2 │ ├── Config.in │ ├── python-markdown2.hash │ └── python-markdown2.mk ├── python-markupsafe │ ├── Config.in │ ├── python-markupsafe.hash │ └── python-markupsafe.mk ├── python-marshmallow-sqlalchemy │ ├── Config.in │ ├── python-marshmallow-sqlalchemy.hash │ └── python-marshmallow-sqlalchemy.mk ├── python-marshmallow │ ├── Config.in │ ├── python-marshmallow.hash │ └── python-marshmallow.mk ├── python-matplotlib │ ├── Config.in │ ├── python-matplotlib.hash │ ├── python-matplotlib.mk │ └── setup.cfg ├── python-maturin │ ├── python-maturin.hash │ └── python-maturin.mk ├── python-mbstrdecoder │ ├── Config.in │ ├── python-mbstrdecoder.hash │ └── python-mbstrdecoder.mk ├── python-memory-profiler │ ├── Config.in │ ├── python-memory-profiler.hash │ └── python-memory-profiler.mk ├── python-mimeparse │ ├── Config.in │ ├── python-mimeparse.hash │ └── python-mimeparse.mk ├── python-minimalmodbus │ ├── Config.in │ ├── python-minimalmodbus.hash │ └── python-minimalmodbus.mk ├── python-mistune │ ├── Config.in │ ├── python-mistune.hash │ └── python-mistune.mk ├── python-modbus-tk │ ├── Config.in │ ├── python-modbus-tk.hash │ └── python-modbus-tk.mk ├── python-more-itertools │ ├── Config.in │ ├── python-more-itertools.hash │ └── python-more-itertools.mk ├── python-mpd2 │ ├── Config.in │ ├── python-mpd2.hash │ └── python-mpd2.mk ├── python-msgfy │ ├── Config.in │ ├── python-msgfy.hash │ └── python-msgfy.mk ├── python-msgpack │ ├── Config.in │ ├── python-msgpack.hash │ └── python-msgpack.mk ├── python-multidict │ ├── Config.in │ ├── python-multidict.hash │ └── python-multidict.mk ├── python-munch │ ├── Config.in │ ├── python-munch.hash │ └── python-munch.mk ├── python-mutagen │ ├── Config.in │ ├── python-mutagen.hash │ └── python-mutagen.mk ├── python-mwclient │ ├── Config.in │ ├── python-mwclient.hash │ └── python-mwclient.mk ├── python-mwscrape │ ├── Config.in │ ├── python-mwscrape.hash │ └── python-mwscrape.mk ├── python-mwscrape2slob │ ├── Config.in │ ├── python-mwscrape2slob.hash │ └── python-mwscrape2slob.mk ├── python-mypy-extensions │ ├── Config.in │ ├── python-mypy-extensions.hash │ └── python-mypy-extensions.mk ├── python-nested-dict │ ├── Config.in │ ├── python-nested-dict.hash │ └── python-nested-dict.mk ├── python-netaddr │ ├── Config.in │ ├── python-netaddr.hash │ └── python-netaddr.mk ├── python-netifaces │ ├── Config.in │ ├── python-netifaces.hash │ └── python-netifaces.mk ├── python-networkmanager │ ├── Config.in │ ├── python-networkmanager.hash │ └── python-networkmanager.mk ├── python-networkx │ ├── Config.in │ ├── python-networkx.hash │ └── python-networkx.mk ├── python-numpy │ ├── Config.in │ ├── python-numpy.hash │ └── python-numpy.mk ├── python-oauthlib │ ├── Config.in │ ├── python-oauthlib.hash │ └── python-oauthlib.mk ├── python-opcua-asyncio │ ├── Config.in │ ├── python-opcua-asyncio.hash │ └── python-opcua-asyncio.mk ├── python-orjson │ ├── Config.in │ ├── python-orjson.hash │ └── python-orjson.mk ├── python-outcome │ ├── Config.in │ ├── python-outcome.hash │ └── python-outcome.mk ├── python-packaging │ ├── Config.in │ ├── python-packaging.hash │ └── python-packaging.mk ├── python-paho-mqtt │ ├── Config.in │ ├── python-paho-mqtt.hash │ └── python-paho-mqtt.mk ├── python-paramiko │ ├── Config.in │ ├── python-paramiko.hash │ └── python-paramiko.mk ├── python-parso │ ├── Config.in │ ├── python-parso.hash │ └── python-parso.mk ├── python-passlib │ ├── Config.in │ ├── python-passlib.hash │ └── python-passlib.mk ├── python-pathpy │ ├── Config.in │ ├── python-pathpy.hash │ └── python-pathpy.mk ├── python-pathspec │ ├── python-pathspec.hash │ └── python-pathspec.mk ├── python-pathtools │ ├── Config.in │ ├── python-pathtools.hash │ └── python-pathtools.mk ├── python-pathvalidate │ ├── Config.in │ ├── python-pathvalidate.hash │ └── python-pathvalidate.mk ├── python-pbr │ ├── python-pbr.hash │ └── python-pbr.mk ├── python-pep517 │ ├── python-pep517.hash │ └── python-pep517.mk ├── python-periphery │ ├── Config.in │ ├── python-periphery.hash │ └── python-periphery.mk ├── python-pexpect │ ├── Config.in │ ├── python-pexpect.hash │ └── python-pexpect.mk ├── python-pickleshare │ ├── Config.in │ ├── python-pickleshare.hash │ └── python-pickleshare.mk ├── python-piexif │ ├── Config.in │ ├── python-piexif.hash │ └── python-piexif.mk ├── python-pigpio │ ├── Config.in │ ├── python-pigpio.hash │ └── python-pigpio.mk ├── python-pillow │ ├── Config.in │ ├── python-pillow.hash │ └── python-pillow.mk ├── python-pip │ ├── Config.in │ ├── python-pip.hash │ └── python-pip.mk ├── python-pluggy │ ├── Config.in │ ├── python-pluggy.hash │ └── python-pluggy.mk ├── python-ply │ ├── Config.in │ ├── python-ply.hash │ └── python-ply.mk ├── python-portend │ ├── Config.in │ ├── python-portend.hash │ └── python-portend.mk ├── python-posix-ipc │ ├── Config.in │ ├── python-posix-ipc.hash │ └── python-posix-ipc.mk ├── python-priority │ ├── Config.in │ ├── python-priority.hash │ └── python-priority.mk ├── python-prompt-toolkit │ ├── Config.in │ ├── python-prompt-toolkit.hash │ └── python-prompt-toolkit.mk ├── python-protobuf │ ├── Config.in │ ├── python-protobuf.hash │ └── python-protobuf.mk ├── python-psutil │ ├── Config.in │ ├── python-psutil.hash │ └── python-psutil.mk ├── python-psycopg2 │ ├── Config.in │ ├── python-psycopg2.hash │ └── python-psycopg2.mk ├── python-ptyprocess │ ├── Config.in │ ├── python-ptyprocess.hash │ └── python-ptyprocess.mk ├── python-pudb │ ├── Config.in │ ├── python-pudb.hash │ └── python-pudb.mk ├── python-pure-eval │ ├── Config.in │ ├── python-pure-eval.hash │ └── python-pure-eval.mk ├── python-py │ ├── Config.in │ ├── python-py.hash │ └── python-py.mk ├── python-pyaes │ ├── Config.in │ ├── python-pyaes.hash │ └── python-pyaes.mk ├── python-pyalsa │ ├── Config.in │ ├── python-pyalsa.hash │ └── python-pyalsa.mk ├── python-pyasn1-modules │ ├── Config.in │ ├── python-pyasn1-modules.hash │ └── python-pyasn1-modules.mk ├── python-pyasn1 │ ├── Config.in │ ├── python-pyasn1.hash │ └── python-pyasn1.mk ├── python-pybind │ ├── 0001-pybind11-commands.py-support-STAGING_DIR.patch │ ├── Config.in │ ├── python-pybind.hash │ └── python-pybind.mk ├── python-pycairo │ ├── Config.in │ ├── python-pycairo.hash │ └── python-pycairo.mk ├── python-pycares │ ├── Config.in │ ├── python-pycares.hash │ └── python-pycares.mk ├── python-pycparser │ ├── Config.in │ ├── python-pycparser.hash │ └── python-pycparser.mk ├── python-pycrate │ ├── Config.in │ ├── python-pycrate.hash │ └── python-pycrate.mk ├── python-pycryptodomex │ ├── Config.in │ ├── python-pycryptodomex.hash │ └── python-pycryptodomex.mk ├── python-pycups │ ├── Config.in │ ├── python-pycups.hash │ └── python-pycups.mk ├── python-pydal │ ├── Config.in │ ├── python-pydal.hash │ └── python-pydal.mk ├── python-pydantic │ ├── Config.in │ ├── python-pydantic.hash │ └── python-pydantic.mk ├── python-pydevmem │ ├── Config.in │ ├── python-pydevmem.hash │ └── python-pydevmem.mk ├── python-pydyf │ ├── Config.in │ ├── python-pydyf.hash │ └── python-pydyf.mk ├── python-pyelftools │ ├── Config.in │ ├── python-pyelftools.hash │ └── python-pyelftools.mk ├── python-pyftpdlib │ ├── Config.in │ ├── python-pyftpdlib.hash │ └── python-pyftpdlib.mk ├── python-pygame │ ├── Config.in │ ├── python-pygame.hash │ └── python-pygame.mk ├── python-pygments │ ├── Config.in │ ├── python-pygments.hash │ └── python-pygments.mk ├── python-pyhamcrest │ ├── Config.in │ ├── python-pyhamcrest.hash │ └── python-pyhamcrest.mk ├── python-pyicu │ ├── Config.in │ ├── python-pyicu.hash │ └── python-pyicu.mk ├── python-pyinotify │ ├── Config.in │ ├── python-pyinotify.hash │ └── python-pyinotify.mk ├── python-pyjwt │ ├── Config.in │ ├── python-pyjwt.hash │ └── python-pyjwt.mk ├── python-pylibfdt │ ├── Config.in │ ├── python-pylibfdt.hash │ └── python-pylibfdt.mk ├── python-pylibftdi │ ├── 0001-do-not-use-find-library.patch │ ├── Config.in │ ├── python-pylibftdi.hash │ └── python-pylibftdi.mk ├── python-pylru │ ├── Config.in │ ├── python-pylru.hash │ └── python-pylru.mk ├── python-pymodbus │ ├── Config.in │ ├── python-pymodbus.hash │ └── python-pymodbus.mk ├── python-pymupdf │ ├── Config.in │ ├── python-pymupdf.hash │ └── python-pymupdf.mk ├── python-pymysql │ ├── Config.in │ ├── python-pymysql.hash │ └── python-pymysql.mk ├── python-pynacl │ ├── Config.in │ ├── python-pynacl.hash │ └── python-pynacl.mk ├── python-pyndiff │ ├── Config.in │ ├── python-pyndiff.hash │ └── python-pyndiff.mk ├── python-pyopenssl │ ├── Config.in │ ├── python-pyopenssl.hash │ └── python-pyopenssl.mk ├── python-pypa-build │ ├── python-pypa-build.hash │ └── python-pypa-build.mk ├── python-pyparsing │ ├── Config.in │ ├── python-pyparsing.hash │ └── python-pyparsing.mk ├── python-pyparted │ ├── Config.in │ ├── python-pyparted.hash │ └── python-pyparted.mk ├── python-pyphen │ ├── Config.in │ ├── python-pyphen.hash │ └── python-pyphen.mk ├── python-pyqrcode │ ├── Config.in │ ├── python-pyqrcode.hash │ └── python-pyqrcode.mk ├── python-pyqt5 │ ├── 0001-configure-skip-qtdetail.patch │ ├── 0002-fix-QtCoremod.sip-syntax-error.patch │ ├── Config.in │ ├── python-pyqt5.hash │ └── python-pyqt5.mk ├── python-pyratemp │ ├── Config.in │ ├── python-pyratemp.hash │ └── python-pyratemp.mk ├── python-pyroute2 │ ├── Config.in │ ├── python-pyroute2.hash │ └── python-pyroute2.mk ├── python-pyrsistent │ ├── Config.in │ ├── python-pyrsistent.hash │ └── python-pyrsistent.mk ├── python-pysendfile │ ├── Config.in │ ├── python-pysendfile.hash │ └── python-pysendfile.mk ├── python-pysftp │ ├── Config.in │ ├── python-pysftp.hash │ └── python-pysftp.mk ├── python-pysmb │ ├── Config.in │ ├── python-pysmb.hash │ └── python-pysmb.mk ├── python-pysmi │ ├── Config.in │ ├── python-pysmi.hash │ └── python-pysmi.mk ├── python-pysnmp-mibs │ ├── Config.in │ ├── python-pysnmp-mibs.hash │ └── python-pysnmp-mibs.mk ├── python-pysnmp │ ├── Config.in │ ├── python-pysnmp.hash │ └── python-pysnmp.mk ├── python-pysocks │ ├── Config.in │ ├── python-pysocks.hash │ └── python-pysocks.mk ├── python-pyspnego │ ├── Config.in │ ├── python-pyspnego.hash │ └── python-pyspnego.mk ├── python-pytablereader │ ├── Config.in │ ├── python-pytablereader.hash │ └── python-pytablereader.mk ├── python-pytablewriter │ ├── Config.in │ ├── python-pytablewriter.hash │ └── python-pytablewriter.mk ├── python-pytest-asyncio │ ├── Config.in │ ├── python-pytest-asyncio.hash │ └── python-pytest-asyncio.mk ├── python-pytest │ ├── Config.in │ ├── python-pytest.hash │ └── python-pytest.mk ├── python-pythran │ ├── python-pythran.hash │ └── python-pythran.mk ├── python-pytrie │ ├── Config.in │ ├── python-pytrie.hash │ └── python-pytrie.mk ├── python-pytz │ ├── Config.in │ ├── python-pytz.hash │ └── python-pytz.mk ├── python-pyudev │ ├── 0001-Workaround-finding-libudev-on-systems-without-ldconf.patch │ ├── Config.in │ ├── python-pyudev.hash │ └── python-pyudev.mk ├── python-pyusb │ ├── Config.in │ ├── python-pyusb.hash │ └── python-pyusb.mk ├── python-pyxb │ ├── Config.in │ ├── python-pyxb.hash │ └── python-pyxb.mk ├── python-pyyaml │ ├── Config.in │ ├── Config.in.host │ ├── python-pyyaml.hash │ └── python-pyyaml.mk ├── python-pyzmq │ ├── 0001-detect.py-fix-the-ZMQ-version-check-to-the-ZMQ-versi.patch │ ├── Config.in │ ├── python-pyzmq.hash │ └── python-pyzmq.mk ├── python-qrcode │ ├── Config.in │ ├── python-qrcode.hash │ └── python-qrcode.mk ├── python-raven │ ├── Config.in │ ├── python-raven.hash │ └── python-raven.mk ├── python-redis │ ├── Config.in │ ├── python-redis.hash │ └── python-redis.mk ├── python-reedsolo │ ├── Config.in │ ├── python-reedsolo.hash │ └── python-reedsolo.mk ├── python-reentry │ ├── Config.in │ ├── python-reentry.hash │ └── python-reentry.mk ├── python-regex │ ├── Config.in │ ├── python-regex.hash │ └── python-regex.mk ├── python-remi │ ├── Config.in │ ├── python-remi.hash │ └── python-remi.mk ├── python-request-id │ ├── Config.in │ ├── python-request-id.hash │ └── python-request-id.mk ├── python-requests-oauthlib │ ├── Config.in │ ├── python-requests-oauthlib.hash │ └── python-requests-oauthlib.mk ├── python-requests-toolbelt │ ├── Config.in │ ├── python-requests-toolbelt.hash │ └── python-requests-toolbelt.mk ├── python-requests │ ├── Config.in │ ├── python-requests.hash │ └── python-requests.mk ├── python-rfc3987 │ ├── Config.in │ ├── python-rfc3987.hash │ └── python-rfc3987.mk ├── python-rpi-gpio │ ├── Config.in │ ├── python-rpi-gpio.hash │ └── python-rpi-gpio.mk ├── python-rpi-ws281x │ ├── Config.in │ ├── python-rpi-ws281x.hash │ └── python-rpi-ws281x.mk ├── python-rsa │ ├── Config.in │ ├── python-rsa.hash │ └── python-rsa.mk ├── python-rtoml │ ├── Config.in │ ├── python-rtoml.hash │ └── python-rtoml.mk ├── python-rtslib-fb │ ├── Config.in │ ├── python-rtslib-fb.hash │ └── python-rtslib-fb.mk ├── python-ruamel-yaml │ ├── Config.in │ ├── python-ruamel-yaml.hash │ └── python-ruamel-yaml.mk ├── python-s3transfer │ ├── Config.in │ ├── python-s3transfer.hash │ └── python-s3transfer.mk ├── python-scandir │ ├── Config.in │ ├── python-scandir.hash │ └── python-scandir.mk ├── python-scapy │ ├── Config.in │ ├── python-scapy.hash │ └── python-scapy.mk ├── python-schedule │ ├── Config.in │ ├── python-schedule.hash │ └── python-schedule.mk ├── python-scipy │ ├── 0001-build-sh4-FE.patch │ ├── Config.in │ ├── python-scipy.hash │ └── python-scipy.mk ├── python-sdnotify │ ├── Config.in │ ├── python-sdnotify.hash │ └── python-sdnotify.mk ├── python-secretstorage │ ├── Config.in │ ├── python-secretstorage.hash │ └── python-secretstorage.mk ├── python-see │ ├── Config.in │ ├── python-see.hash │ └── python-see.mk ├── python-selenium │ ├── Config.in │ ├── python-selenium.hash │ └── python-selenium.mk ├── python-semantic-version │ ├── python-semantic-version.hash │ └── python-semantic-version.mk ├── python-semver │ ├── Config.in │ ├── python-semver.hash │ └── python-semver.mk ├── python-sentry-sdk │ ├── Config.in │ ├── python-sentry-sdk.hash │ └── python-sentry-sdk.mk ├── python-serial-asyncio │ ├── Config.in │ ├── python-serial-asyncio.hash │ └── python-serial-asyncio.mk ├── python-serial │ ├── Config.in │ ├── python-serial.hash │ └── python-serial.mk ├── python-service-identity │ ├── Config.in │ ├── python-service-identity.hash │ └── python-service-identity.mk ├── python-setproctitle │ ├── Config.in │ ├── python-setproctitle.hash │ └── python-setproctitle.mk ├── python-setuptools-rust │ ├── python-setuptools-rust.hash │ └── python-setuptools-rust.mk ├── python-setuptools-scm-git-archive │ ├── python-setuptools-scm-git-archive.hash │ └── python-setuptools-scm-git-archive.mk ├── python-setuptools-scm │ ├── python-setuptools-scm.hash │ └── python-setuptools-scm.mk ├── python-setuptools │ ├── 0001-add-executable.patch │ ├── Config.in │ ├── python-setuptools.hash │ └── python-setuptools.mk ├── python-sh │ ├── Config.in │ ├── python-sh.hash │ └── python-sh.mk ├── python-shutilwhich │ ├── Config.in │ ├── python-shutilwhich.hash │ └── python-shutilwhich.mk ├── python-simpleaudio │ ├── Config.in │ ├── python-simpleaudio.hash │ └── python-simpleaudio.mk ├── python-simplegeneric │ ├── Config.in │ ├── python-simplegeneric.hash │ └── python-simplegeneric.mk ├── python-simplejson │ ├── Config.in │ ├── python-simplejson.hash │ └── python-simplejson.mk ├── python-simplelogging │ ├── Config.in │ ├── python-simplelogging.hash │ └── python-simplelogging.mk ├── python-simplesqlite │ ├── Config.in │ ├── python-simplesqlite.hash │ └── python-simplesqlite.mk ├── python-sip │ ├── 0001-remove-join-from-sip-h-files-string.patch │ ├── Config.in │ ├── python-sip.hash │ └── python-sip.mk ├── python-six │ ├── Config.in │ ├── Config.in.host │ ├── python-six.hash │ └── python-six.mk ├── python-slob │ ├── Config.in │ ├── python-slob.hash │ └── python-slob.mk ├── python-smbprotocol │ ├── Config.in │ ├── python-smbprotocol.hash │ └── python-smbprotocol.mk ├── python-smbus-cffi │ ├── Config.in │ ├── python-smbus-cffi.hash │ └── python-smbus-cffi.mk ├── python-smmap2 │ ├── Config.in │ ├── python-smmap2.hash │ └── python-smmap2.mk ├── python-snappy │ ├── Config.in │ ├── python-snappy.hash │ └── python-snappy.mk ├── python-sniffio │ ├── Config.in │ ├── python-sniffio.hash │ └── python-sniffio.mk ├── python-socketio │ ├── Config.in │ ├── python-socketio.hash │ └── python-socketio.mk ├── python-sockjs │ ├── Config.in │ ├── python-sockjs.hash │ └── python-sockjs.mk ├── python-sortedcontainers │ ├── Config.in │ ├── python-sortedcontainers.hash │ └── python-sortedcontainers.mk ├── python-soupsieve │ ├── Config.in │ ├── python-soupsieve.hash │ └── python-soupsieve.mk ├── python-spake2 │ ├── Config.in │ ├── python-spake2.hash │ └── python-spake2.mk ├── python-spidev │ ├── Config.in │ ├── python-spidev.hash │ └── python-spidev.mk ├── python-sqlalchemy │ ├── Config.in │ ├── python-sqlalchemy.hash │ └── python-sqlalchemy.mk ├── python-sqliteschema │ ├── Config.in │ ├── python-sqliteschema.hash │ └── python-sqliteschema.mk ├── python-sqlparse │ ├── Config.in │ ├── python-sqlparse.hash │ └── python-sqlparse.mk ├── python-stack-data │ ├── Config.in │ ├── python-stack-data.hash │ └── python-stack-data.mk ├── python-systemd │ ├── Config.in │ ├── python-systemd.hash │ └── python-systemd.mk ├── python-tabledata │ ├── Config.in │ ├── python-tabledata.hash │ └── python-tabledata.mk ├── python-tempora │ ├── Config.in │ ├── python-tempora.hash │ └── python-tempora.mk ├── python-termcolor │ ├── Config.in │ ├── python-termcolor.hash │ └── python-termcolor.mk ├── python-terminaltables │ ├── Config.in │ ├── python-terminaltables.hash │ └── python-terminaltables.mk ├── python-texttable │ ├── Config.in │ ├── python-texttable.hash │ └── python-texttable.mk ├── python-thrift │ ├── Config.in │ ├── python-thrift.hash │ └── python-thrift.mk ├── python-tinycss2 │ ├── Config.in │ ├── python-tinycss2.hash │ └── python-tinycss2.mk ├── python-tinyrpc │ ├── Config.in │ ├── python-tinyrpc.hash │ └── python-tinyrpc.mk ├── python-tomako │ ├── Config.in │ ├── python-tomako.hash │ └── python-tomako.mk ├── python-toml │ ├── Config.in │ ├── python-toml.hash │ └── python-toml.mk ├── python-tomli │ ├── Config.in │ ├── python-tomli.hash │ └── python-tomli.mk ├── python-tornado │ ├── 0001-web-Fix-an-open-redirect-in-StaticFileHandler.patch │ ├── Config.in │ ├── python-tornado.hash │ └── python-tornado.mk ├── python-tqdm │ ├── Config.in │ ├── python-tqdm.hash │ └── python-tqdm.mk ├── python-traitlets │ ├── Config.in │ ├── python-traitlets.hash │ └── python-traitlets.mk ├── python-treq │ ├── Config.in │ ├── python-treq.hash │ └── python-treq.mk ├── python-trio-websocket │ ├── Config.in │ ├── python-trio-websocket.hash │ └── python-trio-websocket.mk ├── python-trio │ ├── Config.in │ ├── python-trio.hash │ └── python-trio.mk ├── python-twisted │ ├── Config.in │ ├── python-twisted.hash │ └── python-twisted.mk ├── python-txaio │ ├── Config.in │ ├── python-txaio.hash │ └── python-txaio.mk ├── python-txdbus │ ├── Config.in │ ├── python-txdbus.hash │ └── python-txdbus.mk ├── python-txtorcon │ ├── Config.in │ ├── python-txtorcon.hash │ └── python-txtorcon.mk ├── python-typeguard │ ├── Config.in │ ├── python-typeguard.hash │ └── python-typeguard.mk ├── python-typepy │ ├── Config.in │ ├── python-typepy.hash │ └── python-typepy.mk ├── python-typing-extensions │ ├── Config.in │ ├── python-typing-extensions.hash │ └── python-typing-extensions.mk ├── python-typing-inspect │ ├── Config.in │ ├── python-typing-inspect.hash │ └── python-typing-inspect.mk ├── python-u-msgpack │ ├── Config.in │ ├── python-u-msgpack.hash │ └── python-u-msgpack.mk ├── python-ubjson │ ├── Config.in │ ├── python-ubjson.hash │ └── python-ubjson.mk ├── python-uhid │ ├── Config.in │ ├── python-uhid.hash │ └── python-uhid.mk ├── python-ujson │ ├── Config.in │ ├── python-ujson.hash │ └── python-ujson.mk ├── python-unittest-xml-reporting │ ├── Config.in │ ├── python-unittest-xml-reporting.hash │ └── python-unittest-xml-reporting.mk ├── python-urllib3 │ ├── Config.in │ ├── python-urllib3.hash │ └── python-urllib3.mk ├── python-urwid │ ├── Config.in │ ├── python-urwid.hash │ └── python-urwid.mk ├── python-uvloop │ ├── Config.in │ ├── python-uvloop.hash │ └── python-uvloop.mk ├── python-validators │ ├── Config.in │ ├── python-validators.hash │ └── python-validators.mk ├── python-vcversioner │ ├── python-vcversioner.hash │ └── python-vcversioner.mk ├── python-versiontools │ ├── Config.in │ ├── python-versiontools.hash │ └── python-versiontools.mk ├── python-visitor │ ├── Config.in │ ├── python-visitor.hash │ └── python-visitor.mk ├── python-watchdog │ ├── Config.in │ ├── python-watchdog.hash │ └── python-watchdog.mk ├── python-wcwidth │ ├── Config.in │ ├── python-wcwidth.hash │ └── python-wcwidth.mk ├── python-weasyprint │ ├── Config.in │ ├── python-weasyprint.hash │ └── python-weasyprint.mk ├── python-web2py │ ├── Config.in │ ├── S51web2py │ ├── python-web2py.hash │ ├── python-web2py.mk │ └── web2py.service ├── python-webargs │ ├── Config.in │ ├── python-webargs.hash │ └── python-webargs.mk ├── python-webencodings │ ├── Config.in │ ├── python-webencodings.hash │ └── python-webencodings.mk ├── python-webob │ ├── Config.in │ ├── python-webob.hash │ └── python-webob.mk ├── python-webpy │ ├── Config.in │ ├── python-webpy.hash │ └── python-webpy.mk ├── python-websocket-client │ ├── Config.in │ ├── python-websocket-client.hash │ └── python-websocket-client.mk ├── python-websockets │ ├── Config.in │ ├── python-websockets.hash │ └── python-websockets.mk ├── python-werkzeug │ ├── Config.in │ ├── python-werkzeug.hash │ └── python-werkzeug.mk ├── python-whoosh │ ├── Config.in │ ├── python-whoosh.hash │ └── python-whoosh.mk ├── python-wrapt │ ├── Config.in │ ├── python-wrapt.hash │ └── python-wrapt.mk ├── python-ws4py │ ├── 0001-Adjust-ws4py-for-Python-3.7-syntax.patch │ ├── Config.in │ ├── python-ws4py.hash │ └── python-ws4py.mk ├── python-wsaccel │ ├── Config.in │ ├── python-wsaccel.hash │ └── python-wsaccel.mk ├── python-wsproto │ ├── Config.in │ ├── python-wsproto.hash │ └── python-wsproto.mk ├── python-wtforms │ ├── Config.in │ ├── python-wtforms.hash │ └── python-wtforms.mk ├── python-xlib │ ├── Config.in │ ├── python-xlib.hash │ └── python-xlib.mk ├── python-xlrd │ ├── Config.in │ ├── Config.in.host │ ├── python-xlrd.hash │ └── python-xlrd.mk ├── python-xlsxwriter │ ├── Config.in │ ├── python-xlsxwriter.hash │ └── python-xlsxwriter.mk ├── python-xlutils │ ├── Config.in │ ├── python-xlutils.hash │ └── python-xlutils.mk ├── python-xlwt │ ├── Config.in │ ├── python-xlwt.hash │ └── python-xlwt.mk ├── python-xmljson │ ├── Config.in │ ├── python-xmljson.hash │ └── python-xmljson.mk ├── python-xmltodict │ ├── Config.in │ ├── python-xmltodict.hash │ └── python-xmltodict.mk ├── python-xmodem │ ├── Config.in │ ├── python-xmodem.hash │ └── python-xmodem.mk ├── python-yarl │ ├── Config.in │ ├── python-yarl.hash │ └── python-yarl.mk ├── python-yatl │ ├── Config.in │ ├── python-yatl.hash │ └── python-yatl.mk ├── python-zc-lockfile │ ├── Config.in │ ├── python-zc-lockfile.hash │ └── python-zc-lockfile.mk ├── python-zeroconf │ ├── Config.in │ ├── python-zeroconf.hash │ └── python-zeroconf.mk ├── python-zlmdb │ ├── Config.in │ ├── python-zlmdb.hash │ └── python-zlmdb.mk ├── python-zope-interface │ ├── Config.in │ ├── python-zope-interface.hash │ └── python-zope-interface.mk ├── python-zopfli │ ├── Config.in │ ├── python-zopfli.hash │ └── python-zopfli.mk ├── python3 │ ├── 0001-Make-the-build-of-pyc-files-conditional.patch │ ├── 0002-Disable-buggy_getaddrinfo-configure-test-when-cross-.patch │ ├── 0003-Add-infrastructure-to-disable-the-build-of-certain-e.patch │ ├── 0004-Adjust-library-header-paths-for-cross-compilation.patch │ ├── 0005-Don-t-look-in-usr-lib-termcap-for-libraries.patch │ ├── 0006-Don-t-add-multiarch-paths.patch │ ├── 0007-Abort-on-failed-module-build.patch │ ├── 0008-Serial-ioctl-workaround.patch │ ├── 0009-Do-not-adjust-the-shebang-of-Python-scripts-for-cros.patch │ ├── 0010-Misc-python-config.sh.in-ensure-sed-invocations-only.patch │ ├── 0011-Add-an-option-to-disable-pydoc.patch │ ├── 0012-Add-an-option-to-disable-lib2to3.patch │ ├── 0013-Add-option-to-disable-the-sqlite3-module.patch │ ├── 0014-Add-an-option-to-disable-the-tk-module.patch │ ├── 0015-Add-an-option-to-disable-the-curses-module.patch │ ├── 0016-Add-an-option-to-disable-expat.patch │ ├── 0017-Add-an-option-to-disable-CJK-codecs.patch │ ├── 0018-Add-an-option-to-disable-NIS.patch │ ├── 0019-Add-an-option-to-disable-unicodedata.patch │ ├── 0020-Add-an-option-to-disable-IDLE.patch │ ├── 0021-Add-an-option-to-disable-decimal.patch │ ├── 0022-Add-an-option-to-disable-the-ossaudiodev-module.patch │ ├── 0023-Add-an-option-to-disable-openssl-support.patch │ ├── 0024-Add-an-option-to-disable-the-readline-module.patch │ ├── 0025-Add-options-to-disable-zlib-bzip2-and-xz-modules.patch │ ├── 0026-python-config.sh-don-t-reassign-prefix.patch │ ├── 0027-Add-an-option-to-disable-uuid-module.patch │ ├── 0028-fix-building-on-older-distributions.patch │ ├── 0029-configure.ac-fixup-CC-print-multiarch-output-for-mus.patch │ ├── 0030-Add-an-option-to-disable-the-berkeleydb-module.patch │ ├── 0031-lib-crypt-uClibc-ng-doesn-t-set-errno-when-encryptio.patch │ ├── Config.in │ ├── Config.in.host │ ├── python3.hash │ └── python3.mk ├── qcom-db410c-firmware │ ├── Config.in │ ├── qcom-db410c-firmware.hash │ └── qcom-db410c-firmware.mk ├── qdecoder │ ├── Config.in │ ├── qdecoder.hash │ └── qdecoder.mk ├── qemu │ ├── 0001-tests-fp-disable-fp-bench-build-by-default.patch │ ├── 0002-softmmu-qemu-seccomp.c-add-missing-header-for-CLONE_.patch │ ├── 0003-Revert-linux-user-add-more-compat-ioctl-definitions.patch │ ├── 0004-Revert-linux-user-fix-compat-with-glibc-2.36-sys-mou.patch │ ├── Config.in │ ├── Config.in.host │ ├── qemu.hash │ └── qemu.mk ├── qextserialport │ ├── 0001-Create-a-main-include-file-QExtSerialPort.patch │ ├── 0002-Tell-qmake-to-add-a-pkgconfig-file-to-ease-usage-wit.patch │ ├── Config.in │ ├── qextserialport.hash │ └── qextserialport.mk ├── qhull │ ├── Config.in │ ├── qhull.hash │ └── qhull.mk ├── qjson │ ├── Config.in │ ├── qjson.hash │ └── qjson.mk ├── qlibc │ ├── Config.in │ ├── qlibc.hash │ └── qlibc.mk ├── qoriq-cadence-dp-firmware │ ├── Config.in │ ├── qoriq-cadence-dp-firmware.hash │ └── qoriq-cadence-dp-firmware.mk ├── qoriq-rcw │ ├── Config.in.host │ ├── qoriq-rcw.hash │ └── qoriq-rcw.mk ├── qpdf │ ├── Config.in │ ├── qpdf.hash │ └── qpdf.mk ├── qpid-proton │ ├── Config.in │ ├── qpid-proton.hash │ └── qpid-proton.mk ├── qprint │ ├── Config.in │ ├── qprint.hash │ └── qprint.mk ├── qt-webkit-kiosk │ ├── Config.in │ ├── qt-webkit-kiosk.hash │ └── qt-webkit-kiosk.mk ├── qt5 │ ├── Config.in │ ├── qt5.mk │ ├── qt53d │ │ ├── Config.in │ │ ├── qt53d.hash │ │ └── qt53d.mk │ ├── qt5base │ │ ├── 0001-qtbase-Fix-build-error-when-using-EGL.patch │ │ ├── 0002-double-conversion-enable-for-microblaze.patch │ │ ├── 0003-double-conversion-enable-for-nios2.patch │ │ ├── 0004-double-conversion-enable-for-xtensa.patch │ │ ├── 0005-eglfs-avoid-breaking-compilation-for-obscure-EGLNativeDisplayType-types.patch │ │ ├── 0006-Fix-build-on-riscv32.patch │ │ ├── 0007-src-corelib-configure.json-fix-atomicfptr-detection.patch │ │ ├── 0008-eglconvenience-add-missing-QList-include.patch │ │ ├── Config.in │ │ ├── qmake.conf.in │ │ ├── qplatformdefs.h │ │ ├── qt.conf.in │ │ ├── qt5base.hash │ │ └── qt5base.mk │ ├── qt5charts │ │ ├── Config.in │ │ ├── qt5charts.hash │ │ └── qt5charts.mk │ ├── qt5coap │ │ ├── Config.in │ │ ├── qt5coap.hash │ │ └── qt5coap.mk │ ├── qt5connectivity │ │ ├── Config.in │ │ ├── qt5connectivity.hash │ │ └── qt5connectivity.mk │ ├── qt5declarative │ │ ├── 0001-qsgtexture-fix-debug-build-with-uclibc.patch │ │ ├── 0002-qv4regexp_p-needs-c-limits-include-instead-of-plain-.patch │ │ ├── Config.in │ │ ├── qt5declarative.hash │ │ └── qt5declarative.mk │ ├── qt5doc │ │ ├── Config.in │ │ ├── qt5doc.hash │ │ └── qt5doc.mk │ ├── qt5enginio │ │ ├── 0001-Do-not-use-deprecated-QLinkedList.patch │ │ ├── Config.in │ │ ├── qt5enginio.hash │ │ └── qt5enginio.mk │ ├── qt5graphicaleffects │ │ ├── Config.in │ │ ├── qt5graphicaleffects.hash │ │ └── qt5graphicaleffects.mk │ ├── qt5imageformats │ │ ├── Config.in │ │ ├── qt5imageformats.hash │ │ └── qt5imageformats.mk │ ├── qt5knx │ │ ├── Config.in │ │ ├── qt5knx.hash │ │ └── qt5knx.mk │ ├── qt5location │ │ ├── 0001-3rdparty-mapbox-gl-native-fix-musl-compile-pthread_g.patch │ │ ├── Config.in │ │ ├── qt5location.hash │ │ └── qt5location.mk │ ├── qt5lottie │ │ ├── Config.in │ │ ├── qt5lottie.hash │ │ └── qt5lottie.mk │ ├── qt5mqtt │ │ ├── Config.in │ │ ├── qt5mqtt.hash │ │ └── qt5mqtt.mk │ ├── qt5multimedia │ │ ├── Config.in │ │ ├── qt5multimedia.hash │ │ └── qt5multimedia.mk │ ├── qt5opcua │ │ ├── Config.in │ │ ├── qt5opcua.hash │ │ └── qt5opcua.mk │ ├── qt5quickcontrols │ │ ├── Config.in │ │ ├── qt5quickcontrols.hash │ │ └── qt5quickcontrols.mk │ ├── qt5quickcontrols2 │ │ ├── Config.in │ │ ├── qt5quickcontrols2.hash │ │ └── qt5quickcontrols2.mk │ ├── qt5quicktimeline │ │ ├── Config.in │ │ ├── qt5quicktimeline.hash │ │ └── qt5quicktimeline.mk │ ├── qt5remoteobjects │ │ ├── Config.in │ │ ├── qt5remoteobjects.hash │ │ └── qt5remoteobjects.mk │ ├── qt5script │ │ ├── 0001-Detect-32-bits-armv8-a-architecture.patch │ │ ├── Config.in │ │ ├── qt5script.hash │ │ └── qt5script.mk │ ├── qt5scxml │ │ ├── Config.in │ │ ├── qt5scxml.hash │ │ └── qt5scxml.mk │ ├── qt5sensors │ │ ├── Config.in │ │ ├── qt5sensors.hash │ │ └── qt5sensors.mk │ ├── qt5serialbus │ │ ├── Config.in │ │ ├── qt5serialbus.hash │ │ └── qt5serialbus.mk │ ├── qt5serialport │ │ ├── Config.in │ │ ├── qt5serialport.hash │ │ └── qt5serialport.mk │ ├── qt5speech │ │ ├── Config.in │ │ ├── qt5speech.hash │ │ └── qt5speech.mk │ ├── qt5svg │ │ ├── Config.in │ │ ├── qt5svg.hash │ │ └── qt5svg.mk │ ├── qt5tools │ │ ├── 0001-Disable-designer-tool-fixes-configure-error.patch │ │ ├── Config.in │ │ ├── qt5tools.hash │ │ └── qt5tools.mk │ ├── qt5virtualkeyboard │ │ ├── Config.in │ │ ├── qt5virtualkeyboard.hash │ │ └── qt5virtualkeyboard.mk │ ├── qt5wayland │ │ ├── 0001-Add-missing-define-guards.patch │ │ ├── Config.in │ │ ├── qt5wayland.hash │ │ └── qt5wayland.mk │ ├── qt5webchannel │ │ ├── Config.in │ │ ├── qt5webchannel.hash │ │ └── qt5webchannel.mk │ ├── qt5webengine-chromium-catapult │ │ ├── Config.in │ │ ├── qt5webengine-chromium-catapult.hash │ │ └── qt5webengine-chromium-catapult.mk │ ├── qt5webengine-chromium │ │ ├── 0001-Add-python3-build-support.patch │ │ ├── 0002-Don-t-rebase-sysroot-path.patch │ │ ├── Config.in │ │ ├── chromium-latest.inc │ │ ├── qt5webengine-chromium.hash │ │ └── qt5webengine-chromium.mk │ ├── qt5webengine │ │ ├── 0001-gn.pro-don-t-link-statically-with-libstc.patch │ │ ├── 0002-Add-python3-build-support.patch │ │ ├── Config.in │ │ ├── chromium-latest.inc │ │ ├── host-pkg-config.in │ │ ├── host-python-wrapper.in │ │ ├── qt5webengine.hash │ │ └── qt5webengine.mk │ ├── qt5webkit │ │ ├── 0001-WinCairo-PlayStation-ICU-68.1-no-longer-exposes-FALS.patch │ │ ├── 0002-Fix-compilation-with-Python-3.9-avoid-passing-encodi.patch │ │ ├── 0003-Let-Bison-generate-the-header-directly-to-fix-build-.patch │ │ ├── 0004-Remove-invalid-g_object-declarations-to-fix-build-wi.patch │ │ ├── 0005-Add-support-for-ARC-processors.patch │ │ ├── 0006-Warnings-due-to-AppSinkCallbacks-struct-growth-https.patch │ │ ├── Config.in │ │ ├── qt5webkit.hash │ │ └── qt5webkit.mk │ ├── qt5websockets │ │ ├── Config.in │ │ ├── qt5websockets.hash │ │ └── qt5websockets.mk │ ├── qt5webview │ │ ├── Config.in │ │ ├── qt5webview.hash │ │ └── qt5webview.mk │ ├── qt5x11extras │ │ ├── Config.in │ │ ├── qt5x11extras.hash │ │ └── qt5x11extras.mk │ └── qt5xmlpatterns │ │ ├── Config.in │ │ ├── qt5xmlpatterns.hash │ │ └── qt5xmlpatterns.mk ├── qt5cinex │ ├── 0001-Fix-execution-problem-with-Qt5.3.patch │ ├── CinematicExperience-demo │ ├── Config.in │ ├── qt5cinex.hash │ └── qt5cinex.mk ├── qt6 │ ├── Config.in │ ├── qt6.mk │ ├── qt6base │ │ ├── Config.in │ │ ├── qt6base.hash │ │ └── qt6base.mk │ ├── qt6serialbus │ │ ├── Config.in │ │ ├── qt6serialbus.hash │ │ └── qt6serialbus.mk │ └── qt6serialport │ │ ├── Config.in │ │ ├── qt6serialport.hash │ │ └── qt6serialport.mk ├── quagga │ ├── 0001-fix-ipctl-forwarding.patch │ ├── 0002-lib-prefix.h-fix-build-with-gcc-10.patch │ ├── 0003-Fix-build-with-gcc-10.patch │ ├── Config.in │ ├── quagga.hash │ ├── quagga.mk │ ├── quagga@.service │ └── quagga_tmpfiles.conf ├── quazip │ ├── Config.in │ ├── quazip.hash │ └── quazip.mk ├── quickjs │ ├── Config.in │ ├── quickjs.hash │ └── quickjs.mk ├── quota │ ├── Config.in │ ├── quota.hash │ └── quota.mk ├── quotatool │ ├── 0001-fix-missing-__P-definition-for-musl-compile.patch │ ├── Config.in │ ├── quotatool.hash │ └── quotatool.mk ├── qwt │ ├── Config.in │ ├── qwt.hash │ └── qwt.mk ├── rabbitmq-c │ ├── Config.in │ ├── rabbitmq-c.hash │ └── rabbitmq-c.mk ├── racehound │ ├── 0001-Fix-module-install-path-lib-instead-of-usr-lib-prefi.patch │ ├── Config.in │ ├── racehound.hash │ └── racehound.mk ├── radvd │ ├── 50-radvd.preset │ ├── Config.in │ ├── S50radvd │ ├── radvd.hash │ └── radvd.mk ├── ragel │ ├── ragel.hash │ └── ragel.mk ├── ramsmp │ ├── Config.in │ ├── Makefile │ ├── ramsmp.hash │ └── ramsmp.mk ├── ramspeed │ ├── Config.in │ ├── Makefile │ ├── ramspeed.hash │ └── ramspeed.mk ├── ranger │ ├── 0001-colorscheme-check-for-compiled-python-files.patch │ ├── Config.in │ ├── ranger.hash │ └── ranger.mk ├── rapidjson │ ├── Config.in │ ├── rapidjson.hash │ └── rapidjson.mk ├── rapidxml │ ├── 0001-ensure-internal-print-operations-are-declared-before.patch │ ├── Config.in │ ├── rapidxml.hash │ └── rapidxml.mk ├── raptor │ ├── 0001-configure.ac-remove-conditional-lib-inclusion.patch │ ├── 0002-Calcualte-max-nspace-declarations-correctly-for-XML-.patch │ ├── 0003-XML-Writer-compare-namespace-declarations-correctly.patch │ ├── Config.in │ ├── raptor.hash │ └── raptor.mk ├── raspberrypi-usbboot │ ├── 0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch │ ├── Config.in.host │ ├── raspberrypi-usbboot.hash │ └── raspberrypi-usbboot.mk ├── raspi-gpio │ ├── Config.in │ ├── raspi-gpio.hash │ └── raspi-gpio.mk ├── ratpoison │ ├── Config.in │ ├── ratpoison.hash │ └── ratpoison.mk ├── rauc │ ├── Config.in │ ├── Config.in.host │ ├── rauc.hash │ └── rauc.mk ├── rcw-smarc-sal28 │ ├── Config.in │ ├── rcw-smarc-sal28.hash │ └── rcw-smarc-sal28.mk ├── rdesktop │ ├── 0001-8bit-colors.patch │ ├── Config.in │ ├── rdesktop.hash │ └── rdesktop.mk ├── rdma-core │ ├── Config.in │ ├── rdma-core.hash │ ├── rdma-core.mk │ └── readme.txt ├── re2 │ ├── Config.in │ ├── re2.hash │ └── re2.mk ├── read-edid │ ├── 0001-Fix-install-file-list.patch │ ├── 0002-Fix-compiler-check.patch │ ├── 0003-fix-build-with-gcc-10.patch │ ├── Config.in │ ├── read-edid.hash │ └── read-edid.mk ├── readline │ ├── 0001-curses-link.patch │ ├── 0002-Readline-8.2-patch-1-fix-crash-when-readline-is-star.patch │ ├── Config.in │ ├── inputrc │ ├── readline.hash │ └── readline.mk ├── reaver │ ├── Config.in │ ├── reaver.hash │ └── reaver.mk ├── redir │ ├── Config.in │ ├── redir.hash │ └── redir.mk ├── redis │ ├── 0001-uclibc.patch │ ├── 0002-largefile-conditional-define.patch │ ├── 0003-redis.conf-adjust-defauts-for-buildroot.patch │ ├── Config.in │ ├── S50redis │ ├── redis.hash │ ├── redis.mk │ └── redis.service ├── refpolicy │ ├── Config.in │ ├── config │ ├── refpolicy.hash │ └── refpolicy.mk ├── reproc │ ├── Config.in │ ├── reproc.hash │ └── reproc.mk ├── resiprocate │ ├── 0001-Fix-some-issue-compiling-with-Visual-Studio.patch │ ├── Config.in │ ├── resiprocate.hash │ └── resiprocate.mk ├── restclient-cpp │ ├── Config.in │ ├── restclient-cpp.hash │ └── restclient-cpp.mk ├── restorecond │ ├── Config.in │ ├── S02restorecond │ ├── restorecond.hash │ └── restorecond.mk ├── rhash │ ├── Config.in │ ├── rhash.hash │ └── rhash.mk ├── riemann-c-client │ ├── Config.in │ ├── riemann-c-client.hash │ └── riemann-c-client.mk ├── rings │ ├── Config.in │ ├── rings.hash │ └── rings.mk ├── ripgrep │ ├── 0001-puts-jemalloc-allocator-behind-a-cargo-feature-flag.patch │ ├── Config.in │ ├── ripgrep.hash │ └── ripgrep.mk ├── riscv-isa-sim │ ├── 0001-riscv-disable-precompiled-headers.patch │ ├── Config.in.host │ ├── riscv-isa-sim.hash │ └── riscv-isa-sim.mk ├── riscv64-elf-toolchain │ └── riscv64-elf-toolchain.mk ├── rng-tools │ ├── Config.in │ ├── S21rngd │ ├── rng-tools.hash │ ├── rng-tools.mk │ └── rngd.service ├── rockchip-mali │ ├── Config.in │ ├── rockchip-mali.hash │ └── rockchip-mali.mk ├── rocksdb │ ├── 0001-build_tools-build_detect_platform-fix-C-tests.patch │ ├── Config.in │ ├── rocksdb.hash │ └── rocksdb.mk ├── rp-pppoe │ ├── 0001-src-pppoe.h-fix-build-with-musl-libc.patch │ ├── Config.in │ ├── rp-pppoe.hash │ └── rp-pppoe.mk ├── rpcbind │ ├── 0001-Remove-yellow-pages-support.patch │ ├── Config.in │ ├── S30rpcbind │ ├── rpcbind.hash │ └── rpcbind.mk ├── rpi-firmware │ ├── Config.in │ ├── rpi-firmware.hash │ └── rpi-firmware.mk ├── rpi-rgb-led-matrix │ ├── Config.in │ ├── rpi-rgb-led-matrix.hash │ └── rpi-rgb-led-matrix.mk ├── rpi-userland │ ├── 0001-Add-.pc-files-for-the-OpenGLESv2-EGL-and-bcm_host-li.patch │ ├── 0002-interface-remove-faulty-assert-to-make-weston-happy-.patch │ ├── 0003-Disable-Werror-everywhere.patch │ ├── 0004-host-applications-disable-missing-applications.patch │ ├── 0005-dtmerge-add-missing-include-for-va_list.patch │ ├── 0006-interface-vcos-pthreads-CMakeLists.txt-fix-build-wit.patch │ ├── 0007-GLES2-gl2ext.h-add-GLint64-GLuint64-and-GLsync-typed.patch │ ├── Config.in │ ├── rpi-userland.hash │ └── rpi-userland.mk ├── rpm │ ├── 0001-fix-var-declare-in-label-error.patch │ ├── Config.in │ ├── rpm.hash │ └── rpm.mk ├── rrdtool │ ├── Config.in │ ├── rrdtool.hash │ └── rrdtool.mk ├── rs485conf │ ├── Config.in │ ├── rs485conf.hash │ └── rs485conf.mk ├── rsh-redone │ ├── Config.in │ ├── rsh-redone.hash │ └── rsh-redone.mk ├── rsync │ ├── Config.in │ ├── rsync.hash │ └── rsync.mk ├── rsyslog │ ├── Config.in │ ├── S01rsyslogd │ ├── rsyslog.hash │ ├── rsyslog.mk │ └── rsyslog.service ├── rt-tests │ ├── 0001-Fix-a-build-issue-with-uClibc-ng.patch │ ├── 0002-Makefile-drop-explicit-undefine-PYLIB-for-compatibil.patch │ ├── Config.in │ ├── rt-tests.hash │ └── rt-tests.mk ├── rtai │ ├── Config.in │ ├── rtai.hash │ └── rtai.mk ├── rtc-tools │ ├── Config.in │ ├── rtc-tools.hash │ └── rtc-tools.mk ├── rtl8188eu │ ├── Config.in │ ├── rtl8188eu.hash │ └── rtl8188eu.mk ├── rtl8189es │ ├── 0001-Fix-build-failure-on-PowerPC64.patch │ ├── Config.in │ ├── rtl8189es.hash │ └── rtl8189es.mk ├── rtl8189fs │ ├── 0001-Makefile-move-EXTRA_CFLAGS-USER_EXTRA_CFLAGS-at-the-.patch │ ├── Config.in │ ├── rtl8189fs.hash │ └── rtl8189fs.mk ├── rtl8192eu │ ├── 0001-Fix-build-failure-due-to-redefition-of-local-sha256-.patch │ ├── 0002-Fix-conflicting-get_ra-on-PowerPC.patch │ ├── Config.in │ ├── rtl8192eu.hash │ └── rtl8192eu.mk ├── rtl8723bu │ ├── Config.in │ ├── rtl8723bu.hash │ └── rtl8723bu.mk ├── rtl8723ds-bt │ ├── Config.in │ ├── rtl8723ds-bt.hash │ └── rtl8723ds-bt.mk ├── rtl8723ds │ ├── Config.in │ ├── rtl8723ds.hash │ └── rtl8723ds.mk ├── rtl8812au-aircrack-ng │ ├── 0001-Fix-build-failure-on-PowerPC64.patch │ ├── Config.in │ ├── rtl8812au-aircrack-ng.hash │ └── rtl8812au-aircrack-ng.mk ├── rtl8821au │ ├── Config.in │ ├── rtl8821au.hash │ └── rtl8821au.mk ├── rtl8821cu │ ├── Config.in │ ├── rtl8821cu.hash │ └── rtl8821cu.mk ├── rtl_433 │ ├── 0001-CMakeLists.txt-use-pkg-config-to-detect-openssl-when.patch │ ├── 0002-minor-Fix-mongoose-build-without-threads.patch │ ├── Config.in │ ├── rtl_433.hash │ └── rtl_433.mk ├── rtmpdump │ ├── 0001-include-limits.h.patch │ ├── Config.in │ ├── rtmpdump.hash │ └── rtmpdump.mk ├── rtorrent │ ├── 0001-Added--disable-execinfo-option-to-configure.patch │ ├── Config.in │ ├── rtorrent.hash │ └── rtorrent.mk ├── rtptools │ ├── Config.in │ ├── rtptools.hash │ └── rtptools.mk ├── rtty │ ├── 0001-CMakeLists.txt-prefer-pkg_check_modules.patch │ ├── Config.in │ ├── rtty.hash │ └── rtty.mk ├── rubix │ ├── 0001-dont-use-legacy-functions.patch │ ├── 0002-misc-fixes.patch │ ├── Config.in │ ├── rubix.hash │ └── rubix.mk ├── ruby │ ├── 0001-Fix-build-with-LibreSSL-3-5.patch │ ├── Config.in │ ├── ruby.hash │ └── ruby.mk ├── runc │ ├── Config.in │ ├── Config.in.host │ ├── runc.hash │ └── runc.mk ├── rust-bin │ ├── rust-bin.hash │ └── rust-bin.mk ├── rust │ ├── rust.hash │ └── rust.mk ├── rustc │ ├── Config.in.host │ └── rustc.mk ├── rwmem │ ├── Config.in │ ├── rwmem.hash │ └── rwmem.mk ├── rygel │ ├── 0001-build-Add-man_pages-build-options.patch │ ├── 0002-meson.build-fix-g_ir_compiler-calls.patch │ ├── Config.in │ ├── S99rygel │ ├── rygel.hash │ ├── rygel.mk │ └── rygel.service ├── s390-tools │ ├── Config.in │ ├── s390-tools.hash │ └── s390-tools.mk ├── s6-dns │ ├── Config.in │ ├── s6-dns.hash │ └── s6-dns.mk ├── s6-linux-init │ ├── 0001-configure-add-D_GNU_SOURCE.patch │ ├── Config.in │ ├── s6-linux-init.hash │ └── s6-linux-init.mk ├── s6-linux-utils │ ├── 0001-src-s6-linux-utils-rngseed.c-fix-build-with-glibc.patch │ ├── Config.in │ ├── s6-linux-utils.hash │ └── s6-linux-utils.mk ├── s6-networking │ ├── Config.in │ ├── s6-networking.hash │ └── s6-networking.mk ├── s6-portable-utils │ ├── Config.in │ ├── s6-portable-utils.hash │ └── s6-portable-utils.mk ├── s6-rc │ ├── Config.in │ ├── Config.in.host │ ├── s6-rc.hash │ └── s6-rc.mk ├── s6 │ ├── Config.in │ ├── s6.hash │ └── s6.mk ├── safeclib │ ├── 0001-fix-armv7-asm-inline-error-GH-115.patch │ ├── Config.in │ ├── safeclib.hash │ └── safeclib.mk ├── sam-ba │ ├── Config.in.host │ ├── sam-ba.hash │ └── sam-ba.mk ├── samba4 │ ├── 0001-libreplace-disable-libbsd-support.patch │ ├── 0002-build-find-pre-built-heimdal-build-tools-in-case-of-.patch │ ├── 0003-ldap_message_test.c-include-stdint.h-before-cmoka.h.patch │ ├── 0004-3rdparty-heindal-Use-perl-module-JSON-part-of-core-i.patch │ ├── Config.in │ ├── S91smb │ ├── samba4-cache.txt │ ├── samba4.hash │ └── samba4.mk ├── sane-backends │ ├── 0001-sane_backend-add-missing-config.h.patch │ ├── Config.in │ ├── sane-backends.hash │ ├── sane-backends.mk │ ├── saned.socket │ └── saned@.service ├── sbc │ ├── Config.in │ ├── sbc.hash │ └── sbc.mk ├── sconeserver │ ├── Config.in │ ├── sconeserver.hash │ └── sconeserver.mk ├── scons │ ├── scons.hash │ └── scons.mk ├── screen │ ├── 0001-Do-not-use-memcpy-as-an-alternative-for-bcopy-memmov.patch │ ├── 0002-Do-not-create-backup-of-old-installed-binary.patch │ ├── 0003-Change-binary-permission-flags-even-if-chown-fails.patch │ ├── 0004-Support-overriding-SCREEN-to-get-a-non-versioned-bin.patch │ ├── 0005-Renamed-sched.h-to-eventqueue.h.patch │ ├── 0006-comm.h-now-depends-on-term.h.patch │ ├── 0007-comm.h-needed-for-list_-display-generic-.o.patch │ ├── Config.in │ ├── screen.hash │ └── screen.mk ├── screenfetch │ ├── 0001-Detect-which-awk-to-use.patch │ ├── Config.in │ ├── screenfetch.hash │ └── screenfetch.mk ├── scrub │ ├── 0001-configure-ac-make-sure-m4-macros-are-included-in-the-build.patch │ ├── Config.in │ ├── scrub.hash │ └── scrub.mk ├── scrypt │ ├── Config.in │ ├── scrypt.hash │ └── scrypt.mk ├── sdbus-cpp │ ├── Config.in │ ├── sdbus-cpp.hash │ └── sdbus-cpp.mk ├── sdbusplus │ ├── Config.in │ ├── Config.in.host │ ├── sdbusplus.hash │ └── sdbusplus.mk ├── sdl │ ├── 0001-use-correct-directfb-config.patch │ ├── 0002-fix-compilation-with-libx11.patch │ ├── 0003-SDL_x11yuv.c-fix-possible-use-after-free.patch │ ├── Config.in │ ├── sdl.hash │ └── sdl.mk ├── sdl2 │ ├── Config.in │ ├── sdl2.hash │ └── sdl2.mk ├── sdl2_gfx │ ├── Config.in │ ├── sdl2_gfx.hash │ └── sdl2_gfx.mk ├── sdl2_image │ ├── Config.in │ ├── sdl2_image.hash │ └── sdl2_image.mk ├── sdl2_mixer │ ├── Config.in │ ├── sdl2_mixer.hash │ └── sdl2_mixer.mk ├── sdl2_net │ ├── Config.in │ ├── sdl2_net.hash │ └── sdl2_net.mk ├── sdl2_ttf │ ├── Config.in │ ├── sdl2_ttf.hash │ └── sdl2_ttf.mk ├── sdl_gfx │ ├── Config.in │ ├── sdl_gfx.hash │ └── sdl_gfx.mk ├── sdl_image │ ├── Config.in │ ├── sdl_image.hash │ └── sdl_image.mk ├── sdl_mixer │ ├── 0001-Add-Libs.private-field-to-pkg-config-file.patch │ ├── 0002-configure__set_macro_directory.patch │ ├── 0003-configure.ac-fix-static-linking-with-tremor.patch │ ├── Config.in │ ├── sdl_mixer.hash │ └── sdl_mixer.mk ├── sdl_net │ ├── Config.in │ ├── sdl_net.hash │ └── sdl_net.mk ├── sdl_sound │ ├── 0001-fix-constness.patch │ ├── 0002-remove-werror.patch │ ├── 0003-renamed-physfs-export.patch │ ├── Config.in │ ├── sdl_sound.hash │ └── sdl_sound.mk ├── sdl_ttf │ ├── Config.in │ ├── sdl_ttf.hash │ └── sdl_ttf.mk ├── sdparm │ ├── Config.in │ ├── sdparm.hash │ └── sdparm.mk ├── seatd │ ├── Config.in │ ├── S70seatd │ ├── seatd.hash │ └── seatd.mk ├── sed │ ├── Config.in │ ├── sed.hash │ └── sed.mk ├── sedutil │ ├── 0001-Common-log.h-time-2-needs-time.h.patch │ ├── Config.in │ ├── sedutil.hash │ └── sedutil.mk ├── selinux-python │ ├── Config.in │ ├── selinux-python.hash │ └── selinux-python.mk ├── semodule-utils │ ├── Config.in │ ├── semodule-utils.hash │ └── semodule-utils.mk ├── sentry-cli │ ├── Config.in.host │ ├── sentry-cli.hash │ └── sentry-cli.mk ├── sentry-native │ ├── 0001-sentry.h-include-ucontext.h.patch │ ├── Config.in │ ├── sentry-native.hash │ └── sentry-native.mk ├── ser2net │ ├── Config.in │ ├── S50ser2net │ ├── ser2net.hash │ └── ser2net.mk ├── serd │ ├── Config.in │ ├── serd.hash │ └── serd.mk ├── setools │ ├── 0001-Do-not-export-use-setools.InfoFlowAnalysis-and-setoo.patch │ ├── Config.in │ ├── setools.hash │ └── setools.mk ├── setserial │ ├── 0001-build-system-fix.patch │ ├── 0002-tiocghayesesp-build-fix.patch │ ├── Config.in │ ├── setserial.hash │ └── setserial.mk ├── sexpect │ ├── Config.in │ ├── sexpect.hash │ └── sexpect.mk ├── sg3_utils │ ├── 0001-src-sg_dd.c-fix-musl-build.patch │ ├── 0002-configure.ac-fix-uclibc-ng-build.patch │ ├── Config.in │ ├── sg3_utils.hash │ └── sg3_utils.mk ├── shadowsocks-libev │ ├── 0001-configure.ac-use-pkg-config-to-find-netfilter_conntr.patch │ ├── 0002-fix-maybe-uninitialized-errors.patch │ ├── 0003-lib-Makefile.am-remove-static-from-LDFLAGS.patch │ ├── Config.in │ ├── shadowsocks-libev.hash │ └── shadowsocks-libev.mk ├── shairport-sync │ ├── 0001-configure.ac-find-sndfile-through-pkg-config.patch │ ├── Config.in │ ├── S99shairport-sync │ ├── shairport-sync.hash │ └── shairport-sync.mk ├── shapelib │ ├── 0001-Remove-double-free-in-contrib-shpsrt.patch │ ├── Config.in │ ├── shapelib.hash │ └── shapelib.mk ├── shared-mime-info │ ├── 0001-Remove-incorrect-dependency-from-install-data-hook.patch │ ├── Config.in │ ├── shared-mime-info.hash │ └── shared-mime-info.mk ├── shellinabox │ ├── 0001-Makefile-disable-always-building-statically.patch │ ├── 0002-CVE-2018-16789-fix-for-broken-multipart-form-data.patch │ ├── Config.in │ ├── shellinabox.hash │ └── shellinabox.mk ├── signal-estimator │ ├── Config.in │ ├── signal-estimator.hash │ └── signal-estimator.mk ├── sigrok-cli │ ├── Config.in │ ├── sigrok-cli.hash │ └── sigrok-cli.mk ├── simple-mail │ ├── Config.in │ ├── simple-mail.hash │ └── simple-mail.mk ├── siproxd │ ├── Config.in │ ├── siproxd.hash │ └── siproxd.mk ├── sispmctl │ ├── Config.in │ ├── sispmctl.hash │ └── sispmctl.mk ├── skalibs │ ├── Config.in │ ├── skalibs.hash │ └── skalibs.mk ├── skeleton-custom │ ├── Config.in │ └── skeleton-custom.mk ├── skeleton-init-common │ ├── Config.in │ └── skeleton-init-common.mk ├── skeleton-init-none │ ├── Config.in │ └── skeleton-init-none.mk ├── skeleton-init-openrc │ ├── Config.in │ ├── skeleton-init-openrc.mk │ └── skeleton │ │ ├── dev │ │ └── log │ │ ├── etc │ │ ├── conf.d │ │ │ └── .empty │ │ ├── fstab │ │ └── runlevels │ │ │ └── default │ │ │ ├── .empty │ │ │ └── sysv-rcs │ │ └── var │ │ ├── cache │ │ ├── lib │ │ └── misc │ │ ├── lock │ │ ├── log │ │ ├── run │ │ ├── spool │ │ └── tmp ├── skeleton-init-systemd │ ├── Config.in │ ├── fakeroot_tmpfiles.sh │ ├── legacy.conf │ ├── skeleton-init-systemd.mk │ └── var.mount ├── skeleton-init-sysv │ ├── Config.in │ ├── skeleton-init-sysv.mk │ └── skeleton │ │ ├── dev │ │ ├── log │ │ ├── pts │ │ │ └── .empty │ │ └── shm │ │ │ └── .empty │ │ ├── etc │ │ └── fstab │ │ └── var │ │ ├── cache │ │ ├── lib │ │ └── misc │ │ ├── lock │ │ ├── log │ │ ├── run │ │ ├── spool │ │ └── tmp ├── skeleton │ ├── Config.in │ └── skeleton.mk ├── sl │ ├── Config.in │ ├── sl.hash │ └── sl.mk ├── slang │ ├── 0001-slsh-libs.patch │ ├── Config.in │ ├── slang.hash │ └── slang.mk ├── slirp │ ├── Config.in │ ├── slirp.hash │ └── slirp.mk ├── slirp4netns │ ├── Config.in │ ├── slirp4netns.hash │ └── slirp4netns.mk ├── sloci-image │ ├── Config.in.host │ ├── sloci-image.hash │ └── sloci-image.mk ├── smack │ ├── Config.in │ ├── smack.hash │ └── smack.mk ├── smartmontools │ ├── Config.in │ ├── smartmontools.hash │ └── smartmontools.mk ├── smcroute │ ├── Config.in │ ├── S41smcroute │ ├── smcroute.hash │ └── smcroute.mk ├── smstools3 │ ├── 0001-fix-Makefile.patch │ ├── 0002-fix-build-with-gcc-10.x.patch │ ├── Config.in │ ├── S50smsd │ ├── smstools3.hash │ └── smstools3.mk ├── snappy │ ├── 0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch │ ├── Config.in │ ├── snappy.hash │ └── snappy.mk ├── sngrep │ ├── Config.in │ ├── sngrep.hash │ └── sngrep.mk ├── snmpclitools │ ├── Config.in │ ├── snmpclitools.hash │ └── snmpclitools.mk ├── snmppp │ ├── 0001-fix-build-without-v3.patch │ ├── Config.in │ ├── snmppp.hash │ └── snmppp.mk ├── snort │ ├── 0001-configure.in-Avoid-path-poisoning-with-libpcap.patch │ ├── 0002-configure.in-Allow-to-override-the-INADDR_NONE-check.patch │ ├── 0003-configure.in-convert-AC_RUN_IFELSE-to-AC_CHECK_MEMBE.patch │ ├── 0004-configure.in-convert-AC_RUN_IFELSE-to-AC_COMPILE_IFE.patch │ ├── 0005-fix-sparc.patch │ ├── 0006-Fix-compile-error-when-building-against-uclibc-or-mu.patch │ ├── 0007-Fix-error-when-building-on-a-Fedora-host-machine.patch │ ├── 0008-Fix-NO-OPTIMIZE.patch │ ├── Config.in │ ├── snort.hash │ └── snort.mk ├── snort3 │ ├── Config.in │ ├── snort3.hash │ └── snort3.mk ├── socat │ ├── 0001-no-documentation.patch │ ├── 0002-compat-set-NETDB_INTERNAL.patch │ ├── Config.in │ ├── socat.hash │ └── socat.mk ├── socketcand │ ├── 0001-Fix-GCC10-build-failure.patch │ ├── Config.in │ ├── socketcand.hash │ └── socketcand.mk ├── sofia-sip │ ├── Config.in │ ├── sofia-sip.hash │ └── sofia-sip.mk ├── softether │ ├── 0001-Create-autotools-plumbing-for-SoftEther.patch │ ├── 0002-Create-libsoftether.so-and-dynamically-link.patch │ ├── 0003-use-fhs-install-directories.patch │ ├── 0004-create-non-forking-softetherd-for-upstart-and-systemd.patch │ ├── 0005-change-GetExeDir-to-GetStateDir-in-Cedar-and-Mayaqua.patch │ ├── 0006-cross-compile.patch │ ├── 0007-iconv.patch │ ├── 0008-librt.patch │ ├── 0009-uclibc-ai-addrconfig.patch │ ├── Config.in │ ├── softether.hash │ └── softether.mk ├── softhsm2 │ ├── Config.in │ ├── softhsm2.hash │ └── softhsm2.mk ├── solarus │ ├── 0001-cmake-remove-Werror.patch │ ├── 0002-Add-a-basic-FindOpenGLES2.cmake.patch │ ├── Config.in │ ├── solarus.hash │ └── solarus.mk ├── sord │ ├── Config.in │ ├── sord.hash │ └── sord.mk ├── sound-theme-borealis │ ├── Config.in │ ├── sound-theme-borealis.hash │ └── sound-theme-borealis.mk ├── sound-theme-freedesktop │ ├── Config.in │ ├── sound-theme-freedesktop.hash │ └── sound-theme-freedesktop.mk ├── sox │ ├── 0001-uclibc.patch │ ├── 0002-configure.ac-put-back-disable-stack-protector.patch │ ├── 0003-configure.ac-fix-static-linking-with-id3tag.patch │ ├── 0004-configure.ac-fix-static-linking-with-magic.patch │ ├── 0005-configure.ac-fix-static-linking-with-sndfile.patch │ ├── Config.in │ ├── sox.hash │ └── sox.mk ├── sp-oops-extract │ ├── 0001-Make-the-Makefile-more-cross-compiler-friendly.patch │ ├── 0002-stdint-cleanup.patch │ ├── Config.in │ ├── sp-oops-extract.hash │ └── sp-oops-extract.mk ├── spandsp │ ├── 0001-configure.ac-fix-AVX-SSE-and-MMX-options.patch │ ├── Config.in │ ├── spandsp.hash │ └── spandsp.mk ├── spawn-fcgi │ ├── Config.in │ ├── spawn-fcgi.hash │ └── spawn-fcgi.mk ├── spdlog │ ├── Config.in │ ├── spdlog.hash │ └── spdlog.mk ├── speechd │ ├── 0001-add-disable-doc.patch │ ├── Config.in │ ├── speechd.hash │ └── speechd.mk ├── speex │ ├── 0001-thumb2-support.patch │ ├── Config.in │ ├── speex.hash │ └── speex.mk ├── speexdsp │ ├── Config.in │ ├── speexdsp.hash │ └── speexdsp.mk ├── sphinxbase │ ├── Config.in │ ├── sphinxbase.hash │ └── sphinxbase.mk ├── spi-tools │ ├── Config.in │ ├── spi-tools.hash │ └── spi-tools.mk ├── spice-protocol │ ├── Config.in │ ├── spice-protocol.hash │ └── spice-protocol.mk ├── spice │ ├── Config.in │ ├── spice.hash │ └── spice.mk ├── spidev_test │ ├── Config.in │ ├── spidev_test.hash │ └── spidev_test.mk ├── spirv-llvm-translator │ ├── spirv-llvm-translator.hash │ └── spirv-llvm-translator.mk ├── sqlcipher │ ├── Config.in │ ├── sqlcipher.hash │ └── sqlcipher.mk ├── sqlite │ ├── Config.in │ ├── sqlite.hash │ └── sqlite.mk ├── squashfs │ ├── Config.in │ ├── Config.in.host │ ├── squashfs.hash │ └── squashfs.mk ├── squeezelite │ ├── Config.in │ ├── squeezelite.hash │ └── squeezelite.mk ├── squid │ ├── Config.in │ ├── S97squid │ ├── squid.hash │ └── squid.mk ├── sratom │ ├── Config.in │ ├── sratom.hash │ └── sratom.mk ├── sredird │ ├── 0001-termio.patch │ ├── Config.in │ ├── sredird.hash │ └── sredird.mk ├── sscep │ ├── 0001-Fix-getopt-linking-error.patch │ ├── Config.in │ ├── sscep.hash │ └── sscep.mk ├── ssdp-responder │ ├── Config.in │ ├── S50ssdpd │ ├── ssdp-responder.hash │ └── ssdp-responder.mk ├── sshfs │ ├── Config.in │ ├── sshfs.hash │ └── sshfs.mk ├── sshguard │ ├── Config.in │ ├── S49sshguard │ ├── sshguard.hash │ └── sshguard.mk ├── sshpass │ ├── Config.in │ ├── sshpass.hash │ └── sshpass.mk ├── sslh │ ├── Config.in │ ├── S35sslh │ ├── sslh.hash │ └── sslh.mk ├── start-stop-daemon │ ├── 0001-add-uclibc-alias-and-musl.patch │ ├── 0002-just-warn-on-missing-arch.patch │ ├── Config.in │ ├── start-stop-daemon.hash │ └── start-stop-daemon.mk ├── startup-notification │ ├── Config.in │ ├── startup-notification.hash │ └── startup-notification.mk ├── statserial │ ├── 0001-ncurses-link.patch │ ├── Config.in │ ├── statserial.hash │ └── statserial.mk ├── stb │ ├── Config.in │ ├── stb.hash │ ├── stb.mk │ └── stb.pc ├── stella │ ├── Config.in │ ├── stella.hash │ └── stella.mk ├── stellarium │ ├── 0001-add-missing-include.patch │ ├── Config.in │ ├── stellarium.hash │ └── stellarium.mk ├── stm32flash │ ├── Config.in │ ├── stm32flash.hash │ └── stm32flash.mk ├── strace │ ├── Config.in │ ├── strace.hash │ └── strace.mk ├── stress-ng │ ├── 0001-Makefile-fix-build-with-kernel-5.6.patch │ ├── Config.in │ ├── stress-ng.hash │ └── stress-ng.mk ├── stress │ ├── Config.in │ ├── stress.hash │ └── stress.mk ├── strongswan │ ├── Config.in │ ├── strongswan.hash │ └── strongswan.mk ├── stunnel │ ├── Config.in │ ├── S50stunnel │ ├── stunnel.hash │ └── stunnel.mk ├── subversion │ ├── Config.in │ ├── subversion.hash │ └── subversion.mk ├── sudo │ ├── 0001-configure.ac-fix-openssl-static-build.patch │ ├── Config.in │ ├── sudo.hash │ ├── sudo.mk │ └── sudo.pam ├── sunwait │ ├── Config.in │ ├── sunwait.hash │ └── sunwait.mk ├── sunxi-boards │ ├── Config.in │ ├── sunxi-boards.hash │ └── sunxi-boards.mk ├── sunxi-cedarx │ ├── Config.in │ ├── sunxi-cedarx.hash │ └── sunxi-cedarx.mk ├── sunxi-mali-utgard-driver │ ├── Config.in │ ├── sunxi-mali-utgard-driver.hash │ └── sunxi-mali-utgard-driver.mk ├── sunxi-mali-utgard │ ├── Config.in │ ├── egl.pc │ ├── glesv2.pc │ ├── sunxi-mali-utgard.hash │ └── sunxi-mali-utgard.mk ├── sunxi-tools │ ├── 0001-meminfo-Access-to-io-memory-via-pointers.patch │ ├── Config.in │ ├── Config.in.host │ ├── sunxi-tools.hash │ └── sunxi-tools.mk ├── supertux │ ├── Config.in │ ├── supertux.hash │ └── supertux.mk ├── supertuxkart │ ├── Config.in │ ├── supertuxkart.hash │ └── supertuxkart.mk ├── supervisor │ ├── Config.in │ ├── S99supervisord │ ├── supervisor.hash │ ├── supervisor.mk │ ├── supervisord.conf │ └── supervisord.service ├── suricata │ ├── 0001-python-ensure-proper-shabang-on-python-scripts.patch │ ├── 0002-configure.ac-allow-the-user-to-override-RUST_TARGET.patch │ ├── Config.in │ ├── S99suricata │ ├── suricata.hash │ ├── suricata.mk │ └── suricata.service ├── sway │ ├── Config.in │ ├── sway.hash │ └── sway.mk ├── swig │ ├── Config.in.host │ ├── swig.hash │ └── swig.mk ├── swupdate │ ├── 10-mongoose-args │ ├── 90-start-progress │ ├── Config.in │ ├── S80swupdate │ ├── swupdate-progress.service │ ├── swupdate-usb.rules │ ├── swupdate-usb@.service │ ├── swupdate.config │ ├── swupdate.hash │ ├── swupdate.mk │ ├── swupdate.service │ ├── swupdate.sh │ ├── swupdate.socket │ └── tmpfiles-swupdate.conf ├── sylpheed │ ├── 0001-harden-link-checker-before-accepting-click.patch │ ├── Config.in │ ├── sylpheed.hash │ └── sylpheed.mk ├── synergy │ ├── Config.in │ ├── synergy.hash │ └── synergy.mk ├── sysdig │ ├── Config.in │ ├── sysdig.hash │ └── sysdig.mk ├── sysklogd │ ├── Config.in │ ├── S01syslogd │ ├── sysklogd.hash │ ├── sysklogd.mk │ └── syslogd.service ├── syslog-ng │ ├── 0001-fix-build-on-uclibc.patch │ ├── Config.in │ ├── S01syslog-ng │ ├── syslog-ng.conf │ ├── syslog-ng.hash │ └── syslog-ng.mk ├── sysprof │ ├── 0001-define-NT_GNU_BUILD_ID.patch │ ├── Config.in │ ├── sysprof.hash │ └── sysprof.mk ├── sysrepo │ ├── Config.in │ ├── S51sysrepo-plugind │ ├── sysrepo.hash │ └── sysrepo.mk ├── sysstat │ ├── Config.in │ ├── sysstat.hash │ └── sysstat.mk ├── system-config-printer │ ├── 0001-Add-option-to-disable-xmlto-manual-generation.patch │ ├── 0002-configure-accept-non-system-cups-config.patch │ ├── Config.in │ ├── system-config-printer.hash │ └── system-config-printer.mk ├── systemd-bootchart │ ├── Config.in │ ├── systemd-bootchart.hash │ └── systemd-bootchart.mk ├── systemd │ ├── 80-buildroot.preset │ ├── Config.in │ ├── Config.in.host │ ├── boot-files │ │ ├── buildroot.conf │ │ └── loader.conf │ ├── dhcp.network │ ├── systemd.hash │ └── systemd.mk ├── sysvinit │ ├── 0001-Makefile-disable-stack-protector-strong.patch │ ├── Config.in │ ├── inittab │ ├── sysvinit.hash │ └── sysvinit.mk ├── szip │ ├── Config.in │ ├── szip.hash │ └── szip.mk ├── taglib │ ├── Config.in │ ├── taglib.hash │ └── taglib.mk ├── tar │ ├── 0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch │ ├── Config.in │ ├── tar.hash │ └── tar.mk ├── targetcli-fb │ ├── Config.in │ ├── S50target │ ├── target.service │ ├── targetcli-fb.hash │ └── targetcli-fb.mk ├── taskd │ ├── 0001-Fix-missing-cmakedefine-HAVE_GET_CURRENT_DIR_NAME.patch │ ├── 0002-Use-correct-variables-for-GnuTLS-detection.patch │ ├── 0003-CMakeLists-use-pkg-config-uuid-detection.patch │ ├── Config.in │ ├── taskd.hash │ └── taskd.mk ├── tbb │ ├── 0001-Musl-linux-can-not-use-RTLD_DEEPBIND.patch │ ├── 0002-mallinfo-is-only-defined-on-glibc-and-android.patch │ ├── 0003-Define-ITT_ARCH_IA64-when-undefiend.patch │ ├── Config.in │ ├── tbb.hash │ └── tbb.mk ├── tcf-agent │ ├── Config.in │ ├── S55tcf-agent │ ├── tcf-agent.hash │ ├── tcf-agent.mk │ └── tcf-agent.service ├── tcl │ ├── 0001-Disable-tcl-compatibility-layers.patch │ ├── Config.in │ ├── tcl.hash │ └── tcl.mk ├── tclap │ ├── Config.in │ ├── tclap.hash │ └── tclap.mk ├── tcllib │ ├── Config.in │ ├── tcllib.hash │ └── tcllib.mk ├── tcpdump │ ├── Config.in │ ├── tcpdump.hash │ └── tcpdump.mk ├── tcping │ ├── Config.in │ ├── tcping.hash │ └── tcping.mk ├── tcpreplay │ ├── Config.in │ ├── tcpreplay.hash │ └── tcpreplay.mk ├── tealdeer │ ├── Config.in │ ├── tealdeer.hash │ └── tealdeer.mk ├── tegrarcm │ ├── Config.in.host │ ├── tegrarcm.hash │ └── tegrarcm.mk ├── tekui │ ├── Config.in │ ├── tekui.hash │ └── tekui.mk ├── termcolor │ ├── Config.in │ ├── termcolor.hash │ └── termcolor.mk ├── terminology │ ├── Config.in │ ├── terminology.hash │ └── terminology.mk ├── tesseract-ocr │ ├── 0001-Check-if-platform-supports-feenableexcept.patch │ ├── 0002-configure.ac-fix-build-on-aarch64_be.patch │ ├── Config.in │ ├── tesseract-ocr.hash │ └── tesseract-ocr.mk ├── tftpd │ ├── 0001-Use-extern-qualifier-to-fix-gcc-10.x-build.patch │ ├── Config.in │ ├── S80tftpd-hpa │ ├── tftpd.hash │ └── tftpd.mk ├── thermald │ ├── Config.in │ ├── thermald.hash │ └── thermald.mk ├── thrift │ ├── Config.in │ ├── thrift.hash │ └── thrift.mk ├── thttpd │ ├── Config.in │ ├── S90thttpd │ ├── thttpd.hash │ ├── thttpd.mk │ └── thttpd.service ├── ti-cgt-pru │ ├── Config.in.host │ ├── ti-cgt-pru.hash │ └── ti-cgt-pru.mk ├── ti-gfx │ ├── 0001-newclkapi.patch │ ├── 0002-fix-build-omaplfb-linux.patch │ ├── 0003-km_install_modules.patch │ ├── Config.in │ ├── S80ti-gfx │ ├── egl.pc │ ├── esrev.sh │ ├── glesv2.pc │ ├── powervr.ini │ ├── ti-gfx.hash │ ├── ti-gfx.mk │ └── ti-gfx.service ├── ti-sgx-demos │ ├── Config.in │ ├── ti-sgx-demos.hash │ └── ti-sgx-demos.mk ├── ti-sgx-km │ ├── Config.in │ ├── ti-sgx-km.hash │ └── ti-sgx-km.mk ├── ti-sgx-um │ ├── 0001-Makefile-do-not-install-init-script.patch │ ├── Config.in │ ├── S80ti-sgx │ ├── ti-sgx-um.hash │ └── ti-sgx-um.mk ├── ti-uim │ ├── Config.in │ ├── ti-uim.hash │ └── ti-uim.mk ├── ti-utils │ ├── 0001-plt.h-fix-build-with-gcc-10.patch │ ├── Config.in │ ├── ti-utils.hash │ └── ti-utils.mk ├── tiff │ ├── Config.in │ ├── tiff.hash │ └── tiff.mk ├── time │ ├── Config.in │ ├── time.hash │ └── time.mk ├── timescaledb │ ├── Config.in │ ├── timescaledb.hash │ └── timescaledb.mk ├── tinc │ ├── Config.in │ ├── tinc.hash │ └── tinc.mk ├── tini │ ├── Config.in │ ├── tini.hash │ └── tini.mk ├── tinifier │ ├── Config.in │ ├── tinifier.hash │ └── tinifier.mk ├── tinyalsa │ ├── 0001-include-time.h-before-asound.h.patch │ ├── Config.in │ ├── tinyalsa.hash │ └── tinyalsa.mk ├── tinycbor │ ├── 0001-Makefile-add-DISABLE_WERROR.patch │ ├── Config.in │ ├── tinycbor.hash │ └── tinycbor.mk ├── tinycompress │ ├── 0001-wave-add-time.h-missing-header-inclusion.patch │ ├── Config.in │ ├── tinycompress.hash │ └── tinycompress.mk ├── tinydtls │ ├── 0001-sha2-sha2.c-fix-build-on-big-endian.patch │ ├── Config.in │ ├── tinydtls.hash │ └── tinydtls.mk ├── tinymembench │ ├── 0001-arm-fix-build-on-Thumb-only-architectures.patch │ ├── Config.in │ ├── tinymembench.hash │ └── tinymembench.mk ├── tinyproxy │ ├── 0001-prevent-junk-from-showing-up-in-error-page-in-invalid-requests.patch │ ├── Config.in │ ├── tinyproxy.hash │ └── tinyproxy.mk ├── tinyssh │ ├── Config.in │ ├── tinyssh.hash │ └── tinyssh.mk ├── tinyxml │ ├── 0001-In-stamp-always-advance-the-pointer-if-p-0xef.patch │ ├── Config.in │ ├── tinyxml.hash │ └── tinyxml.mk ├── tinyxml2 │ ├── Config.in │ ├── tinyxml2.hash │ └── tinyxml2.mk ├── tio │ ├── Config.in │ ├── tio.hash │ └── tio.mk ├── tk │ ├── Config.in │ ├── tk.hash │ └── tk.mk ├── tl-expected │ ├── Config.in │ ├── tl-expected.hash │ └── tl-expected.mk ├── tmux │ ├── Config.in │ ├── tmux.hash │ └── tmux.mk ├── tor │ ├── 0001-patch-src_lib_crypt_ops_crypto_dh_openssl_c.patch │ ├── 0002-patch-src_lib_crypt_ops_crypto_rsa_openssl_c.patch │ ├── 0003-patch-src_lib_tls_x509_openssl_c.patch │ ├── Config.in │ ├── tor.hash │ └── tor.mk ├── tovid │ ├── 0001-manpage.patch │ ├── Config.in │ ├── tovid.hash │ └── tovid.mk ├── tpm-tools │ ├── Config.in │ ├── tpm-tools.hash │ └── tpm-tools.mk ├── tpm2-abrmd │ ├── Config.in │ ├── S80tpm2-abrmd │ ├── tpm2-abrmd.hash │ └── tpm2-abrmd.mk ├── tpm2-pkcs11 │ ├── Config.in │ ├── tpm2-pkcs11.hash │ └── tpm2-pkcs11.mk ├── tpm2-tools │ ├── Config.in │ ├── tpm2-tools.hash │ └── tpm2-tools.mk ├── tpm2-totp │ ├── Config.in │ ├── tpm2-totp.hash │ └── tpm2-totp.mk ├── tpm2-tss │ ├── 0001-Temporary-fix-for-build-without-C.patch │ ├── Config.in │ ├── tpm2-tss.hash │ └── tpm2-tss.mk ├── trace-cmd │ ├── Config.in │ ├── trace-cmd.hash │ └── trace-cmd.mk ├── traceroute │ ├── Config.in │ ├── traceroute.hash │ └── traceroute.mk ├── transmission │ ├── 0001-fix-utypes.patch │ ├── 0002-fix-utp-include.patch │ ├── 0003-configure.ac-fix-autoreconf-with-autoconf-2.70.patch │ ├── Config.in │ ├── S92transmission │ ├── transmission.hash │ └── transmission.mk ├── tree │ ├── Config.in │ ├── tree.hash │ └── tree.mk ├── tremor │ ├── Config.in │ ├── tremor.hash │ └── tremor.mk ├── triggerhappy │ ├── Config.in │ ├── S10triggerhappy │ ├── triggerhappy.hash │ ├── triggerhappy.mk │ └── triggerhappy.service ├── trinity │ ├── 0001-Fix-build-with-GCC-10.patch │ ├── 0002-net-proto-ip-raw.c-fix-build-with-kernel-5.13.patch │ ├── 0003-Use-fcntl-h-for-dev_t-mode_t.patch │ ├── 0004-drop-decnet.patch │ ├── Config.in │ ├── trinity.hash │ └── trinity.mk ├── trousers │ ├── 0001-Check-if-the-compiler-understands-pie-and-relro-options.patch │ ├── 0002-Check-that-getpwent_r-is-available-before-using-it.patch │ ├── 0003-Fix-build-with-LibreSSL-2-7.patch │ ├── Config.in │ ├── trousers.hash │ └── trousers.mk ├── ts4900-fpga │ ├── Config.in │ ├── ts4900-fpga.hash │ └── ts4900-fpga.mk ├── tslib │ ├── Config.in │ ├── tslib.hash │ └── tslib.mk ├── tstools │ ├── 0001-build-get-along-with-buildroot.patch │ ├── Config.in │ ├── tstools.hash │ └── tstools.mk ├── ttyd │ ├── Config.in │ ├── ttyd.hash │ └── ttyd.mk ├── tunctl │ ├── Config.in │ ├── tunctl.hash │ └── tunctl.mk ├── turbolua │ ├── Config.in │ ├── turbolua.hash │ └── turbolua.mk ├── tvheadend │ ├── 0001-no-check_config.patch │ ├── Config.in │ ├── S99tvheadend │ ├── etc.default.tvheadend │ ├── tvheadend.hash │ └── tvheadend.mk ├── twolame │ ├── Config.in │ ├── twolame.hash │ └── twolame.mk ├── tz │ ├── Config.in │ └── tz.mk ├── tzdata │ ├── Config.in │ ├── tzdata.hash │ └── tzdata.mk ├── tzdump │ ├── tzdump.hash │ └── tzdump.mk ├── uacme │ ├── Config.in │ ├── uacme.hash │ └── uacme.mk ├── uboot-tools │ ├── 0001-drop-configh-from-tools.patch │ ├── 0002-tools-only-in-no-dot-config-targets.patch │ ├── 0003-tools-Makefile-fix-C-LD-FLAGS-with-CROSS_BUILD_TOOLS.patch │ ├── Config.in │ ├── Config.in.host │ ├── uboot-tools.hash │ └── uboot-tools.mk ├── ubus │ ├── 0001-Install-server-and-client-examples.patch │ ├── Config.in │ ├── ubus.hash │ └── ubus.mk ├── uclibc-ng-test │ ├── Config.in │ ├── uclibc-ng-test.hash │ └── uclibc-ng-test.mk ├── uclibc │ ├── 0001-aarch64-add-hwcap-header-file.patch │ ├── 0002-fcntl.h-declare-f_owner_ex-for-all-architectures.patch │ ├── Config.in │ ├── uClibc-ng.config │ ├── uclibc.hash │ └── uclibc.mk ├── udev-gentoo-scripts │ ├── Config.in │ ├── udev-gentoo-scripts.hash │ └── udev-gentoo-scripts.mk ├── udev │ ├── Config.in │ └── udev.mk ├── udftools │ ├── Config.in │ ├── udftools.hash │ └── udftools.mk ├── udisks │ ├── Config.in │ ├── udisks.hash │ └── udisks.mk ├── udpcast │ ├── 0001-fix-musl-build.patch │ ├── Config.in │ ├── udpcast.hash │ └── udpcast.mk ├── udpxy │ ├── Config.in │ ├── udpxy.hash │ └── udpxy.mk ├── uemacs │ ├── 01-clear-ixon-termios-flag.patch │ ├── Config.in │ ├── uemacs.hash │ └── uemacs.mk ├── uftp │ ├── Config.in │ ├── uftp.hash │ └── uftp.mk ├── uftrace │ ├── 0001-cmds-records-replace-ADDR_NO_RANDOMIZE-by-its-value.patch │ ├── Config.in │ ├── uftrace.hash │ └── uftrace.mk ├── uhd │ ├── 0001-host-CMakeLists-add-boost-unit_test_framework-requir.patch │ ├── Config.in │ ├── uhd.hash │ └── uhd.mk ├── uhttpd │ ├── 0001-Remove-Werror.patch │ ├── 0002-Fix-TCP_FASTOPEN-related-compile-error.patch │ ├── Config.in │ ├── uhttpd.hash │ └── uhttpd.mk ├── uhubctl │ ├── Config.in │ ├── uhubctl.hash │ └── uhubctl.mk ├── ulog │ ├── Config.in │ ├── ulog.hash │ └── ulog.mk ├── ulogd │ ├── Config.in │ ├── ulogd.hash │ └── ulogd.mk ├── umtprd │ ├── 0001-Fix-output_dir-make-dependency.patch │ ├── Config.in │ ├── umtprd.hash │ └── umtprd.mk ├── unbound │ ├── Config.in │ ├── S70unbound │ ├── unbound.hash │ └── unbound.mk ├── unclutter-xfixes │ ├── Config.in │ ├── unclutter-xfixes.hash │ └── unclutter-xfixes.mk ├── unifdef │ ├── 0001-Makefile-fix-error-on-install.patch │ ├── unifdef.hash │ └── unifdef.mk ├── unionfs │ ├── Config.in │ ├── unionfs.hash │ └── unionfs.mk ├── unixodbc │ ├── 0001-DriverManager-drivermanager.h-fix-build-without-thre.patch │ ├── Config.in │ ├── unixodbc.hash │ └── unixodbc.mk ├── unrar │ ├── Config.in │ ├── unrar.hash │ └── unrar.mk ├── unscd │ ├── Config.in │ ├── S46unscd │ ├── nscd.conf │ ├── unscd.hash │ └── unscd.mk ├── unzip │ ├── 0001-Add-a-CMakeFile.txt-to-ease-cross-compilation.patch │ ├── Config.in │ ├── unzip.hash │ └── unzip.mk ├── upmpdcli │ ├── Config.in │ ├── S99upmpdcli │ ├── upmpdcli.hash │ └── upmpdcli.mk ├── upower │ ├── Config.in │ ├── upower.hash │ └── upower.mk ├── upx │ ├── upx.hash │ └── upx.mk ├── uqmi │ ├── 0001-uqmi-avoid-gcc-12.x-false-error-reporting-storing-th.patch │ ├── Config.in │ ├── uqmi.hash │ └── uqmi.mk ├── urandom-scripts │ ├── Config.in │ ├── S20seedrng │ └── urandom-scripts.mk ├── uredir │ ├── Config.in │ ├── uredir.hash │ └── uredir.mk ├── urg │ ├── 0001-select-h.patch │ ├── 0002-urg-gcc6-fix-narrowing-conversion.patch │ ├── Config.in │ ├── urg.hash │ └── urg.mk ├── usb_modeswitch │ ├── 0001-fix-systemd-detection.patch │ ├── Config.in │ ├── usb_modeswitch.hash │ └── usb_modeswitch.mk ├── usb_modeswitch_data │ ├── Config.in │ ├── usb_modeswitch_data.hash │ └── usb_modeswitch_data.mk ├── usbguard │ ├── Config.in │ ├── S20usbguard │ ├── usbguard.hash │ └── usbguard.mk ├── usbmount │ ├── 0001-rules-fix.patch │ ├── 0002-use-udev-environment-instead-of-blkid.patch │ ├── Config.in │ ├── usbmount.hash │ └── usbmount.mk ├── usbredir │ ├── Config.in │ ├── usbredir.hash │ └── usbredir.mk ├── usbutils │ ├── Config.in │ ├── usbutils.hash │ └── usbutils.mk ├── ushare │ ├── 0001-Don-t-build-po-files-if-NLS-is-disabled.patch │ ├── Config.in │ ├── ushare.hash │ └── ushare.mk ├── ussp-push │ ├── 0001-fix-build-against-bluez-4.patch │ ├── 0002-fix-build-again-obex-bluez.patch │ ├── 0003-add-OBEX_CharToUnicode.patch │ ├── Config.in │ ├── ussp-push.hash │ └── ussp-push.mk ├── ustream-ssl │ ├── Config.in │ ├── ustream-ssl.hash │ └── ustream-ssl.mk ├── utf8proc │ ├── Config.in │ ├── utf8proc.hash │ └── utf8proc.mk ├── util-linux │ ├── 0001-lsns-improve-dependence-on-NS_GET_-ioctls.patch │ ├── Config.in │ ├── Config.in.host │ ├── su.pam │ ├── util-linux-libs │ │ ├── util-linux-libs.hash │ │ └── util-linux-libs.mk │ ├── util-linux.hash │ └── util-linux.mk ├── utp_com │ ├── Config.in.host │ ├── utp_com.hash │ └── utp_com.mk ├── uuu │ ├── Config.in.host │ ├── readme.txt │ ├── uuu.hash │ └── uuu.mk ├── uvw │ ├── Config.in │ ├── uvw.hash │ └── uvw.mk ├── ux500-firmware │ ├── Config.in │ ├── ux500-firmware.hash │ └── ux500-firmware.mk ├── v4l2grab │ ├── Config.in │ ├── v4l2grab.hash │ └── v4l2grab.mk ├── v4l2loopback │ ├── Config.in │ ├── v4l2loopback.hash │ └── v4l2loopback.mk ├── vala │ ├── 0001-dont-add-dirty-to-valac-version.patch │ ├── vala-wrapper │ ├── vala.hash │ └── vala.mk ├── valgrind │ ├── 0001-workaround-SIGSEGV-on-PPC.patch │ ├── 0002-Define-PTRACE_GETSIGINFO-on-PowerPC-when-not-availab.patch │ ├── 0003-coregrind-fix-compilation-for-uclibc.patch │ ├── Config.in │ ├── uclibc.supp │ ├── valgrind.hash │ └── valgrind.mk ├── valijson │ ├── Config.in │ ├── valijson.hash │ └── valijson.mk ├── vboot-utils │ ├── 0001-Add-missing-definition-of-MTD_CHAR_MAJOR.patch │ ├── 0002-Add-missing-header-include-for-ssize_t.patch │ ├── 0003-Avoid-RSA-type-redefinition.patch │ ├── 0004-Disable-static-futility.patch │ ├── 0005-include-sys-sysmacros.h-for-major.patch │ ├── 0006-Update-for-openssl-1.1.patch │ ├── 0007-Make-vboot_version-extern-in-header.patch │ ├── Config.in.host │ ├── vboot-utils.hash │ └── vboot-utils.mk ├── vde2 │ ├── 0001-no-cxx.patch │ ├── 0002-fstp-Add-static-to-inline-functions.patch │ ├── 0003-vde_l3-Add-static-to-inline-functions.patch │ ├── Config.in │ ├── vde2.hash │ └── vde2.mk ├── vdr-plugin-vnsiserver │ ├── Config.in │ ├── vdr-plugin-vnsiserver.hash │ └── vdr-plugin-vnsiserver.mk ├── vdr │ ├── 0001-getloadavg.patch │ ├── 0002-Fix-musl-build.patch │ ├── 0003-Include-limits.h.patch │ ├── 0004-i18n.c-_nl_msg_cat_cntr-is-an-internal-symbol-of-som.patch │ ├── 0005-Fix-musl-build.patch │ ├── Config.in │ ├── vdr.hash │ └── vdr.mk ├── versal-firmware │ ├── Config.in │ └── versal-firmware.mk ├── vim │ ├── Config.in │ ├── vim.hash │ └── vim.mk ├── vis-network │ ├── Config.in │ ├── vis-network.hash │ └── vis-network.mk ├── vlc │ ├── 0001-Disable-building-of-statically-linked-vlc-binary.patch │ ├── 0002-automake-add-subdir-objects-option.patch │ ├── 0003-build-use-pkg-config-to-get-tremor-libs.patch │ ├── 0004-Fix-build-error-using-uClibc-by-adding-sys-types.h.patch │ ├── 0005-Don-t-assume-strerror_l-is-available.patch │ ├── 0006-posix-remove-ancient-run-time-fallback-to-real-time-.patch │ ├── 0007-Add-support-for-freerdp2.patch │ ├── 0008-configure.ac-also-use-AC_PATH_PROG-to-check-for-wayl.patch │ ├── 0009-modules-video_filter-opencv_example.cpp-fix-build-wi.patch │ ├── 0010-opengl-missing-library-check.patch │ ├── Config.in │ ├── vlc.hash │ └── vlc.mk ├── vmtouch │ ├── Config.in │ ├── vmtouch.hash │ └── vmtouch.mk ├── vnstat │ ├── Config.in │ ├── vnstat.hash │ └── vnstat.mk ├── vo-aacenc │ ├── Config.in │ ├── vo-aacenc.hash │ └── vo-aacenc.mk ├── volk │ ├── Config.in │ ├── volk.hash │ └── volk.mk ├── vorbis-tools │ ├── Config.in │ ├── vorbis-tools.hash │ └── vorbis-tools.mk ├── vpnc │ ├── 0001-Makefile-allow-to-override-the-PREFIX-variable.patch │ ├── 0002-Makefile-allow-to-override-the-version.patch │ ├── 0003-Makefile-allow-passing-custom-CFLAGS-CPPFLAGS.patch │ ├── 0004-Makefile-provide-an-option-to-not-build-manpages.patch │ ├── 0005-Makefile-allow-passing-a-custom-path-to-libgcrypt-co.patch │ ├── 0006-config.c-Replace-deprecated-SUSv3-functions-with-POS.patch │ ├── 0007-sysdep.h-don-t-assume-error.h-is-available-on-all-Li.patch │ ├── 0008-sysdep.c-don-t-include-linux-if_tun.h-on-Linux.patch │ ├── 0009-config.c-add-missing-sys-ttydefaults.h-include.patch │ ├── Config.in │ ├── vpnc.hash │ └── vpnc.mk ├── vsftpd │ ├── 0001-utmpx-builddef.patch │ ├── 0002-fix-CVE-2015-1419.patch │ ├── 0003-Prevent-hang-in-SIGCHLD-handler.patch │ ├── Config.in │ ├── S70vsftpd │ ├── vsftpd.hash │ ├── vsftpd.mk │ └── vsftpd.service ├── vte │ ├── 0001-build-Fix-build-with-kernel-headers-from-linux-4-13.patch │ ├── 0002-build-Fix-check-for-fstack-protector-compiler-support.patch │ ├── Config.in │ ├── vte.hash │ └── vte.mk ├── vtun │ ├── 0001-fix-installation.patch │ ├── 0002-fix-ssl-headers-checks.patch │ ├── 0003-openssl11.patch │ ├── Config.in │ ├── vtun.hash │ └── vtun.mk ├── vuejs-router │ ├── Config.in │ ├── vuejs-router.hash │ └── vuejs-router.mk ├── vuejs │ ├── Config.in │ ├── vuejs.hash │ └── vuejs.mk ├── vulkan-headers │ ├── Config.in │ ├── vulkan-headers.hash │ └── vulkan-headers.mk ├── w_scan │ ├── 0001-musl.patch │ ├── 0002-si_types-h-fix-build-with-gcc-10.patch │ ├── Config.in │ ├── w_scan.hash │ └── w_scan.mk ├── waf │ ├── waf.hash │ └── waf.mk ├── waffle │ ├── 0001-cmake-forward-cflags-from-.pc-files-to-waffle-cflags.patch │ ├── 0002-wayland-fix-build-against-version-1-20.patch │ ├── 0003-drop-C-dependency.patch │ ├── Config.in │ ├── waffle.hash │ └── waffle.mk ├── wampcc │ ├── 0001-Add-RISC-V-endian-detection.patch │ ├── 0002-include-wampcc-platform.h-fix-build-with-musl-1.2.0.patch │ ├── 0003-Broken-build-on-Windows.patch │ ├── Config.in │ ├── wampcc.hash │ └── wampcc.mk ├── watchdog │ ├── Config.in │ ├── watchdog.hash │ └── watchdog.mk ├── watchdogd │ ├── Config.in │ ├── S01watchdogd │ ├── watchdogd.hash │ └── watchdogd.mk ├── wavemon │ ├── 0001-iw_if.h-don-t-include-linux-if.h.patch │ ├── Config.in │ ├── wavemon.hash │ └── wavemon.mk ├── wavpack │ ├── Config.in │ ├── wavpack.hash │ └── wavpack.mk ├── wayland-protocols │ ├── Config.in │ ├── wayland-protocols.hash │ └── wayland-protocols.mk ├── wayland-utils │ ├── 0001-wayland-info-Fix-build-without-libdrm.patch │ ├── Config.in │ ├── wayland-utils.hash │ └── wayland-utils.mk ├── wayland │ ├── Config.in │ ├── wayland.hash │ └── wayland.mk ├── waylandpp │ ├── Config.in │ ├── waylandpp.hash │ └── waylandpp.mk ├── webkitgtk │ ├── 0001-Fix-build-failure-when-gstreamer-support-is-disabled.patch │ ├── Config.in │ ├── webkitgtk.hash │ └── webkitgtk.mk ├── webp │ ├── Config.in │ ├── webp.hash │ └── webp.mk ├── webrtc-audio-processing │ ├── 0001-Proper-detection-of-cxxabi.h-and-execinfo.h.patch │ ├── Config.in │ ├── webrtc-audio-processing.hash │ └── webrtc-audio-processing.mk ├── websocketpp │ ├── Config.in │ ├── websocketpp.hash │ └── websocketpp.mk ├── weston │ ├── 0001-tests-Add-dependency-on-screenshooter-client-protocol.patch │ ├── Config.in │ ├── weston.hash │ └── weston.mk ├── wf111 │ ├── Config.in │ ├── wf111.hash │ └── wf111.mk ├── wget │ ├── 0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch │ ├── Config.in │ ├── wget.hash │ └── wget.mk ├── whetstone │ ├── Config.in │ ├── whetstone.hash │ └── whetstone.mk ├── which │ ├── Config.in │ ├── which.hash │ └── which.mk ├── whois │ ├── Config.in │ ├── whois.hash │ └── whois.mk ├── wilc-driver │ ├── 0001-cfg80211.c-fix-missing-prandom_u32-with-Linux-6.1.0.patch │ ├── 0002-spi.c-fix-build-failure-on-remove-callback.patch │ ├── 0003-cfg80211.c-fix-build-failure-with-Linux-5.19-and-6.1.patch │ ├── 0004-Fix-struct-station_parameters-Linux-6.1-build-failur.patch │ ├── 0005-Fix-cast-warnings.patch │ ├── Config.in │ ├── wilc-driver.hash │ └── wilc-driver.mk ├── wilc-firmware │ ├── Config.in │ ├── wilc-firmware.hash │ └── wilc-firmware.mk ├── wilink-bt-firmware │ ├── Config.in │ ├── wilink-bt-firmware.hash │ └── wilink-bt-firmware.mk ├── wine │ ├── 0001-l3codeca-avoid-mpg123-functions-with-suffix.patch │ ├── 0002-mp3dmod-avoid-mpg123-functions-with-suffix.patch │ ├── Config.in │ ├── wine.hash │ └── wine.mk ├── wipe │ ├── 0001-musl.patch │ ├── Config.in │ ├── wipe.hash │ └── wipe.mk ├── wireguard-linux-compat │ ├── Config.in │ ├── wireguard-linux-compat.hash │ └── wireguard-linux-compat.mk ├── wireguard-tools │ ├── Config.in │ ├── wireguard-tools.hash │ └── wireguard-tools.mk ├── wireless-regdb │ ├── Config.in │ ├── wireless-regdb.hash │ └── wireless-regdb.mk ├── wireless_tools │ ├── 0001-remove-bzero.patch │ ├── Config.in │ ├── wireless_tools.hash │ └── wireless_tools.mk ├── wireplumber │ ├── 0001-fix-non-x86_64-architectures.patch │ ├── Config.in │ ├── wireplumber.hash │ └── wireplumber.mk ├── wireshark │ ├── 0001-cmake-lemon-wipe-CMAKE_-EXE_LINKER_FLAGS-SYSROOT-if-.patch │ ├── Config.in │ ├── wireshark.hash │ └── wireshark.mk ├── wlroots │ ├── 0001-Add-feature-macros-to-more-C-files-.patch │ ├── Config.in │ ├── wlroots.hash │ └── wlroots.mk ├── wmctrl │ ├── Config.in │ ├── wmctrl.hash │ └── wmctrl.mk ├── woff2 │ ├── 0001-CMake-Handle-multiple-libraries-being-returned-for-B.patch │ ├── Config.in │ ├── woff2.hash │ └── woff2.mk ├── wolfssl │ ├── Config.in │ ├── wolfssl.hash │ └── wolfssl.mk ├── wolftpm │ ├── Config.in │ ├── wolftpm.hash │ └── wolftpm.mk ├── wpa_supplicant │ ├── 0001-build-re-enable-options-for-libwpa_client.so-and-.patch │ ├── 0002-wpa_supplicant-use-a-less-generic-name-for-IEEE802.1.patch │ ├── 0003-Include-HMAC-SHA384-512-KDF-for-SAE-if-SHA384-512-is.patch │ ├── 50-wpa_supplicant.preset │ ├── Config.in │ ├── ifupdown.sh │ ├── wpa_supplicant.conf │ ├── wpa_supplicant.hash │ └── wpa_supplicant.mk ├── wpan-tools │ ├── Config.in │ ├── wpan-tools.hash │ └── wpan-tools.mk ├── wpebackend-fdo │ ├── Config.in │ ├── wpebackend-fdo.hash │ └── wpebackend-fdo.mk ├── wpewebkit │ ├── 0001-FELightningNEON.cpp-fails-to-build-NEON-fast-path-se.patch │ ├── Config.in │ ├── wpewebkit.hash │ └── wpewebkit.mk ├── wqy-zenhei │ ├── Config.in │ ├── wqy-zenhei.hash │ └── wqy-zenhei.mk ├── wsapi-fcgi │ ├── Config.in │ ├── wsapi-fcgi.hash │ └── wsapi-fcgi.mk ├── wsapi-xavante │ ├── Config.in │ ├── wsapi-xavante.hash │ └── wsapi-xavante.mk ├── wsapi │ ├── Config.in │ ├── wsapi.hash │ └── wsapi.mk ├── wtfutil │ ├── Config.in │ ├── wtfutil.hash │ └── wtfutil.mk ├── x11r7 │ ├── Config.in │ ├── libxcb │ │ ├── Config.in │ │ ├── libxcb.hash │ │ └── libxcb.mk │ ├── mcookie │ │ ├── Config.in │ │ ├── mcookie.c │ │ └── mcookie.mk │ ├── x11r7.mk │ ├── xapp_appres │ │ ├── Config.in │ │ ├── xapp_appres.hash │ │ └── xapp_appres.mk │ ├── xapp_bdftopcf │ │ ├── Config.in │ │ ├── xapp_bdftopcf.hash │ │ └── xapp_bdftopcf.mk │ ├── xapp_beforelight │ │ ├── Config.in │ │ ├── xapp_beforelight.hash │ │ └── xapp_beforelight.mk │ ├── xapp_bitmap │ │ ├── Config.in │ │ ├── xapp_bitmap.hash │ │ └── xapp_bitmap.mk │ ├── xapp_editres │ │ ├── Config.in │ │ ├── xapp_editres.hash │ │ └── xapp_editres.mk │ ├── xapp_fonttosfnt │ │ ├── Config.in │ │ ├── xapp_fonttosfnt.hash │ │ └── xapp_fonttosfnt.mk │ ├── xapp_fslsfonts │ │ ├── Config.in │ │ ├── xapp_fslsfonts.hash │ │ └── xapp_fslsfonts.mk │ ├── xapp_fstobdf │ │ ├── Config.in │ │ ├── xapp_fstobdf.hash │ │ └── xapp_fstobdf.mk │ ├── xapp_iceauth │ │ ├── Config.in │ │ ├── xapp_iceauth.hash │ │ └── xapp_iceauth.mk │ ├── xapp_ico │ │ ├── Config.in │ │ ├── xapp_ico.hash │ │ └── xapp_ico.mk │ ├── xapp_listres │ │ ├── Config.in │ │ ├── xapp_listres.hash │ │ └── xapp_listres.mk │ ├── xapp_luit │ │ ├── 0001-posix-openpt.patch │ │ ├── Config.in │ │ ├── xapp_luit.hash │ │ └── xapp_luit.mk │ ├── xapp_mkfontscale │ │ ├── Config.in │ │ ├── xapp_mkfontscale.hash │ │ └── xapp_mkfontscale.mk │ ├── xapp_oclock │ │ ├── Config.in │ │ ├── xapp_oclock.hash │ │ └── xapp_oclock.mk │ ├── xapp_rgb │ │ ├── Config.in │ │ ├── xapp_rgb.hash │ │ └── xapp_rgb.mk │ ├── xapp_rstart │ │ ├── Config.in │ │ ├── xapp_rstart.hash │ │ └── xapp_rstart.mk │ ├── xapp_scripts │ │ ├── Config.in │ │ ├── xapp_scripts.hash │ │ └── xapp_scripts.mk │ ├── xapp_sessreg │ │ ├── Config.in │ │ ├── xapp_sessreg.hash │ │ └── xapp_sessreg.mk │ ├── xapp_setxkbmap │ │ ├── Config.in │ │ ├── xapp_setxkbmap.hash │ │ └── xapp_setxkbmap.mk │ ├── xapp_showfont │ │ ├── Config.in │ │ ├── xapp_showfont.hash │ │ └── xapp_showfont.mk │ ├── xapp_smproxy │ │ ├── Config.in │ │ ├── xapp_smproxy.hash │ │ └── xapp_smproxy.mk │ ├── xapp_twm │ │ ├── Config.in │ │ ├── xapp_twm.hash │ │ └── xapp_twm.mk │ ├── xapp_viewres │ │ ├── Config.in │ │ ├── xapp_viewres.hash │ │ └── xapp_viewres.mk │ ├── xapp_x11perf │ │ ├── Config.in │ │ ├── xapp_x11perf.hash │ │ └── xapp_x11perf.mk │ ├── xapp_xauth │ │ ├── Config.in │ │ ├── xapp_xauth.hash │ │ └── xapp_xauth.mk │ ├── xapp_xbacklight │ │ ├── Config.in │ │ ├── xapp_xbacklight.hash │ │ └── xapp_xbacklight.mk │ ├── xapp_xbiff │ │ ├── Config.in │ │ ├── xapp_xbiff.hash │ │ └── xapp_xbiff.mk │ ├── xapp_xcalc │ │ ├── Config.in │ │ ├── xapp_xcalc.hash │ │ └── xapp_xcalc.mk │ ├── xapp_xclipboard │ │ ├── Config.in │ │ ├── xapp_xclipboard.hash │ │ └── xapp_xclipboard.mk │ ├── xapp_xclock │ │ ├── Config.in │ │ ├── xapp_xclock.hash │ │ └── xapp_xclock.mk │ ├── xapp_xcmsdb │ │ ├── Config.in │ │ ├── xapp_xcmsdb.hash │ │ └── xapp_xcmsdb.mk │ ├── xapp_xcompmgr │ │ ├── Config.in │ │ ├── xapp_xcompmgr.hash │ │ └── xapp_xcompmgr.mk │ ├── xapp_xconsole │ │ ├── Config.in │ │ ├── xapp_xconsole.hash │ │ └── xapp_xconsole.mk │ ├── xapp_xcursorgen │ │ ├── Config.in │ │ ├── xapp_xcursorgen.hash │ │ └── xapp_xcursorgen.mk │ ├── xapp_xdbedizzy │ │ ├── Config.in │ │ ├── xapp_xdbedizzy.hash │ │ └── xapp_xdbedizzy.mk │ ├── xapp_xditview │ │ ├── Config.in │ │ ├── xapp_xditview.hash │ │ └── xapp_xditview.mk │ ├── xapp_xdm │ │ ├── Config.in │ │ ├── S99xdm │ │ ├── xapp_xdm.hash │ │ └── xapp_xdm.mk │ ├── xapp_xdpyinfo │ │ ├── Config.in │ │ ├── xapp_xdpyinfo.hash │ │ └── xapp_xdpyinfo.mk │ ├── xapp_xdriinfo │ │ ├── Config.in │ │ ├── xapp_xdriinfo.hash │ │ └── xapp_xdriinfo.mk │ ├── xapp_xedit │ │ ├── Config.in │ │ ├── xapp_xedit.hash │ │ └── xapp_xedit.mk │ ├── xapp_xev │ │ ├── Config.in │ │ ├── xapp_xev.hash │ │ └── xapp_xev.mk │ ├── xapp_xeyes │ │ ├── Config.in │ │ ├── xapp_xeyes.hash │ │ └── xapp_xeyes.mk │ ├── xapp_xf86dga │ │ ├── Config.in │ │ ├── xapp_xf86dga.hash │ │ └── xapp_xf86dga.mk │ ├── xapp_xfd │ │ ├── Config.in │ │ ├── xapp_xfd.hash │ │ └── xapp_xfd.mk │ ├── xapp_xfindproxy │ │ ├── Config.in │ │ ├── xapp_xfindproxy.hash │ │ └── xapp_xfindproxy.mk │ ├── xapp_xfontsel │ │ ├── Config.in │ │ ├── xapp_xfontsel.hash │ │ └── xapp_xfontsel.mk │ ├── xapp_xfs │ │ ├── Config.in │ │ ├── xapp_xfs.hash │ │ └── xapp_xfs.mk │ ├── xapp_xfsinfo │ │ ├── Config.in │ │ ├── xapp_xfsinfo.hash │ │ └── xapp_xfsinfo.mk │ ├── xapp_xgamma │ │ ├── Config.in │ │ ├── xapp_xgamma.hash │ │ └── xapp_xgamma.mk │ ├── xapp_xgc │ │ ├── Config.in │ │ ├── xapp_xgc.hash │ │ └── xapp_xgc.mk │ ├── xapp_xhost │ │ ├── Config.in │ │ ├── xapp_xhost.hash │ │ └── xapp_xhost.mk │ ├── xapp_xinit │ │ ├── Config.in │ │ ├── xapp_xinit.hash │ │ └── xapp_xinit.mk │ ├── xapp_xinput-calibrator │ │ ├── Config.in │ │ ├── xapp_xinput-calibrator.hash │ │ └── xapp_xinput-calibrator.mk │ ├── xapp_xinput │ │ ├── Config.in │ │ ├── xapp_xinput.hash │ │ └── xapp_xinput.mk │ ├── xapp_xkbcomp │ │ ├── Config.in │ │ ├── xapp_xkbcomp.hash │ │ └── xapp_xkbcomp.mk │ ├── xapp_xkbevd │ │ ├── Config.in │ │ ├── xapp_xkbevd.hash │ │ └── xapp_xkbevd.mk │ ├── xapp_xkbprint │ │ ├── Config.in │ │ ├── xapp_xkbprint.hash │ │ └── xapp_xkbprint.mk │ ├── xapp_xkbutils │ │ ├── Config.in │ │ ├── xapp_xkbutils.hash │ │ └── xapp_xkbutils.mk │ ├── xapp_xkill │ │ ├── Config.in │ │ ├── xapp_xkill.hash │ │ └── xapp_xkill.mk │ ├── xapp_xload │ │ ├── Config.in │ │ ├── xapp_xload.hash │ │ └── xapp_xload.mk │ ├── xapp_xlogo │ │ ├── Config.in │ │ ├── xapp_xlogo.hash │ │ └── xapp_xlogo.mk │ ├── xapp_xlsatoms │ │ ├── Config.in │ │ ├── xapp_xlsatoms.hash │ │ └── xapp_xlsatoms.mk │ ├── xapp_xlsclients │ │ ├── Config.in │ │ ├── xapp_xlsclients.hash │ │ └── xapp_xlsclients.mk │ ├── xapp_xlsfonts │ │ ├── Config.in │ │ ├── xapp_xlsfonts.hash │ │ └── xapp_xlsfonts.mk │ ├── xapp_xmag │ │ ├── Config.in │ │ ├── xapp_xmag.hash │ │ └── xapp_xmag.mk │ ├── xapp_xman │ │ ├── Config.in │ │ ├── xapp_xman.hash │ │ └── xapp_xman.mk │ ├── xapp_xmessage │ │ ├── Config.in │ │ ├── xapp_xmessage.hash │ │ └── xapp_xmessage.mk │ ├── xapp_xmh │ │ ├── Config.in │ │ ├── xapp_xmh.hash │ │ └── xapp_xmh.mk │ ├── xapp_xmodmap │ │ ├── Config.in │ │ ├── xapp_xmodmap.hash │ │ └── xapp_xmodmap.mk │ ├── xapp_xmore │ │ ├── Config.in │ │ ├── xapp_xmore.hash │ │ └── xapp_xmore.mk │ ├── xapp_xpr │ │ ├── Config.in │ │ ├── xapp_xpr.hash │ │ └── xapp_xpr.mk │ ├── xapp_xprop │ │ ├── Config.in │ │ ├── xapp_xprop.hash │ │ └── xapp_xprop.mk │ ├── xapp_xrandr │ │ ├── Config.in │ │ ├── xapp_xrandr.hash │ │ └── xapp_xrandr.mk │ ├── xapp_xrdb │ │ ├── Config.in │ │ ├── xapp_xrdb.hash │ │ └── xapp_xrdb.mk │ ├── xapp_xrefresh │ │ ├── Config.in │ │ ├── xapp_xrefresh.hash │ │ └── xapp_xrefresh.mk │ ├── xapp_xset │ │ ├── Config.in │ │ ├── xapp_xset.hash │ │ └── xapp_xset.mk │ ├── xapp_xsetmode │ │ ├── Config.in │ │ ├── xapp_xsetmode.hash │ │ └── xapp_xsetmode.mk │ ├── xapp_xsetpointer │ │ ├── Config.in │ │ ├── xapp_xsetpointer.hash │ │ └── xapp_xsetpointer.mk │ ├── xapp_xsetroot │ │ ├── Config.in │ │ ├── xapp_xsetroot.hash │ │ └── xapp_xsetroot.mk │ ├── xapp_xsm │ │ ├── Config.in │ │ ├── xapp_xsm.hash │ │ └── xapp_xsm.mk │ ├── xapp_xstdcmap │ │ ├── Config.in │ │ ├── xapp_xstdcmap.hash │ │ └── xapp_xstdcmap.mk │ ├── xapp_xvidtune │ │ ├── Config.in │ │ ├── xapp_xvidtune.hash │ │ └── xapp_xvidtune.mk │ ├── xapp_xvinfo │ │ ├── Config.in │ │ ├── xapp_xvinfo.hash │ │ └── xapp_xvinfo.mk │ ├── xapp_xwd │ │ ├── Config.in │ │ ├── xapp_xwd.hash │ │ └── xapp_xwd.mk │ ├── xapp_xwininfo │ │ ├── Config.in │ │ ├── xapp_xwininfo.hash │ │ └── xapp_xwininfo.mk │ ├── xapp_xwud │ │ ├── Config.in │ │ ├── xapp_xwud.hash │ │ └── xapp_xwud.mk │ ├── xcb-proto │ │ ├── Config.in │ │ ├── xcb-proto.hash │ │ └── xcb-proto.mk │ ├── xcb-util-cursor │ │ ├── Config.in │ │ ├── xcb-util-cursor.hash │ │ └── xcb-util-cursor.mk │ ├── xcb-util-image │ │ ├── Config.in │ │ ├── xcb-util-image.hash │ │ └── xcb-util-image.mk │ ├── xcb-util-keysyms │ │ ├── Config.in │ │ ├── xcb-util-keysyms.hash │ │ └── xcb-util-keysyms.mk │ ├── xcb-util-renderutil │ │ ├── Config.in │ │ ├── xcb-util-renderutil.hash │ │ └── xcb-util-renderutil.mk │ ├── xcb-util-wm │ │ ├── Config.in │ │ ├── xcb-util-wm.hash │ │ └── xcb-util-wm.mk │ ├── xcb-util │ │ ├── Config.in │ │ ├── xcb-util.hash │ │ └── xcb-util.mk │ ├── xcursor-transparent-theme │ │ ├── 0001-fix-symlink.patch │ │ ├── Config.in │ │ ├── index.theme │ │ ├── xcursor-transparent-theme.hash │ │ └── xcursor-transparent-theme.mk │ ├── xdata_xbitmaps │ │ ├── Config.in │ │ ├── xdata_xbitmaps.hash │ │ └── xdata_xbitmaps.mk │ ├── xdata_xcursor-themes │ │ ├── Config.in │ │ ├── xdata_xcursor-themes.hash │ │ └── xdata_xcursor-themes.mk │ ├── xdriver_xf86-input-evdev │ │ ├── 0001-build-get-rid-of-sdkdir.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-input-evdev.hash │ │ └── xdriver_xf86-input-evdev.mk │ ├── xdriver_xf86-input-joystick │ │ ├── 0001-build-get-rid-of-sdkdir.patch │ │ ├── 50-joystick.conf │ │ ├── Config.in │ │ ├── xdriver_xf86-input-joystick.hash │ │ └── xdriver_xf86-input-joystick.mk │ ├── xdriver_xf86-input-libinput │ │ ├── 0001-build-get-rid-of-sdkdir.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-input-libinput.hash │ │ └── xdriver_xf86-input-libinput.mk │ ├── xdriver_xf86-input-mouse │ │ ├── 0001-build-get-rid-of-sdkdir.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-input-mouse.hash │ │ └── xdriver_xf86-input-mouse.mk │ ├── xdriver_xf86-input-synaptics │ │ ├── 0001-build-get-rid-of-sdkdir.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-input-synaptics.hash │ │ └── xdriver_xf86-input-synaptics.mk │ ├── xdriver_xf86-input-tslib │ │ ├── Config.in │ │ ├── xdriver_xf86-input-tslib.hash │ │ └── xdriver_xf86-input-tslib.mk │ ├── xdriver_xf86-input-vmmouse │ │ ├── Config.in │ │ ├── xdriver_xf86-input-vmmouse.hash │ │ └── xdriver_xf86-input-vmmouse.mk │ ├── xdriver_xf86-video-amdgpu │ │ ├── Config.in │ │ ├── xdriver_xf86-video-amdgpu.hash │ │ └── xdriver_xf86-video-amdgpu.mk │ ├── xdriver_xf86-video-ark │ │ ├── Config.in │ │ ├── xdriver_xf86-video-ark.hash │ │ └── xdriver_xf86-video-ark.mk │ ├── xdriver_xf86-video-ast │ │ ├── Config.in │ │ ├── xdriver_xf86-video-ast.hash │ │ └── xdriver_xf86-video-ast.mk │ ├── xdriver_xf86-video-ati │ │ ├── 0001-Fix-link-failure-with-gcc-10.patch │ │ ├── 0002-ati-cleanup-terminology-to-use-primary-secondary.patch │ │ ├── 0003-Guard-local-variable-priv-only-used-with-glamor.patch │ │ ├── 0004-Only-include-dri-h-with-older-versions-of-xserver.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-video-ati.hash │ │ └── xdriver_xf86-video-ati.mk │ ├── xdriver_xf86-video-cirrus │ │ ├── Config.in │ │ ├── xdriver_xf86-video-cirrus.hash │ │ └── xdriver_xf86-video-cirrus.mk │ ├── xdriver_xf86-video-dummy │ │ ├── Config.in │ │ ├── xdriver_xf86-video-dummy.hash │ │ └── xdriver_xf86-video-dummy.mk │ ├── xdriver_xf86-video-fbdev │ │ ├── Config.in │ │ ├── xdriver_xf86-video-fbdev.hash │ │ └── xdriver_xf86-video-fbdev.mk │ ├── xdriver_xf86-video-fbturbo │ │ ├── 0001-sunxi_x_g2d-drop-unused-dri2-include.patch │ │ ├── 0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch │ │ ├── 0003-Update-for-1.20-ABI.patch │ │ ├── 0004-xorg.conf-add-mandatory-modules-fb-shadow-fbdevhw.patch │ │ ├── 0005-backing_store_tuner-struct-_Window-backStorage-is-go.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-video-fbturbo.hash │ │ └── xdriver_xf86-video-fbturbo.mk │ ├── xdriver_xf86-video-geode │ │ ├── Config.in │ │ ├── xdriver_xf86-video-geode.hash │ │ └── xdriver_xf86-video-geode.mk │ ├── xdriver_xf86-video-i128 │ │ ├── Config.in │ │ ├── xdriver_xf86-video-i128.hash │ │ └── xdriver_xf86-video-i128.mk │ ├── xdriver_xf86-video-imx │ │ ├── 0001-Update-to-newer-swap-macros.patch │ │ ├── 0002-Fix-error-unknown-type-name-uint.patch │ │ ├── 0003-support-glibc-2.20.patch │ │ ├── 0004-Make-video-API-forward-and-backward-compatible.patch │ │ ├── 0005-xf86-video-imxfb-fix-m4-hardcodded-paths.patch │ │ ├── 0006-xserver-1.14-compat.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-video-imx.hash │ │ └── xdriver_xf86-video-imx.mk │ ├── xdriver_xf86-video-intel │ │ ├── Config.in │ │ ├── xdriver_xf86-video-intel.hash │ │ └── xdriver_xf86-video-intel.mk │ ├── xdriver_xf86-video-mach64 │ │ ├── 0001-cross-compile.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-video-mach64.hash │ │ └── xdriver_xf86-video-mach64.mk │ ├── xdriver_xf86-video-mga │ │ ├── Config.in │ │ ├── xdriver_xf86-video-mga.hash │ │ └── xdriver_xf86-video-mga.mk │ ├── xdriver_xf86-video-neomagic │ │ ├── Config.in │ │ ├── xdriver_xf86-video-neomagic.hash │ │ └── xdriver_xf86-video-neomagic.mk │ ├── xdriver_xf86-video-nouveau │ │ ├── 0001-nouveau-fixup-driver-for-new-X-server-ABI.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-video-nouveau.hash │ │ └── xdriver_xf86-video-nouveau.mk │ ├── xdriver_xf86-video-nv │ │ ├── Config.in │ │ ├── xdriver_xf86-video-nv.hash │ │ └── xdriver_xf86-video-nv.mk │ ├── xdriver_xf86-video-openchrome │ │ ├── Config.in │ │ ├── xdriver_xf86-video-openchrome.hash │ │ └── xdriver_xf86-video-openchrome.mk │ ├── xdriver_xf86-video-qxl │ │ ├── Config.in │ │ ├── xdriver_xf86-video-qxl.hash │ │ └── xdriver_xf86-video-qxl.mk │ ├── xdriver_xf86-video-r128 │ │ ├── Config.in │ │ ├── xdriver_xf86-video-r128.hash │ │ └── xdriver_xf86-video-r128.mk │ ├── xdriver_xf86-video-savage │ │ ├── 0001-cross-compile.patch │ │ ├── 0002-xorg-xserver120.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-video-savage.hash │ │ └── xdriver_xf86-video-savage.mk │ ├── xdriver_xf86-video-siliconmotion │ │ ├── Config.in │ │ ├── xdriver_xf86-video-siliconmotion.hash │ │ └── xdriver_xf86-video-siliconmotion.mk │ ├── xdriver_xf86-video-sis │ │ ├── Config.in │ │ ├── xdriver_xf86-video-sis.hash │ │ └── xdriver_xf86-video-sis.mk │ ├── xdriver_xf86-video-tdfx │ │ ├── 0001-cross.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-video-tdfx.hash │ │ └── xdriver_xf86-video-tdfx.mk │ ├── xdriver_xf86-video-trident │ │ ├── Config.in │ │ ├── xdriver_xf86-video-trident.hash │ │ └── xdriver_xf86-video-trident.mk │ ├── xdriver_xf86-video-vesa │ │ ├── Config.in │ │ ├── xdriver_xf86-video-vesa.hash │ │ └── xdriver_xf86-video-vesa.mk │ ├── xdriver_xf86-video-vmware │ │ ├── Config.in │ │ ├── xdriver_xf86-video-vmware.hash │ │ └── xdriver_xf86-video-vmware.mk │ ├── xdriver_xf86-video-voodoo │ │ ├── Config.in │ │ ├── xdriver_xf86-video-voodoo.hash │ │ └── xdriver_xf86-video-voodoo.mk │ ├── xfont_encodings │ │ ├── Config.in │ │ ├── xfont_encodings.hash │ │ └── xfont_encodings.mk │ ├── xfont_font-adobe-100dpi │ │ ├── Config.in │ │ ├── xfont_font-adobe-100dpi.hash │ │ └── xfont_font-adobe-100dpi.mk │ ├── xfont_font-adobe-75dpi │ │ ├── Config.in │ │ ├── xfont_font-adobe-75dpi.hash │ │ └── xfont_font-adobe-75dpi.mk │ ├── xfont_font-adobe-utopia-100dpi │ │ ├── Config.in │ │ ├── xfont_font-adobe-utopia-100dpi.hash │ │ └── xfont_font-adobe-utopia-100dpi.mk │ ├── xfont_font-adobe-utopia-75dpi │ │ ├── Config.in │ │ ├── xfont_font-adobe-utopia-75dpi.hash │ │ └── xfont_font-adobe-utopia-75dpi.mk │ ├── xfont_font-adobe-utopia-type1 │ │ ├── Config.in │ │ ├── xfont_font-adobe-utopia-type1.hash │ │ └── xfont_font-adobe-utopia-type1.mk │ ├── xfont_font-alias │ │ ├── Config.in │ │ ├── xfont_font-alias.hash │ │ └── xfont_font-alias.mk │ ├── xfont_font-arabic-misc │ │ ├── Config.in │ │ ├── xfont_font-arabic-misc.hash │ │ └── xfont_font-arabic-misc.mk │ ├── xfont_font-bh-100dpi │ │ ├── Config.in │ │ ├── xfont_font-bh-100dpi.hash │ │ └── xfont_font-bh-100dpi.mk │ ├── xfont_font-bh-75dpi │ │ ├── Config.in │ │ ├── xfont_font-bh-75dpi.hash │ │ └── xfont_font-bh-75dpi.mk │ ├── xfont_font-bh-lucidatypewriter-100dpi │ │ ├── Config.in │ │ ├── xfont_font-bh-lucidatypewriter-100dpi.hash │ │ └── xfont_font-bh-lucidatypewriter-100dpi.mk │ ├── xfont_font-bh-lucidatypewriter-75dpi │ │ ├── Config.in │ │ ├── xfont_font-bh-lucidatypewriter-75dpi.hash │ │ └── xfont_font-bh-lucidatypewriter-75dpi.mk │ ├── xfont_font-bh-ttf │ │ ├── Config.in │ │ ├── xfont_font-bh-ttf.hash │ │ └── xfont_font-bh-ttf.mk │ ├── xfont_font-bh-type1 │ │ ├── Config.in │ │ ├── xfont_font-bh-type1.hash │ │ └── xfont_font-bh-type1.mk │ ├── xfont_font-bitstream-100dpi │ │ ├── Config.in │ │ ├── xfont_font-bitstream-100dpi.hash │ │ └── xfont_font-bitstream-100dpi.mk │ ├── xfont_font-bitstream-75dpi │ │ ├── Config.in │ │ ├── xfont_font-bitstream-75dpi.hash │ │ └── xfont_font-bitstream-75dpi.mk │ ├── xfont_font-bitstream-type1 │ │ ├── Config.in │ │ ├── xfont_font-bitstream-type1.hash │ │ └── xfont_font-bitstream-type1.mk │ ├── xfont_font-cronyx-cyrillic │ │ ├── Config.in │ │ ├── xfont_font-cronyx-cyrillic.hash │ │ └── xfont_font-cronyx-cyrillic.mk │ ├── xfont_font-cursor-misc │ │ ├── Config.in │ │ ├── xfont_font-cursor-misc.hash │ │ └── xfont_font-cursor-misc.mk │ ├── xfont_font-daewoo-misc │ │ ├── Config.in │ │ ├── xfont_font-daewoo-misc.hash │ │ └── xfont_font-daewoo-misc.mk │ ├── xfont_font-dec-misc │ │ ├── Config.in │ │ ├── xfont_font-dec-misc.hash │ │ └── xfont_font-dec-misc.mk │ ├── xfont_font-ibm-type1 │ │ ├── Config.in │ │ ├── xfont_font-ibm-type1.hash │ │ └── xfont_font-ibm-type1.mk │ ├── xfont_font-isas-misc │ │ ├── Config.in │ │ ├── xfont_font-isas-misc.hash │ │ └── xfont_font-isas-misc.mk │ ├── xfont_font-jis-misc │ │ ├── Config.in │ │ ├── xfont_font-jis-misc.hash │ │ └── xfont_font-jis-misc.mk │ ├── xfont_font-micro-misc │ │ ├── Config.in │ │ ├── xfont_font-micro-misc.hash │ │ └── xfont_font-micro-misc.mk │ ├── xfont_font-misc-cyrillic │ │ ├── Config.in │ │ ├── xfont_font-misc-cyrillic.hash │ │ └── xfont_font-misc-cyrillic.mk │ ├── xfont_font-misc-ethiopic │ │ ├── Config.in │ │ ├── xfont_font-misc-ethiopic.hash │ │ └── xfont_font-misc-ethiopic.mk │ ├── xfont_font-misc-meltho │ │ ├── Config.in │ │ ├── xfont_font-misc-meltho.hash │ │ └── xfont_font-misc-meltho.mk │ ├── xfont_font-misc-misc │ │ ├── Config.in │ │ ├── xfont_font-misc-misc.hash │ │ └── xfont_font-misc-misc.mk │ ├── xfont_font-mutt-misc │ │ ├── Config.in │ │ ├── xfont_font-mutt-misc.hash │ │ └── xfont_font-mutt-misc.mk │ ├── xfont_font-schumacher-misc │ │ ├── Config.in │ │ ├── xfont_font-schumacher-misc.hash │ │ └── xfont_font-schumacher-misc.mk │ ├── xfont_font-screen-cyrillic │ │ ├── Config.in │ │ ├── xfont_font-screen-cyrillic.hash │ │ └── xfont_font-screen-cyrillic.mk │ ├── xfont_font-sony-misc │ │ ├── Config.in │ │ ├── xfont_font-sony-misc.hash │ │ └── xfont_font-sony-misc.mk │ ├── xfont_font-sun-misc │ │ ├── Config.in │ │ ├── xfont_font-sun-misc.hash │ │ └── xfont_font-sun-misc.mk │ ├── xfont_font-util │ │ ├── Config.in │ │ ├── xfont_font-util.hash │ │ └── xfont_font-util.mk │ ├── xfont_font-winitzki-cyrillic │ │ ├── Config.in │ │ ├── xfont_font-winitzki-cyrillic.hash │ │ └── xfont_font-winitzki-cyrillic.mk │ ├── xfont_font-xfree86-type1 │ │ ├── Config.in │ │ ├── xfont_font-xfree86-type1.hash │ │ └── xfont_font-xfree86-type1.mk │ ├── xkeyboard-config │ │ ├── Config.in │ │ ├── xkeyboard-config.hash │ │ └── xkeyboard-config.mk │ ├── xlib_libFS │ │ ├── Config.in │ │ ├── xlib_libFS.hash │ │ └── xlib_libFS.mk │ ├── xlib_libICE │ │ ├── Config.in │ │ ├── xlib_libICE.hash │ │ └── xlib_libICE.mk │ ├── xlib_libSM │ │ ├── Config.in │ │ ├── xlib_libSM.hash │ │ └── xlib_libSM.mk │ ├── xlib_libX11 │ │ ├── Config.in │ │ ├── xlib_libX11.hash │ │ └── xlib_libX11.mk │ ├── xlib_libXScrnSaver │ │ ├── Config.in │ │ ├── xlib_libXScrnSaver.hash │ │ └── xlib_libXScrnSaver.mk │ ├── xlib_libXau │ │ ├── Config.in │ │ ├── xlib_libXau.hash │ │ └── xlib_libXau.mk │ ├── xlib_libXaw │ │ ├── Config.in │ │ ├── xlib_libXaw.hash │ │ └── xlib_libXaw.mk │ ├── xlib_libXcomposite │ │ ├── Config.in │ │ ├── xlib_libXcomposite.hash │ │ └── xlib_libXcomposite.mk │ ├── xlib_libXcursor │ │ ├── Config.in │ │ ├── xlib_libXcursor.hash │ │ └── xlib_libXcursor.mk │ ├── xlib_libXdamage │ │ ├── Config.in │ │ ├── xlib_libXdamage.hash │ │ └── xlib_libXdamage.mk │ ├── xlib_libXdmcp │ │ ├── Config.in │ │ ├── xlib_libXdmcp.hash │ │ └── xlib_libXdmcp.mk │ ├── xlib_libXext │ │ ├── Config.in │ │ ├── xlib_libXext.hash │ │ └── xlib_libXext.mk │ ├── xlib_libXfixes │ │ ├── Config.in │ │ ├── xlib_libXfixes.hash │ │ └── xlib_libXfixes.mk │ ├── xlib_libXfont │ │ ├── Config.in │ │ ├── xlib_libXfont.hash │ │ └── xlib_libXfont.mk │ ├── xlib_libXfont2 │ │ ├── Config.in │ │ ├── xlib_libXfont2.hash │ │ └── xlib_libXfont2.mk │ ├── xlib_libXft │ │ ├── Config.in │ │ ├── xlib_libXft.hash │ │ └── xlib_libXft.mk │ ├── xlib_libXi │ │ ├── Config.in │ │ ├── xlib_libXi.hash │ │ └── xlib_libXi.mk │ ├── xlib_libXinerama │ │ ├── Config.in │ │ ├── xlib_libXinerama.hash │ │ └── xlib_libXinerama.mk │ ├── xlib_libXmu │ │ ├── Config.in │ │ ├── xlib_libXmu.hash │ │ └── xlib_libXmu.mk │ ├── xlib_libXpm │ │ ├── Config.in │ │ ├── xlib_libXpm.hash │ │ └── xlib_libXpm.mk │ ├── xlib_libXrandr │ │ ├── Config.in │ │ ├── xlib_libXrandr.hash │ │ └── xlib_libXrandr.mk │ ├── xlib_libXrender │ │ ├── Config.in │ │ ├── xlib_libXrender.hash │ │ └── xlib_libXrender.mk │ ├── xlib_libXres │ │ ├── Config.in │ │ ├── xlib_libXres.hash │ │ └── xlib_libXres.mk │ ├── xlib_libXt │ │ ├── Config.in │ │ ├── xlib_libXt.hash │ │ └── xlib_libXt.mk │ ├── xlib_libXtst │ │ ├── Config.in │ │ ├── xlib_libXtst.hash │ │ └── xlib_libXtst.mk │ ├── xlib_libXv │ │ ├── Config.in │ │ ├── xlib_libXv.hash │ │ └── xlib_libXv.mk │ ├── xlib_libXvMC │ │ ├── Config.in │ │ ├── xlib_libXvMC.hash │ │ └── xlib_libXvMC.mk │ ├── xlib_libXxf86dga │ │ ├── Config.in │ │ ├── xlib_libXxf86dga.hash │ │ └── xlib_libXxf86dga.mk │ ├── xlib_libXxf86vm │ │ ├── Config.in │ │ ├── xlib_libXxf86vm.hash │ │ └── xlib_libXxf86vm.mk │ ├── xlib_libdmx │ │ ├── Config.in │ │ ├── xlib_libdmx.hash │ │ └── xlib_libdmx.mk │ ├── xlib_libfontenc │ │ ├── Config.in │ │ ├── xlib_libfontenc.hash │ │ └── xlib_libfontenc.mk │ ├── xlib_libxcvt │ │ ├── Config.in │ │ ├── xlib_libxcvt.hash │ │ └── xlib_libxcvt.mk │ ├── xlib_libxkbfile │ │ ├── Config.in │ │ ├── xlib_libxkbfile.hash │ │ └── xlib_libxkbfile.mk │ ├── xlib_libxshmfence │ │ ├── Config.in │ │ ├── xlib_libxshmfence.hash │ │ └── xlib_libxshmfence.mk │ ├── xlib_xtrans │ │ ├── Config.in │ │ ├── xlib_xtrans.hash │ │ └── xlib_xtrans.mk │ ├── xorgproto │ │ ├── Config.in │ │ ├── xorgproto.hash │ │ └── xorgproto.mk │ ├── xserver_xorg-server │ │ ├── 0001-include-misc.h-fix-uClibc-build.patch │ │ ├── Config.in │ │ ├── S40xorg │ │ ├── xorg.service │ │ ├── xserver_xorg-server.hash │ │ └── xserver_xorg-server.mk │ ├── xutil_makedepend │ │ ├── Config.in │ │ ├── xutil_makedepend.hash │ │ └── xutil_makedepend.mk │ └── xwayland │ │ ├── Config.in │ │ ├── xwayland.hash │ │ └── xwayland.mk ├── x11vnc │ ├── 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch │ ├── 0002-scan-limit-access-to-shared-memory-segments-to-current-user.patch │ ├── Config.in │ ├── x11vnc.hash │ └── x11vnc.mk ├── x264 │ ├── Config.in │ ├── x264.hash │ └── x264.mk ├── x265 │ ├── 0001-fix-gcc-options.patch │ ├── Config.in │ ├── x265.hash │ └── x265.mk ├── xapian │ ├── Config.in │ ├── xapian.hash │ └── xapian.mk ├── xavante │ ├── Config.in │ ├── xavante.hash │ └── xavante.mk ├── xdg-dbus-proxy │ ├── Config.in │ ├── xdg-dbus-proxy.hash │ └── xdg-dbus-proxy.mk ├── xdotool │ ├── Config.in │ ├── xdotool.hash │ └── xdotool.mk ├── xen │ ├── 0001-9pfs-include-linux-limits.h-for-XATTR_SIZE_MAX.patch │ ├── 0002-Fix-build-with-64-bits-time_t.patch │ ├── 0003-libs-light-fix-tv_sec-printf-format.patch │ ├── 0004-libs-light-fix-tv_sec-fprintf-format.patch │ ├── Config.in │ ├── xen.hash │ └── xen.mk ├── xenomai │ ├── 3.0.10 │ │ ├── 0001-lib-boilerplate-iniparser-Allow-building-with-GCC-10-2-2020101.patch │ │ ├── 0002-Add-disable-demo-testsuite-options.patch │ │ └── 0003-lib-cobalt-copperplate-Use-valid-addresses-for-pthread_setspecific.patch │ ├── Config.in │ ├── xenomai.hash │ └── xenomai.mk ├── xerces │ ├── Config.in │ ├── xerces.hash │ └── xerces.mk ├── xfsprogs │ ├── 0001-mdrestore-do-not-do-dynamic-linking-of-libtool-libra.patch │ ├── 0002-libxfs-do-not-try-to-run-the-crc32selftest.patch │ ├── 0003-libxfs-stop-overriding-MAP_SYNC-in-publicly-exported.patch │ ├── Config.in │ ├── xfsprogs.hash │ └── xfsprogs.mk ├── xinetd │ ├── 0001-ar.patch │ ├── 0002-destdir.patch │ ├── 0003-rpc-fix.patch │ ├── 0004-configure-rlim_t.patch │ ├── 0005-CVE-2013-4342-xinetd-ignores-user-and-group-directiv.patch │ ├── Config.in │ ├── xinetd.hash │ └── xinetd.mk ├── xl2tp │ ├── Config.in │ ├── xl2tp.hash │ ├── xl2tp.mk │ └── xl2tpd ├── xml-security-c │ ├── 0001-fix-build-with-libressl-3.5.0.patch │ ├── Config.in │ ├── xml-security-c.hash │ └── xml-security-c.mk ├── xmlstarlet │ ├── Config.in │ ├── xmlstarlet.hash │ └── xmlstarlet.mk ├── xmrig │ ├── Config.in │ ├── xmrig.hash │ └── xmrig.mk ├── xorcurses │ ├── Config.in │ ├── xorcurses.hash │ └── xorcurses.mk ├── xorriso │ ├── Config.in │ ├── Config.in.host │ ├── xorriso.hash │ └── xorriso.mk ├── xr819-xradio │ ├── Config.in │ ├── xr819-xradio.hash │ └── xr819-xradio.mk ├── xscreensaver │ ├── Config.in │ ├── xscreensaver.hash │ └── xscreensaver.mk ├── xtables-addons │ ├── Config.in │ ├── xtables-addons.hash │ └── xtables-addons.mk ├── xterm │ ├── Config.in │ ├── xterm.hash │ └── xterm.mk ├── xutil_util-macros │ ├── Config.in │ ├── xutil_util-macros.hash │ └── xutil_util-macros.mk ├── xvisor │ ├── 0001-psmouse-back.c-fix-build-with-gcc-11.patch │ ├── Config.in │ ├── xvisor.hash │ └── xvisor.mk ├── xvkbd │ ├── Config.in │ ├── xvkbd.hash │ └── xvkbd.mk ├── xxhash │ ├── 0001-fix-man-page-installation.patch │ ├── 0002-Makefile-add-dedicated-install-targets.patch │ ├── 0003-do-no-longer-depend-on-assert-h-for-XXH_STATIC_ASSERT.patch │ ├── 0004-Makefile-add-install_libxxhash.includes-target.patch │ ├── Config.in │ ├── xxhash.hash │ └── xxhash.mk ├── xz │ ├── 0001-Detect-symver-attribute-support.patch │ ├── Config.in │ ├── xz.hash │ └── xz.mk ├── yad │ ├── Config.in │ ├── yad.hash │ └── yad.mk ├── yaffs2utils │ ├── yaffs2utils.hash │ └── yaffs2utils.mk ├── yajl │ ├── 0001-Let-the-shared-and-the-static-library-have-the-same-.patch │ ├── 0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch │ ├── 0003-Link-with-shared-libyajl-in-a-shared-build.patch │ ├── 0004-Link-libyajl-_s-with-libm-when-isnan-is-not-brought-.patch │ ├── Config.in │ ├── yajl.hash │ └── yajl.mk ├── yaml-cpp │ ├── Config.in │ ├── yaml-cpp.hash │ └── yaml-cpp.mk ├── yasm │ ├── Config.in │ ├── yasm.hash │ └── yasm.mk ├── yavta │ ├── Config.in │ ├── yavta.hash │ └── yavta.mk ├── ympd │ ├── 0001-only-c-language.patch │ ├── 0002-added-forward-declarations.patch │ ├── Config.in │ ├── ympd.hash │ └── ympd.mk ├── ytree │ ├── 0001-fix-musl.patch │ ├── Config.in │ ├── ytree.hash │ └── ytree.mk ├── z3 │ ├── Config.in │ ├── z3.hash │ └── z3.mk ├── zabbix │ ├── 0001-m4-netsnmp.m4-fix-shared-netsnmp-build.patch │ ├── 0002-fix-build-with-libressl-3.5.0.patch │ ├── Config.in │ ├── zabbix-agent.service │ ├── zabbix-server.service │ ├── zabbix.hash │ └── zabbix.mk ├── zbar │ ├── 0001-python-enum-fix-build-for-Python-3.11.patch │ ├── Config.in │ ├── zbar.hash │ └── zbar.mk ├── zchunk │ ├── 0001-meson-fix-argp-standalone-wrap-and-find_library.patch │ ├── 0002-zck-declare-write_data-as-static.patch │ ├── Config.in │ ├── zchunk.hash │ └── zchunk.mk ├── zd1211-firmware │ ├── Config.in │ ├── zd1211-firmware.hash │ └── zd1211-firmware.mk ├── zeek │ ├── Config.in │ ├── zeek.hash │ └── zeek.mk ├── zerofree │ ├── Config.in │ ├── zerofree.hash │ └── zerofree.mk ├── zeromq │ ├── Config.in │ ├── zeromq.hash │ └── zeromq.mk ├── zfs │ ├── 0001-removal-of-LegacyVersion-broke-ax_python_dev.m4.patch │ ├── Config.in │ ├── zfs.hash │ └── zfs.mk ├── zic │ ├── 0001-remove-dependency-check-on-version-file.patch │ ├── zic.hash │ └── zic.mk ├── zip │ ├── 0001-configure-Remove-Check-C-compiler-type-optimization-.patch │ ├── 0002-configure-Don-t-use-host-CPP.patch │ ├── 0003-Makefile-Use-CFLAGS-from-command-line.patch │ ├── 0004-configure-use-LDFLAGS-from-command-line.patch │ ├── 0005-unix-configure-remove-GID-UID-size-check.patch │ ├── 0006-unix-configure-borrow-the-LFS-test-from-autotools.patch │ ├── 0007-timezone.c-needs-time.h-fixes-musl-compile.patch │ ├── 0008-fix-musl-static-build.patch │ ├── Config.in │ ├── Config.in.host │ ├── zip.hash │ └── zip.mk ├── zisofs-tools │ ├── zisofs-tools.hash │ └── zisofs-tools.mk ├── zlib-ng │ ├── 0001-Use-static-keyword-for-vec_sumsu-to-prevent-undefine.patch │ ├── 0002-CMakeLists.txt-fix-version-in-zlib.pc-when-building-.patch │ ├── 0003-zlib-ng-check-that-sys-auxv.h-exists-at-configure-time.patch │ ├── zlib-ng.hash │ └── zlib-ng.mk ├── zlib │ ├── Config.in │ └── zlib.mk ├── zlog │ ├── Config.in │ ├── zlog.hash │ └── zlog.mk ├── zmqpp │ ├── 0001-Allow-building-shared-or-static-library-only.patch │ ├── Config.in │ ├── zmqpp.hash │ └── zmqpp.mk ├── znc │ ├── 0001-LibreSSL-3.5-opaqued-structures.patch │ ├── 0002-Fix-build-with-libressl.patch │ ├── 0003-DH_set0_pqg-and-DH_get0_key-have-existed-since-Libre.patch │ ├── 0004-Add-support-SWIG-4.1.0-drop-support-for-4.0.1.patch │ ├── Config.in │ ├── znc.hash │ └── znc.mk ├── zsh │ ├── Config.in │ ├── zsh.hash │ └── zsh.mk ├── zstd │ ├── Config.in │ ├── Config.in.host │ ├── zstd.hash │ └── zstd.mk ├── zxing-cpp │ ├── Config.in │ ├── zxing-cpp.hash │ └── zxing-cpp.mk ├── zynaddsubfx │ ├── Config.in │ ├── zynaddsubfx.hash │ └── zynaddsubfx.mk ├── zyre │ ├── Config.in │ ├── zyre.hash │ └── zyre.mk └── zziplib │ ├── 0001-implant-ZZIP_LIBLATEST-for-zzip_lib.patch │ ├── 0002-ZZIP_LIBLATEST-create-symlinks-only-if-target-is-mis.patch │ ├── Config.in │ ├── zziplib.hash │ └── zziplib.mk ├── support ├── config-fragments │ ├── autobuild │ │ ├── arm-aarch64.config │ │ ├── bootlin-aarch64-glibc.config │ │ ├── bootlin-arcle-hs38-uclibc.config │ │ ├── bootlin-armv5-uclibc.config │ │ ├── bootlin-armv7-glibc.config │ │ ├── bootlin-armv7-musl.config │ │ ├── bootlin-armv7m-uclibc.config │ │ ├── bootlin-m68k-5208-uclibc.config │ │ ├── bootlin-m68k-68040-uclibc.config │ │ ├── bootlin-microblazeel-uclibc.config │ │ ├── bootlin-mipsel-uclibc.config │ │ ├── bootlin-mipsel32r6-glibc.config │ │ ├── bootlin-nios2-glibc.config │ │ ├── bootlin-openrisc-uclibc.config │ │ ├── bootlin-powerpc-e500mc-uclibc.config │ │ ├── bootlin-powerpc64le-power8-glibc.config │ │ ├── bootlin-riscv32-glibc.config │ │ ├── bootlin-riscv64-glibc.config │ │ ├── bootlin-riscv64-musl.config │ │ ├── bootlin-s390x-z13-glibc.config │ │ ├── bootlin-sh4-uclibc.config │ │ ├── bootlin-sparc-uclibc.config │ │ ├── bootlin-sparc64-glibc.config │ │ ├── bootlin-x86-64-glibc.config │ │ ├── bootlin-x86-64-musl.config │ │ ├── bootlin-x86-64-uclibc.config │ │ ├── bootlin-xtensa-uclibc.config │ │ ├── br-arc-full-internal.config │ │ ├── br-arc-internal-glibc.config │ │ ├── br-arm-basic.config │ │ ├── br-arm-full-nothread.config │ │ ├── br-arm-full-static.config │ │ ├── br-arm-internal-full.config │ │ ├── br-arm-internal-glibc.config │ │ ├── br-arm-internal-musl.config │ │ ├── br-i386-pentium-mmx-musl.config │ │ ├── br-i386-pentium4-full.config │ │ ├── br-microblazeel-full-internal.config │ │ ├── br-mips64-n64-full.config │ │ ├── br-mips64r6-el-hf-glibc.config │ │ ├── br-powerpc-603e-basic-cpp.config │ │ ├── br-powerpc-internal-full.config │ │ ├── br-powerpc64-power7-glibc.config │ │ ├── br-riscv64-full-internal.config │ │ ├── br-s390x-z13-internal-glibc.config │ │ ├── br-xtensa-full-internal.config │ │ ├── linaro-aarch64-be.config │ │ ├── linaro-aarch64.config │ │ ├── linaro-arm.config │ │ ├── sourcery-arm-armv4t.config │ │ ├── sourcery-arm-thumb2.config │ │ ├── sourcery-arm.config │ │ ├── sourcery-mips.config │ │ ├── sourcery-mips64.config │ │ ├── sourcery-nios2.config │ │ └── toolchain-configs.csv │ └── minimal.config ├── dependencies │ ├── check-host-asciidoc.sh │ ├── check-host-bison-flex.mk │ ├── check-host-cmake.mk │ ├── check-host-cmake.sh │ ├── check-host-coreutils.mk │ ├── check-host-coreutils.sh │ ├── check-host-gzip.mk │ ├── check-host-gzip.sh │ ├── check-host-lzip.mk │ ├── check-host-lzip.sh │ ├── check-host-make.mk │ ├── check-host-make.sh │ ├── check-host-python3.mk │ ├── check-host-python3.sh │ ├── check-host-tar.mk │ ├── check-host-tar.sh │ ├── check-host-xzcat.mk │ ├── check-host-xzcat.sh │ ├── dependencies.mk │ └── dependencies.sh ├── docker │ ├── Dockerfile │ └── apt-sources.list ├── download │ ├── bzr │ ├── cargo-post-process │ ├── check-hash │ ├── cvs │ ├── dl-wrapper │ ├── file │ ├── git │ ├── go-post-process │ ├── helpers │ ├── hg │ ├── scp │ ├── sftp │ ├── svn │ └── wget ├── gnuconfig │ ├── README.buildroot │ ├── config.guess │ ├── config.sub │ └── update ├── kconfig │ ├── .gitignore │ ├── Makefile │ ├── Makefile.br │ ├── POTFILES.in │ ├── README.buildroot │ ├── check.sh │ ├── conf.c │ ├── confdata.c │ ├── expr.c │ ├── expr.h │ ├── foo.h │ ├── gconf.c │ ├── gconf.glade │ ├── images.c │ ├── kconf_id.c │ ├── kxgettext.c │ ├── list.h │ ├── lkc.h │ ├── lkc_proto.h │ ├── lxdialog │ │ ├── .gitignore │ │ ├── BIG.FAT.WARNING │ │ ├── check-lxdialog.sh │ │ ├── checklist.c │ │ ├── dialog.h │ │ ├── inputbox.c │ │ ├── menubox.c │ │ ├── textbox.c │ │ ├── util.c │ │ └── yesno.c │ ├── mconf.c │ ├── menu.c │ ├── merge_config.sh │ ├── nconf.c │ ├── nconf.gui.c │ ├── nconf.h │ ├── patches │ │ ├── 01-kconfig-kernel-to-buildroot.patch │ │ ├── 06-br-build-system-integration.patch │ │ ├── 10-br-build-system.patch │ │ ├── 11-use-mktemp-for-lxdialog.patch │ │ ├── 12-fix-glade-file-path.patch │ │ ├── 14-support-out-of-tree-config.patch │ │ ├── 16-fix-space-to-de-select-options.patch │ │ ├── 17-backport-kecho.patch │ │ ├── 18-merge-config.sh-create-temporary-files-in-tmp.patch │ │ ├── 19-merge_config.sh-add-br2-external-support.patch │ │ ├── 20-merge_config.sh-Allow-to-define-config-prefix.patch │ │ ├── 21-Avoid-false-positive-matches-from-comment-lines.patch │ │ └── series │ ├── qconf.cc │ ├── qconf.h │ ├── streamline_config.pl │ ├── symbol.c │ ├── util.c │ ├── zconf.l │ ├── zconf.lex.c_shipped │ ├── zconf.tab.c_shipped │ └── zconf.y ├── legal-info │ ├── README.header │ ├── README.warnings-header │ └── buildroot.hash ├── libtool │ ├── buildroot-libtool-v1.5.patch │ ├── buildroot-libtool-v2.2.patch │ ├── buildroot-libtool-v2.4.4.patch │ └── buildroot-libtool-v2.4.patch ├── misc │ ├── Buildroot.cmake │ ├── Vagrantfile │ ├── cross-compilation.conf.in │ ├── gen-glibc-locales.mk │ ├── gitlab-ci.yml.in │ ├── relocate-sdk.sh │ ├── target-dir-warning.txt │ ├── toolchainfile.cmake.in │ └── utils.mk ├── scripts │ ├── apply-patches.sh │ ├── boot-qemu-image.py │ ├── br2-external │ ├── brpkgutil.py │ ├── check-bin-arch │ ├── check-dotconfig.py │ ├── check-host-rpath │ ├── check-kernel-headers.sh │ ├── check-merged-usr.sh │ ├── cpedb.py │ ├── cve.py │ ├── expunge-gconv-modules │ ├── fix-configure-powerpc64.sh │ ├── fix-rpath │ ├── gen-bootlin-toolchains │ ├── gen-missing-cpe │ ├── generate-gitlab-ci-yml │ ├── genimage.sh │ ├── graph-build-time │ ├── graph-depends │ ├── hardlink-or-copy │ ├── mkmakefile │ ├── mkusers │ ├── pkg-stats │ ├── pyinstaller.py │ ├── setlocalversion │ └── size-stats └── testing │ ├── conf │ ├── docker-compose-kernel.config │ ├── docker-compose.yml │ ├── f2fs-kernel-fragment.config │ ├── grub2-efi.cfg │ ├── grub2.cfg │ ├── isolinux.cfg │ ├── minimal-x86-qemu-kernel.config │ └── unittest.cfg │ ├── infra │ ├── __init__.py │ ├── basetest.py │ ├── builder.py │ └── emulator.py │ ├── run-tests │ └── tests │ ├── __init__.py │ ├── boot │ ├── __init__.py │ ├── test_atf.py │ ├── test_edk2.py │ ├── test_grub.py │ ├── test_grub │ │ ├── genimage-aarch64-efi.cfg │ │ ├── grub-aarch64-efi.cfg │ │ ├── linux-aarch64-efi.config │ │ ├── post-build.sh │ │ └── post-image-aarch64-efi.sh │ └── test_syslinux.py │ ├── core │ ├── __init__.py │ ├── br2-external │ │ └── detect-bad-arch │ │ │ ├── Config.in │ │ │ ├── external.desc │ │ │ ├── external.mk │ │ │ └── package │ │ │ └── detect-bad-arch │ │ │ ├── Config.in │ │ │ └── detect-bad-arch.mk │ ├── cpeid-br2-external │ │ ├── Config.in │ │ ├── external.desc │ │ ├── external.mk │ │ └── package │ │ │ ├── cpe-id-pkg1 │ │ │ └── cpe-id-pkg1.mk │ │ │ ├── cpe-id-pkg2 │ │ │ └── cpe-id-pkg2.mk │ │ │ ├── cpe-id-pkg3 │ │ │ └── cpe-id-pkg3.mk │ │ │ ├── cpe-id-pkg4 │ │ │ └── cpe-id-pkg4.mk │ │ │ └── cpe-id-pkg5 │ │ │ └── cpe-id-pkg5.mk │ ├── device_table2.txt │ ├── post-build.sh │ ├── post-fakeroot.sh │ ├── post-image.sh │ ├── rootfs-overlay1 │ │ └── test-file1 │ ├── rootfs-overlay2 │ │ └── etc │ │ │ └── test-file2 │ ├── squashfs-xattr-kernel.config │ ├── test_bad_arch.py │ ├── test_cpeid.py │ ├── test_file_capabilities.py │ ├── test_hardening.py │ ├── test_post_scripts.py │ ├── test_root_password.py │ ├── test_rootfs_overlay.py │ ├── test_selinux.py │ ├── test_selinux │ │ ├── br2_external │ │ │ ├── Config.in │ │ │ ├── external.desc │ │ │ ├── external.mk │ │ │ └── package │ │ │ │ └── selinux-test │ │ │ │ ├── Config.in │ │ │ │ ├── selinux-test.mk │ │ │ │ └── selinux │ │ │ │ ├── buildroot.fc │ │ │ │ ├── buildroot.if │ │ │ │ └── buildroot.te │ │ └── extra_modules │ │ │ ├── buildroot.fc │ │ │ ├── buildroot.if │ │ │ └── buildroot.te │ └── test_timezone.py │ ├── download │ ├── __init__.py │ ├── br2-external │ │ ├── git-hash │ │ │ ├── Config.in │ │ │ ├── external.desc │ │ │ ├── external.mk │ │ │ └── package │ │ │ │ ├── bad │ │ │ │ ├── bad.hash │ │ │ │ └── bad.mk │ │ │ │ ├── good │ │ │ │ ├── good.hash │ │ │ │ └── good.mk │ │ │ │ └── nohash │ │ │ │ └── nohash.mk │ │ ├── git-refs │ │ │ ├── Config.in │ │ │ ├── external.desc │ │ │ ├── external.mk │ │ │ └── package │ │ │ │ ├── git-partial-sha1-branch-head │ │ │ │ ├── git-partial-sha1-branch-head.hash │ │ │ │ └── git-partial-sha1-branch-head.mk │ │ │ │ ├── git-partial-sha1-reachable-by-branch │ │ │ │ ├── git-partial-sha1-reachable-by-branch.hash │ │ │ │ └── git-partial-sha1-reachable-by-branch.mk │ │ │ │ ├── git-partial-sha1-reachable-by-tag │ │ │ │ ├── git-partial-sha1-reachable-by-tag.hash │ │ │ │ └── git-partial-sha1-reachable-by-tag.mk │ │ │ │ ├── git-partial-sha1-tag-itself │ │ │ │ ├── git-partial-sha1-tag-itself.hash │ │ │ │ └── git-partial-sha1-tag-itself.mk │ │ │ │ ├── git-partial-sha1-tag-points-to │ │ │ │ ├── git-partial-sha1-tag-points-to.hash │ │ │ │ └── git-partial-sha1-tag-points-to.mk │ │ │ │ ├── git-sha1-branch-head │ │ │ │ ├── git-sha1-branch-head.hash │ │ │ │ └── git-sha1-branch-head.mk │ │ │ │ ├── git-sha1-reachable-by-branch │ │ │ │ ├── git-sha1-reachable-by-branch.hash │ │ │ │ └── git-sha1-reachable-by-branch.mk │ │ │ │ ├── git-sha1-reachable-by-tag │ │ │ │ ├── git-sha1-reachable-by-tag.hash │ │ │ │ └── git-sha1-reachable-by-tag.mk │ │ │ │ ├── git-sha1-tag-itself │ │ │ │ ├── git-sha1-tag-itself.hash │ │ │ │ └── git-sha1-tag-itself.mk │ │ │ │ ├── git-sha1-tag-points-to │ │ │ │ ├── git-sha1-tag-points-to.hash │ │ │ │ └── git-sha1-tag-points-to.mk │ │ │ │ ├── git-submodule-disabled │ │ │ │ ├── git-submodule-disabled.hash │ │ │ │ └── git-submodule-disabled.mk │ │ │ │ ├── git-submodule-enabled │ │ │ │ ├── git-submodule-enabled.hash │ │ │ │ └── git-submodule-enabled.mk │ │ │ │ ├── git-tag │ │ │ │ ├── git-tag.hash │ │ │ │ └── git-tag.mk │ │ │ │ ├── git-wrong-content │ │ │ │ ├── git-wrong-content.hash │ │ │ │ └── git-wrong-content.mk │ │ │ │ └── git-wrong-sha1 │ │ │ │ └── git-wrong-sha1.mk │ │ ├── github │ │ │ ├── Config.in │ │ │ ├── external.desc │ │ │ ├── external.mk │ │ │ └── package │ │ │ │ ├── github-helper-hash │ │ │ │ ├── github-helper-hash.hash │ │ │ │ └── github-helper-hash.mk │ │ │ │ ├── github-helper-tag │ │ │ │ ├── github-helper-tag.hash │ │ │ │ └── github-helper-tag.mk │ │ │ │ └── github-release │ │ │ │ ├── github-release.hash │ │ │ │ └── github-release.mk │ │ ├── gitlab │ │ │ ├── Config.in │ │ │ ├── external.desc │ │ │ ├── external.mk │ │ │ └── package │ │ │ │ ├── gitlab-helper-hash │ │ │ │ ├── gitlab-helper-hash.hash │ │ │ │ └── gitlab-helper-hash.mk │ │ │ │ ├── gitlab-helper-tag │ │ │ │ ├── gitlab-helper-tag.hash │ │ │ │ └── gitlab-helper-tag.mk │ │ │ │ └── gitlab-release │ │ │ │ ├── gitlab-release.hash │ │ │ │ └── gitlab-release.mk │ │ └── ssh │ │ │ ├── Config.in │ │ │ ├── external.desc │ │ │ ├── external.mk │ │ │ └── package │ │ │ ├── scp │ │ │ ├── scp.hash │ │ │ └── scp.mk │ │ │ └── sftp │ │ │ ├── sftp.hash │ │ │ └── sftp.mk │ ├── git-remote │ │ ├── refs-sub1.git │ │ │ ├── .gitattributes │ │ │ ├── HEAD │ │ │ ├── config │ │ │ ├── objects │ │ │ │ ├── 99 │ │ │ │ │ └── f2e3e1cb15f9b52fa29f66d380dda061d917ab │ │ │ │ ├── 07 │ │ │ │ │ └── cabc655213bdf7087d8dd50fda95124e935570 │ │ │ │ ├── 1d │ │ │ │ │ └── f823cb8a6d1866148ae50a8009762a9c4c777f │ │ │ │ ├── 7d │ │ │ │ │ └── 52f458bdb0f9f5a4beb46fa82824421b8b988e │ │ │ │ ├── a1 │ │ │ │ │ └── 30af1626bbadd64841b2cbcb6ac4ed0638ba1a │ │ │ │ ├── bc │ │ │ │ │ └── c81ba6e5bd8bf52c95688ae8d3e697e131fa23 │ │ │ │ ├── cb │ │ │ │ │ └── 545facf77bbc5f24f95b6d503c338d10b7b717 │ │ │ │ ├── dd │ │ │ │ │ └── 130f6f4629514adaf2e03407f3ed9344eb6cd6 │ │ │ │ ├── e7 │ │ │ │ │ └── 9c5e8f964493290a409888d5413a737e8e5dd5 │ │ │ │ └── f8 │ │ │ │ │ └── 001e5780100962a5e30a25cbc4c9609cfc7bf3 │ │ │ └── refs │ │ │ │ └── heads │ │ │ │ └── submodule │ │ ├── refs-sub2.git │ │ │ ├── .gitattributes │ │ │ ├── HEAD │ │ │ ├── config │ │ │ ├── objects │ │ │ │ ├── 32 │ │ │ │ │ └── d61bae693af7879da63b89a60d3ae67f851e56 │ │ │ │ ├── 85 │ │ │ │ │ └── 8f666af75b7c0dfba6b8be7eac5f196e7a1221 │ │ │ │ ├── 99 │ │ │ │ │ └── f2e3e1cb15f9b52fa29f66d380dda061d917ab │ │ │ │ ├── 0a │ │ │ │ │ └── 846af45c3e455789435f49f80d70e86b65b9d7 │ │ │ │ ├── 0b │ │ │ │ │ └── 32ebd8fc52cec991f18c94be980e85a8341585 │ │ │ │ ├── 3e │ │ │ │ │ └── 9b0a5198c64cea9c00f820433411e3b4d50c1c │ │ │ │ ├── cd │ │ │ │ │ └── 4d62ff218ab7b4a04f5bfdf800ace087af3ceb │ │ │ │ ├── e7 │ │ │ │ │ └── 9c5e8f964493290a409888d5413a737e8e5dd5 │ │ │ │ └── e8 │ │ │ │ │ └── 3f6f805bd016b90acafc8702c52d778eb57310 │ │ │ └── refs │ │ │ │ └── heads │ │ │ │ └── submodule │ │ └── repo.git │ │ │ ├── .gitattributes │ │ │ ├── HEAD │ │ │ ├── config │ │ │ ├── objects │ │ │ ├── 11 │ │ │ │ └── 93ff46343f4f6a0522e2b28b871e905178c1f0 │ │ │ ├── 25 │ │ │ │ └── 59d83bfe937fc0412d96ed664663c9e8a99055 │ │ │ ├── 31 │ │ │ │ └── 7406308d9259e2231bd0d6ddad3de3832bce08 │ │ │ ├── 34 │ │ │ │ └── d1da713bf7de1c535e1d7d3ca985afd84bc7e5 │ │ │ ├── 46 │ │ │ │ └── bae5b639e5a18e2cc4dc508f080d566baeff59 │ │ │ ├── 51 │ │ │ │ └── 6c9c5f64ec66534d4d069c2e408d9ae4dce023 │ │ │ ├── 68 │ │ │ │ └── c197d0879d485f4f6cee85544722b79e68e59f │ │ │ ├── 92 │ │ │ │ └── ef85be57d627f280d8ce3724452ac21c9a6452 │ │ │ ├── 99 │ │ │ │ └── f2e3e1cb15f9b52fa29f66d380dda061d917ab │ │ │ ├── 0b │ │ │ │ └── d8ceb961c3b2b210f64a67d57f4b5cd669d343 │ │ │ ├── 2b │ │ │ │ └── 0e0d98a49c97da6a618ab36337e2058eb733a2 │ │ │ ├── 2f │ │ │ │ └── a37f6885d7eb746df75eccaddbacf3ac82799d │ │ │ ├── 8b │ │ │ │ └── 8a7e885a041da72b1ee9a47c5b9300b172a9e7 │ │ │ ├── a2 │ │ │ │ └── 38b1dfcd825d47d834af3c5223417c8411d90d │ │ │ ├── a9 │ │ │ │ └── dbc1e23c45e8e1b88c0448763f54d714eb6f8f │ │ │ ├── b2 │ │ │ │ └── 4b387624edc78d0292a127c43cad9ba97c6232 │ │ │ ├── cf │ │ │ │ └── 0f4f85d7a1237e377a2d25b996518a877ea001 │ │ │ ├── d4 │ │ │ │ └── e2941d18a63535400476324ddeb7f40164be41 │ │ │ ├── e2 │ │ │ │ ├── 2695cbf976fed1f543ad7486a531c0af473482 │ │ │ │ └── cfe068f7e5bf4de32ffe1241da53abce9fa89e │ │ │ ├── e7 │ │ │ │ └── 9c5e8f964493290a409888d5413a737e8e5dd5 │ │ │ ├── f6 │ │ │ │ └── 476b879f65e956d7dedd5b08736369e9a24acc │ │ │ └── fe │ │ │ │ └── 74231105841041d5f441e70399d37f0e600aa5 │ │ │ └── refs │ │ │ ├── heads │ │ │ ├── master │ │ │ ├── mybranch │ │ │ └── submodule │ │ │ └── tags │ │ │ └── mytag │ ├── gitremote.py │ ├── sshd.py │ ├── sshd │ │ └── ssh-test-1.0.tar.xz │ ├── test_git.py │ ├── test_gitforge.py │ └── test_ssh.py │ ├── fs │ ├── __init__.py │ ├── test_cpio.py │ ├── test_cpio │ │ ├── dracut-cramfs.conf │ │ └── modules │ │ │ └── 99cramfs │ │ │ └── module-setup.sh │ ├── test_ext.py │ ├── test_f2fs.py │ ├── test_iso9660.py │ ├── test_jffs2.py │ ├── test_oci.py │ ├── test_squashfs.py │ ├── test_ubi.py │ ├── test_ubi │ │ └── ubinize_qemu_pflash_cfi01.cfg │ └── test_yaffs2.py │ ├── init │ ├── __init__.py │ ├── base.py │ ├── systemd-factory │ │ └── var │ │ │ └── foo │ │ │ └── bar │ ├── test_busybox.py │ ├── test_none.py │ ├── test_openrc.py │ ├── test_systemd.py │ ├── test_systemd_selinux.py │ └── test_systemd_selinux │ │ └── linux-squashfs.fragment │ ├── package │ ├── __init__.py │ ├── br2-external │ │ ├── clang-compiler-rt │ │ │ ├── Config.in │ │ │ ├── external.desc │ │ │ ├── external.mk │ │ │ └── package │ │ │ │ └── libfuzzer │ │ │ │ ├── Config.in │ │ │ │ ├── libfuzzer.hash │ │ │ │ └── libfuzzer.mk │ │ ├── openjdk │ │ │ ├── Config.in │ │ │ ├── external.desc │ │ │ ├── external.mk │ │ │ └── package │ │ │ │ ├── openjdk-hello-world │ │ │ │ ├── Config.in │ │ │ │ ├── HelloWorld.java │ │ │ │ └── openjdk-hello-world.mk │ │ │ │ └── openjdk-jni-test │ │ │ │ ├── Config.in │ │ │ │ ├── JniHelper.java │ │ │ │ ├── JniTest.java │ │ │ │ ├── JniWrapper.c │ │ │ │ ├── JniWrapper.java │ │ │ │ ├── jni_helper.c │ │ │ │ ├── jni_helper.h │ │ │ │ ├── native.c │ │ │ │ ├── native.h │ │ │ │ └── openjdk-jni-test.mk │ │ ├── polkit │ │ │ ├── Config.in │ │ │ ├── external.desc │ │ │ ├── external.mk │ │ │ └── package │ │ │ │ └── polkit-rules-test │ │ │ │ ├── Config.in │ │ │ │ ├── initd │ │ │ │ ├── hello-polkit.c │ │ │ │ ├── hello-polkit.policy │ │ │ │ └── hello-polkit.rules │ │ │ │ ├── polkit-rules-test.mk │ │ │ │ └── systemd │ │ │ │ └── systemd-timesyncd-restart.rules │ │ └── python-pybind │ │ │ ├── Config.in │ │ │ ├── external.desc │ │ │ ├── external.mk │ │ │ └── package │ │ │ └── python-pybind-example │ │ │ ├── Config.in │ │ │ ├── example.cpp │ │ │ └── python-pybind-example.mk │ ├── copy-sample-script-to-target.sh │ ├── sample_bmap_tools.sh │ ├── sample_gst1_python.py │ ├── sample_libftdi1.py │ ├── sample_nodejs_basic.js │ ├── sample_nodejs_module.js │ ├── sample_python_aexpect.py │ ├── sample_python_argh.py │ ├── sample_python_attrs.py │ ├── sample_python_augeas.py │ ├── sample_python_autobahn.py │ ├── sample_python_automat.py │ ├── sample_python_avro.py │ ├── sample_python_bitstring.py │ ├── sample_python_boto3.py │ ├── sample_python_botocore.py │ ├── sample_python_can.py │ ├── sample_python_cbor_dec.py │ ├── sample_python_cbor_enc.py │ ├── sample_python_click.py │ ├── sample_python_colorzero.py │ ├── sample_python_constantly.py │ ├── sample_python_construct.py │ ├── sample_python_crossbar.py │ ├── sample_python_cryptography.py │ ├── sample_python_dbus_fast.py │ ├── sample_python_dbus_next.py │ ├── sample_python_dicttoxml2.py │ ├── sample_python_distro.py │ ├── sample_python_django.py │ ├── sample_python_docker.py │ ├── sample_python_dtschema.py │ ├── sample_python_flask.py │ ├── sample_python_flask_expects_json.py │ ├── sample_python_git.py │ ├── sample_python_gitdb2.py │ ├── sample_python_gnupg.py │ ├── sample_python_gobject.py │ ├── sample_python_gpiozero.py │ ├── sample_python_hkdf.py │ ├── sample_python_incremental.py │ ├── sample_python_iptables.py │ ├── sample_python_jmespath.py │ ├── sample_python_munch.py │ ├── sample_python_paho_mqtt.py │ ├── sample_python_passlib.py │ ├── sample_python_pexpect.py │ ├── sample_python_pyalsa.py │ ├── sample_python_pybind.py │ ├── sample_python_pynacl.py │ ├── sample_python_pytest.py │ ├── sample_python_pytest_asyncio.py │ ├── sample_python_pyyaml_dec.py │ ├── sample_python_pyyaml_enc.py │ ├── sample_python_qrcode.py │ ├── sample_python_rpi_gpio.py │ ├── sample_python_rsa.py │ ├── sample_python_rtoml.py │ ├── sample_python_s3transfer.py │ ├── sample_python_scipy.py │ ├── sample_python_service_identity.py │ ├── sample_python_smmap2.py │ ├── sample_python_spake2.py │ ├── sample_python_treq.py │ ├── sample_python_twisted.py │ ├── sample_python_txaio_asyncio.py │ ├── sample_python_txaio_twisted.py │ ├── sample_python_txtorcon.py │ ├── sample_python_ubjson_dec.py │ ├── sample_python_ubjson_enc.py │ ├── sample_python_unittest_xml_reporting.py │ ├── test_atop.py │ ├── test_avocado.py │ ├── test_bash.py │ ├── test_bmap_tools.py │ ├── test_clang.py │ ├── test_crudini.py │ ├── test_docker_compose.py │ ├── test_dropbear.py │ ├── test_dtbocfg.py │ ├── test_execline.py │ ├── test_gdb.py │ ├── test_glxinfo.py │ ├── test_glxinfo │ │ └── rootfs-overlay │ │ │ └── etc │ │ │ └── X11 │ │ │ └── xorg.conf.d │ │ │ └── 01-modules.conf │ ├── test_gnupg2.py │ ├── test_gst1_python.py │ ├── test_highway.py │ ├── test_hwloc.py │ ├── test_ipython.py │ ├── test_libftdi1.py │ ├── test_libjxl.py │ ├── test_libshdata.py │ ├── test_lpeg.py │ ├── test_lsqlite3.py │ ├── test_lua.py │ ├── test_lua_argon2.py │ ├── test_lua_augeas.py │ ├── test_lua_cffi.py │ ├── test_lua_cqueues.py │ ├── test_lua_curl.py │ ├── test_lua_gd.py │ ├── test_lua_http.py │ ├── test_lua_inotify.py │ ├── test_lua_lunix.py │ ├── test_lua_lyaml.py │ ├── test_lua_sdl2.py │ ├── test_lua_utf8.py │ ├── test_lua_zlib.py │ ├── test_luaexpat.py │ ├── test_luafilesystem.py │ ├── test_lualdap.py │ ├── test_luaossl.py │ ├── test_luaposix.py │ ├── test_luasec.py │ ├── test_luasocket.py │ ├── test_luasyslog.py │ ├── test_luvi.py │ ├── test_lxc.py │ ├── test_lxc │ │ ├── lxc-kernel.config │ │ └── rootfs-overlay │ │ │ └── usr │ │ │ ├── bin │ │ │ └── iperf3.sh │ │ │ └── share │ │ │ └── lxc │ │ │ └── config │ │ │ ├── minimal-iperf3.conf │ │ │ └── minimal.conf │ ├── test_lzlib.py │ ├── test_mender.py │ ├── test_mender │ │ └── rootfs-overlay │ │ │ ├── etc │ │ │ └── mender │ │ │ │ └── artifact_info │ │ │ └── usr │ │ │ └── bin │ │ │ └── fw_printenv │ ├── test_msr_tools.py │ ├── test_msr_tools │ │ └── linux.config │ ├── test_ncdu.py │ ├── test_netdata.py │ ├── test_nodejs.py │ ├── test_octave.py │ ├── test_ola.py │ ├── test_ola │ │ └── rootfs-overlay │ │ │ └── usr │ │ │ └── bin │ │ │ └── sample_ola_rdm_discovery.py │ ├── test_openjdk.py │ ├── test_openssh.py │ ├── test_openssh │ │ └── post-build.sh │ ├── test_opkg.py │ ├── test_opkg │ │ └── post-build.sh │ ├── test_perftest.py │ ├── test_perl.py │ ├── test_perl_class_load.py │ ├── test_perl_dbd_mysql.py │ ├── test_perl_encode_detect.py │ ├── test_perl_gdgraph.py │ ├── test_perl_html_parser.py │ ├── test_perl_io_socket_multicast.py │ ├── test_perl_io_socket_ssl.py │ ├── test_perl_libwww_perl.py │ ├── test_perl_lwp_protocol_https.py │ ├── test_perl_mail_dkim.py │ ├── test_perl_x10.py │ ├── test_perl_xml_libxml.py │ ├── test_php_apcu.py │ ├── test_php_lua.py │ ├── test_php_pam.py │ ├── test_php_pecl_dbus.py │ ├── test_pixz.py │ ├── test_polkit.py │ ├── test_prosody.py │ ├── test_python.py │ ├── test_python_aexpect.py │ ├── test_python_argh.py │ ├── test_python_attrs.py │ ├── test_python_augeas.py │ ├── test_python_autobahn.py │ ├── test_python_automat.py │ ├── test_python_avro.py │ ├── test_python_bitstring.py │ ├── test_python_boto3.py │ ├── test_python_botocore.py │ ├── test_python_can.py │ ├── test_python_cbor.py │ ├── test_python_click.py │ ├── test_python_colorzero.py │ ├── test_python_constantly.py │ ├── test_python_construct.py │ ├── test_python_crossbar.py │ ├── test_python_cryptography.py │ ├── test_python_dbus_fast.py │ ├── test_python_dbus_next.py │ ├── test_python_dicttoxml2.py │ ├── test_python_distro.py │ ├── test_python_django.py │ ├── test_python_dtschema.py │ ├── test_python_flask.py │ ├── test_python_flask_expects_json.py │ ├── test_python_git.py │ ├── test_python_gitdb2.py │ ├── test_python_gnupg.py │ ├── test_python_gobject.py │ ├── test_python_gpiozero.py │ ├── test_python_hkdf.py │ ├── test_python_incremental.py │ ├── test_python_iptables.py │ ├── test_python_jmespath.py │ ├── test_python_magic_wormhole.py │ ├── test_python_munch.py │ ├── test_python_paho_mqtt.py │ ├── test_python_passlib.py │ ├── test_python_pexpect.py │ ├── test_python_pyalsa.py │ ├── test_python_pybind.py │ ├── test_python_pynacl.py │ ├── test_python_pyndiff.py │ ├── test_python_pytest.py │ ├── test_python_pytest_asyncio.py │ ├── test_python_pyyaml.py │ ├── test_python_qrcode.py │ ├── test_python_rpi_gpio.py │ ├── test_python_rsa.py │ ├── test_python_rtoml.py │ ├── test_python_s3transfer.py │ ├── test_python_scipy.py │ ├── test_python_service_identity.py │ ├── test_python_smmap2.py │ ├── test_python_spake2.py │ ├── test_python_treq.py │ ├── test_python_twisted.py │ ├── test_python_txaio.py │ ├── test_python_txtorcon.py │ ├── test_python_ubjson.py │ ├── test_python_unittest_xml_reporting.py │ ├── test_rdma_core.py │ ├── test_rdma_core │ │ └── linux-rdma.fragment │ ├── test_redis.py │ ├── test_rings.py │ ├── test_rust.py │ ├── test_s6.py │ ├── test_s6_networking.py │ ├── test_s6_portable_utils.py │ ├── test_s6_rc.py │ ├── test_sudo.py │ ├── test_syslog_ng.py │ ├── test_tmux.py │ ├── test_turbolua.py │ ├── test_uboot_openssl_pkgconfig.py │ ├── test_z3.py │ ├── test_z3 │ │ └── rootfs-overlay │ │ │ └── root │ │ │ ├── z3test.py │ │ │ └── z3test.smt2 │ ├── test_zerofree.py │ └── test_zfs.py │ ├── toolchain │ ├── __init__.py │ ├── test_aarch64_64k.py │ ├── test_external.py │ └── test_external_bootlin.py │ └── utils │ ├── __init__.py │ ├── br2-external │ ├── .checkpackageignore │ ├── Config.in │ ├── external.desc │ ├── external.mk │ ├── package │ │ ├── .checkpackageignore │ │ ├── .checkpackageignore_outdated │ │ └── external │ │ │ └── external.mk │ └── utils │ │ └── x-shellscript │ ├── test_check_package.py │ ├── test_get_developers.py │ └── test_get_developers │ └── 0001-package-binutils-change-.mk.patch ├── system ├── Config.in ├── device_table.txt ├── device_table_dev.txt ├── skeleton │ ├── dev │ │ ├── .empty │ │ ├── fd │ │ ├── stderr │ │ ├── stdin │ │ └── stdout │ ├── etc │ │ ├── group │ │ ├── hosts │ │ ├── mtab │ │ ├── passwd │ │ ├── profile │ │ ├── profile.d │ │ │ └── umask.sh │ │ ├── protocols │ │ ├── resolv.conf │ │ ├── services │ │ └── shadow │ ├── media │ │ └── .empty │ ├── mnt │ │ └── .empty │ ├── opt │ │ └── .empty │ ├── proc │ │ └── .empty │ ├── root │ │ └── .empty │ ├── run │ │ └── lock │ │ │ └── .empty │ ├── sys │ │ └── .empty │ ├── tmp │ │ └── .empty │ └── usr │ │ ├── bin │ │ └── .empty │ │ ├── lib │ │ └── .empty │ │ └── sbin │ │ └── .empty └── system.mk ├── toolchain ├── Config.in ├── helpers.mk ├── toolchain-buildroot │ ├── Config.in │ └── toolchain-buildroot.mk ├── toolchain-external │ ├── Config.in │ ├── pkg-toolchain-external.mk │ ├── toolchain-external-arm-aarch64-be │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-arm-aarch64-be.hash │ │ └── toolchain-external-arm-aarch64-be.mk │ ├── toolchain-external-arm-aarch64 │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-arm-aarch64.hash │ │ └── toolchain-external-arm-aarch64.mk │ ├── toolchain-external-arm-arm │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-arm-arm.hash │ │ └── toolchain-external-arm-arm.mk │ ├── toolchain-external-bootlin │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-bootlin.hash │ │ └── toolchain-external-bootlin.mk │ ├── toolchain-external-codescape-img-mips │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-codescape-img-mips.hash │ │ └── toolchain-external-codescape-img-mips.mk │ ├── toolchain-external-codescape-mti-mips │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-codescape-mti-mips.hash │ │ └── toolchain-external-codescape-mti-mips.mk │ ├── toolchain-external-codesourcery-aarch64 │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-codesourcery-aarch64.hash │ │ └── toolchain-external-codesourcery-aarch64.mk │ ├── toolchain-external-codesourcery-arm │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-codesourcery-arm.hash │ │ └── toolchain-external-codesourcery-arm.mk │ ├── toolchain-external-codesourcery-mips │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-codesourcery-mips.hash │ │ └── toolchain-external-codesourcery-mips.mk │ ├── toolchain-external-codesourcery-niosII │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-codesourcery-niosII.hash │ │ └── toolchain-external-codesourcery-niosII.mk │ ├── toolchain-external-custom │ │ ├── Config.in │ │ ├── Config.in.options │ │ └── toolchain-external-custom.mk │ ├── toolchain-external-linaro-aarch64-be │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-linaro-aarch64-be.hash │ │ └── toolchain-external-linaro-aarch64-be.mk │ ├── toolchain-external-linaro-aarch64 │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-linaro-aarch64.hash │ │ └── toolchain-external-linaro-aarch64.mk │ ├── toolchain-external-linaro-arm │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-linaro-arm.hash │ │ └── toolchain-external-linaro-arm.mk │ ├── toolchain-external-linaro-armeb │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-linaro-armeb.hash │ │ └── toolchain-external-linaro-armeb.mk │ ├── toolchain-external-synopsys-arc │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-synopsys-arc.hash │ │ └── toolchain-external-synopsys-arc.mk │ └── toolchain-external.mk ├── toolchain-wrapper.c ├── toolchain-wrapper.mk ├── toolchain.mk └── toolchain │ └── toolchain.mk └── utils ├── brmake ├── check-package ├── check-symbols ├── checkpackagelib ├── __init__.py ├── base.py ├── lib.py ├── lib_config.py ├── lib_hash.py ├── lib_ignore.py ├── lib_mk.py ├── lib_patch.py ├── lib_shellscript.py ├── lib_sysv.py ├── readme.txt ├── test_lib.py ├── test_lib_config.py ├── test_lib_hash.py ├── test_lib_ignore.py ├── test_lib_mk.py ├── test_lib_patch.py ├── test_lib_sysv.py ├── test_tool.py ├── test_util.py └── tool.py ├── checksymbolslib ├── __init__.py ├── br.py ├── db.py ├── file.py ├── kconfig.py ├── makefile.py ├── test_db.py ├── test_file.py ├── test_kconfig.py ├── test_makefile.py └── test_util.py ├── config ├── diffconfig ├── docker-run ├── genrandconfig ├── get-developers ├── getdeveloperlib.py ├── readme.txt ├── scancpan ├── scanpypi ├── size-stats-compare └── test-pkg /.checkpackageignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/.checkpackageignore -------------------------------------------------------------------------------- /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/.clang-format -------------------------------------------------------------------------------- /.defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/.defconfig -------------------------------------------------------------------------------- /.flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/.flake8 -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.shellcheckrc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/CHANGES -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/COPYING -------------------------------------------------------------------------------- /Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/Config.in -------------------------------------------------------------------------------- /Config.in.legacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/Config.in.legacy -------------------------------------------------------------------------------- /DEVELOPERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/DEVELOPERS -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.legacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/Makefile.legacy -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/README -------------------------------------------------------------------------------- /arch/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in -------------------------------------------------------------------------------- /arch/Config.in.arc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in.arc -------------------------------------------------------------------------------- /arch/Config.in.arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in.arm -------------------------------------------------------------------------------- /arch/Config.in.m68k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in.m68k -------------------------------------------------------------------------------- /arch/Config.in.mips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in.mips -------------------------------------------------------------------------------- /arch/Config.in.nios2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in.nios2 -------------------------------------------------------------------------------- /arch/Config.in.or1k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in.or1k -------------------------------------------------------------------------------- /arch/Config.in.powerpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in.powerpc -------------------------------------------------------------------------------- /arch/Config.in.riscv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in.riscv -------------------------------------------------------------------------------- /arch/Config.in.s390x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in.s390x -------------------------------------------------------------------------------- /arch/Config.in.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in.sh -------------------------------------------------------------------------------- /arch/Config.in.sparc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in.sparc -------------------------------------------------------------------------------- /arch/Config.in.x86: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in.x86 -------------------------------------------------------------------------------- /arch/Config.in.xtensa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/Config.in.xtensa -------------------------------------------------------------------------------- /arch/arch.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/arch.mk -------------------------------------------------------------------------------- /arch/arch.mk.arc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/arch.mk.arc -------------------------------------------------------------------------------- /arch/arch.mk.riscv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/arch.mk.riscv -------------------------------------------------------------------------------- /arch/arch.mk.xtensa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/arch/arch.mk.xtensa -------------------------------------------------------------------------------- /board/atmel/flasher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/atmel/flasher.sh -------------------------------------------------------------------------------- /board/atmel/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/atmel/readme.txt -------------------------------------------------------------------------------- /board/beaglev/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/beaglev/readme.txt -------------------------------------------------------------------------------- /board/canaan/k210-soc/rootfs_overlay/init: -------------------------------------------------------------------------------- 1 | /sbin/init -------------------------------------------------------------------------------- /board/canaan/k210-soc/uboot.config: -------------------------------------------------------------------------------- 1 | # CONFIG_WATCHDOG_AUTOSTART is not set 2 | -------------------------------------------------------------------------------- /board/chromebook/mksd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/chromebook/mksd.sh -------------------------------------------------------------------------------- /board/ci20/genimage.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/ci20/genimage.cfg -------------------------------------------------------------------------------- /board/ci20/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/ci20/readme.txt -------------------------------------------------------------------------------- /board/ci20/uboot-env.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/ci20/uboot-env.txt -------------------------------------------------------------------------------- /board/freescale/warpboard/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_CFG80211_WEXT=y 2 | -------------------------------------------------------------------------------- /board/licheepi/boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/licheepi/boot.cmd -------------------------------------------------------------------------------- /board/nezha/genimage.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/nezha/genimage.cfg -------------------------------------------------------------------------------- /board/nezha/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/nezha/readme.txt -------------------------------------------------------------------------------- /board/olimex/a10_olinuxino/boot.cmd: -------------------------------------------------------------------------------- 1 | ../a20_olinuxino/boot.cmd -------------------------------------------------------------------------------- /board/olimex/a10_olinuxino/genimage.cfg: -------------------------------------------------------------------------------- 1 | ../a20_olinuxino/genimage.cfg -------------------------------------------------------------------------------- /board/olimex/a10_olinuxino/post-build.sh: -------------------------------------------------------------------------------- 1 | ../a20_olinuxino/post-build.sh -------------------------------------------------------------------------------- /board/olpc/genimage.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/olpc/genimage.cfg -------------------------------------------------------------------------------- /board/olpc/linux.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/olpc/linux.config -------------------------------------------------------------------------------- /board/olpc/olpc.fth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/olpc/olpc.fth -------------------------------------------------------------------------------- /board/olpc/post-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/olpc/post-build.sh -------------------------------------------------------------------------------- /board/olpc/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/olpc/readme.txt -------------------------------------------------------------------------------- /board/pc/grub-bios.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/pc/grub-bios.cfg -------------------------------------------------------------------------------- /board/pc/grub-efi.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/pc/grub-efi.cfg -------------------------------------------------------------------------------- /board/pc/linux.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/pc/linux.config -------------------------------------------------------------------------------- /board/pc/post-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/pc/post-build.sh -------------------------------------------------------------------------------- /board/pc/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/pc/readme.txt -------------------------------------------------------------------------------- /board/qemu/post-image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/qemu/post-image.sh -------------------------------------------------------------------------------- /board/raspberrypi0: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi0w: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi2: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi3: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi3-64: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi4: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi4-64: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypicm4io: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypicm4io-64: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypizero2w: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/solidrun/clearfog/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_SENSORS_MCP3021=y 2 | -------------------------------------------------------------------------------- /board/solidrun/clearfog_gt_8k/genimage.cfg: -------------------------------------------------------------------------------- 1 | ../macchiatobin/genimage.cfg -------------------------------------------------------------------------------- /board/solidrun/clearfog_gt_8k/post-build-mainline.sh: -------------------------------------------------------------------------------- 1 | ../macchiatobin/post-build-mainline.sh -------------------------------------------------------------------------------- /board/solidrun/clearfog_gt_8k/uboot-fragment.config: -------------------------------------------------------------------------------- 1 | ../macchiatobin/uboot-fragment.config -------------------------------------------------------------------------------- /board/synopsys/axs10x/uboot-fragment.config: -------------------------------------------------------------------------------- 1 | CONFIG_SYS_MALLOC_F_LEN=0x0500 2 | -------------------------------------------------------------------------------- /board/terasic/de10nano_cyclone5/barebox-env/nv/boot.default: -------------------------------------------------------------------------------- 1 | mmc 2 | -------------------------------------------------------------------------------- /board/terasic/de10nano_cyclone5/barebox-env/nv/linux.bootargs.console: -------------------------------------------------------------------------------- 1 | console=ttyS0,115200 2 | -------------------------------------------------------------------------------- /board/versal/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/versal/readme.txt -------------------------------------------------------------------------------- /board/versal/uboot.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_OF_SEPARATE=y 2 | -------------------------------------------------------------------------------- /board/warp7/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/warp7/readme.txt -------------------------------------------------------------------------------- /board/zynq/extlinux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/zynq/extlinux.conf -------------------------------------------------------------------------------- /board/zynq/genimage.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/zynq/genimage.cfg -------------------------------------------------------------------------------- /board/zynq/post-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/zynq/post-build.sh -------------------------------------------------------------------------------- /board/zynq/post-image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/zynq/post-image.sh -------------------------------------------------------------------------------- /board/zynq/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/zynq/readme.txt -------------------------------------------------------------------------------- /board/zynqmp/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/board/zynqmp/readme.txt -------------------------------------------------------------------------------- /boot/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/Config.in -------------------------------------------------------------------------------- /boot/barebox/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/barebox/Config.in -------------------------------------------------------------------------------- /boot/barebox/barebox-aux/barebox-aux.hash: -------------------------------------------------------------------------------- 1 | ../barebox.hash -------------------------------------------------------------------------------- /boot/barebox/barebox.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/barebox/barebox.mk -------------------------------------------------------------------------------- /boot/barebox/barebox/barebox.hash: -------------------------------------------------------------------------------- 1 | ../barebox.hash -------------------------------------------------------------------------------- /boot/common.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard boot/*/*.mk)) 2 | -------------------------------------------------------------------------------- /boot/edk2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/edk2/Config.in -------------------------------------------------------------------------------- /boot/edk2/edk2.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/edk2/edk2.hash -------------------------------------------------------------------------------- /boot/edk2/edk2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/edk2/edk2.mk -------------------------------------------------------------------------------- /boot/grub2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/grub2/Config.in -------------------------------------------------------------------------------- /boot/grub2/grub.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/grub2/grub.cfg -------------------------------------------------------------------------------- /boot/grub2/grub2.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/grub2/grub2.hash -------------------------------------------------------------------------------- /boot/grub2/grub2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/grub2/grub2.mk -------------------------------------------------------------------------------- /boot/grub2/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/grub2/readme.txt -------------------------------------------------------------------------------- /boot/opensbi/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/opensbi/Config.in -------------------------------------------------------------------------------- /boot/opensbi/opensbi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/opensbi/opensbi.mk -------------------------------------------------------------------------------- /boot/optee-os/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/optee-os/Config.in -------------------------------------------------------------------------------- /boot/shim/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/shim/Config.in -------------------------------------------------------------------------------- /boot/shim/shim.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/shim/shim.hash -------------------------------------------------------------------------------- /boot/shim/shim.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/shim/shim.mk -------------------------------------------------------------------------------- /boot/syslinux/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/syslinux/Config.in -------------------------------------------------------------------------------- /boot/uboot/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/uboot/Config.in -------------------------------------------------------------------------------- /boot/uboot/uboot.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/uboot/uboot.hash -------------------------------------------------------------------------------- /boot/uboot/uboot.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/boot/uboot/uboot.mk -------------------------------------------------------------------------------- /configs/ci20_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/configs/ci20_defconfig -------------------------------------------------------------------------------- /configs/nezha_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/configs/nezha_defconfig -------------------------------------------------------------------------------- /configs/pine64_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/configs/pine64_defconfig -------------------------------------------------------------------------------- /configs/rock64_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/configs/rock64_defconfig -------------------------------------------------------------------------------- /configs/ts4900_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/configs/ts4900_defconfig -------------------------------------------------------------------------------- /configs/ts5500_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/configs/ts5500_defconfig -------------------------------------------------------------------------------- /configs/ts7680_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/configs/ts7680_defconfig -------------------------------------------------------------------------------- /configs/warp7_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/configs/warp7_defconfig -------------------------------------------------------------------------------- /docs/images: -------------------------------------------------------------------------------- 1 | website/images -------------------------------------------------------------------------------- /docs/manual/advanced.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/docs/manual/advanced.txt -------------------------------------------------------------------------------- /docs/manual/appendix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/docs/manual/appendix.txt -------------------------------------------------------------------------------- /docs/manual/getting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/docs/manual/getting.txt -------------------------------------------------------------------------------- /docs/manual/manual.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/docs/manual/manual.mk -------------------------------------------------------------------------------- /docs/manual/manual.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/docs/manual/manual.txt -------------------------------------------------------------------------------- /docs/website/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/docs/website/.htaccess -------------------------------------------------------------------------------- /docs/website/docs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/docs/website/docs.html -------------------------------------------------------------------------------- /docs/website/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/docs/website/favicon.ico -------------------------------------------------------------------------------- /docs/website/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/docs/website/favicon.png -------------------------------------------------------------------------------- /docs/website/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/docs/website/footer.html -------------------------------------------------------------------------------- /docs/website/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/docs/website/header.html -------------------------------------------------------------------------------- /docs/website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/docs/website/index.html -------------------------------------------------------------------------------- /docs/website/news.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/docs/website/news.html -------------------------------------------------------------------------------- /docs/website/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /cgi-bin/ 3 | -------------------------------------------------------------------------------- /fs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/Config.in -------------------------------------------------------------------------------- /fs/axfs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/axfs/Config.in -------------------------------------------------------------------------------- /fs/axfs/axfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/axfs/axfs.mk -------------------------------------------------------------------------------- /fs/btrfs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/btrfs/Config.in -------------------------------------------------------------------------------- /fs/btrfs/btrfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/btrfs/btrfs.mk -------------------------------------------------------------------------------- /fs/cloop/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/cloop/Config.in -------------------------------------------------------------------------------- /fs/cloop/cloop.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/cloop/cloop.mk -------------------------------------------------------------------------------- /fs/common.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/common.mk -------------------------------------------------------------------------------- /fs/cpio/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/cpio/Config.in -------------------------------------------------------------------------------- /fs/cpio/cpio.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/cpio/cpio.mk -------------------------------------------------------------------------------- /fs/cpio/dracut.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/cpio/dracut.conf -------------------------------------------------------------------------------- /fs/cpio/init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/cpio/init -------------------------------------------------------------------------------- /fs/cramfs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/cramfs/Config.in -------------------------------------------------------------------------------- /fs/cramfs/cramfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/cramfs/cramfs.mk -------------------------------------------------------------------------------- /fs/erofs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/erofs/Config.in -------------------------------------------------------------------------------- /fs/erofs/erofs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/erofs/erofs.mk -------------------------------------------------------------------------------- /fs/ext2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/ext2/Config.in -------------------------------------------------------------------------------- /fs/ext2/ext2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/ext2/ext2.mk -------------------------------------------------------------------------------- /fs/f2fs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/f2fs/Config.in -------------------------------------------------------------------------------- /fs/f2fs/f2fs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/f2fs/f2fs.mk -------------------------------------------------------------------------------- /fs/initramfs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/initramfs/Config.in -------------------------------------------------------------------------------- /fs/iso9660/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/iso9660/Config.in -------------------------------------------------------------------------------- /fs/iso9660/grub.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/iso9660/grub.cfg -------------------------------------------------------------------------------- /fs/iso9660/iso9660.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/iso9660/iso9660.mk -------------------------------------------------------------------------------- /fs/iso9660/isolinux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/iso9660/isolinux.cfg -------------------------------------------------------------------------------- /fs/jffs2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/jffs2/Config.in -------------------------------------------------------------------------------- /fs/jffs2/jffs2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/jffs2/jffs2.mk -------------------------------------------------------------------------------- /fs/oci/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/oci/Config.in -------------------------------------------------------------------------------- /fs/oci/oci.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/oci/oci.mk -------------------------------------------------------------------------------- /fs/romfs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/romfs/Config.in -------------------------------------------------------------------------------- /fs/romfs/romfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/romfs/romfs.mk -------------------------------------------------------------------------------- /fs/squashfs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/squashfs/Config.in -------------------------------------------------------------------------------- /fs/squashfs/squashfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/squashfs/squashfs.mk -------------------------------------------------------------------------------- /fs/tar/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/tar/Config.in -------------------------------------------------------------------------------- /fs/tar/tar.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/tar/tar.mk -------------------------------------------------------------------------------- /fs/ubi/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/ubi/Config.in -------------------------------------------------------------------------------- /fs/ubi/ubi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/ubi/ubi.mk -------------------------------------------------------------------------------- /fs/ubi/ubinize.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/ubi/ubinize.cfg -------------------------------------------------------------------------------- /fs/ubifs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/ubifs/Config.in -------------------------------------------------------------------------------- /fs/ubifs/ubifs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/ubifs/ubifs.mk -------------------------------------------------------------------------------- /fs/yaffs2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/yaffs2/Config.in -------------------------------------------------------------------------------- /fs/yaffs2/yaffs2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/fs/yaffs2/yaffs2.mk -------------------------------------------------------------------------------- /linux/Config.ext.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/linux/Config.ext.in -------------------------------------------------------------------------------- /linux/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/linux/Config.in -------------------------------------------------------------------------------- /linux/linux-ext-aufs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/linux/linux-ext-aufs.mk -------------------------------------------------------------------------------- /linux/linux-ext-fbtft.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/linux/linux-ext-fbtft.mk -------------------------------------------------------------------------------- /linux/linux-ext-rtai.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/linux/linux-ext-rtai.mk -------------------------------------------------------------------------------- /linux/linux.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/linux/linux.hash -------------------------------------------------------------------------------- /linux/linux.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/linux/linux.mk -------------------------------------------------------------------------------- /package/4th/4th.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/4th/4th.hash -------------------------------------------------------------------------------- /package/4th/4th.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/4th/4th.mk -------------------------------------------------------------------------------- /package/4th/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/4th/Config.in -------------------------------------------------------------------------------- /package/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/Config.in -------------------------------------------------------------------------------- /package/Config.in.host: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/Config.in.host -------------------------------------------------------------------------------- /package/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/Makefile.in -------------------------------------------------------------------------------- /package/ace/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ace/Config.in -------------------------------------------------------------------------------- /package/ace/ace.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ace/ace.hash -------------------------------------------------------------------------------- /package/ace/ace.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ace/ace.mk -------------------------------------------------------------------------------- /package/acl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/acl/Config.in -------------------------------------------------------------------------------- /package/acl/acl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/acl/acl.hash -------------------------------------------------------------------------------- /package/acl/acl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/acl/acl.mk -------------------------------------------------------------------------------- /package/acpica/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/acpica/Config.in -------------------------------------------------------------------------------- /package/acpica/acpica.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/acpica/acpica.mk -------------------------------------------------------------------------------- /package/acpid/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/acpid/Config.in -------------------------------------------------------------------------------- /package/acpid/S02acpid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/acpid/S02acpid -------------------------------------------------------------------------------- /package/acpid/acpid.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/acpid/acpid.hash -------------------------------------------------------------------------------- /package/acpid/acpid.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/acpid/acpid.mk -------------------------------------------------------------------------------- /package/alfred/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/alfred/Config.in -------------------------------------------------------------------------------- /package/alfred/alfred.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/alfred/alfred.mk -------------------------------------------------------------------------------- /package/alure/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/alure/Config.in -------------------------------------------------------------------------------- /package/alure/alure.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/alure/alure.hash -------------------------------------------------------------------------------- /package/alure/alure.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/alure/alure.mk -------------------------------------------------------------------------------- /package/apache/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/apache/Config.in -------------------------------------------------------------------------------- /package/apache/S50apache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/apache/S50apache -------------------------------------------------------------------------------- /package/apache/apache.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/apache/apache.mk -------------------------------------------------------------------------------- /package/apg/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/apg/Config.in -------------------------------------------------------------------------------- /package/apg/apg.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/apg/apg.hash -------------------------------------------------------------------------------- /package/apg/apg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/apg/apg.mk -------------------------------------------------------------------------------- /package/apr/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/apr/Config.in -------------------------------------------------------------------------------- /package/apr/apr.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/apr/apr.hash -------------------------------------------------------------------------------- /package/apr/apr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/apr/apr.mk -------------------------------------------------------------------------------- /package/argus/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/argus/Config.in -------------------------------------------------------------------------------- /package/argus/argus.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/argus/argus.hash -------------------------------------------------------------------------------- /package/argus/argus.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/argus/argus.mk -------------------------------------------------------------------------------- /package/asn1c/asn1c.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/asn1c/asn1c.hash -------------------------------------------------------------------------------- /package/asn1c/asn1c.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/asn1c/asn1c.mk -------------------------------------------------------------------------------- /package/assimp/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/assimp/Config.in -------------------------------------------------------------------------------- /package/assimp/assimp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/assimp/assimp.mk -------------------------------------------------------------------------------- /package/at/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/at/Config.in -------------------------------------------------------------------------------- /package/at/S99at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/at/S99at -------------------------------------------------------------------------------- /package/at/at.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/at/at.hash -------------------------------------------------------------------------------- /package/at/at.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/at/at.mk -------------------------------------------------------------------------------- /package/atest/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atest/Config.in -------------------------------------------------------------------------------- /package/atest/atest.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atest/atest.hash -------------------------------------------------------------------------------- /package/atest/atest.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atest/atest.mk -------------------------------------------------------------------------------- /package/atf/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atf/Config.in -------------------------------------------------------------------------------- /package/atf/atf.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atf/atf.hash -------------------------------------------------------------------------------- /package/atf/atf.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atf/atf.mk -------------------------------------------------------------------------------- /package/atftp/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atftp/Config.in -------------------------------------------------------------------------------- /package/atftp/atftp.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atftp/atftp.hash -------------------------------------------------------------------------------- /package/atftp/atftp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atftp/atftp.mk -------------------------------------------------------------------------------- /package/atk/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atk/Config.in -------------------------------------------------------------------------------- /package/atk/atk.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atk/atk.hash -------------------------------------------------------------------------------- /package/atk/atk.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atk/atk.mk -------------------------------------------------------------------------------- /package/atkmm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atkmm/Config.in -------------------------------------------------------------------------------- /package/atkmm/atkmm.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atkmm/atkmm.hash -------------------------------------------------------------------------------- /package/atkmm/atkmm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atkmm/atkmm.mk -------------------------------------------------------------------------------- /package/atop/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atop/Config.in -------------------------------------------------------------------------------- /package/atop/atop.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atop/atop.hash -------------------------------------------------------------------------------- /package/atop/atop.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/atop/atop.mk -------------------------------------------------------------------------------- /package/attr/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/attr/Config.in -------------------------------------------------------------------------------- /package/attr/attr.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/attr/attr.hash -------------------------------------------------------------------------------- /package/attr/attr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/attr/attr.mk -------------------------------------------------------------------------------- /package/aubio/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/aubio/Config.in -------------------------------------------------------------------------------- /package/aubio/aubio.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/aubio/aubio.hash -------------------------------------------------------------------------------- /package/aubio/aubio.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/aubio/aubio.mk -------------------------------------------------------------------------------- /package/audit/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/audit/Config.in -------------------------------------------------------------------------------- /package/audit/S02auditd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/audit/S02auditd -------------------------------------------------------------------------------- /package/audit/audit.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/audit/audit.hash -------------------------------------------------------------------------------- /package/audit/audit.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/audit/audit.mk -------------------------------------------------------------------------------- /package/audit/audit_tmpfiles.conf: -------------------------------------------------------------------------------- 1 | d /var/log/audit 0755 - - 2 | -------------------------------------------------------------------------------- /package/aufs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/aufs/Config.in -------------------------------------------------------------------------------- /package/aufs/aufs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/aufs/aufs.mk -------------------------------------------------------------------------------- /package/augeas/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/augeas/Config.in -------------------------------------------------------------------------------- /package/augeas/augeas.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/augeas/augeas.mk -------------------------------------------------------------------------------- /package/aumix/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/aumix/Config.in -------------------------------------------------------------------------------- /package/aumix/aumix.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/aumix/aumix.hash -------------------------------------------------------------------------------- /package/aumix/aumix.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/aumix/aumix.mk -------------------------------------------------------------------------------- /package/autofs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/autofs/Config.in -------------------------------------------------------------------------------- /package/autofs/autofs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/autofs/autofs.mk -------------------------------------------------------------------------------- /package/avahi/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/avahi/Config.in -------------------------------------------------------------------------------- /package/axel/axel.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/axel/axel.mk -------------------------------------------------------------------------------- /package/azmq/azmq.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/azmq/azmq.mk -------------------------------------------------------------------------------- /package/bash/bash.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/bash/bash.mk -------------------------------------------------------------------------------- /package/bat/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/bat/Config.in -------------------------------------------------------------------------------- /package/bat/bat.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/bat/bat.hash -------------------------------------------------------------------------------- /package/bat/bat.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/bat/bat.mk -------------------------------------------------------------------------------- /package/bc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/bc/Config.in -------------------------------------------------------------------------------- /package/bc/bc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/bc/bc.hash -------------------------------------------------------------------------------- /package/bc/bc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/bc/bc.mk -------------------------------------------------------------------------------- /package/belr/belr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/belr/belr.mk -------------------------------------------------------------------------------- /package/bind/S81named: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/bind/S81named -------------------------------------------------------------------------------- /package/bind/bind.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/bind/bind.mk -------------------------------------------------------------------------------- /package/bird/bird.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/bird/bird.mk -------------------------------------------------------------------------------- /package/bluez5_utils-headers/bluez5_utils-headers.hash: -------------------------------------------------------------------------------- 1 | ../bluez5_utils/bluez5_utils.hash -------------------------------------------------------------------------------- /package/bmon/bmon.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/bmon/bmon.mk -------------------------------------------------------------------------------- /package/bmx7/bmx7.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/bmx7/bmx7.mk -------------------------------------------------------------------------------- /package/busybox/S02sysctl: -------------------------------------------------------------------------------- 1 | ../procps-ng/S02sysctl -------------------------------------------------------------------------------- /package/cage/cage.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cage/cage.mk -------------------------------------------------------------------------------- /package/caps/caps.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/caps/caps.mk -------------------------------------------------------------------------------- /package/ccid/ccid.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ccid/ccid.mk -------------------------------------------------------------------------------- /package/cctz/cctz.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cctz/cctz.mk -------------------------------------------------------------------------------- /package/cfm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cfm/Config.in -------------------------------------------------------------------------------- /package/cfm/S65cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cfm/S65cfm -------------------------------------------------------------------------------- /package/cfm/cfm.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cfm/cfm.hash -------------------------------------------------------------------------------- /package/cfm/cfm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cfm/cfm.mk -------------------------------------------------------------------------------- /package/cgic/cgic.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cgic/cgic.mk -------------------------------------------------------------------------------- /package/cog/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cog/Config.in -------------------------------------------------------------------------------- /package/cog/cog.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cog/cog.hash -------------------------------------------------------------------------------- /package/cog/cog.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cog/cog.mk -------------------------------------------------------------------------------- /package/cpio/cpio.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cpio/cpio.mk -------------------------------------------------------------------------------- /package/crda/crda.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/crda/crda.mk -------------------------------------------------------------------------------- /package/crun/crun.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/crun/crun.mk -------------------------------------------------------------------------------- /package/cups/S81cupsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cups/S81cupsd -------------------------------------------------------------------------------- /package/cups/cups.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cups/cups.mk -------------------------------------------------------------------------------- /package/cvs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cvs/Config.in -------------------------------------------------------------------------------- /package/cvs/cvs.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cvs/cvs.hash -------------------------------------------------------------------------------- /package/cvs/cvs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/cvs/cvs.mk -------------------------------------------------------------------------------- /package/czmq/czmq.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/czmq/czmq.mk -------------------------------------------------------------------------------- /package/dado/dado.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dado/dado.mk -------------------------------------------------------------------------------- /package/daq/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/daq/Config.in -------------------------------------------------------------------------------- /package/daq/daq.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/daq/daq.hash -------------------------------------------------------------------------------- /package/daq/daq.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/daq/daq.mk -------------------------------------------------------------------------------- /package/daq3/daq3.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/daq3/daq3.mk -------------------------------------------------------------------------------- /package/dash/dash.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dash/dash.mk -------------------------------------------------------------------------------- /package/dbus/S30dbus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dbus/S30dbus -------------------------------------------------------------------------------- /package/dbus/dbus.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dbus/dbus.mk -------------------------------------------------------------------------------- /package/dhcp/dhcp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dhcp/dhcp.mk -------------------------------------------------------------------------------- /package/dht/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dht/Config.in -------------------------------------------------------------------------------- /package/dht/dht.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dht/dht.hash -------------------------------------------------------------------------------- /package/dht/dht.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dht/dht.mk -------------------------------------------------------------------------------- /package/dt/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dt/Config.in -------------------------------------------------------------------------------- /package/dt/dt.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dt/dt.hash -------------------------------------------------------------------------------- /package/dt/dt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dt/dt.mk -------------------------------------------------------------------------------- /package/dtc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dtc/Config.in -------------------------------------------------------------------------------- /package/dtc/dtc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dtc/dtc.hash -------------------------------------------------------------------------------- /package/dtc/dtc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dtc/dtc.mk -------------------------------------------------------------------------------- /package/duma/duma.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/duma/duma.mk -------------------------------------------------------------------------------- /package/dust/dust.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/dust/dust.mk -------------------------------------------------------------------------------- /package/ed/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ed/Config.in -------------------------------------------------------------------------------- /package/ed/ed.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ed/ed.hash -------------------------------------------------------------------------------- /package/ed/ed.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ed/ed.mk -------------------------------------------------------------------------------- /package/efl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/efl/Config.in -------------------------------------------------------------------------------- /package/efl/efl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/efl/efl.hash -------------------------------------------------------------------------------- /package/efl/efl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/efl/efl.mk -------------------------------------------------------------------------------- /package/ell/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ell/Config.in -------------------------------------------------------------------------------- /package/ell/ell.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ell/ell.hash -------------------------------------------------------------------------------- /package/ell/ell.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ell/ell.mk -------------------------------------------------------------------------------- /package/enet/enet.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/enet/enet.mk -------------------------------------------------------------------------------- /package/eudev/S10udev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/eudev/S10udev -------------------------------------------------------------------------------- /package/exim/S86exim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/exim/S86exim -------------------------------------------------------------------------------- /package/exim/exim.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/exim/exim.mk -------------------------------------------------------------------------------- /package/fbv/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fbv/Config.in -------------------------------------------------------------------------------- /package/fbv/fbv.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fbv/fbv.hash -------------------------------------------------------------------------------- /package/fbv/fbv.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fbv/fbv.mk -------------------------------------------------------------------------------- /package/feh/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/feh/Config.in -------------------------------------------------------------------------------- /package/feh/feh.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/feh/feh.hash -------------------------------------------------------------------------------- /package/feh/feh.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/feh/feh.mk -------------------------------------------------------------------------------- /package/fftw/fftw-double/fftw-double.hash: -------------------------------------------------------------------------------- 1 | ../fftw.hash -------------------------------------------------------------------------------- /package/fftw/fftw-long-double/fftw-long-double.hash: -------------------------------------------------------------------------------- 1 | ../fftw.hash -------------------------------------------------------------------------------- /package/fftw/fftw-quad/fftw-quad.hash: -------------------------------------------------------------------------------- 1 | ../fftw.hash -------------------------------------------------------------------------------- /package/fftw/fftw-single/fftw-single.hash: -------------------------------------------------------------------------------- 1 | ../fftw.hash -------------------------------------------------------------------------------- /package/fftw/fftw.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fftw/fftw.mk -------------------------------------------------------------------------------- /package/ficl/ficl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ficl/ficl.mk -------------------------------------------------------------------------------- /package/file/file.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/file/file.mk -------------------------------------------------------------------------------- /package/fio/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fio/Config.in -------------------------------------------------------------------------------- /package/fio/fio.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fio/fio.hash -------------------------------------------------------------------------------- /package/fio/fio.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fio/fio.mk -------------------------------------------------------------------------------- /package/flac/flac.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/flac/flac.mk -------------------------------------------------------------------------------- /package/flex/flex.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/flex/flex.mk -------------------------------------------------------------------------------- /package/flot/flot.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/flot/flot.mk -------------------------------------------------------------------------------- /package/fltk/fltk.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fltk/fltk.mk -------------------------------------------------------------------------------- /package/fluxbox/xsession: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec startfluxbox 3 | -------------------------------------------------------------------------------- /package/fmc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fmc/Config.in -------------------------------------------------------------------------------- /package/fmc/fmc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fmc/fmc.hash -------------------------------------------------------------------------------- /package/fmc/fmc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fmc/fmc.mk -------------------------------------------------------------------------------- /package/fmt/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fmt/Config.in -------------------------------------------------------------------------------- /package/fmt/fmt.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fmt/fmt.hash -------------------------------------------------------------------------------- /package/fmt/fmt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fmt/fmt.mk -------------------------------------------------------------------------------- /package/frr/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/frr/Config.in -------------------------------------------------------------------------------- /package/frr/S50frr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/frr/S50frr -------------------------------------------------------------------------------- /package/frr/frr.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/frr/frr.hash -------------------------------------------------------------------------------- /package/frr/frr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/frr/frr.mk -------------------------------------------------------------------------------- /package/ftop/ftop.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ftop/ftop.mk -------------------------------------------------------------------------------- /package/fwts/fwts.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fwts/fwts.mk -------------------------------------------------------------------------------- /package/fwup/fwup.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/fwup/fwup.mk -------------------------------------------------------------------------------- /package/gawk/gawk.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gawk/gawk.mk -------------------------------------------------------------------------------- /package/gcc/gcc-final/gcc-final.hash: -------------------------------------------------------------------------------- 1 | ../gcc.hash -------------------------------------------------------------------------------- /package/gcc/gcc-initial/gcc-initial.hash: -------------------------------------------------------------------------------- 1 | ../gcc.hash -------------------------------------------------------------------------------- /package/gcc/gcc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gcc/gcc.hash -------------------------------------------------------------------------------- /package/gcc/gcc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gcc/gcc.mk -------------------------------------------------------------------------------- /package/gcr/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gcr/Config.in -------------------------------------------------------------------------------- /package/gcr/gcr.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gcr/gcr.hash -------------------------------------------------------------------------------- /package/gcr/gcr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gcr/gcr.mk -------------------------------------------------------------------------------- /package/gd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gd/Config.in -------------------------------------------------------------------------------- /package/gd/gd.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gd/gd.hash -------------------------------------------------------------------------------- /package/gd/gd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gd/gd.mk -------------------------------------------------------------------------------- /package/gdal/gdal.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gdal/gdal.mk -------------------------------------------------------------------------------- /package/gdb/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gdb/Config.in -------------------------------------------------------------------------------- /package/gdb/gdb.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gdb/gdb.hash -------------------------------------------------------------------------------- /package/gdb/gdb.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gdb/gdb.mk -------------------------------------------------------------------------------- /package/gdbm/gdbm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gdbm/gdbm.mk -------------------------------------------------------------------------------- /package/getent/getent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/getent/getent -------------------------------------------------------------------------------- /package/git/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/git/Config.in -------------------------------------------------------------------------------- /package/git/git.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/git/git.hash -------------------------------------------------------------------------------- /package/git/git.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/git/git.mk -------------------------------------------------------------------------------- /package/gli/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gli/Config.in -------------------------------------------------------------------------------- /package/gli/gli.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gli/gli.hash -------------------------------------------------------------------------------- /package/gli/gli.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gli/gli.mk -------------------------------------------------------------------------------- /package/glm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/glm/Config.in -------------------------------------------------------------------------------- /package/glm/glm.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/glm/glm.hash -------------------------------------------------------------------------------- /package/glm/glm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/glm/glm.mk -------------------------------------------------------------------------------- /package/glog/glog.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/glog/glog.mk -------------------------------------------------------------------------------- /package/gmp/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gmp/Config.in -------------------------------------------------------------------------------- /package/gmp/gmp.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gmp/gmp.hash -------------------------------------------------------------------------------- /package/gmp/gmp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gmp/gmp.mk -------------------------------------------------------------------------------- /package/gmpc/gmpc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gmpc/gmpc.mk -------------------------------------------------------------------------------- /package/go/go.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/go/go.hash -------------------------------------------------------------------------------- /package/go/go.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/go/go.mk -------------------------------------------------------------------------------- /package/gob2/gob2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gob2/gob2.mk -------------------------------------------------------------------------------- /package/gpm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gpm/Config.in -------------------------------------------------------------------------------- /package/gpm/gpm.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gpm/gpm.hash -------------------------------------------------------------------------------- /package/gpm/gpm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gpm/gpm.mk -------------------------------------------------------------------------------- /package/gpsd/S50gpsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gpsd/S50gpsd -------------------------------------------------------------------------------- /package/gpsd/br-chrony.conf: -------------------------------------------------------------------------------- 1 | [Unit] 2 | After=chrony.service 3 | -------------------------------------------------------------------------------- /package/gpsd/gpsd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gpsd/gpsd.mk -------------------------------------------------------------------------------- /package/gqrx/gqrx.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gqrx/gqrx.mk -------------------------------------------------------------------------------- /package/grep/grep.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/grep/grep.mk -------------------------------------------------------------------------------- /package/grpc/grpc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/grpc/grpc.mk -------------------------------------------------------------------------------- /package/gsl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gsl/Config.in -------------------------------------------------------------------------------- /package/gsl/gsl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gsl/gsl.hash -------------------------------------------------------------------------------- /package/gsl/gsl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gsl/gsl.mk -------------------------------------------------------------------------------- /package/gstreamer1/gstreamer1.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard package/gstreamer1/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/gvfs/gvfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gvfs/gvfs.mk -------------------------------------------------------------------------------- /package/gzip/gzip.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/gzip/gzip.mk -------------------------------------------------------------------------------- /package/hans/hans.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/hans/hans.mk -------------------------------------------------------------------------------- /package/htop/htop.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/htop/htop.mk -------------------------------------------------------------------------------- /package/i2pd/S99i2pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/i2pd/S99i2pd -------------------------------------------------------------------------------- /package/i2pd/i2pd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/i2pd/i2pd.mk -------------------------------------------------------------------------------- /package/i7z/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/i7z/Config.in -------------------------------------------------------------------------------- /package/i7z/i7z.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/i7z/i7z.hash -------------------------------------------------------------------------------- /package/i7z/i7z.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/i7z/i7z.mk -------------------------------------------------------------------------------- /package/icu/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/icu/Config.in -------------------------------------------------------------------------------- /package/icu/icu.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/icu/icu.hash -------------------------------------------------------------------------------- /package/icu/icu.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/icu/icu.mk -------------------------------------------------------------------------------- /package/ifupdown-scripts/network/if-down.d/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/ifupdown-scripts/network/if-post-down.d/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/ifupdown-scripts/network/if-up.d/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/ijs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ijs/Config.in -------------------------------------------------------------------------------- /package/ijs/ijs.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ijs/ijs.hash -------------------------------------------------------------------------------- /package/ijs/ijs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ijs/ijs.mk -------------------------------------------------------------------------------- /package/inih/inih.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/inih/inih.mk -------------------------------------------------------------------------------- /package/isl/isl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/isl/isl.hash -------------------------------------------------------------------------------- /package/isl/isl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/isl/isl.mk -------------------------------------------------------------------------------- /package/iw/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/iw/Config.in -------------------------------------------------------------------------------- /package/iw/iw.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/iw/iw.hash -------------------------------------------------------------------------------- /package/iw/iw.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/iw/iw.mk -------------------------------------------------------------------------------- /package/iwd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/iwd/Config.in -------------------------------------------------------------------------------- /package/iwd/S40iwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/iwd/S40iwd -------------------------------------------------------------------------------- /package/iwd/iwd.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/iwd/iwd.hash -------------------------------------------------------------------------------- /package/iwd/iwd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/iwd/iwd.mk -------------------------------------------------------------------------------- /package/iwd/main.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/iwd/main.conf -------------------------------------------------------------------------------- /package/jo/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/jo/Config.in -------------------------------------------------------------------------------- /package/jo/jo.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/jo/jo.hash -------------------------------------------------------------------------------- /package/jo/jo.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/jo/jo.mk -------------------------------------------------------------------------------- /package/joe/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/joe/Config.in -------------------------------------------------------------------------------- /package/joe/joe.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/joe/joe.hash -------------------------------------------------------------------------------- /package/joe/joe.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/joe/joe.mk -------------------------------------------------------------------------------- /package/jose/jose.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/jose/jose.mk -------------------------------------------------------------------------------- /package/jpeg/jpeg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/jpeg/jpeg.mk -------------------------------------------------------------------------------- /package/jq/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/jq/Config.in -------------------------------------------------------------------------------- /package/jq/jq.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/jq/jq.hash -------------------------------------------------------------------------------- /package/jq/jq.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/jq/jq.mk -------------------------------------------------------------------------------- /package/jsmn/jsmn.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/jsmn/jsmn.mk -------------------------------------------------------------------------------- /package/kbd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/kbd/Config.in -------------------------------------------------------------------------------- /package/kbd/kbd.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/kbd/kbd.hash -------------------------------------------------------------------------------- /package/kbd/kbd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/kbd/kbd.mk -------------------------------------------------------------------------------- /package/kf5/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/kf5/Config.in -------------------------------------------------------------------------------- /package/kf5/kf5.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/kf5/kf5.mk -------------------------------------------------------------------------------- /package/kmod/kmod.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/kmod/kmod.mk -------------------------------------------------------------------------------- /package/kodi-jsonschemabuilder/kodi-jsonschemabuilder.hash: -------------------------------------------------------------------------------- 1 | ../kodi/kodi.hash -------------------------------------------------------------------------------- /package/kodi-texturepacker/kodi-texturepacker.hash: -------------------------------------------------------------------------------- 1 | ../kodi/kodi.hash -------------------------------------------------------------------------------- /package/kodi/S50kodi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/kodi/S50kodi -------------------------------------------------------------------------------- /package/kodi/br-kodi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/kodi/br-kodi -------------------------------------------------------------------------------- /package/kodi/kodi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/kodi/kodi.mk -------------------------------------------------------------------------------- /package/kyua/kyua.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/kyua/kyua.mk -------------------------------------------------------------------------------- /package/lame/lame.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lame/lame.mk -------------------------------------------------------------------------------- /package/less/less.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/less/less.mk -------------------------------------------------------------------------------- /package/lft/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lft/Config.in -------------------------------------------------------------------------------- /package/lft/lft.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lft/lft.hash -------------------------------------------------------------------------------- /package/lft/lft.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lft/lft.mk -------------------------------------------------------------------------------- /package/lftp/lftp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lftp/lftp.mk -------------------------------------------------------------------------------- /package/libmad/mad.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/libmad/mad.pc -------------------------------------------------------------------------------- /package/lilv/lilv.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lilv/lilv.mk -------------------------------------------------------------------------------- /package/linux-headers/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LINUX_HEADERS 2 | bool 3 | -------------------------------------------------------------------------------- /package/linux-headers/linux-headers.hash: -------------------------------------------------------------------------------- 1 | ../../linux/linux.hash -------------------------------------------------------------------------------- /package/lite/lite.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lite/lite.mk -------------------------------------------------------------------------------- /package/lld/lld.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lld/lld.hash -------------------------------------------------------------------------------- /package/lld/lld.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lld/lld.mk -------------------------------------------------------------------------------- /package/llvm/llvm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/llvm/llvm.mk -------------------------------------------------------------------------------- /package/localedef/localedef.hash: -------------------------------------------------------------------------------- 1 | ../glibc/glibc.hash -------------------------------------------------------------------------------- /package/lpeg/lpeg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lpeg/lpeg.mk -------------------------------------------------------------------------------- /package/lpty/lpty.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lpty/lpty.mk -------------------------------------------------------------------------------- /package/lshw/lshw.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lshw/lshw.mk -------------------------------------------------------------------------------- /package/lsof/lsof.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lsof/lsof.mk -------------------------------------------------------------------------------- /package/lua/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lua/Config.in -------------------------------------------------------------------------------- /package/lua/lua.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lua/lua.mk -------------------------------------------------------------------------------- /package/lua/lua.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lua/lua.pc.in -------------------------------------------------------------------------------- /package/luv/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/luv/Config.in -------------------------------------------------------------------------------- /package/luv/luv.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/luv/luv.hash -------------------------------------------------------------------------------- /package/luv/luv.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/luv/luv.mk -------------------------------------------------------------------------------- /package/luvi/luvi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/luvi/luvi.mk -------------------------------------------------------------------------------- /package/lv2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lv2/Config.in -------------------------------------------------------------------------------- /package/lv2/lv2.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lv2/lv2.hash -------------------------------------------------------------------------------- /package/lv2/lv2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lv2/lv2.mk -------------------------------------------------------------------------------- /package/lvm2/lvm2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lvm2/lvm2.mk -------------------------------------------------------------------------------- /package/lxc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lxc/Config.in -------------------------------------------------------------------------------- /package/lxc/lxc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lxc/lxc.hash -------------------------------------------------------------------------------- /package/lxc/lxc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lxc/lxc.mk -------------------------------------------------------------------------------- /package/lynx/lynx.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lynx/lynx.mk -------------------------------------------------------------------------------- /package/lz4/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lz4/Config.in -------------------------------------------------------------------------------- /package/lz4/lz4.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lz4/lz4.hash -------------------------------------------------------------------------------- /package/lz4/lz4.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lz4/lz4.mk -------------------------------------------------------------------------------- /package/lzip/lzip.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lzip/lzip.mk -------------------------------------------------------------------------------- /package/lzma/lzma.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lzma/lzma.mk -------------------------------------------------------------------------------- /package/lzo/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lzo/Config.in -------------------------------------------------------------------------------- /package/lzo/lzo.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lzo/lzo.hash -------------------------------------------------------------------------------- /package/lzo/lzo.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lzo/lzo.mk -------------------------------------------------------------------------------- /package/lzop/lzop.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/lzop/lzop.mk -------------------------------------------------------------------------------- /package/m4/m4.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/m4/m4.hash -------------------------------------------------------------------------------- /package/m4/m4.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/m4/m4.mk -------------------------------------------------------------------------------- /package/make/make.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/make/make.mk -------------------------------------------------------------------------------- /package/mawk/mawk.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mawk/mawk.mk -------------------------------------------------------------------------------- /package/mbw/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mbw/Config.in -------------------------------------------------------------------------------- /package/mbw/mbw.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mbw/mbw.hash -------------------------------------------------------------------------------- /package/mbw/mbw.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mbw/mbw.mk -------------------------------------------------------------------------------- /package/mc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mc/Config.in -------------------------------------------------------------------------------- /package/mc/mc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mc/mc.hash -------------------------------------------------------------------------------- /package/mc/mc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mc/mc.mk -------------------------------------------------------------------------------- /package/mender/artifact_info: -------------------------------------------------------------------------------- 1 | artifact_name=BUILDROOT_ARTIFACT 2 | -------------------------------------------------------------------------------- /package/mender/device_type: -------------------------------------------------------------------------------- 1 | device_type=BUILDROOT_DEVICE 2 | -------------------------------------------------------------------------------- /package/mesa3d-headers/mesa3d-headers.hash: -------------------------------------------------------------------------------- 1 | ../mesa3d/mesa3d.hash -------------------------------------------------------------------------------- /package/mfoc/mfoc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mfoc/mfoc.mk -------------------------------------------------------------------------------- /package/mg/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mg/Config.in -------------------------------------------------------------------------------- /package/mg/mg.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mg/mg.hash -------------------------------------------------------------------------------- /package/mg/mg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mg/mg.mk -------------------------------------------------------------------------------- /package/mkpasswd/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HOST_MKPASSWD 2 | bool "host mkpasswd" 3 | -------------------------------------------------------------------------------- /package/mksh/mksh.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mksh/mksh.mk -------------------------------------------------------------------------------- /package/mono/mono.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mono/mono.mk -------------------------------------------------------------------------------- /package/mosh/mosh.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mosh/mosh.mk -------------------------------------------------------------------------------- /package/most/most.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/most/most.mk -------------------------------------------------------------------------------- /package/mpc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mpc/Config.in -------------------------------------------------------------------------------- /package/mpc/mpc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mpc/mpc.hash -------------------------------------------------------------------------------- /package/mpc/mpc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mpc/mpc.mk -------------------------------------------------------------------------------- /package/mpd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mpd/Config.in -------------------------------------------------------------------------------- /package/mpd/S95mpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mpd/S95mpd -------------------------------------------------------------------------------- /package/mpd/mpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mpd/mpd.conf -------------------------------------------------------------------------------- /package/mpd/mpd.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mpd/mpd.hash -------------------------------------------------------------------------------- /package/mpd/mpd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mpd/mpd.mk -------------------------------------------------------------------------------- /package/mpfr/mpfr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mpfr/mpfr.mk -------------------------------------------------------------------------------- /package/mpir/mpir.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mpir/mpir.mk -------------------------------------------------------------------------------- /package/mpv/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mpv/Config.in -------------------------------------------------------------------------------- /package/mpv/mpv.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mpv/mpv.hash -------------------------------------------------------------------------------- /package/mpv/mpv.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mpv/mpv.mk -------------------------------------------------------------------------------- /package/mraa/mraa.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mraa/mraa.mk -------------------------------------------------------------------------------- /package/mrp/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mrp/Config.in -------------------------------------------------------------------------------- /package/mrp/S65mrp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mrp/S65mrp -------------------------------------------------------------------------------- /package/mrp/mrp.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mrp/mrp.hash -------------------------------------------------------------------------------- /package/mrp/mrp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mrp/mrp.mk -------------------------------------------------------------------------------- /package/mtd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mtd/Config.in -------------------------------------------------------------------------------- /package/mtd/mtd.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mtd/mtd.hash -------------------------------------------------------------------------------- /package/mtd/mtd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mtd/mtd.mk -------------------------------------------------------------------------------- /package/mtr/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mtr/Config.in -------------------------------------------------------------------------------- /package/mtr/mtr.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mtr/mtr.hash -------------------------------------------------------------------------------- /package/mtr/mtr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mtr/mtr.mk -------------------------------------------------------------------------------- /package/musl-compat-headers/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_MUSL_COMPAT_HEADERS 2 | bool 3 | -------------------------------------------------------------------------------- /package/musl/musl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/musl/musl.mk -------------------------------------------------------------------------------- /package/mutt/mutt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mutt/mutt.mk -------------------------------------------------------------------------------- /package/mxml/mxml.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/mxml/mxml.mk -------------------------------------------------------------------------------- /package/nano/nano.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nano/nano.mk -------------------------------------------------------------------------------- /package/nasm/nasm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nasm/nasm.mk -------------------------------------------------------------------------------- /package/nbd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nbd/Config.in -------------------------------------------------------------------------------- /package/nbd/nbd.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nbd/nbd.hash -------------------------------------------------------------------------------- /package/nbd/nbd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nbd/nbd.mk -------------------------------------------------------------------------------- /package/ncdu/ncdu.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ncdu/ncdu.mk -------------------------------------------------------------------------------- /package/ne10/ne10.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ne10/ne10.mk -------------------------------------------------------------------------------- /package/neon/neon.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/neon/neon.mk -------------------------------------------------------------------------------- /package/newt/newt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/newt/newt.mk -------------------------------------------------------------------------------- /package/nftables/nftables-python/nftables-python.hash: -------------------------------------------------------------------------------- 1 | ../nftables.hash -------------------------------------------------------------------------------- /package/nmap/nmap.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nmap/nmap.mk -------------------------------------------------------------------------------- /package/nmon/nmon.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nmon/nmon.mk -------------------------------------------------------------------------------- /package/nodm/S90nodm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nodm/S90nodm -------------------------------------------------------------------------------- /package/nodm/nodm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nodm/nodm.mk -------------------------------------------------------------------------------- /package/nodm/nodm.pam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nodm/nodm.pam -------------------------------------------------------------------------------- /package/noip/noip.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/noip/noip.mk -------------------------------------------------------------------------------- /package/norm/norm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/norm/norm.mk -------------------------------------------------------------------------------- /package/ntp/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ntp/Config.in -------------------------------------------------------------------------------- /package/ntp/S48sntp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ntp/S48sntp -------------------------------------------------------------------------------- /package/ntp/S49ntp.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ntp/S49ntp.in -------------------------------------------------------------------------------- /package/ntp/ntp.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ntp/ntp.hash -------------------------------------------------------------------------------- /package/ntp/ntp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ntp/ntp.mk -------------------------------------------------------------------------------- /package/nut/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nut/Config.in -------------------------------------------------------------------------------- /package/nut/nut.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nut/nut.hash -------------------------------------------------------------------------------- /package/nut/nut.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nut/nut.mk -------------------------------------------------------------------------------- /package/nvme/nvme.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/nvme/nvme.mk -------------------------------------------------------------------------------- /package/odb/odb.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/odb/odb.hash -------------------------------------------------------------------------------- /package/odb/odb.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/odb/odb.mk -------------------------------------------------------------------------------- /package/ogre/ogre.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ogre/ogre.mk -------------------------------------------------------------------------------- /package/ola/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ola/Config.in -------------------------------------------------------------------------------- /package/ola/ola.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ola/ola.hash -------------------------------------------------------------------------------- /package/ola/ola.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ola/ola.mk -------------------------------------------------------------------------------- /package/olsr/S50olsr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/olsr/S50olsr -------------------------------------------------------------------------------- /package/olsr/olsr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/olsr/olsr.mk -------------------------------------------------------------------------------- /package/opengl/opengl.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard package/opengl/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/openssh/sshd-sysusers.conf: -------------------------------------------------------------------------------- 1 | u sshd - "SSH drop priv user" /var/empty 2 | -------------------------------------------------------------------------------- /package/opkg/opkg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/opkg/opkg.mk -------------------------------------------------------------------------------- /package/opus/opus.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/opus/opus.mk -------------------------------------------------------------------------------- /package/orc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/orc/Config.in -------------------------------------------------------------------------------- /package/orc/orc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/orc/orc.hash -------------------------------------------------------------------------------- /package/orc/orc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/orc/orc.mk -------------------------------------------------------------------------------- /package/ortp/ortp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ortp/ortp.mk -------------------------------------------------------------------------------- /package/owfs/S60owfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/owfs/S60owfs -------------------------------------------------------------------------------- /package/owfs/owfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/owfs/owfs.mk -------------------------------------------------------------------------------- /package/pcre/pcre.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pcre/pcre.mk -------------------------------------------------------------------------------- /package/pdbg/pdbg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pdbg/pdbg.mk -------------------------------------------------------------------------------- /package/perl/perl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/perl/perl.mk -------------------------------------------------------------------------------- /package/php/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/php/Config.in -------------------------------------------------------------------------------- /package/php/php.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/php/php.hash -------------------------------------------------------------------------------- /package/php/php.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/php/php.mk -------------------------------------------------------------------------------- /package/pigz/pigz.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pigz/pigz.mk -------------------------------------------------------------------------------- /package/pimd/pimd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pimd/pimd.mk -------------------------------------------------------------------------------- /package/pixz/pixz.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pixz/pixz.mk -------------------------------------------------------------------------------- /package/pkg-cargo.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pkg-cargo.mk -------------------------------------------------------------------------------- /package/pkg-cmake.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pkg-cmake.mk -------------------------------------------------------------------------------- /package/pkg-golang.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pkg-golang.mk -------------------------------------------------------------------------------- /package/pkg-meson.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pkg-meson.mk -------------------------------------------------------------------------------- /package/pkg-perl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pkg-perl.mk -------------------------------------------------------------------------------- /package/pkg-python.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pkg-python.mk -------------------------------------------------------------------------------- /package/pkg-qmake.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pkg-qmake.mk -------------------------------------------------------------------------------- /package/pkg-rebar.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pkg-rebar.mk -------------------------------------------------------------------------------- /package/pkg-utils.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pkg-utils.mk -------------------------------------------------------------------------------- /package/pkg-waf.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pkg-waf.mk -------------------------------------------------------------------------------- /package/ply/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ply/Config.in -------------------------------------------------------------------------------- /package/ply/ply.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ply/ply.hash -------------------------------------------------------------------------------- /package/ply/ply.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ply/ply.mk -------------------------------------------------------------------------------- /package/poco/poco.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/poco/poco.mk -------------------------------------------------------------------------------- /package/poke/poke.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/poke/poke.mk -------------------------------------------------------------------------------- /package/popt/popt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/popt/popt.mk -------------------------------------------------------------------------------- /package/pppd/pppd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pppd/pppd.mk -------------------------------------------------------------------------------- /package/proj/proj.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/proj/proj.mk -------------------------------------------------------------------------------- /package/ptpd/S65ptpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ptpd/S65ptpd -------------------------------------------------------------------------------- /package/ptpd/ptpd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ptpd/ptpd.mk -------------------------------------------------------------------------------- /package/pv/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pv/Config.in -------------------------------------------------------------------------------- /package/pv/pv.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pv/pv.hash -------------------------------------------------------------------------------- /package/pv/pv.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/pv/pv.mk -------------------------------------------------------------------------------- /package/qemu/qemu.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/qemu/qemu.mk -------------------------------------------------------------------------------- /package/qpdf/qpdf.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/qpdf/qpdf.mk -------------------------------------------------------------------------------- /package/qt5/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/qt5/Config.in -------------------------------------------------------------------------------- /package/qt5/qt5.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/qt5/qt5.mk -------------------------------------------------------------------------------- /package/qt5/qt5base/qplatformdefs.h: -------------------------------------------------------------------------------- 1 | #include "../../linux-g++/qplatformdefs.h" 2 | -------------------------------------------------------------------------------- /package/qt6/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/qt6/Config.in -------------------------------------------------------------------------------- /package/qt6/qt6.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/qt6/qt6.mk -------------------------------------------------------------------------------- /package/qwt/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/qwt/Config.in -------------------------------------------------------------------------------- /package/qwt/qwt.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/qwt/qwt.hash -------------------------------------------------------------------------------- /package/qwt/qwt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/qwt/qwt.mk -------------------------------------------------------------------------------- /package/radvd/50-radvd.preset: -------------------------------------------------------------------------------- 1 | disable radvd.service 2 | -------------------------------------------------------------------------------- /package/rauc/rauc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/rauc/rauc.mk -------------------------------------------------------------------------------- /package/re2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/re2/Config.in -------------------------------------------------------------------------------- /package/re2/re2.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/re2/re2.hash -------------------------------------------------------------------------------- /package/re2/re2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/re2/re2.mk -------------------------------------------------------------------------------- /package/rpm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/rpm/Config.in -------------------------------------------------------------------------------- /package/rpm/rpm.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/rpm/rpm.hash -------------------------------------------------------------------------------- /package/rpm/rpm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/rpm/rpm.mk -------------------------------------------------------------------------------- /package/rtai/rtai.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/rtai/rtai.mk -------------------------------------------------------------------------------- /package/rtty/rtty.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/rtty/rtty.mk -------------------------------------------------------------------------------- /package/ruby/ruby.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ruby/ruby.mk -------------------------------------------------------------------------------- /package/runc/runc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/runc/runc.mk -------------------------------------------------------------------------------- /package/rust/rust.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/rust/rust.mk -------------------------------------------------------------------------------- /package/s6/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/s6/Config.in -------------------------------------------------------------------------------- /package/s6/s6.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/s6/s6.hash -------------------------------------------------------------------------------- /package/s6/s6.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/s6/s6.mk -------------------------------------------------------------------------------- /package/samba4/S91smb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/samba4/S91smb -------------------------------------------------------------------------------- /package/sbc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sbc/Config.in -------------------------------------------------------------------------------- /package/sbc/sbc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sbc/sbc.hash -------------------------------------------------------------------------------- /package/sbc/sbc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sbc/sbc.mk -------------------------------------------------------------------------------- /package/sdl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sdl/Config.in -------------------------------------------------------------------------------- /package/sdl/sdl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sdl/sdl.hash -------------------------------------------------------------------------------- /package/sdl/sdl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sdl/sdl.mk -------------------------------------------------------------------------------- /package/sdl2/sdl2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sdl2/sdl2.mk -------------------------------------------------------------------------------- /package/sed/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sed/Config.in -------------------------------------------------------------------------------- /package/sed/sed.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sed/sed.hash -------------------------------------------------------------------------------- /package/sed/sed.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sed/sed.mk -------------------------------------------------------------------------------- /package/serd/serd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/serd/serd.mk -------------------------------------------------------------------------------- /package/skeleton-init-common/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_SKELETON_INIT_COMMON 2 | bool 3 | -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/dev/log: -------------------------------------------------------------------------------- 1 | ../tmp/log -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/etc/conf.d/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/etc/runlevels/default/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/etc/runlevels/default/sysv-rcs: -------------------------------------------------------------------------------- 1 | /etc/init.d/sysv-rcs -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/cache: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/lib/misc: -------------------------------------------------------------------------------- 1 | ../../tmp -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/lock: -------------------------------------------------------------------------------- 1 | ../run/lock -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/log: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/run: -------------------------------------------------------------------------------- 1 | ../run -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/spool: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/tmp: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/dev/log: -------------------------------------------------------------------------------- 1 | ../tmp/log -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/dev/pts/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/dev/shm/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/cache: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/lib/misc: -------------------------------------------------------------------------------- 1 | ../../tmp -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/lock: -------------------------------------------------------------------------------- 1 | ../run/lock -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/log: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/run: -------------------------------------------------------------------------------- 1 | ../run -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/spool: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/tmp: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/sl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sl/Config.in -------------------------------------------------------------------------------- /package/sl/sl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sl/sl.hash -------------------------------------------------------------------------------- /package/sl/sl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sl/sl.mk -------------------------------------------------------------------------------- /package/sord/sord.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sord/sord.mk -------------------------------------------------------------------------------- /package/sox/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sox/Config.in -------------------------------------------------------------------------------- /package/sox/sox.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sox/sox.hash -------------------------------------------------------------------------------- /package/sox/sox.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sox/sox.mk -------------------------------------------------------------------------------- /package/sslh/S35sslh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sslh/S35sslh -------------------------------------------------------------------------------- /package/sslh/sslh.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sslh/sslh.mk -------------------------------------------------------------------------------- /package/stb/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/stb/Config.in -------------------------------------------------------------------------------- /package/stb/stb.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/stb/stb.hash -------------------------------------------------------------------------------- /package/stb/stb.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/stb/stb.mk -------------------------------------------------------------------------------- /package/stb/stb.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/stb/stb.pc -------------------------------------------------------------------------------- /package/sudo/sudo.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sudo/sudo.mk -------------------------------------------------------------------------------- /package/sudo/sudo.pam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sudo/sudo.pam -------------------------------------------------------------------------------- /package/sway/sway.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/sway/sway.mk -------------------------------------------------------------------------------- /package/swig/swig.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/swig/swig.mk -------------------------------------------------------------------------------- /package/swupdate/90-start-progress: -------------------------------------------------------------------------------- 1 | exec /usr/bin/swupdate-progress -w -r & 2 | -------------------------------------------------------------------------------- /package/systemd/boot-files/loader.conf: -------------------------------------------------------------------------------- 1 | timeout 3 2 | default buildroot 3 | -------------------------------------------------------------------------------- /package/szip/szip.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/szip/szip.mk -------------------------------------------------------------------------------- /package/tar/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tar/Config.in -------------------------------------------------------------------------------- /package/tar/tar.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tar/tar.hash -------------------------------------------------------------------------------- /package/tar/tar.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tar/tar.mk -------------------------------------------------------------------------------- /package/tbb/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tbb/Config.in -------------------------------------------------------------------------------- /package/tbb/tbb.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tbb/tbb.hash -------------------------------------------------------------------------------- /package/tbb/tbb.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tbb/tbb.mk -------------------------------------------------------------------------------- /package/tcl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tcl/Config.in -------------------------------------------------------------------------------- /package/tcl/tcl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tcl/tcl.hash -------------------------------------------------------------------------------- /package/tcl/tcl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tcl/tcl.mk -------------------------------------------------------------------------------- /package/ti-gfx/egl.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ti-gfx/egl.pc -------------------------------------------------------------------------------- /package/ti-gfx/powervr.ini: -------------------------------------------------------------------------------- 1 | [default] 2 | WindowSystem=libpvrPVR2D_FRONTWSEGL.so 3 | -------------------------------------------------------------------------------- /package/tiff/tiff.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tiff/tiff.mk -------------------------------------------------------------------------------- /package/time/time.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/time/time.mk -------------------------------------------------------------------------------- /package/tinc/tinc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tinc/tinc.mk -------------------------------------------------------------------------------- /package/tini/tini.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tini/tini.mk -------------------------------------------------------------------------------- /package/tio/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tio/Config.in -------------------------------------------------------------------------------- /package/tio/tio.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tio/tio.hash -------------------------------------------------------------------------------- /package/tio/tio.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tio/tio.mk -------------------------------------------------------------------------------- /package/tk/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tk/Config.in -------------------------------------------------------------------------------- /package/tk/tk.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tk/tk.hash -------------------------------------------------------------------------------- /package/tk/tk.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tk/tk.mk -------------------------------------------------------------------------------- /package/tmux/tmux.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tmux/tmux.mk -------------------------------------------------------------------------------- /package/tor/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tor/Config.in -------------------------------------------------------------------------------- /package/tor/tor.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tor/tor.hash -------------------------------------------------------------------------------- /package/tor/tor.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tor/tor.mk -------------------------------------------------------------------------------- /package/tree/tree.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tree/tree.mk -------------------------------------------------------------------------------- /package/ttyd/ttyd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ttyd/ttyd.mk -------------------------------------------------------------------------------- /package/tz/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_TZ 2 | bool 3 | help 4 | Timezone info for uClibc. 5 | -------------------------------------------------------------------------------- /package/tz/tz.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/tz/tz.mk -------------------------------------------------------------------------------- /package/ubus/ubus.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ubus/ubus.mk -------------------------------------------------------------------------------- /package/udev/udev.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/udev/udev.mk -------------------------------------------------------------------------------- /package/uftp/uftp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/uftp/uftp.mk -------------------------------------------------------------------------------- /package/uhd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/uhd/Config.in -------------------------------------------------------------------------------- /package/uhd/uhd.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/uhd/uhd.hash -------------------------------------------------------------------------------- /package/uhd/uhd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/uhd/uhd.mk -------------------------------------------------------------------------------- /package/ulog/ulog.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ulog/ulog.mk -------------------------------------------------------------------------------- /package/upx/upx.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/upx/upx.hash -------------------------------------------------------------------------------- /package/upx/upx.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/upx/upx.mk -------------------------------------------------------------------------------- /package/uqmi/uqmi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/uqmi/uqmi.mk -------------------------------------------------------------------------------- /package/urg/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/urg/Config.in -------------------------------------------------------------------------------- /package/urg/urg.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/urg/urg.hash -------------------------------------------------------------------------------- /package/urg/urg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/urg/urg.mk -------------------------------------------------------------------------------- /package/util-linux/util-linux-libs/util-linux-libs.hash: -------------------------------------------------------------------------------- 1 | ../util-linux.hash -------------------------------------------------------------------------------- /package/uuu/uuu.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/uuu/uuu.hash -------------------------------------------------------------------------------- /package/uuu/uuu.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/uuu/uuu.mk -------------------------------------------------------------------------------- /package/uvw/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/uvw/Config.in -------------------------------------------------------------------------------- /package/uvw/uvw.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/uvw/uvw.hash -------------------------------------------------------------------------------- /package/uvw/uvw.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/uvw/uvw.mk -------------------------------------------------------------------------------- /package/vala/vala.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vala/vala.mk -------------------------------------------------------------------------------- /package/vde2/vde2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vde2/vde2.mk -------------------------------------------------------------------------------- /package/vdr/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vdr/Config.in -------------------------------------------------------------------------------- /package/vdr/vdr.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vdr/vdr.hash -------------------------------------------------------------------------------- /package/vdr/vdr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vdr/vdr.mk -------------------------------------------------------------------------------- /package/vim/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vim/Config.in -------------------------------------------------------------------------------- /package/vim/vim.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vim/vim.hash -------------------------------------------------------------------------------- /package/vim/vim.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vim/vim.mk -------------------------------------------------------------------------------- /package/vlc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vlc/Config.in -------------------------------------------------------------------------------- /package/vlc/vlc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vlc/vlc.hash -------------------------------------------------------------------------------- /package/vlc/vlc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vlc/vlc.mk -------------------------------------------------------------------------------- /package/volk/volk.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/volk/volk.mk -------------------------------------------------------------------------------- /package/vpnc/vpnc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vpnc/vpnc.mk -------------------------------------------------------------------------------- /package/vte/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vte/Config.in -------------------------------------------------------------------------------- /package/vte/vte.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vte/vte.hash -------------------------------------------------------------------------------- /package/vte/vte.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vte/vte.mk -------------------------------------------------------------------------------- /package/vtun/vtun.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/vtun/vtun.mk -------------------------------------------------------------------------------- /package/waf/waf.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/waf/waf.hash -------------------------------------------------------------------------------- /package/waf/waf.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/waf/waf.mk -------------------------------------------------------------------------------- /package/webp/webp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/webp/webp.mk -------------------------------------------------------------------------------- /package/wget/wget.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/wget/wget.mk -------------------------------------------------------------------------------- /package/wine/wine.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/wine/wine.mk -------------------------------------------------------------------------------- /package/wipe/wipe.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/wipe/wipe.mk -------------------------------------------------------------------------------- /package/x11r7/x11r7.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard package/x11r7/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/x11r7/xcursor-transparent-theme/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Inherits=xcursor-transparent 3 | -------------------------------------------------------------------------------- /package/x264/x264.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/x264/x264.mk -------------------------------------------------------------------------------- /package/x265/x265.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/x265/x265.mk -------------------------------------------------------------------------------- /package/xen/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/xen/Config.in -------------------------------------------------------------------------------- /package/xen/xen.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/xen/xen.hash -------------------------------------------------------------------------------- /package/xen/xen.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/xen/xen.mk -------------------------------------------------------------------------------- /package/xl2tp/xl2tpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/xl2tp/xl2tpd -------------------------------------------------------------------------------- /package/xz/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/xz/Config.in -------------------------------------------------------------------------------- /package/xz/xz.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/xz/xz.hash -------------------------------------------------------------------------------- /package/xz/xz.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/xz/xz.mk -------------------------------------------------------------------------------- /package/yad/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/yad/Config.in -------------------------------------------------------------------------------- /package/yad/yad.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/yad/yad.hash -------------------------------------------------------------------------------- /package/yad/yad.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/yad/yad.mk -------------------------------------------------------------------------------- /package/yajl/yajl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/yajl/yajl.mk -------------------------------------------------------------------------------- /package/yasm/yasm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/yasm/yasm.mk -------------------------------------------------------------------------------- /package/ympd/ympd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/ympd/ympd.mk -------------------------------------------------------------------------------- /package/z3/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/z3/Config.in -------------------------------------------------------------------------------- /package/z3/z3.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/z3/z3.hash -------------------------------------------------------------------------------- /package/z3/z3.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/z3/z3.mk -------------------------------------------------------------------------------- /package/zbar/zbar.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zbar/zbar.mk -------------------------------------------------------------------------------- /package/zeek/zeek.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zeek/zeek.mk -------------------------------------------------------------------------------- /package/zfs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zfs/Config.in -------------------------------------------------------------------------------- /package/zfs/zfs.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zfs/zfs.hash -------------------------------------------------------------------------------- /package/zfs/zfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zfs/zfs.mk -------------------------------------------------------------------------------- /package/zic/zic.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zic/zic.hash -------------------------------------------------------------------------------- /package/zic/zic.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zic/zic.mk -------------------------------------------------------------------------------- /package/zip/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zip/Config.in -------------------------------------------------------------------------------- /package/zip/zip.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zip/zip.hash -------------------------------------------------------------------------------- /package/zip/zip.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zip/zip.mk -------------------------------------------------------------------------------- /package/zlib/zlib.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zlib/zlib.mk -------------------------------------------------------------------------------- /package/zlog/zlog.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zlog/zlog.mk -------------------------------------------------------------------------------- /package/znc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/znc/Config.in -------------------------------------------------------------------------------- /package/znc/znc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/znc/znc.hash -------------------------------------------------------------------------------- /package/znc/znc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/znc/znc.mk -------------------------------------------------------------------------------- /package/zsh/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zsh/Config.in -------------------------------------------------------------------------------- /package/zsh/zsh.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zsh/zsh.hash -------------------------------------------------------------------------------- /package/zsh/zsh.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zsh/zsh.mk -------------------------------------------------------------------------------- /package/zstd/zstd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zstd/zstd.mk -------------------------------------------------------------------------------- /package/zyre/zyre.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/package/zyre/zyre.mk -------------------------------------------------------------------------------- /support/config-fragments/autobuild/br-microblazeel-full-internal.config: -------------------------------------------------------------------------------- 1 | BR2_microblazeel=y 2 | -------------------------------------------------------------------------------- /support/download/bzr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/support/download/bzr -------------------------------------------------------------------------------- /support/download/cvs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/support/download/cvs -------------------------------------------------------------------------------- /support/download/file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/support/download/file -------------------------------------------------------------------------------- /support/download/git: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/support/download/git -------------------------------------------------------------------------------- /support/download/hg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/support/download/hg -------------------------------------------------------------------------------- /support/download/scp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/support/download/scp -------------------------------------------------------------------------------- /support/download/sftp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/support/download/sftp -------------------------------------------------------------------------------- /support/download/svn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/support/download/svn -------------------------------------------------------------------------------- /support/download/wget: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/support/download/wget -------------------------------------------------------------------------------- /support/kconfig/.gitignore: -------------------------------------------------------------------------------- 1 | # 2 | # Quilt is being used to handle the patch series 3 | # 4 | .pc 5 | -------------------------------------------------------------------------------- /support/kconfig/foo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/support/kconfig/foo.h -------------------------------------------------------------------------------- /support/kconfig/lkc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/support/kconfig/lkc.h -------------------------------------------------------------------------------- /support/kconfig/lxdialog/.gitignore: -------------------------------------------------------------------------------- 1 | # 2 | # Generated files 3 | # 4 | lxdialog 5 | -------------------------------------------------------------------------------- /support/misc/utils.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/support/misc/utils.mk -------------------------------------------------------------------------------- /support/testing/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/boot/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/boot/test_grub/linux-aarch64-efi.config: -------------------------------------------------------------------------------- 1 | CONFIG_ACPI=y 2 | -------------------------------------------------------------------------------- /support/testing/tests/core/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/core/br2-external/detect-bad-arch/external.desc: -------------------------------------------------------------------------------- 1 | name: DETECT_BAD_ARCH 2 | -------------------------------------------------------------------------------- /support/testing/tests/core/cpeid-br2-external/Config.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/core/cpeid-br2-external/external.desc: -------------------------------------------------------------------------------- 1 | name: CPE_ID 2 | -------------------------------------------------------------------------------- /support/testing/tests/core/post-fakeroot.sh: -------------------------------------------------------------------------------- 1 | post-build.sh -------------------------------------------------------------------------------- /support/testing/tests/core/post-image.sh: -------------------------------------------------------------------------------- 1 | post-build.sh -------------------------------------------------------------------------------- /support/testing/tests/core/rootfs-overlay1/test-file1: -------------------------------------------------------------------------------- 1 | foobar 2 | -------------------------------------------------------------------------------- /support/testing/tests/core/rootfs-overlay2/etc/test-file2: -------------------------------------------------------------------------------- 1 | barfoo 2 | -------------------------------------------------------------------------------- /support/testing/tests/core/squashfs-xattr-kernel.config: -------------------------------------------------------------------------------- 1 | CONFIG_SQUASHFS_XATTR=y 2 | -------------------------------------------------------------------------------- /support/testing/tests/core/test_selinux/br2_external/external.desc: -------------------------------------------------------------------------------- 1 | name: SELINUX 2 | -------------------------------------------------------------------------------- /support/testing/tests/core/test_selinux/br2_external/package/selinux-test/selinux/buildroot.fc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/core/test_selinux/extra_modules/buildroot.fc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/download/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/git-hash/Config.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/git-hash/external.desc: -------------------------------------------------------------------------------- 1 | name: GIT_HASH 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/git-refs/Config.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/git-refs/external.desc: -------------------------------------------------------------------------------- 1 | name: GIT_REFS 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/github/Config.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/github/external.desc: -------------------------------------------------------------------------------- 1 | name: GITHUB 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/gitlab/Config.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/gitlab/external.desc: -------------------------------------------------------------------------------- 1 | name: GITLAB 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/ssh/Config.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/ssh/external.desc: -------------------------------------------------------------------------------- 1 | name: SSH 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/refs-sub1.git/.gitattributes: -------------------------------------------------------------------------------- 1 | objects/*/* binary 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/refs-sub2.git/.gitattributes: -------------------------------------------------------------------------------- 1 | objects/*/* binary 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/repo.git/.gitattributes: -------------------------------------------------------------------------------- 1 | objects/*/* binary 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/repo.git/HEAD: -------------------------------------------------------------------------------- 1 | ref: refs/heads/master 2 | -------------------------------------------------------------------------------- /support/testing/tests/fs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/init/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/init/systemd-factory/var/foo/bar: -------------------------------------------------------------------------------- 1 | foobar 2 | -------------------------------------------------------------------------------- /support/testing/tests/init/test_systemd_selinux/linux-squashfs.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_SQUASHFS=y 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/package/br2-external/clang-compiler-rt/external.desc: -------------------------------------------------------------------------------- 1 | name: CLANG_COMPILER_RT 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/br2-external/openjdk/external.desc: -------------------------------------------------------------------------------- 1 | name: OPENJDK 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/br2-external/polkit/external.desc: -------------------------------------------------------------------------------- 1 | name: POLKIT 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/br2-external/python-pybind/external.desc: -------------------------------------------------------------------------------- 1 | name: PYTHON_PYBIND 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_libftdi1.py: -------------------------------------------------------------------------------- 1 | import ftdi1 # noqa 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_aexpect.py: -------------------------------------------------------------------------------- 1 | import aexpect 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_autobahn.py: -------------------------------------------------------------------------------- 1 | import autobahn.wamp # noqa 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_django.py: -------------------------------------------------------------------------------- 1 | import django # noqa: F401 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_dtschema.py: -------------------------------------------------------------------------------- 1 | import dtschema 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_git.py: -------------------------------------------------------------------------------- 1 | from git import * # noqa 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_gitdb2.py: -------------------------------------------------------------------------------- 1 | from gitdb import * # noqa 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_iptables.py: -------------------------------------------------------------------------------- 1 | import iptc 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_s3transfer.py: -------------------------------------------------------------------------------- 1 | import s3transfer 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_txtorcon.py: -------------------------------------------------------------------------------- 1 | import txtorcon # noqa 2 | -------------------------------------------------------------------------------- /support/testing/tests/toolchain/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/utils/br2-external/Config.in: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /support/testing/tests/utils/br2-external/external.desc: -------------------------------------------------------------------------------- 1 | name: CHECK_PACKAGE 2 | -------------------------------------------------------------------------------- /support/testing/tests/utils/br2-external/external.mk: -------------------------------------------------------------------------------- 1 | custom-target: 2 | @echo "do nothing" 3 | -------------------------------------------------------------------------------- /support/testing/tests/utils/br2-external/package/external/external.mk: -------------------------------------------------------------------------------- 1 | # wrong 2 | -------------------------------------------------------------------------------- /support/testing/tests/utils/br2-external/utils/x-shellscript: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | unused="text" 3 | -------------------------------------------------------------------------------- /system/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/system/Config.in -------------------------------------------------------------------------------- /system/skeleton/dev/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/dev/fd: -------------------------------------------------------------------------------- 1 | ../proc/self/fd -------------------------------------------------------------------------------- /system/skeleton/dev/stderr: -------------------------------------------------------------------------------- 1 | ../proc/self/fd/2 -------------------------------------------------------------------------------- /system/skeleton/dev/stdin: -------------------------------------------------------------------------------- 1 | ../proc/self/fd/0 -------------------------------------------------------------------------------- /system/skeleton/dev/stdout: -------------------------------------------------------------------------------- 1 | ../proc/self/fd/1 -------------------------------------------------------------------------------- /system/skeleton/etc/hosts: -------------------------------------------------------------------------------- 1 | 127.0.0.1 localhost 2 | -------------------------------------------------------------------------------- /system/skeleton/etc/mtab: -------------------------------------------------------------------------------- 1 | ../proc/self/mounts -------------------------------------------------------------------------------- /system/skeleton/etc/profile.d/umask.sh: -------------------------------------------------------------------------------- 1 | umask 022 2 | -------------------------------------------------------------------------------- /system/skeleton/etc/resolv.conf: -------------------------------------------------------------------------------- 1 | ../tmp/resolv.conf -------------------------------------------------------------------------------- /system/skeleton/media/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/mnt/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/opt/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/proc/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/root/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/run/lock/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/sys/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/tmp/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/usr/bin/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/usr/lib/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/usr/sbin/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/system.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/system/system.mk -------------------------------------------------------------------------------- /toolchain/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/toolchain/Config.in -------------------------------------------------------------------------------- /toolchain/helpers.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/toolchain/helpers.mk -------------------------------------------------------------------------------- /utils/brmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/utils/brmake -------------------------------------------------------------------------------- /utils/check-package: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/utils/check-package -------------------------------------------------------------------------------- /utils/check-symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/utils/check-symbols -------------------------------------------------------------------------------- /utils/checkpackagelib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils/checksymbolslib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/utils/config -------------------------------------------------------------------------------- /utils/diffconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/utils/diffconfig -------------------------------------------------------------------------------- /utils/docker-run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/utils/docker-run -------------------------------------------------------------------------------- /utils/genrandconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/utils/genrandconfig -------------------------------------------------------------------------------- /utils/get-developers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/utils/get-developers -------------------------------------------------------------------------------- /utils/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/utils/readme.txt -------------------------------------------------------------------------------- /utils/scancpan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/utils/scancpan -------------------------------------------------------------------------------- /utils/scanpypi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/utils/scanpypi -------------------------------------------------------------------------------- /utils/test-pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4sam/buildroot-at91/HEAD/utils/test-pkg --------------------------------------------------------------------------------