├── .defconfig ├── .flake8 ├── .gitignore ├── .gitlab-ci.yml ├── .gitlab-ci.yml.in ├── CHANGES ├── COPYING ├── Config.in ├── Config.in.legacy ├── DEVELOPERS ├── Makefile ├── Makefile.legacy ├── README ├── arch ├── Config.in ├── Config.in.arc ├── Config.in.arm ├── Config.in.bfin ├── Config.in.csky ├── Config.in.m68k ├── Config.in.microblaze ├── Config.in.mips ├── Config.in.nios2 ├── Config.in.or1k ├── Config.in.powerpc ├── Config.in.sh ├── Config.in.sparc ├── Config.in.x86 ├── Config.in.xtensa └── arch.mk.xtensa ├── board ├── acmesystems │ ├── aria-g25 │ │ ├── genimage.cfg │ │ ├── post-image.sh │ │ └── readme.txt │ └── arietta-g25 │ │ ├── genimage.cfg │ │ ├── post-image.sh │ │ └── readme.txt ├── altera │ └── socrates_cyclone5 │ │ ├── boot-env.txt │ │ ├── genimage.cfg │ │ └── readme.txt ├── arcturus │ └── ppc-ucp1020 │ │ ├── configs │ │ └── linux-4.1.x.config │ │ ├── patches │ │ └── linux │ │ │ ├── 0001-Arcturus-uCP1020-BSP-support.patch │ │ │ ├── 0002-p1020-esdhc-controller-reserved-bit.patch │ │ │ └── 0003-powerpc-ptrace-Fix-out-of-bounds-array-access-warning.patch │ │ └── readme.txt ├── arm │ ├── foundation-v8 │ │ └── readme.txt │ └── juno │ │ ├── linux-juno-defconfig │ │ └── readme.txt ├── armadeus │ ├── apf27 │ │ └── linux-4.12.config │ ├── apf28 │ │ └── linux-4.4.config │ ├── apf51 │ │ └── linux-4.4.config │ └── readme.txt ├── atmel │ ├── at91sam9x5ek_mmc │ │ ├── genimage.cfg │ │ ├── post-image.sh │ │ └── uboot-env.txt │ ├── flasher.sh │ ├── nandflash.tcl │ ├── readme.txt │ ├── sama5d27_som1_ek_mmc │ │ ├── genimage.cfg │ │ └── post-image.sh │ ├── sama5d2_xplained_mmc │ │ ├── genimage.cfg │ │ └── post-image.sh │ ├── sama5d3_xplained_mmc │ │ ├── genimage.cfg │ │ └── post-image.sh │ └── sama5d4_xplained_mmc │ │ ├── genimage.cfg │ │ └── post-image.sh ├── avnet │ └── s6lx9_microboard │ │ ├── lx9_mmu.dts │ │ ├── lx9_mmu_defconfig │ │ └── readme.txt ├── bananapi │ └── bananapi-m1 │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ └── readme.txt ├── beagleboardx15 │ ├── genimage.cfg │ ├── post-image.sh │ └── readme.txt ├── beaglebone │ ├── genimage.cfg │ ├── genimage_linux41.cfg │ ├── linux-4.1-sgx.fragment │ ├── patches │ │ └── linux │ │ │ └── 0001-keep-jtag-clock-alive-for-debugger.patch │ ├── post-image.sh │ ├── readme.txt │ └── uEnv.txt ├── boundarydevices │ └── common │ │ ├── 6x_bootscript.txt │ │ ├── 6x_upgrade.txt │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ └── readme.txt ├── chromebook │ └── snow │ │ ├── kernel.args │ │ ├── kernel.its │ │ ├── linux-4.6-dts-tpm.patch │ │ ├── linux-4.6.fragment │ │ ├── mksd.sh │ │ ├── readme.txt │ │ └── sign.sh ├── ci20 │ └── readme.txt ├── ci40 │ ├── genimage.cfg │ ├── post-build.sh │ └── readme.txt ├── csky │ ├── gx6605s │ │ └── gdbinit │ └── readme.txt ├── cubietech │ └── cubieboard2 │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ └── post-image.sh ├── digilent │ └── zybo │ │ ├── genimage.cfg │ │ ├── post-image.sh │ │ ├── readme.txt │ │ ├── system.bit │ │ └── uEnv.txt ├── embest │ └── riotboard │ │ ├── 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 ├── firefly │ └── firefly-rk3288 │ │ ├── extlinux.conf │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ ├── readme.txt │ │ └── sd-image.cfg ├── freescale │ ├── common │ │ ├── imx │ │ │ ├── genimage.cfg.template │ │ │ ├── genimage.cfg.template_spl │ │ │ └── post-image.sh │ │ └── mxs │ │ │ ├── genimage.cfg.template │ │ │ └── post-image.sh │ ├── imx23evk │ │ └── readme.txt │ ├── imx25pdk │ │ └── readme.txt │ ├── imx28evk │ │ └── readme.txt │ ├── imx31_3stack │ │ ├── linux.fragment │ │ └── readme.txt │ ├── imx51evk │ │ └── readme.txt │ ├── imx6-sabresd │ │ ├── linux_qt5.fragment │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ │ └── root │ │ │ └── sabresd.json │ ├── imx6sabre │ │ ├── patches │ │ │ └── uboot │ │ │ │ └── uboot-0001-mx6qsabre_common-boot-Linux-to-init-in-mfgtools-mode.patch │ │ └── readme.txt │ ├── imx6ulevk │ │ └── readme.txt │ ├── imx7dsdb │ │ └── readme.txt │ ├── mpc8315erdb │ │ ├── linux-4.5.config │ │ └── readme.txt │ ├── p1010rdb │ │ ├── linux-4.1.config │ │ └── readme.txt │ └── warpboard │ │ ├── README │ │ ├── linux.fragment │ │ └── rootfs_overlay │ │ └── lib │ │ └── firmware │ │ └── brcm │ │ └── brcmfmac4330-sdio.txt ├── friendlyarm │ ├── nanopi-m1-plus │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── patches │ │ │ └── linux │ │ │ │ └── 0001-ARM-dts-nanopi-m1-plus-add-dts-to-linux-4.11.5.patch │ │ └── readme.txt │ ├── nanopi-m1 │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ └── readme.txt │ └── nanopi-neo │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ └── readme.txt ├── gdb │ ├── bfin-bf512 │ │ ├── linux-4.6.config │ │ └── readme.txt │ └── post-build.sh ├── grinn │ ├── chiliboard │ │ ├── genimage.cfg │ │ ├── post-image.sh │ │ └── readme.txt │ └── liteboard │ │ ├── genimage.cfg │ │ ├── post-image.sh │ │ └── readme.txt ├── hardkernel │ └── odroidc2 │ │ ├── boot.ini │ │ ├── genimage.cfg │ │ ├── post-image.sh │ │ └── readme.txt ├── intel │ └── galileo │ │ ├── genimage.cfg │ │ ├── grub.cfg │ │ ├── linux-3.14.config │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ └── etc │ │ ├── init.d │ │ └── S09modload │ │ └── modules-load.galileo │ │ ├── galileo.conf │ │ └── galileo_gen2.conf ├── lego │ └── ev3 │ │ ├── busybox.fragment │ │ ├── genimage.cfg │ │ ├── linux.fragment │ │ ├── patches │ │ └── linux │ │ │ ├── 0001-adc-device-tree-node.patch │ │ │ └── 0002-sound-device-tree-node.patch │ │ ├── post-image.sh │ │ └── readme.txt ├── lemaker │ └── bananapro │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── linux-wifi.fragment │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ └── lib │ │ └── firmware │ │ └── brcm │ │ └── brcmfmac43362-sdio.txt ├── linksprite │ └── pcduino │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── linux-extras.config │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ └── readme.txt ├── minnowboard │ ├── fs-overlay-graphical │ │ └── etc │ │ │ ├── X11 │ │ │ └── Xsession │ │ │ └── asound.conf │ ├── genimage.cfg │ ├── grub.cfg │ ├── linux.config │ ├── post-build.sh │ ├── post-image.sh │ └── readme.txt ├── nexbox │ └── a95x │ │ ├── boot.txt │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ └── readme.txt ├── olimex │ ├── a13_olinuxino │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ └── readme.txt │ ├── a20_olinuxino │ │ ├── boot-mali.cmd │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ └── readme.txt │ └── imx233_olinuxino │ │ ├── linux-wifi.fragment │ │ └── readme.txt ├── openblocks │ └── a6 │ │ └── readme.txt ├── orangepi │ ├── orangepi-one │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ └── readme.txt │ ├── orangepi-pc │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ └── readme.txt │ ├── orangepi-plus │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ └── readme.txt │ ├── orangepi-zero │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ ├── linux-extras.config │ │ ├── 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 │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ └── readme.txt │ ├── post-build.sh │ └── post-image.sh ├── pandaboard │ ├── genimage.cfg │ ├── post-image.sh │ └── readme.txt ├── pc │ ├── genimage-bios.cfg │ ├── genimage-efi.cfg │ ├── grub-bios.cfg │ ├── grub-efi.cfg │ ├── linux.config │ ├── post-image.sh │ └── readme.txt ├── qemu │ ├── aarch64-virt │ │ ├── linux-4.13.config │ │ └── readme.txt │ ├── arm-versatile │ │ ├── linux-4.13.config │ │ ├── linux-4.4-nommu.config │ │ ├── patches │ │ │ └── linux │ │ │ │ └── versatile-nommu.patch │ │ └── readme.txt │ ├── arm-vexpress │ │ └── readme.txt │ ├── m68k-mcf5208 │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── m68k-q800 │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── microblazebe-mmu │ │ ├── linux-4.11.config │ │ ├── readme.txt │ │ └── xilinx-xemaclite.patch │ ├── microblazeel-mmu │ │ ├── linux-4.11.config │ │ ├── readme.txt │ │ └── xilinx-xemaclite.patch │ ├── mips32r2-malta │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── mips32r2el-malta │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── mips32r6-malta │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── mips32r6el-malta │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── mips64-malta │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── mips64el-malta │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── mips64r6-malta │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── mips64r6el-malta │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── nios2-10m50 │ │ ├── linux-4.11.fragment │ │ └── readme.txt │ ├── or1k │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── ppc-g3beige │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── ppc-mpc8544ds │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── ppc-virtex-ml507 │ │ ├── linux-4.9.config │ │ └── readme.txt │ ├── ppc64-pseries │ │ └── readme.txt │ ├── ppc64le-pseries │ │ └── readme.txt │ ├── sh4-r2d │ │ ├── linux-4.9.config │ │ └── readme.txt │ ├── sh4eb-r2d │ │ ├── linux-4.9.config │ │ └── readme.txt │ ├── sparc-ss10 │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── sparc64-sun4u │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── x86 │ │ ├── linux-4.11.config │ │ └── readme.txt │ ├── x86_64 │ │ ├── linux-4.11.config │ │ └── readme.txt │ └── xtensa-lx60 │ │ ├── linux-4.11-nommu.config │ │ ├── linux-4.11.config │ │ └── readme.txt ├── raspberrypi │ ├── flash-sdcard.sh │ ├── genimage-raspberrypi.cfg │ ├── genimage-raspberrypi0.cfg │ ├── genimage-raspberrypi2.cfg │ ├── genimage-raspberrypi3-64.cfg │ ├── genimage-raspberrypi3.cfg │ ├── overlay │ │ └── etc │ │ │ ├── fstab │ │ │ └── issue │ ├── post-build.sh │ ├── post-image.sh │ └── readme.txt ├── raspberrypi0 ├── raspberrypi2 ├── raspberrypi3 ├── raspberrypi3-64 ├── roseapplepi │ ├── genimage.cfg │ ├── patches │ │ ├── linux │ │ │ ├── 0001-unbreak-xhci-trace.patch │ │ │ ├── 0002-kernel-add-support-for-gcc-5.patch │ │ │ ├── 0003-ARM-8158-1-LLVMLinux-use-static-inline-in-ARM-ftrace.patch │ │ │ ├── 0004-Fix-compile-errors-with-gcc5.patch │ │ │ └── 0005-compiler-gcc-integrate-the-various-compiler-gcc-345-.patch │ │ └── uboot │ │ │ └── 0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch │ ├── post-image.sh │ └── uEnv.txt ├── sinovoip │ └── m2-plus │ │ ├── boot.cmd │ │ └── genimage.cfg ├── solidrun │ └── mx6cubox │ │ ├── boot.scr.txt │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ └── readme.txt ├── stmicroelectronics │ ├── stm32-post-build.sh │ ├── stm32f429-disco │ │ ├── flash.sh │ │ ├── patches │ │ │ └── linux │ │ │ │ └── 0001-ARM-stm32f249-disco-don-t-force-init-in-chosen-boota.patch │ │ └── readme.txt │ └── stm32f469-disco │ │ ├── flash.sh │ │ ├── patches │ │ └── linux │ │ │ └── 0001-ARM-stm32f249-disco-don-t-force-init-in-chosen-boota.patch │ │ └── readme.txt ├── synopsys │ ├── axs10x │ │ ├── fs-overlay │ │ │ └── etc │ │ │ │ └── inittab │ │ └── patches │ │ │ └── u-boot │ │ │ ├── 0001-axs103-Clean-up-smp_kick_all_cpus.patch │ │ │ └── 0002-axs103-Support-slave-core-kick-start-on-axs103-v1.1-.patch │ └── vdk │ │ ├── linux-vdk-aarch64-defconfig │ │ ├── patches │ │ └── linux │ │ │ ├── 0002-arc-vdk-Add-support-of-MMC-controller.patch │ │ │ └── 0003-arc-vdk-Add-support-of-UIO.patch │ │ └── readme.txt ├── technexion │ ├── imx6ulpico │ │ ├── linux.fragment │ │ ├── readme.txt │ │ └── rootfs_overlay │ │ │ └── lib │ │ │ └── firmware │ │ │ └── brcm │ │ │ └── brcmfmac4339-sdio.txt │ └── imx7dpico │ │ └── readme.txt ├── technologic │ ├── ts4800 │ │ ├── genimage.cfg │ │ ├── linux.fragment │ │ ├── post-image.sh │ │ └── readme.txt │ ├── ts4900 │ │ ├── genimage.cfg │ │ ├── post-image.sh │ │ └── readme.txt │ ├── ts5x00 │ │ ├── fs-overlay │ │ │ └── boot │ │ │ │ └── syslinux │ │ │ │ └── syslinux.cfg │ │ ├── linux-3.17.config │ │ └── readme.txt │ └── ts7680 │ │ ├── genimage.cfg │ │ └── readme.txt ├── telit │ └── evk-pro3 │ │ ├── barebox.fragment │ │ ├── linux.fragment │ │ ├── patches │ │ ├── barebox │ │ │ ├── 0001-watchdog-add-keep-alive-support.patch │ │ │ ├── 0002-watchdog-add-at91sam9-watchdog-support.patch │ │ │ ├── 0003-at91sam9260-9g20-add-wathdog-support.patch │ │ │ └── 0004-at91sam9260-9g20-fix-wathdog-support.patch │ │ └── linux │ │ │ ├── 0001-kernel-add-support-for-gcc-5.patch │ │ │ └── 0002-ARM-8158-1-LLVMLinux-use-static-inline-in-ARM-ftrace.patch │ │ └── readme.txt ├── toradex │ └── apalis-imx6 │ │ ├── genimage.cfg │ │ ├── post-image.sh │ │ ├── readme.txt │ │ └── uEnv.txt ├── udoo │ ├── mx6qdl │ │ ├── linux.fragment │ │ └── readme.txt │ └── neo │ │ ├── boot.scr.txt │ │ ├── genimage.cfg │ │ ├── post-build.sh │ │ ├── post-image.sh │ │ └── readme.txt ├── wandboard │ ├── boot.scr.txt │ ├── genimage.cfg │ ├── post-build.sh │ ├── post-image.sh │ └── readme.txt ├── warp7 │ ├── readme.txt │ └── rootfs_overlay │ │ └── lib │ │ └── firmware │ │ └── brcm │ │ └── brcmfmac43430-sdio.txt └── zynq │ └── readme.txt ├── boot ├── Config.in ├── afboot-stm32 │ ├── 0001-Use-ld-instead-of-gcc-for-linking.patch │ ├── Config.in │ ├── afboot-stm32.hash │ └── afboot-stm32.mk ├── arm-trusted-firmware │ ├── Config.in │ ├── arm-trusted-firmware.hash │ └── arm-trusted-firmware.mk ├── at91bootstrap │ ├── Config.in │ ├── at91bootstrap-1.16-eabi-fix.patch │ ├── at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch │ ├── at91bootstrap-1.16-u-boot-relocation-fix.patch │ ├── at91bootstrap.hash │ └── at91bootstrap.mk ├── at91bootstrap3 │ ├── Config.in │ ├── at91bootstrap3.hash │ └── at91bootstrap3.mk ├── at91dataflashboot │ ├── Config.in │ ├── at91dataflashboot-1.05-do-not-install.patch │ ├── at91dataflashboot-1.05-eabi-fixes.patch │ ├── 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 ├── boot-wrapper-aarch64 │ ├── Config.in │ └── boot-wrapper-aarch64.mk ├── common.mk ├── grub2 │ ├── Config.in │ ├── grub.cfg │ ├── grub2.hash │ ├── grub2.mk │ └── readme.txt ├── gummiboot │ ├── Config.in │ ├── buildroot.conf │ ├── gummiboot.mk │ └── loader.conf ├── lpc32xxcdl │ ├── Config.in │ ├── lpc32xxcdl-2.11-compiler_name.patch │ ├── lpc32xxcdl-2.11-delete_redundant_files.patch │ ├── lpc32xxcdl-2.11-libnosys_gnu.patch │ ├── lpc32xxcdl-2.11-slashes.patch │ └── lpc32xxcdl.mk ├── mxs-bootlets │ ├── Config.in │ ├── barebox_ivt.bd │ ├── mxs-bootlets.hash │ └── mxs-bootlets.mk ├── s500-bootloader │ ├── Config.in │ ├── s500-bootloader.hash │ └── s500-bootloader.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 │ ├── Config.in │ ├── syslinux.hash │ └── syslinux.mk ├── ts4800-mbrboot │ ├── Config.in │ ├── ts4800-mbrboot.hash │ └── ts4800-mbrboot.mk ├── uboot │ ├── 2015.07 │ │ └── 0001-Revert-arch-Make-board-selection-choices-optional.patch │ ├── 2016.07 │ │ └── 0001-arc-Use-mcpu-XXX-instead-of-obsolete-marcXXX.patch │ ├── 2016.09.01 │ │ └── 0001-arc-Use-mcpu-XXX-instead-of-obsolete-marcXXX.patch │ ├── Config.in │ ├── uboot.hash │ └── uboot.mk ├── vexpress-firmware │ ├── Config.in │ ├── vexpress-firmware.hash │ └── vexpress-firmware.mk └── xloader │ ├── Config.in │ └── xloader.mk ├── configs ├── acmesystems_aria_g25_128mb_defconfig ├── acmesystems_aria_g25_256mb_defconfig ├── acmesystems_arietta_g25_128mb_defconfig ├── acmesystems_arietta_g25_256mb_defconfig ├── arcturus_ucp1020_defconfig ├── arm_foundationv8_defconfig ├── arm_juno_defconfig ├── armadeus_apf27_defconfig ├── armadeus_apf28_defconfig ├── armadeus_apf51_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 ├── bananapi_m1_defconfig ├── bananapi_m2_plus_defconfig ├── bananapro_defconfig ├── beagleboardx15_defconfig ├── beaglebone_defconfig ├── beaglebone_qt5_defconfig ├── chromebook_snow_defconfig ├── ci20_defconfig ├── ci40_defconfig ├── csky_gx6605s_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 ├── firefly_rk3288_defconfig ├── firefly_rk3288_demo_defconfig ├── freescale_imx28evk_defconfig ├── freescale_imx31_3stack_defconfig ├── freescale_imx6dlsabreauto_defconfig ├── freescale_imx6dlsabresd_defconfig ├── freescale_imx6qsabreauto_defconfig ├── freescale_imx6qsabresd_defconfig ├── freescale_imx6sololiteevk_defconfig ├── freescale_imx6sxsabresd_defconfig ├── freescale_imx6ulevk_defconfig ├── freescale_imx7dsabresd_defconfig ├── freescale_mpc8315erdb_defconfig ├── freescale_p1010rdb_pa_defconfig ├── galileo_defconfig ├── gdb_bfin_bf512_defconfig ├── grinn_chiliboard_defconfig ├── grinn_liteboard_defconfig ├── imx23evk_defconfig ├── imx6-sabreauto_defconfig ├── imx6-sabresd_defconfig ├── imx6-sabresd_qt5_defconfig ├── imx6ulpico_defconfig ├── imx7dpico_defconfig ├── lego_ev3_defconfig ├── linksprite_pcduino_defconfig ├── minnowboard_max-graphical_defconfig ├── minnowboard_max_defconfig ├── mx25pdk_defconfig ├── mx51evk_defconfig ├── mx53loco_defconfig ├── mx6cubox_defconfig ├── mx6sx_udoo_neo_defconfig ├── mx6udoo_defconfig ├── nanopi_m1_defconfig ├── nanopi_m1_plus_defconfig ├── nanopi_neo_defconfig ├── nexbox_a95x_defconfig ├── nitrogen6sx_defconfig ├── nitrogen6x_defconfig ├── nitrogen7_defconfig ├── odroidc2_defconfig ├── olimex_a13_olinuxino_defconfig ├── olimex_a20_olinuxino_lime2_defconfig ├── olimex_a20_olinuxino_lime_defconfig ├── olimex_a20_olinuxino_lime_mali_defconfig ├── olimex_a20_olinuxino_micro_defconfig ├── olimex_imx233_olinuxino_defconfig ├── openblocks_a6_defconfig ├── orangepi_one_defconfig ├── orangepi_pc_defconfig ├── orangepi_plus_defconfig ├── orangepi_zero_defconfig ├── pandaboard_defconfig ├── pc_x86_64_bios_defconfig ├── pc_x86_64_efi_defconfig ├── qemu_aarch64_virt_defconfig ├── qemu_arm_versatile_defconfig ├── qemu_arm_versatile_nommu_defconfig ├── qemu_arm_vexpress_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_pseries_defconfig ├── qemu_ppc64le_pseries_defconfig ├── qemu_ppc_g3beige_defconfig ├── qemu_ppc_mpc8544ds_defconfig ├── qemu_ppc_virtex_ml507_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 ├── raspberrypi2_defconfig ├── raspberrypi3_64_defconfig ├── raspberrypi3_defconfig ├── raspberrypi3_qt5we_defconfig ├── raspberrypi_defconfig ├── riotboard_defconfig ├── roseapplepi_defconfig ├── s6lx9_microboard_defconfig ├── sheevaplug_defconfig ├── snps_aarch64_vdk_defconfig ├── snps_arc700_axs101_defconfig ├── snps_archs38_axs103_defconfig ├── snps_archs38_haps_defconfig ├── snps_archs38_vdk_defconfig ├── socrates_cyclone5_defconfig ├── stm32f429_disco_defconfig ├── stm32f469_disco_defconfig ├── telit_evk_pro3_defconfig ├── toradex_apalis_imx6_defconfig ├── ts4800_defconfig ├── ts4900_defconfig ├── ts5x00_defconfig ├── ts7680_defconfig ├── wandboard_defconfig ├── warp7_defconfig ├── warpboard_defconfig ├── zynq_microzed_defconfig ├── zynq_zc706_defconfig ├── zynq_zed_defconfig └── zynq_zybo_defconfig ├── docs ├── conf │ └── asciidoc-text.conf ├── images ├── manual │ ├── adding-board-support.txt │ ├── adding-packages-asciidoc.txt │ ├── adding-packages-autotools.txt │ ├── adding-packages-cmake.txt │ ├── adding-packages-conclusion.txt │ ├── adding-packages-directory.txt │ ├── adding-packages-generic.txt │ ├── adding-packages-gettext.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-perl.txt │ ├── adding-packages-python.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 │ ├── eclipse-integration.txt │ ├── faq-troubleshooting.txt │ ├── getting.txt │ ├── how-buildroot-works.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 │ ├── resources.txt │ ├── using-buildroot-debugger.txt │ ├── using-buildroot-development.txt │ ├── using-buildroot-toolchain.txt │ └── writing-rules.txt └── website │ ├── .htaccess │ ├── contribute.html │ ├── copyright.txt │ ├── css │ ├── main.css │ └── timeline.css │ ├── docs.html │ ├── download.html │ ├── favicon.ico │ ├── fonts │ └── glyphicons-halflings-regular.woff │ ├── footer.html │ ├── header.html │ ├── images │ ├── 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 │ ├── logo.png │ ├── logo.xcf │ ├── logo_small.png │ ├── menuconfig.png │ ├── mind-logo.png │ ├── nconfig.png │ ├── owi-smile-logo.png │ ├── package.png │ ├── pdf-icon.png │ ├── synopsys-logo.png │ ├── text.png │ ├── tux-flat.png │ ├── xconfig.png │ └── zip.png │ ├── index.html │ ├── js │ └── buildroot.js │ ├── news.html │ ├── robots.txt │ ├── sponsors.html │ └── support.html ├── fs ├── Config.in ├── axfs │ ├── Config.in │ └── axfs.mk ├── cloop │ ├── Config.in │ └── cloop.mk ├── common.mk ├── cpio │ ├── Config.in │ ├── cpio.mk │ └── init ├── cramfs │ ├── Config.in │ └── cramfs.mk ├── ext2 │ ├── Config.in │ └── ext2.mk ├── initramfs │ ├── Config.in │ └── initramfs.mk ├── iso9660 │ ├── Config.in │ ├── grub.cfg │ ├── iso9660.mk │ └── isolinux.cfg ├── jffs2 │ ├── Config.in │ └── jffs2.mk ├── romfs │ ├── Config.in │ └── romfs.mk ├── squashfs │ ├── Config.in │ └── squashfs.mk ├── tar │ ├── Config.in │ └── tar.mk ├── ubifs │ ├── Config.in │ ├── ubi.mk │ ├── ubifs.mk │ └── ubinize.cfg └── yaffs2 │ ├── Config.in │ └── yaffs.mk ├── linux ├── 0001-timeconst.pl-Eliminate-Perl-warning.patch.conditional ├── 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.mk ├── package ├── 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 ├── acl │ ├── 0001-support-static-installation.patch │ ├── 0002-add-__acl_-prefixes-to-internal-symbols.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 │ ├── 0002-add-missing-defines.patch │ ├── Config.in │ ├── S02acpid │ ├── acpid.hash │ └── acpid.mk ├── 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 ├── agentpp │ ├── Config.in │ ├── agentpp.hash │ └── agentpp.mk ├── aircrack-ng │ ├── 0001-stack-protector.patch │ ├── Config.in │ ├── aircrack-ng.hash │ └── aircrack-ng.mk ├── alljoyn-base │ ├── Config.in │ ├── alljoyn-base.hash │ └── alljoyn-base.mk ├── alljoyn-tcl-base │ ├── Config.in │ ├── alljoyn-tcl-base.hash │ └── alljoyn-tcl-base.mk ├── alljoyn-tcl │ ├── Config.in │ ├── alljoyn-tcl.hash │ └── alljoyn-tcl.mk ├── alljoyn │ ├── 0001-UARTStreamLinux-fix-build-on-sparc.patch │ ├── Config.in │ ├── alljoyn.hash │ └── alljoyn.mk ├── alsa-lib │ ├── 0001-musl-pcm-h.patch │ ├── 0002-no-mmu.patch │ ├── 0003-dlmisc.patch │ ├── 0004-conditional-enabling-of-libdl-in-m4.patch │ ├── 0005-src-rawmidi-rawmidi_symbols.c-use-rawmidi_virt-only-.patch │ ├── Config.in │ ├── alsa-lib.hash │ └── alsa-lib.mk ├── alsa-utils │ ├── Config.in │ ├── alsa-utils.hash │ └── alsa-utils.mk ├── alsamixergui │ ├── 0001-misc-fixes.patch │ ├── Config.in │ ├── alsamixergui.hash │ └── alsamixergui.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 │ ├── Config.in │ ├── S93-am335x-pm-firmware-load │ ├── am33x-cm3.hash │ └── am33x-cm3.mk ├── amd-catalyst │ ├── 0001-Add-support-for-Linux-4.0.patch │ ├── 0002-Add-support-for-Linux-4.1.patch │ ├── 0003-Add-support-for-Linux-4.2.patch │ ├── 0004-Use-fpregs_active-instead-of-has_fpu.patch │ ├── 0005-Use-a-local-copy-of-copy_xregs_to_kernel.patch │ ├── 0006-Add-support-for-Linux-4.4.patch │ ├── 0007-remove-gpl-symbols.patch │ ├── 20-fglrx.conf │ ├── Config.in │ ├── amd-catalyst.hash │ ├── amd-catalyst.mk │ └── gl.pc ├── 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-fix-static-link-zlib.patch │ ├── 0006-fix-big-endian-build.patch │ ├── 0007-include-cdefs-h-when-needed.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 ├── apache │ ├── 0001-cross-compile.patch │ ├── 0002-nios2_is_not_os2.patch │ ├── Config.in │ ├── apache.hash │ └── apache.mk ├── apitrace │ ├── Config.in │ ├── apitrace.hash │ └── apitrace.mk ├── apr-util │ ├── 0001-remove-checkapr.patch │ ├── Config.in │ ├── apr-util.hash │ └── apr-util.mk ├── apr │ ├── 0001-cross-compile.patch │ ├── Config.in │ ├── apr.hash │ └── apr.mk ├── argp-standalone │ ├── 0001-throw-in-funcdef.patch │ ├── 0002-isprint.patch │ ├── 0003-fix_build_with_c99_compilers.patch │ ├── Config.in │ ├── argp-standalone.hash │ └── argp-standalone.mk ├── argparse │ ├── Config.in │ ├── argparse.hash │ └── argparse.mk ├── argus │ ├── Config.in │ ├── argus.hash │ └── argus.mk ├── armadillo │ ├── Config.in │ ├── armadillo.hash │ └── armadillo.mk ├── arp-scan │ ├── 0001-configure-try-linking-to-detect-stack-protector-supp.patch │ ├── Config.in │ ├── arp-scan.hash │ └── arp-scan.mk ├── arptables │ ├── 0001-arptables-disable-dlfcn.h-include.patch │ ├── 0002-src-Use-stdint-types.patch │ ├── 0003-src-Remove-support-for-libc5.patch │ ├── 0004-Fix-musl-build-issue.patch │ ├── Config.in │ ├── arptables.hash │ └── arptables.mk ├── assimp │ ├── 0001-Fix-FBXConverter-use-proper-64-bit-constant.patch │ ├── 0002-fix-compilation-on-BigEndian.patch │ ├── Config.in │ ├── assimp.hash │ └── assimp.mk ├── asterisk │ ├── 0001-configure-do-not-configure-in-menuselect.patch │ ├── 0002-sounds-do-not-download-and-check-sha1s.patch │ ├── 0003-configure-fix-detection-of-libcrypt.patch │ ├── 0004-configure-in-cross-complation-assimne-eventfd-are-av.patch │ ├── 0005-build-ensure-target-directory-for-modules-exists.patch │ ├── 0006-install-samples-need-the-data-files.patch │ ├── Config.in │ ├── asterisk.hash │ └── asterisk.mk ├── at │ ├── 0001-configure.ac-convert-AC_TRY_COMPILE-AC_COMPILE_IFELS.patch │ ├── 0002-Makefile.in-replace-IROOT-by-DESTDIR.patch │ ├── 0003-Makefile.in-make-install-fix.patch │ ├── 0004-getloadavg.c-fix.patch │ ├── 0005-parsetime.l-include-config-h.patch │ ├── 0006-remove-glibc-__isleap-assumption.patch │ ├── Config.in │ ├── S99at │ ├── at.hash │ └── at.mk ├── atest │ ├── Config.in │ ├── atest.hash │ └── atest.mk ├── atf │ ├── Config.in │ ├── atf.hash │ └── atf.mk ├── atftp │ ├── 0001-Makefile.am-link-against-libpthread-for-atftp.patch │ ├── 0002-argz.h-fix-musl-compile-add-missing-defines.patch │ ├── 0003-tftp.h-tftpd.h-fix-musl-compile-missing-include.patch │ ├── Config.in │ ├── atftp.hash │ └── atftp.mk ├── atk │ ├── Config.in │ ├── atk.hash │ └── atk.mk ├── atkmm │ ├── Config.in │ ├── atkmm.hash │ └── atkmm.mk ├── atop │ ├── Config.in │ ├── atop.hash │ └── atop.mk ├── attr │ ├── 0001-support-static-installation.patch │ ├── 0002-avoid-glibc-specific-decls-defines.patch │ ├── 0003-portability-fixes.patch │ ├── Config.in │ ├── attr.hash │ └── attr.mk ├── aubio │ ├── Config.in │ ├── aubio.hash │ └── aubio.mk ├── audiofile │ ├── 0001-Fix-pkg-config-for-static-linking.patch │ ├── 0002-cast-to-unsigned-gcc6.patch │ ├── 0003-Always-check-the-number-of-coefficients.patch │ ├── 0004-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch │ ├── 0005-Check-for-multiplication-overflow-in-sfconvert.patch │ ├── 0006-Actually-fail-when-error-occurs-in-parseFormat.patch │ ├── 0007-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch │ ├── 0008-CVE-2015-7747.patch │ ├── 0009-Fix-static-linking-with-libsndfile.patch │ ├── Config.in │ ├── audiofile.hash │ └── audiofile.mk ├── audit │ ├── Config.in │ ├── S01auditd │ ├── 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 │ ├── 0001-AX_TLS-fix-syntax-error.patch │ ├── autoconf-archive.hash │ └── autoconf-archive.mk ├── autoconf │ ├── 0001-dont-add-dirty-to-version.patch │ ├── autoconf.hash │ └── autoconf.mk ├── autofs │ ├── 0001-include-linux-nfs.h-directly-in-rpc_sub.patch │ ├── Config.in │ ├── autofs.hash │ └── autofs.mk ├── automake │ ├── 0001-noman.patch │ ├── automake.hash │ ├── automake.mk │ └── gtk-doc.m4 ├── autossh │ ├── 0001-honour-LDFLAGS.patch │ ├── Config.in │ ├── autossh.hash │ └── autossh.mk ├── avahi │ ├── Config.in │ ├── S05avahi-setup.sh │ ├── S50avahi-daemon │ ├── avahi.hash │ ├── avahi.mk │ └── avahi_tmpfiles.conf ├── avrdude │ ├── Config.in │ ├── avrdude.hash │ └── avrdude.mk ├── axel │ ├── Config.in │ ├── axel.hash │ └── axel.mk ├── axfsutils │ ├── 0001-fix-cflags.patch │ ├── 0002-use-ldflags.patch │ ├── axfsutils.hash │ └── axfsutils.mk ├── azmq │ ├── 0001-Conditionally-disable-test-and-doc-builds.patch │ ├── Config.in │ ├── azmq.hash │ └── azmq.mk ├── azure-iot-sdk-c │ ├── Config.in │ └── azure-iot-sdk-c.mk ├── b43-firmware │ ├── Config.in │ ├── b43-firmware.hash │ └── b43-firmware.mk ├── b43-fwcutter │ ├── b43-fwcutter.hash │ └── b43-fwcutter.mk ├── babeld │ ├── 0001-kernel_netlink.c-don-t-include-linux-if_bridge.h.patch │ ├── Config.in │ ├── S50babeld │ ├── babeld.hash │ ├── babeld.mk │ └── babeld.service ├── bandwidthd │ ├── Config.in │ ├── bandwidthd.hash │ ├── bandwidthd.mk │ └── bandwidthd.service ├── bash │ ├── Config.in │ ├── bash.hash │ ├── bash.mk │ ├── bash44-001.patch │ ├── bash44-002.patch │ ├── bash44-003.patch │ ├── bash44-004.patch │ ├── bash44-005.patch │ ├── bash44-006.patch │ ├── bash44-007.patch │ ├── bash44-008.patch │ ├── bash44-009.patch │ ├── bash44-010.patch │ ├── bash44-011.patch │ └── bash44-012.patch ├── batctl │ ├── Config.in │ ├── batctl.hash │ └── batctl.mk ├── batman-adv │ ├── Config.in │ ├── batman-adv.hash │ └── batman-adv.mk ├── bc │ ├── 01_array_initialize.patch │ ├── 02_notice_read_write_errors.patch │ ├── 03_use_appropiate_makeinfo.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 │ ├── 0001-configure.ac-add-check-for-NO_GETCONTEXT-definition.patch │ ├── 0002-Fix-uClibc-build.patch │ ├── 0003-Fix-size-of-tv-is-unknown-error-in-brief_async_signa.patch │ ├── 0003-configure-match-uclinux-pattern.patch │ ├── Config.in │ ├── bdwgc.hash │ └── bdwgc.mk ├── beecrypt │ ├── 0001-cppglue.cxx-cplusplus-only.patch │ ├── 0002-build-system.patch │ ├── Config.in │ ├── beecrypt.hash │ └── beecrypt.mk ├── bellagio │ ├── 0001-drop-werror.patch │ ├── 0002-dynamicloader-linking.patch │ ├── 0003-parallel-build.patch │ ├── 0004-segfault-on-removeFromWaitResource.patch │ ├── 0005-fix-doc-installation-path.patch │ ├── Config.in │ ├── bellagio.hash │ └── bellagio.mk ├── benejson │ ├── 0001-c-std.patch │ ├── Config.in │ ├── benejson.hash │ └── benejson.mk ├── berkeleydb │ ├── Config.in │ ├── berkeleydb.hash │ └── berkeleydb.mk ├── bind │ ├── 0002-cross.patch │ ├── 0003-Rename-ptrsize-to-ptr_size.patch │ ├── Config.in │ ├── S81named │ ├── bind.hash │ ├── bind.mk │ └── named.service ├── binutils │ ├── 2.27 │ │ ├── 0100-elf32-arm-no-data-fix.patch │ │ ├── 0120-sh-conf.patch │ │ ├── 0130-tc-xtensa.c-fixup-xg_reverse_shift_count-typo.patch │ │ ├── 0131-xtensa-fix-memory-corruption-by-broken-sysregs.patch │ │ ├── 0300-ld-makefile.patch │ │ ├── 0301-check-ldrunpath-length.patch │ │ ├── 0500-add-sysroot-fix-from-bug-3049.patch │ │ ├── 0600-poison-system-directories.patch │ │ ├── 0900-Revert-part-Set-dynamic-tag-VMA-and-size-from-dynami.patch │ │ ├── 0905-bfin-rofixup-bug.patch │ │ ├── 0906-microblaze-pr21180.patch │ │ └── 0907-Automatically-enable-CRC-instructions-on-supported-A.patch │ ├── 2.28.1 │ │ ├── 0120-sh-conf.patch │ │ ├── 0131-xtensa-fix-memory-corruption-by-broken-sysregs.patch │ │ ├── 0300-ld-makefile.patch │ │ ├── 0301-check-ldrunpath-length.patch │ │ ├── 0500-add-sysroot-fix-from-bug-3049.patch │ │ ├── 0600-poison-system-directories.patch │ │ ├── 0905-bfin-rofixup-bug.patch │ │ └── 0906-microblaze-pr21180.patch │ ├── 2.29.1 │ │ ├── 0001-sh-conf.patch │ │ ├── 0002-ld-makefile.patch │ │ ├── 0003-check-ldrunpath-length.patch │ │ ├── 0004-add-sysroot-fix-from-bug-3049.patch │ │ ├── 0005-poison-system-directories.patch │ │ └── 0006-Fixes-LINKER-BUG-.rofixup-section-size-mismatch.patch │ ├── Config.in │ ├── Config.in.host │ ├── arc-2017.09-release │ │ ├── 0002-ld-makefile.patch │ │ ├── 0003-check-ldrunpath-length.patch │ │ ├── 0004-add-sysroot-fix-from-bug-3049.patch │ │ └── 0005-poison-system-directories.patch │ ├── binutils.hash │ └── binutils.mk ├── biosdevname │ ├── Config.in │ ├── biosdevname.hash │ └── biosdevname.mk ├── bison │ ├── bison.hash │ └── bison.mk ├── bitstream-vera │ ├── Config.in │ ├── bitstream-vera.hash │ └── bitstream-vera.mk ├── bitstream │ ├── Config.in │ ├── bitstream.hash │ └── bitstream.mk ├── blktrace │ ├── 0001-iowatcher-link-with-lrt.patch │ ├── Config.in │ ├── blktrace.hash │ └── blktrace.mk ├── bluez-tools │ ├── Config.in │ ├── bluez-tools.hash │ └── bluez-tools.mk ├── bluez5_utils │ ├── 0001-tools-bneptest.c-Remove-include-linux-if_bridge.h-to.patch │ ├── Config.in │ ├── bluez5_utils.hash │ └── bluez5_utils.mk ├── bluez_utils │ ├── 0001-enable_cg2900_on_upstream_4.91.patch │ ├── 0002-tools-hciconfig-include-fcntl.h.patch │ ├── 0003-fix-compilation-issues-with-musl.patch │ ├── 0004-test-add-missing-header.patch │ ├── 0005-test-avoid-conflict-with-encrypt-function.patch │ ├── Config.in │ ├── bluez_utils.hash │ └── bluez_utils.mk ├── bmon │ ├── Config.in │ ├── bmon.hash │ └── bmon.mk ├── boa │ ├── 0001-use-name-max.patch │ ├── Config.in │ ├── boa.conf │ ├── boa.hash │ ├── boa.mk │ └── mime.types ├── boinc │ ├── Config.in │ ├── S99boinc-client │ ├── boinc-client.service │ ├── boinc.hash │ └── boinc.mk ├── bonnie │ ├── Config.in │ ├── bonnie.hash │ └── bonnie.mk ├── boost │ ├── 0001-fix-ambiguous-format-call-on-64bit-builds.patch │ ├── 0002-fix-uclibc-eventfd.patch │ ├── 0003-fenv.patch │ ├── 0004-workaround-musl-bug.patch │ ├── Config.in │ ├── boost.hash │ └── boost.mk ├── bootstrap │ ├── Config.in │ ├── bootstrap.hash │ └── bootstrap.mk ├── bootutils │ ├── 0001-fix-musl-compilation-issue.patch │ ├── Config.in │ ├── bootutils.hash │ └── bootutils.mk ├── botan │ ├── 0001-remove-mips64-explicit-mabi.patch │ ├── Config.in │ ├── botan.hash │ └── botan.mk ├── bridge-utils │ ├── 0001-build-system.patch │ ├── Config.in │ ├── bridge-utils.hash │ └── bridge-utils.mk ├── bsdiff │ ├── 0001-Add-missing-header-for-u_char.patch │ ├── Config.in │ ├── bsdiff.hash │ └── bsdiff.mk ├── btrfs-progs │ ├── 0001-Makefile-install-static-library-and-headers-in-insta.patch │ ├── 0002-kerncompat.h-define-BTRFS_DISABLE_BACKTRACE-when-bui.patch │ ├── 0003-btrfs-progs-convert-add-missing-types-header.patch │ ├── Config.in │ ├── btrfs-progs.hash │ └── btrfs-progs.mk ├── bullet │ ├── Config.in │ ├── bullet.hash │ └── bullet.mk ├── bustle │ ├── 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-Makefile-include-per-arch-Makefile-before-Makefile.f.patch │ ├── 0004-arch-sparc-sparc64-Makefile-define-ARCH_FPIC.patch │ ├── 0005-httpd-fix-handling-of-range-requests.patch │ ├── Config.in │ ├── S01logging │ ├── S10mdev │ ├── S15watchdog │ ├── S50telnet │ ├── busybox-minimal.config │ ├── busybox.config │ ├── busybox.hash │ ├── busybox.mk │ ├── inittab │ ├── mdev.conf │ └── 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 │ ├── 0001-use_check_build_instead_of_check_user.patch │ ├── Config.in │ ├── c-ares.hash │ └── c-ares.mk ├── c-icap-modules │ ├── Config.in │ ├── c-icap-modules.hash │ └── c-icap-modules.mk ├── c-icap │ ├── Config.in │ ├── S96cicap │ ├── c-icap.hash │ └── c-icap.mk ├── c-periphery │ ├── Config.in │ ├── c-periphery.hash │ └── c-periphery.mk ├── ca-certificates │ ├── Config.in │ ├── ca-certificates.hash │ └── ca-certificates.mk ├── cache-calibrator │ ├── 0001-Fix-conflicting-round-function.patch │ ├── Config.in │ ├── cache-calibrator.hash │ └── cache-calibrator.mk ├── cairo │ ├── 0001-blackfin-build-fix.patch │ ├── 0003-fix-nofork-build.patch │ ├── 0005-fix-gcc-49-build.patch │ ├── Config.in │ ├── cairo.hash │ └── cairo.mk ├── cairomm │ ├── Config.in │ ├── cairomm.hash │ └── cairomm.mk ├── can-utils │ ├── Config.in │ ├── can-utils.hash │ └── can-utils.mk ├── canfestival │ ├── 0001-install-pkgconfig-module-for-canfestival.patch │ ├── 0002-allow-to-set-python-interpreter.patch │ ├── Config.in │ ├── canfestival.hash │ └── canfestival.mk ├── cannelloni │ ├── 0001-Add-missing-cstdio-include.patch │ ├── Config.in │ ├── cannelloni.hash │ └── cannelloni.mk ├── cantarell │ ├── Config.in │ ├── cantarell.hash │ └── cantarell.mk ├── cbootimage │ ├── 0001-bct_dump-don-t-crash-on-devices-without-RSA-support.patch │ ├── Config.in │ ├── Config.in.host │ ├── cbootimage.hash │ └── cbootimage.mk ├── cc-tool │ ├── 0001-add-missing-stdarg-include.patch │ ├── 0002-boost-m4.patch │ ├── 0003-Makefile.am-do-not-overwrite-LIBS.patch │ ├── 0004-m4-boost.m4-fix-rpath-option-check-for-static-linkin.patch │ ├── Config.in │ ├── cc-tool.hash │ └── cc-tool.mk ├── ccache │ ├── 0001-Convert-argument-to-sysroot-option-to-relative-path.patch │ ├── ccache.hash │ └── ccache.mk ├── ccid │ ├── Config.in │ ├── ccid.hash │ └── ccid.mk ├── ccrypt │ ├── Config.in │ ├── ccrypt.hash │ └── ccrypt.mk ├── cdrkit │ ├── 0001-no-rcmd.patch │ ├── 0002-define-__THROW-to-avoid-build-issue-with-musl.patch │ ├── Config.in │ ├── cdrkit.hash │ └── cdrkit.mk ├── cegui06 │ ├── 0001-stddef.h.patch │ ├── Config.in │ ├── cegui06.hash │ └── cegui06.mk ├── celt051 │ ├── 0001-fix-gnuc-prereq.patch │ ├── Config.in │ ├── celt051.hash │ └── celt051.mk ├── 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 ├── check │ ├── Config.in │ ├── check.hash │ └── check.mk ├── checkpolicy │ ├── Config.in │ ├── Config.in.host │ ├── checkpolicy.hash │ └── checkpolicy.mk ├── chocolate-doom │ ├── 0004-configure-Switch-to-pkg-config-macros.patch │ ├── Config.in │ ├── chocolate-doom.hash │ └── chocolate-doom.mk ├── chrony │ ├── 0001-ntp-fix-build-with-musl-libc.patch │ ├── Config.in │ ├── S49chrony │ ├── chrony.hash │ ├── chrony.mk │ └── chrony.service ├── cifs-utils │ ├── 0001-mount.cifs-Remove-data_blob.h-include.patch │ ├── Config.in │ ├── cifs-utils.hash │ └── cifs-utils.mk ├── circus │ ├── Config.in │ ├── circus.hash │ └── circus.mk ├── civetweb │ ├── 0001-Lua-fix-a-typo-changing-LFS_DIR-to-LFS_DIR.patch │ ├── Config.in │ ├── civetweb.hash │ └── civetweb.mk ├── cjson │ ├── Config.in │ ├── cjson.hash │ └── cjson.mk ├── clamav │ ├── 0001-clamdscan.patch │ ├── 0002-backtrace-uClibc.patch │ ├── Config.in │ ├── clamav.hash │ └── clamav.mk ├── clapack │ ├── 0001-cmake-force-libf2c-to-be-built-as-a-static-library.patch │ ├── 0002-cmake-make-test-build-sensitive-to-BUILD_TESTING.patch │ ├── 0003-cmake-do-not-try-to-run-arithchk-when-cross-compilin.patch │ ├── 0004-cmake-blas-add-library-and-header-install-rules.patch │ ├── 0005-cmake-lapack-add-library-and-header-install-rules.patch │ ├── 0006-remove-uninit-f2c.patch │ ├── 0007-off64-t.patch │ ├── Config.in │ ├── clapack.hash │ └── clapack.mk ├── classpath │ ├── Config.in │ ├── classpath.hash │ └── classpath.mk ├── cloop │ ├── 0001-cflags.patch │ ├── cloop.hash │ └── cloop.mk ├── cmake │ ├── 0001-rename_cmake_rootfile.patch │ ├── Config.in │ ├── Config.in.host │ ├── cmake.hash │ └── cmake.mk ├── collectd │ ├── 0001-libcollectdclient-increase-error-buffer.patch │ ├── Config.in │ ├── collectd.hash │ ├── collectd.mk │ └── collectd.service ├── comix-cursors │ ├── Config.in │ ├── comix-cursors.hash │ └── comix-cursors.mk ├── connman-gtk │ ├── Config.in │ ├── connman-gtk.hash │ └── connman-gtk.mk ├── connman │ ├── 0002-nat-build-failure.patch │ ├── Config.in │ ├── S45connman │ ├── connman.hash │ └── connman.mk ├── conntrack-tools │ ├── Config.in │ ├── conntrack-tools.hash │ └── conntrack-tools.mk ├── copas │ ├── Config.in │ ├── copas.hash │ └── copas.mk ├── coreutils │ ├── 0001-fix-for-dummy-man-usage.patch │ ├── Config.in │ ├── coreutils.hash │ └── coreutils.mk ├── coxpcall │ ├── Config.in │ ├── coxpcall.hash │ └── coxpcall.mk ├── cpio │ ├── 0001-fix-CVE-2016-2037.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 ├── cpuload │ ├── Config.in │ ├── cpuload.hash │ └── cpuload.mk ├── cracklib │ ├── 0001-Apply-patch-to-fix-CVE-2016-6318.patch │ ├── 0002-Fix-a-buffer-overflow-processing-long-words.patch │ ├── 0003-Force-grep-to-treat-the-input-as-text-when-formattin.patch │ ├── Config.in │ ├── cracklib.hash │ └── cracklib.mk ├── cramfs │ ├── 0001-endian.patch │ ├── 0002-cygwin_IO.patch │ ├── 0003-fix-missing-types.patch │ ├── 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 ├── crudini │ ├── Config.in │ ├── crudini.hash │ └── crudini.mk ├── cryptodev-linux │ ├── cryptodev-linux.hash │ └── cryptodev-linux.mk ├── cryptodev │ ├── Config.in │ └── cryptodev.mk ├── cryptopp │ ├── 0001-Fix-possible-DoS-in-ASN.1-decoders-CVE-2016-9939.patch │ ├── cryptopp.hash │ └── cryptopp.mk ├── cryptsetup │ ├── 0001-mkdir.patch │ ├── Config.in │ ├── Config.in.host │ ├── cryptsetup.hash │ └── cryptsetup.mk ├── ctorrent │ ├── 0001-fix-musl-build.patch │ ├── Config.in │ ├── ctorrent.hash │ └── ctorrent.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 │ ├── Config.in │ ├── 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 ├── 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 │ ├── 0001-configure.ac-remove-Werror.patch │ ├── Config.in │ ├── czmq.hash │ └── czmq.mk ├── dado │ ├── Config.in │ ├── dado.hash │ └── dado.mk ├── daemon │ ├── 0001-fix-musl.patch │ ├── Config.in │ ├── daemon.hash │ └── daemon.mk ├── dahdi-linux │ ├── 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-compiler.m4-do-not-remove-g-flag.patch │ ├── Config.in │ ├── S50dante │ ├── dante.hash │ ├── dante.mk │ └── dante.service ├── darkhttpd │ ├── Config.in │ ├── S50darkhttpd │ ├── darkhttpd.hash │ ├── darkhttpd.mk │ └── darkhttpd.service ├── dash │ ├── 0001-no-config.h-for-helpers.patch │ ├── Config.in │ ├── dash.hash │ └── dash.mk ├── dawgdic │ ├── Config.in │ ├── dawgdic.hash │ └── dawgdic.mk ├── 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-glib │ ├── Config.in │ ├── dbus-glib.hash │ └── dbus-glib.mk ├── dbus-python │ ├── Config.in │ ├── 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 │ ├── Config.in │ ├── dc3dd.hash │ └── dc3dd.mk ├── dcron │ ├── Config.in │ ├── S90dcron │ ├── dcron.hash │ ├── dcron.mk │ └── dcron.service ├── ddrescue │ ├── 0001-io.cc-add-stdio.h-include.patch │ ├── Config.in │ ├── ddrescue.hash │ └── ddrescue.mk ├── debianutils │ ├── Config.in │ ├── debianutils.hash │ └── debianutils.mk ├── dejavu │ ├── Config.in │ ├── dejavu.hash │ └── dejavu.mk ├── devmem2 │ ├── 0001-be-coherent-in-type-usage.patch │ ├── Config.in │ ├── devmem2.hash │ └── devmem2.mk ├── dfu-util │ ├── Config.in │ ├── Config.in.host │ ├── dfu-util.hash │ └── dfu-util.mk ├── dhcp │ ├── 0001-bind-cross-compile.patch │ ├── 0002-v4_3-Plugs-a-socket-descriptor-leak-in-OMAPI.patch │ ├── 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 │ ├── 0002-fix-strsep-feature-test.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 ├── dialog │ ├── Config.in │ ├── dialog.hash │ └── dialog.mk ├── dieharder │ ├── 0001-Do-not-use-includedir-as-include-search-path-for-bui.patch │ ├── 0002-Fix-missing-type-intptr_t.patch │ ├── 0003-Add-_GNU_SOURCE-for-uint-and-M_PI-with-musl-libc.patch │ ├── 0004-Add-static-to-inline-functions.patch │ ├── Config.in │ ├── dieharder.hash │ └── dieharder.mk ├── diffutils │ ├── Config.in │ ├── diffutils.hash │ └── diffutils.mk ├── dillo │ ├── 0002-usr-local-include.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-add-fpic.patch │ ├── 0002-mips.patch │ ├── 0003-fix-parallel-build.patch │ ├── 0004-fix-shlibs.patch │ ├── Config.in │ ├── dmalloc.hash │ └── dmalloc.mk ├── dmidecode │ ├── 0001-build-system-fixes.patch │ ├── Config.in │ ├── dmidecode.hash │ └── dmidecode.mk ├── dmraid │ ├── 0001-fix-compilation-under-musl.patch │ ├── Config.in │ ├── S20dmraid │ ├── dmraid.hash │ └── dmraid.mk ├── dnsmasq │ ├── Config.in │ ├── S80dnsmasq │ ├── dnsmasq.hash │ └── dnsmasq.mk ├── doc-asciidoc.mk ├── docker-containerd │ ├── Config.in │ ├── docker-containerd.hash │ └── docker-containerd.mk ├── docker-engine │ ├── Config.in │ ├── docker-engine.hash │ └── docker-engine.mk ├── docker │ ├── Config.in │ ├── docker.hash │ └── docker.mk ├── domoticz │ ├── 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 ├── dovecot-pigeonhole │ ├── Config.in │ ├── dovecot-pigeonhole.hash │ └── dovecot-pigeonhole.mk ├── dovecot │ ├── Config.in │ ├── dovecot.hash │ └── dovecot.mk ├── doxygen │ ├── 0001-Bug-776791-1.8.13-Regression-Segfault-building-the-b.patch │ ├── 0002-build-fix-the-way-lang_cfg.h-is-generated.patch │ ├── doxygen.hash │ └── doxygen.mk ├── drbd-utils │ ├── Config.in │ ├── drbd-utils.hash │ └── drbd-utils.mk ├── dropbear │ ├── Config.in │ ├── S50dropbear │ ├── dropbear.hash │ ├── dropbear.mk │ └── dropbear.service ├── dropwatch │ ├── 0001-binutils-2.23.1.patch │ ├── 0002-remove-werror.patch │ ├── Config.in │ ├── dropwatch.hash │ └── dropwatch.mk ├── dsp-tools │ ├── Config.in │ ├── dsp-tools.hash │ └── dsp-tools.mk ├── dstat │ ├── Config.in │ ├── dstat.hash │ └── dstat.mk ├── dt-utils │ ├── 0001-common-Rename-strlcpy-to-DT_strlcpy.patch │ ├── 0002-common-Include-sys-types.h-header.patch │ ├── Config.in │ └── 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 ├── dtc │ ├── Config.in │ ├── Config.in.host │ ├── dtc.hash │ └── dtc.mk ├── dtv-scan-tables │ ├── Config.in │ ├── dtv-scan-tables.hash │ └── dtv-scan-tables.mk ├── duma │ ├── 0001-fix-cross-compilation.patch │ ├── 0002-no-tests.patch │ ├── 0003-fix-C++14.patch │ ├── Config.in │ ├── duma.hash │ └── duma.mk ├── dump1090 │ ├── Config.in │ ├── dump1090.hash │ └── dump1090.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 │ ├── Config.in │ └── 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 │ ├── Config.in │ ├── dvdrw-tools.hash │ └── dvdrw-tools.mk ├── e2fsprogs │ ├── Config.in │ ├── Config.in.host │ ├── e2fsprogs.hash │ └── e2fsprogs.mk ├── e2tools │ ├── Config.in │ ├── Config.in.host │ ├── e2tools.hash │ └── e2tools.mk ├── easy-rsa │ ├── Config.in │ ├── easy-rsa.hash │ └── easy-rsa.mk ├── easydbus │ ├── Config.in │ ├── easydbus.hash │ └── easydbus.mk ├── ebtables │ ├── 0001-ethernetdb.h-Remove-C-specific-compiler-hint-macro-_.patch │ ├── 0002-Fix-musl-compatibility.patch │ ├── Config.in │ ├── ebtables.hash │ └── ebtables.mk ├── ecryptfs-utils │ ├── 0001-musl.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 ├── eeprog │ ├── Config.in │ ├── eeprog.hash │ └── eeprog.mk ├── efibootmgr │ ├── 0001-dont-use-fshort-wchar-when-building.patch │ ├── 0002-Allow-build-with-uClibc.patch │ ├── 0003-Remove-extra-const-keywords-gcc-7-gripes-about.patch │ ├── Config.in │ ├── efibootmgr.hash │ └── efibootmgr.mk ├── efivar │ ├── 0001-Use-z-muldefs-to-avoid-the-multiple-definitions-bug-.patch │ ├── 0002-Allow-build-with-uClibc.patch │ ├── 0003-Remove-some-extra-const-that-gcc-complains-about.patch │ ├── Config.in │ ├── efivar.hash │ └── efivar.mk ├── efl │ ├── Config.in │ ├── efl.hash │ └── efl.mk ├── eigen │ ├── Config.in │ ├── eigen.hash │ └── eigen.mk ├── ejabberd │ ├── 0001-remove-make-targets-for-deps.patch │ ├── 0002-remove-dependencies-from-rebar-config.patch │ ├── 0003-remove-checking-erlang-version.patch │ ├── 0004-correct-include.patch │ ├── 0005-disable-ERLANG_DEPRECATED_CHECK.patch │ ├── 0006-fix-install-permissions.patch │ ├── 0007-fix-ejabberdctl.patch │ ├── 0008-rebar-uses-host-dependencies.patch │ ├── Config.in │ ├── S50ejabberd │ ├── check-erlang-lib │ ├── ejabberd.hash │ └── ejabberd.mk ├── elf2flt │ ├── 0001-ld-elf2flt-behave-properly-when-called-with-a-name-d.patch │ ├── Config.in.host │ ├── elf2flt.hash │ └── elf2flt.mk ├── elftosb │ ├── 0001-fixes-includes.patch │ ├── 0002-force-cxx-compiler.patch │ ├── elftosb.hash │ └── elftosb.mk ├── elfutils │ ├── 0002-disable-progs.patch │ ├── 0003-fts.patch │ ├── 0004-disable-po.patch │ ├── 0005-really-make-werror-conditional-to-build-werror.patch │ ├── 0006-memcpy-def.patch │ ├── Config.in │ ├── elfutils.hash │ └── elfutils.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 ├── enlightenment │ ├── Config.in │ ├── enlightenment.hash │ └── enlightenment.mk ├── enscript │ ├── Config.in │ ├── enscript.hash │ └── enscript.mk ├── erlang-goldrush │ ├── Config.in │ ├── erlang-goldrush.hash │ └── erlang-goldrush.mk ├── erlang-jiffy │ ├── Config.in │ ├── erlang-jiffy.hash │ └── erlang-jiffy.mk ├── erlang-lager │ ├── Config.in │ ├── erlang-lager.hash │ └── erlang-lager.mk ├── erlang-p1-cache-tab │ ├── Config.in │ ├── erlang-p1-cache-tab.hash │ └── erlang-p1-cache-tab.mk ├── erlang-p1-iconv │ ├── Config.in │ ├── erlang-p1-iconv.hash │ └── erlang-p1-iconv.mk ├── erlang-p1-oauth2 │ ├── Config.in │ ├── erlang-p1-oauth2.hash │ └── erlang-p1-oauth2.mk ├── erlang-p1-sip │ ├── 0001-fix-includes.patch │ ├── 0002-remove-dependencies-from-rebar-config.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 │ ├── 0001-remove-dependencies-from-rebar-config.patch │ ├── 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 │ ├── 0001-remove-dependencies-from-rebar-config.patch │ ├── Config.in │ ├── erlang-p1-xml.hash │ └── erlang-p1-xml.mk ├── erlang-p1-xmpp │ ├── 0001-fix-includes.patch │ ├── 0002-remove-dependencies-from-rebar-config.patch │ ├── Config.in │ ├── erlang-p1-xmpp.hash │ └── erlang-p1-xmpp.mk ├── erlang-p1-yaml │ ├── 0001-remove-dependencies-from-rebar-config.patch │ ├── Config.in │ ├── erlang-p1-yaml.hash │ └── erlang-p1-yaml.mk ├── erlang-p1-zlib │ ├── Config.in │ ├── erlang-p1-zlib.hash │ └── erlang-p1-zlib.mk ├── erlang-rebar │ ├── erlang-rebar.hash │ └── erlang-rebar.mk ├── erlang │ ├── 0001-build-fix.patch │ ├── 0002-erts-ethread-instruct-libatomic_ops-we-do-require-CA.patch │ ├── 0003-erts-emulator-reorder-inclued-headers-paths.patch │ ├── Config.in │ ├── erlang.hash │ └── erlang.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 │ ├── Config.in │ ├── ethtool.hash │ └── ethtool.mk ├── eudev │ ├── 0001-Only-use-pragma-for-ignoring-diagnostics-if-.patch │ ├── Config.in │ ├── 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 │ ├── Config.in │ ├── evemu.hash │ └── evemu.mk ├── eventlog │ ├── Config.in │ ├── eventlog.hash │ └── eventlog.mk ├── evtest │ ├── Config.in │ ├── evtest.hash │ └── evtest.mk ├── execline │ ├── Config.in │ ├── execline.hash │ └── execline.mk ├── exfat-utils │ ├── Config.in │ ├── exfat-utils.hash │ └── exfat-utils.mk ├── exfat │ ├── Config.in │ ├── exfat.hash │ └── exfat.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-glibc.patch │ ├── Config.in │ ├── Local-Makefile │ ├── S86exim │ ├── exim.hash │ ├── exim.mk │ └── exim.service ├── exiv2 │ ├── 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.mk ├── expedite │ ├── Config.in │ ├── expedite.hash │ └── expedite.mk ├── explorercanvas │ ├── Config.in │ ├── explorercanvas.hash │ └── explorercanvas.mk ├── ezxml │ ├── 0001-allow-compiler-override.patch │ ├── Config.in │ ├── ezxml.hash │ └── ezxml.mk ├── f2fs-tools │ ├── Config.in │ ├── f2fs-tools.hash │ └── f2fs-tools.mk ├── faad2 │ ├── 0001-getopt-fix-strncmp-declaration.patch │ ├── 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 │ ├── Config.in │ ├── faifa.hash │ └── faifa.mk ├── fakedate │ ├── fakedate │ └── fakedate.mk ├── fakeroot │ ├── 0001-hide-dlsym-error.patch │ ├── 0002-communicate-check-return-status-of-msgrcv.patch │ ├── fakeroot.hash │ └── fakeroot.mk ├── faketime │ ├── 0001-Disable-the-non-null-compare-warning-error.patch │ ├── Config.in.host │ ├── faketime.hash │ └── faketime.mk ├── fan-ctrl │ ├── Config.in │ ├── fan-ctrl.hash │ └── fan-ctrl.mk ├── fastd │ ├── 0001-cmake-use-INTERPROCEDURAL_OPTIMIZATION-target-proper.patch │ ├── 0002-CMakeList-do-not-overwrite-module-path.patch │ ├── Config.in │ ├── fastd.hash │ └── fastd.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 │ ├── 0002-cross.patch │ ├── 0003-fix-24bpp-support-on-big-endian.patch │ ├── 0004-fix-bgr555.patch │ ├── 0005-giflib.patch │ ├── 0006-include.patch │ ├── 0007-libpng15.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 │ ├── 0001-fix-openssl-static-link.patch │ ├── 0002-enable-libressl.patch │ ├── Config.in │ ├── fetchmail.hash │ └── fetchmail.mk ├── ffmpeg │ ├── 0001-bfin-disable-optimization.patch │ ├── Config.in │ ├── ffmpeg.hash │ └── ffmpeg.mk ├── fftw │ ├── Config.in │ ├── fftw.hash │ └── fftw.mk ├── ficl │ ├── 0001-fix-Makefile.patch │ ├── Config.in │ ├── ficl.hash │ └── ficl.mk ├── file │ ├── 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 ├── fis │ ├── 0001-checksum.patch │ ├── 0003-list_output.patch │ ├── 0004-sorted_list.patch │ ├── Config.in │ └── fis.mk ├── flac │ ├── 0001-configure.ac-relax-linux-OS-detection.patch │ ├── Config.in │ ├── flac.hash │ └── flac.mk ├── flann │ ├── Config.in │ ├── flann.hash │ └── flann.mk ├── flannel │ ├── Config.in │ ├── flannel.hash │ └── flannel.mk ├── flashbench │ ├── Config.in │ ├── flashbench.hash │ └── flashbench.mk ├── flashrom │ ├── 0001-spi.patch │ ├── Config.in │ ├── flashrom.hash │ └── flashrom.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-now-honor-DESTDIR-env.-var.patch │ ├── 0002-fix-alsa-static.patch │ ├── 0003-fix-alsa-version-check.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 ├── fluxbox │ ├── 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 │ ├── Config.in │ ├── fontconfig.hash │ └── fontconfig.mk ├── fping │ ├── Config.in │ ├── fping.hash │ └── fping.mk ├── freeradius-client │ ├── 0001-fix-for-nettle.patch │ ├── Config.in │ ├── freeradius-client.hash │ └── freeradius-client.mk ├── freerdp │ ├── 0001-Fix-gstreamer-1.0-detection.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-codec │ │ ├── Config.in │ │ ├── imx-codec.hash │ │ └── imx-codec.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-parser │ │ ├── Config.in │ │ ├── imx-parser.hash │ │ └── imx-parser.mk │ ├── imx-uuc │ │ ├── Config.in │ │ ├── S80imx-uuc │ │ ├── imx-uuc.hash │ │ ├── imx-uuc.mk │ │ └── imx-uuc.service │ ├── 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-libvpx-cross.patch │ ├── Config.in │ ├── freeswitch.hash │ └── freeswitch.mk ├── freetype │ ├── Config.in │ ├── freetype.hash │ └── freetype.mk ├── fscryptctl │ ├── Config.in │ ├── fscryptctl.hash │ └── fscryptctl.mk ├── fswebcam │ ├── Config.in │ ├── fswebcam.hash │ └── fswebcam.mk ├── ftop │ ├── 0001-overflow.patch │ ├── Config.in │ ├── ftop.hash │ └── ftop.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 ├── fxload │ ├── Config.in │ ├── fxload.hash │ └── fxload.mk ├── gadgetfs-test │ ├── 0001-fix-usb-ch9-include.patch │ ├── 0002-rename-include-usb_gadgetfs-to-usb-dir.patch │ ├── Config.in │ ├── gadgetfs-test.hash │ └── gadgetfs-test.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 │ ├── 0001-fix-so-suffix.patch │ ├── 0002-gc-configure.ac-add-check-for-NO_GETCONTEXT-definition.patch │ ├── 0003-Fix-missing-libc-version.h-build-error-uClibc-x86-_6.patch │ ├── Config.in │ ├── gauche.hash │ └── gauche.mk ├── gawk │ ├── 0001-no-versioned.patch │ ├── Config.in │ ├── gawk.hash │ └── gawk.mk ├── gcc │ ├── 4.9.4 │ │ ├── 0001-ARM-PR-target-68059-libgcc-should-not-use-__write-fo.patch │ │ ├── 100-uclibc-conf.patch │ │ ├── 1000-powerpc-link-with-math-lib.patch.conditional │ │ ├── 111-pr65730.patch │ │ ├── 120-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch │ │ ├── 130-pr43538.patch │ │ ├── 140-sanitizer-Fix-build-with-_FILE_OFFSET_BITS-64.patch │ │ ├── 301-missing-execinfo_h.patch │ │ ├── 810-arm-softfloat-libgcc.patch │ │ ├── 830-arm_unbreak_armv4t.patch │ │ ├── 840-microblaze-enable-dwarf-eh-support.patch │ │ ├── 850-libstdcxx-uclibc-c99.patch │ │ ├── 860-cilk-wchar.patch │ │ ├── 870-xtensa-add-mauto-litpools-option.patch │ │ ├── 871-xtensa-reimplement-register-spilling.patch │ │ ├── 872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch │ │ ├── 873-xtensa-fix-_Unwind_GetCFA.patch │ │ ├── 874-xtensa-add-uclinux-support.patch │ │ ├── 875-xtensa-fix-PR-target-82181.patch │ │ ├── 880-nios2_legitimize_address.patch │ │ ├── 890-fix-m68k-compile.patch │ │ ├── 891-fix-m68k-uclinux.patch │ │ ├── 900-musl-support.patch │ │ ├── 901-microblaze-uclibc.patch │ │ ├── 930-libgcc-disable-split-stack-nothreads.patch │ │ ├── 940-uclinux-enable-threads.patch │ │ ├── 942-asan-fix-missing-include-signal-h.patch │ │ ├── 943-Use-ucontext_t-not-struct-ucontext-in-linux-unwind.h.patch │ │ └── 944-sanitizer-linux.patch │ ├── 5.5.0 │ │ ├── 100-uclibc-conf.patch │ │ ├── 120-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch │ │ ├── 301-missing-execinfo_h.patch │ │ ├── 810-arm-softfloat-libgcc.patch │ │ ├── 830-arm_unbreak_armv4t.patch │ │ ├── 831-ARM-PR-target-70473-Reduce-size-of-Cortex-A8-automat.patch │ │ ├── 840-microblaze-enable-dwarf-eh-support.patch │ │ ├── 850-libstdcxx-uclibc-c99.patch │ │ ├── 860-cilk-wchar.patch │ │ ├── 870-xtensa-add-mauto-litpools-option.patch │ │ ├── 871-xtensa-reimplement-register-spilling.patch │ │ ├── 874-xtensa-add-uclinux-support.patch │ │ ├── 875-xtensa-implement-trap-pattern.patch │ │ ├── 880-gcc-nios2-Add-IJMP_REGS-enum.patch │ │ ├── 890-fix-m68k-compile.patch │ │ ├── 891-fix-m68k-uclinux.patch │ │ ├── 900-libitm-fixes-for-musl-support.patch │ │ ├── 901-fixincludes-update-for-musl-support.patch │ │ ├── 902-unwind-fix-for-musl.patch │ │ ├── 903-libstdc++-libgfortran-gthr-workaround-for-musl.patch │ │ ├── 904-musl-libc-config.patch │ │ ├── 905-add-musl-support-to-gcc.patch │ │ ├── 906-mips-musl-support.patch │ │ ├── 907-x86-musl-support.patch │ │ ├── 908-arm-musl-support.patch │ │ ├── 909-aarch64-musl-support.patch │ │ ├── 910-microblaze-musl-and-uclibc.patch │ │ ├── 911-ppc-musl-support.patch │ │ ├── 912-sh-musl-support.patch │ │ ├── 930-libgcc-disable-split-stack-nothreads.patch │ │ ├── 940-uclinux-enable-threads.patch │ │ └── 941-mips-Add-support-for-mips-r6-musl.patch │ ├── 6.4.0 │ │ ├── 100-uclibc-conf.patch │ │ ├── 301-missing-execinfo_h.patch │ │ ├── 810-arm-softfloat-libgcc.patch │ │ ├── 830-arm_unbreak_armv4t.patch │ │ ├── 831-ARM-PR-target-70473-Reduce-size-of-Cortex-A8-automat.patch │ │ ├── 860-cilk-wchar.patch │ │ ├── 870-xtensa-fix-PR-target-82181.patch │ │ ├── 890-fix-m68k-compile.patch │ │ ├── 891-fix-m68k-uclinux.patch │ │ ├── 892-libgcc-mkmap-symver-support-skip_underscore.patch │ │ ├── 893-libgcc-config-bfin-use-the-generic-linker-version-in.patch │ │ ├── 894-libgcc-fix-DWARF-compilation-with-FDPIC-targets.patch │ │ ├── 895-bfin-define-REENTRANT.patch │ │ ├── 896-microblaze-Revert.patch │ │ ├── 897-Make-MicroBlaze-support-DWARF-EH-old-Xilinx-patch-ne.patch │ │ ├── 940-uclinux-enable-threads.patch │ │ ├── 941-mips-Add-support-for-mips-r6-musl.patch │ │ ├── 942-Use-ucontext_t-not-struct-ucontext-in-linux-unwind.h.patch │ │ └── 943-sanitizer-linux.patch │ ├── 7.2.0 │ │ ├── 0100-uclibc-conf.patch │ │ ├── 0810-arm-softfloat-libgcc.patch │ │ ├── 0860-cilk-fix-build-without-wchar.patch │ │ ├── 0870-xtensa-fix-PR-target-82181.patch │ │ ├── 0891-fix-m68k-uclinux.patch │ │ ├── 0892-microblaze-Revert.patch │ │ └── 0900-remove-selftests.patch │ ├── Config.in.host │ ├── arc-2017.09-release │ │ ├── 0001-fix-checking-for-jumps.patch │ │ ├── 0100-uclibc-conf.patch │ │ ├── 0860-cilk-fix-build-without-wchar.patch │ │ └── 0900-remove-selftests.patch │ ├── gcc-final │ │ ├── gcc-final.hash │ │ └── gcc-final.mk │ ├── gcc-initial │ │ ├── gcc-initial.hash │ │ └── gcc-initial.mk │ ├── gcc.hash │ ├── gcc.mk │ └── musl-5.4.0 │ │ ├── 100-uclibc-conf.patch │ │ ├── 301-missing-execinfo_h.patch │ │ ├── 850-libstdcxx-uclibc-c99.patch │ │ ├── 860-cilk-wchar.patch │ │ └── 930-libgcc-disable-split-stack-nothreads.patch ├── gcr │ ├── Config.in │ ├── gcr.hash │ └── gcr.mk ├── gd │ ├── Config.in │ ├── gd.hash │ └── gd.mk ├── gdb │ ├── 7.10.1 │ │ ├── 0001-Add-some-casts-for-building-on-musl.patch │ │ ├── 0002-musl-Move-W_STOPCODE-to-common-gdb_wait-h.patch │ │ ├── 0003-move-__SIGRTMIN.patch │ │ ├── 0004-xtensa-implement-NPTL-helpers.patch │ │ ├── 0005-target.h-include-sys-types.h.patch │ │ ├── 0006-Revert-sim-unify-SIM_CPU-definition.patch │ │ ├── 0007-Sync-proc_service-definition-with-GLIBC.patch │ │ ├── 0008-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch │ │ ├── 0009-sh-ptrace-Define-pt_-dsp-regs-uapi_pt_-dsp-regs-on-G.patch │ │ ├── 0010-Fix-gdbserver-build-on-uClibc-noMMU.patch │ │ └── 0011-use-asm-sgidefs.h.patch │ ├── 7.11.1 │ │ ├── 0001-sim-bfin-split-out-common-mach-model-defines-into-ar.patch │ │ ├── 0002-Sync-proc_service-definition-with-GLIBC.patch │ │ ├── 0003-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch │ │ ├── 0004-sh-ptrace-Define-pt_-dsp-regs-uapi_pt_-dsp-regs-on-G.patch │ │ ├── 0005-Fix-gdbserver-build-on-uClibc-noMMU.patch │ │ └── 0006-use-asm-sgidefs.h.patch │ ├── 7.12.1 │ │ ├── 0001-Remove-const-in-xtensa-linux-nat.c-fetch_gregs.patch │ │ ├── 0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch │ │ ├── 0003-sh-ptrace-Define-pt_-dsp-regs-uapi_pt_-dsp-regs-on-G.patch │ │ ├── 0004-Fix-gdbserver-build-on-uClibc-noMMU.patch │ │ ├── 0005-use-asm-sgidefs.h.patch │ │ └── 0006-nat-linux-ptrace.c-add-missing-gdb_byte-cast.patch │ ├── 8.0.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-nat-linux-ptrace.c-add-missing-gdb_byte-cast.patch │ ├── Config.in │ ├── Config.in.host │ ├── gdb-python-config │ ├── gdb.hash │ └── gdb.mk ├── gdbm │ ├── Config.in │ ├── gdbm.hash │ └── gdbm.mk ├── gdk-pixbuf │ ├── Config.in │ ├── gdk-pixbuf.hash │ └── gdk-pixbuf.mk ├── genext2fs │ ├── 0001-update-genext2fs.c-to-rev-1.118.patch │ ├── Config.in │ ├── Config.in.host │ ├── genext2fs.hash │ └── genext2fs.mk ├── gengetopt │ ├── 0001-fix-compilation-warnings-in-generated-code.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 ├── geoip │ ├── Config.in │ ├── geoip.hash │ └── geoip.mk ├── gesftpserver │ ├── Config.in │ ├── gesftpserver.hash │ └── gesftpserver.mk ├── getent │ ├── Config.in │ ├── getent │ └── getent.mk ├── gettext │ ├── 0001-error_print_progname.patch │ ├── 0002-Update-after-gnulib-changed.patch │ ├── Config.in │ ├── gettext.hash │ └── gettext.mk ├── gflags │ ├── Config.in │ ├── gflags.hash │ └── gflags.mk ├── ghostscript-fonts │ ├── Config.in │ ├── ghostscript-fonts.hash │ └── ghostscript-fonts.mk ├── ghostscript │ ├── 0001-Fix-cross-compilation-issue.patch │ ├── Config.in │ ├── ghostscript.hash │ └── ghostscript.mk ├── giblib │ ├── 0001-fix-imlib2-detection.patch │ ├── Config.in │ ├── giblib.hash │ └── giblib.mk ├── giflib │ ├── Config.in │ ├── giflib.hash │ └── giflib.mk ├── git-crypt │ ├── Config.in │ ├── git-crypt.hash │ └── git-crypt.mk ├── git │ ├── Config.in │ ├── git.hash │ └── git.mk ├── glib-networking │ ├── Config.in │ ├── glib-networking.hash │ └── glib-networking.mk ├── glibc │ ├── Config.in │ ├── glibc.hash │ ├── glibc.mk │ └── nsswitch.conf ├── glibmm │ ├── Config.in │ ├── glibmm.hash │ └── glibmm.mk ├── glm │ ├── Config.in │ ├── glm.hash │ └── glm.mk ├── glmark2 │ ├── Config.in │ ├── glmark2.hash │ └── glmark2.mk ├── glog │ ├── Config.in │ ├── glog.hash │ └── glog.mk ├── gmp │ ├── 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-Allow-CFLAGS-CPPFLAGS-to-be-completed-from-the-envir.patch │ ├── Config.in │ ├── gnu-efi.hash │ └── gnu-efi.mk ├── gnuchess │ ├── Config.in │ ├── gnuchess.hash │ └── gnuchess.mk ├── gnupg │ ├── Config.in │ ├── gnupg.hash │ └── gnupg.mk ├── gnupg2 │ ├── Config.in │ ├── gnupg2.hash │ └── gnupg2.mk ├── gnuplot │ ├── 0001-configure-add-without-demo-option.patch │ ├── 0002-use-gdlib-config-properly.patch │ ├── Config.in │ ├── gnuplot.hash │ └── gnuplot.mk ├── gnuradio │ ├── 0001-suppress-boost_unitest-detection.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 │ ├── Config.in.host │ ├── go.hash │ └── go.mk ├── gob2 │ ├── 0001-dont-include-from-prefix.patch │ ├── gob2.hash │ └── gob2.mk ├── google-breakpad │ ├── 0001-add-missing-asm-ptrace-include.patch │ ├── 0002-Replace-remaining-references-to-struct-ucontext-with.patch │ ├── 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 │ ├── Config.in │ ├── gpm.hash │ └── gpm.mk ├── gpsd │ ├── 0001-do-not-interact-with-systemctl-when-cross-compiling.patch │ ├── 0002-SConstruct-do-not-force-O2-by-default.patch │ ├── Config.in │ ├── S50gpsd │ ├── gpsd.hash │ └── gpsd.mk ├── gptfdisk │ ├── 0001-ldlibs.patch │ ├── Config.in │ ├── Config.in.host │ ├── gptfdisk.hash │ └── gptfdisk.mk ├── gqrx │ ├── 0001-fix_compilation_in_gcc-6.patch │ ├── Config.in │ ├── gqrx.hash │ └── gqrx.mk ├── gqview │ ├── 0001-make.patch │ ├── Config.in │ ├── gqview.hash │ └── gqview.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 ├── graphite2 │ ├── 0001-disable-double-promotion.patch │ ├── Config.in │ ├── graphite2.hash │ └── graphite2.mk ├── grep │ ├── Config.in │ ├── grep.hash │ └── grep.mk ├── gsettings-desktop-schemas │ ├── Config.in │ ├── gsettings-desktop-schemas.hash │ └── gsettings-desktop-schemas.mk ├── gsl │ ├── Config.in │ ├── gsl.hash │ └── gsl.mk ├── gssdp │ ├── Config.in │ ├── gssdp.hash │ └── gssdp.mk ├── gstreamer │ ├── Config.in │ ├── gst-dsp │ │ ├── Config.in │ │ ├── gst-dsp.hash │ │ └── gst-dsp.mk │ ├── gst-ffmpeg │ │ ├── 0001-gcc47.patch │ │ ├── 0002-arm-avoid-using-the-movw-instruction.patch │ │ ├── Config.in │ │ ├── gst-ffmpeg.hash │ │ └── gst-ffmpeg.mk │ ├── gst-fsl-plugins │ │ ├── 0001-gplay-add-missing-include.patch │ │ ├── 0002-Fix-bashism-in-configure-script.patch │ │ ├── 0003-Use-proper-objdump.patch │ │ ├── 0004-Fix-libgstfsl-linkage-add-lrt-for-shared-memory-func.patch │ │ ├── 0005-Remove-use-of-obsolete-VIDIOC_DBG_G_CHIP_IDENT.patch │ │ ├── Config.in │ │ ├── gst-fsl-plugins.hash │ │ └── gst-fsl-plugins.mk │ ├── gst-omapfb │ │ ├── Config.in │ │ ├── gst-omapfb.hash │ │ └── gst-omapfb.mk │ ├── gst-plugin-x170 │ │ ├── 0001-correct-CFLAGS.patch │ │ ├── Config.in │ │ ├── gst-plugin-x170.hash │ │ └── gst-plugin-x170.mk │ ├── gst-plugins-bad │ │ ├── 0001-opus-jpegformat-unbreak-non-debug-build.patch │ │ ├── 0002-fix-dfb-example.patch │ │ ├── 0003-drop-buggy-libvpx-legacy-handling.patch │ │ ├── Config.in │ │ ├── gst-plugins-bad.hash │ │ └── gst-plugins-bad.mk │ ├── gst-plugins-base │ │ ├── 0001-tremor.patch │ │ ├── 0002-audioresample-Fix-build-on-x86-if-emmintrin.h-is-ava.patch │ │ ├── 0003-audioresample-It-s-HAVE_EMMINTRIN_H-not-HAVE_XMMINTR.patch │ │ ├── Config.in │ │ ├── gst-plugins-base.hash │ │ └── gst-plugins-base.mk │ ├── gst-plugins-good │ │ ├── 0001-linux36.patch │ │ ├── 0002-v4l2-fix-compilation-against-newer-kernel-headers.patch │ │ ├── Config.in │ │ ├── gst-plugins-good.hash │ │ └── gst-plugins-good.mk │ ├── gst-plugins-ugly │ │ ├── Config.in │ │ ├── gst-plugins-ugly.hash │ │ └── gst-plugins-ugly.mk │ ├── gstreamer.mk │ └── gstreamer │ │ ├── 0001-bison3.patch │ │ ├── Config.in │ │ ├── gstreamer.hash │ │ └── gstreamer.mk ├── gstreamer1 │ ├── Config.in │ ├── gst-omx │ │ ├── Config.in │ │ ├── gst-omx.hash │ │ └── gst-omx.mk │ ├── gst1-imx │ │ ├── Config.in │ │ ├── gst1-imx.hash │ │ └── gst1-imx.mk │ ├── gst1-libav │ │ ├── Config.in │ │ ├── gst1-libav.hash │ │ └── gst1-libav.mk │ ├── gst1-plugins-bad │ │ ├── 0001-openjpeg-Support-building-with-openjpeg-2.3-simpler.patch │ │ ├── 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-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-rtsp-server │ │ ├── Config.in │ │ ├── gst1-rtsp-server.hash │ │ └── gst1-rtsp-server.mk │ ├── gst1-vaapi │ │ ├── Config.in │ │ ├── gst1-vaapi.hash │ │ └── gst1-vaapi.mk │ ├── gst1-validate │ │ ├── Config.in │ │ ├── gst1-validate.hash │ │ └── gst1-validate.mk │ ├── gstreamer1.mk │ └── gstreamer1 │ │ ├── Config.in │ │ ├── gstreamer1.hash │ │ └── gstreamer1.mk ├── gtest │ ├── Config.in │ ├── gmock.pc │ ├── gtest.hash │ ├── gtest.mk │ └── gtest.pc ├── 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-fix_arm_endianness.patch │ ├── 0002-calculate-csqrt_manually.patch │ ├── 0003-workaround-ice-ssa-corruption.patch │ ├── Config.in │ ├── guile.hash │ └── guile.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 │ ├── Config.in │ ├── gupnp.hash │ └── gupnp.mk ├── gutenprint │ ├── 0001-use-pregen-xmli18n-header.patch │ ├── 0002-cups-support-replaces-static-with-static-libtool-lib.patch │ ├── 0003-print-olympus.c-fix-endianness-detection.patch │ ├── 0004-build-Don-t-allow-USB-backends-to-be-built-if-CUPS-i.patch │ ├── Config.in │ ├── gutenprint.hash │ └── gutenprint.mk ├── gvfs │ ├── Config.in │ ├── gvfs.hash │ └── gvfs.mk ├── gzip │ ├── Config.in │ ├── gzip.hash │ └── gzip.mk ├── hans │ ├── Config.in │ ├── hans.hash │ └── hans.mk ├── harfbuzz │ ├── 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 ├── hdparm │ ├── Config.in │ ├── hdparm.hash │ └── hdparm.mk ├── heimdal │ ├── heimdal.hash │ └── heimdal.mk ├── heirloom-mailx │ ├── 0001-Patched-out-SSL2-support-since-it-is-no-longer-suppo.patch │ ├── 0002-fix-libressl-support.patch │ ├── Config.in │ ├── heirloom-mailx.hash │ └── heirloom-mailx.mk ├── hiawatha │ ├── 0001-cmake-allow-build-without-c.patch │ ├── Config.in │ ├── hiawatha.hash │ └── hiawatha.mk ├── hicolor-icon-theme │ ├── Config.in │ ├── hicolor-icon-theme.hash │ └── hicolor-icon-theme.mk ├── hidapi │ ├── 0001-hidtest-dont-use-a-C-source-file-since-it-s-pure-C.patch │ ├── Config.in │ ├── hidapi.hash │ └── hidapi.mk ├── hiredis │ ├── Config.in │ ├── hiredis.hash │ └── hiredis.mk ├── hostapd │ ├── 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 ├── 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 ├── i2c-tools │ ├── Config.in │ ├── i2c-tools.hash │ └── i2c-tools.mk ├── i7z │ ├── Config.in │ ├── i7z.hash │ └── i7z.mk ├── ibrcommon │ ├── 0001-ibrcommon-data-File.cpp-support-POSIX-basename-call.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 │ ├── Config.in │ ├── ibrdtnd.hash │ └── ibrdtnd.mk ├── icu │ ├── 0001-dont-build-static-dynamic-twice.patch │ ├── 0002-workaround-toolchain-bugs.patch │ ├── 0003-detect-compiler-symbol-prefix.patch │ ├── 0004-link-icudata-as-data-only.patch │ ├── 0005-fix-static-linking-with-icu-uc.patch │ ├── 0006-i18n-Drop-include-xlocale.h.patch │ ├── Config.in │ ├── icu.hash │ └── icu.mk ├── ifenslave │ ├── Config.in │ ├── ifenslave.hash │ └── ifenslave.mk ├── ifplugd │ ├── 0001-cross.patch │ ├── 0002-fix-headers.patch │ ├── 0003-no-cxx.patch │ ├── 0004-musl-fix-types.patch │ ├── Config.in │ ├── ifplugd.hash │ └── ifplugd.mk ├── iftop │ ├── 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 ├── imagemagick │ ├── Config.in │ ├── imagemagick.hash │ └── imagemagick.mk ├── imlib2 │ ├── Config.in │ ├── imlib2.hash │ └── imlib2.mk ├── imx-usb-loader │ ├── Config.in.host │ ├── imx-usb-loader.hash │ └── imx-usb-loader.mk ├── inadyn │ ├── Config.in │ ├── S70inadyn │ ├── inadyn.conf │ ├── inadyn.hash │ ├── inadyn.mk │ └── inadyn.service ├── inconsolata │ ├── Config.in │ ├── inconsolata.hash │ └── inconsolata.mk ├── initscripts │ ├── Config.in │ ├── init.d │ │ ├── S20urandom │ │ ├── rcK │ │ └── rcS │ └── initscripts.mk ├── inotify-tools │ ├── 0001-gcc6.patch │ ├── 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-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 ├── iostat │ ├── 0001-cpunum.patch │ ├── Config.in │ ├── iostat.hash │ └── iostat.mk ├── iotop │ ├── 0001-Fix-build-error-with-Python-3.patch │ ├── Config.in │ ├── iotop.hash │ └── iotop.mk ├── iozone │ ├── 0001-targets.patch │ ├── Config.in │ ├── iozone.hash │ └── iozone.mk ├── iperf │ ├── 0001-util.h-add-missing-stdbool-header.patch │ ├── 0002-fix-speed-display-in-csv-report.patch │ ├── Config.in │ ├── iperf.hash │ └── iperf.mk ├── iperf3 │ ├── 0001-disable-profiling.patch │ ├── 0002-Fix-build-using-musl-libc.patch │ ├── Config.in │ ├── iperf3.hash │ └── iperf3.mk ├── ipmitool │ ├── 0001-Fix-missing-stddef.h-include.patch │ ├── Config.in │ ├── ipmitool.hash │ └── ipmitool.mk ├── ipmiutil │ ├── 0001-no-build-doc.patch │ ├── Config.in │ ├── ipmiutil.hash │ └── ipmiutil.mk ├── iproute2 │ ├── 0001-Add-the-musl-workaround-to-the-libc-compat.h-copy.patch │ ├── 0002-Fix-build-with-uClibc-ng.patch │ ├── 0003-lib-fix-multiple-strlcpy-definition.patch │ ├── Config.in │ ├── iproute2.hash │ └── iproute2.mk ├── iprutils │ ├── Config.in │ ├── iprutils.hash │ └── iprutils.mk ├── ipsec-tools │ ├── 0001-susv3-legacy.patch │ ├── 0002-configure-automake.patch │ ├── 0003-Don-t-link-against-libfl.patch │ ├── 0004-CVE-2015-4047.patch │ ├── Config.in │ ├── ipsec-tools.hash │ └── ipsec-tools.mk ├── ipset │ ├── 0001-Replace-the-last-reference-to-u_int8_t-with-uint8_t.patch │ ├── Config.in │ ├── ipset.hash │ └── ipset.mk ├── iptables │ ├── 0001-utils-nfsynproxy-fix-build-with-musl-libc.patch │ ├── Config.in │ ├── iptables.hash │ └── iptables.mk ├── iptraf-ng │ ├── Config.in │ ├── iptraf-ng.hash │ └── iptraf-ng.mk ├── iputils │ ├── Config.in │ ├── iputils.hash │ └── iputils.mk ├── iqvlinux │ ├── Config.in │ ├── iqvlinux.hash │ └── iqvlinux.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 │ ├── 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 ├── iw │ ├── Config.in │ ├── iw.hash │ └── iw.mk ├── jack2 │ ├── 0001-Fix-initialization-in-test-iodelay.patch │ ├── 0002-Improve-check-for-ucontext.patch │ ├── 0003-Make-backtrace-support-depends-on-execinfo.h-existen.patch │ ├── 0004-tests-define-__STDC_LIMIT_MACROS.patch │ ├── 0005-gcc7.patch │ ├── 0006-fix-ftbfs-with-clang.patch │ ├── Config.in │ ├── jack2.hash │ └── jack2.mk ├── jamvm │ ├── 0001-Use-fenv.h-when-available-instead-of-fpu_control.h.patch │ ├── Config.in │ ├── jamvm.hash │ └── jamvm.mk ├── jansson │ ├── Config.in │ ├── jansson.hash │ └── jansson.mk ├── janus-gateway │ ├── 0001-disable-ssp.patch │ ├── 0002-Add-test-for-Wunused-but-set-variable.patch │ ├── Config.in │ ├── janus-gateway.hash │ └── janus-gateway.mk ├── jasper │ ├── Config.in │ ├── jasper.hash │ └── jasper.mk ├── jemalloc │ ├── 0001-Disable-documentation.patch │ ├── Config.in │ ├── jemalloc.hash │ └── jemalloc.mk ├── jhead │ ├── 0001-use-ldflags.patch │ ├── Config.in │ ├── jhead.hash │ └── jhead.mk ├── jimtcl │ ├── Config.in │ ├── jimtcl.hash │ └── jimtcl.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-configure-fix-build-with-old-compilers.patch │ ├── Config.in │ ├── jose.hash │ └── jose.mk ├── jpeg-turbo │ ├── 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 │ ├── 0001-don-t-threat-warnings-as-errors.patch │ ├── 0002-Link-against-libm-when-needed.patch │ ├── Config.in │ ├── json-c.hash │ └── json-c.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 ├── kbd │ ├── Config.in │ ├── kbd.hash │ └── kbd.mk ├── keepalived │ ├── 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 │ ├── 0003-Add-missing-limits.h-include.patch │ ├── Config.in │ ├── keyutils.hash │ └── keyutils.mk ├── kismet │ ├── 0001-ncurses.patch │ ├── 0002-nobsd.patch │ ├── 0003-fix-curses-libs-ordering.patch │ ├── 0004-no-include-host-paths.patch │ ├── 0005-dumpfile_tuntap-don-t-include-linux-if_tun.h-kernel-.patch │ ├── Config.in │ ├── kismet.hash │ └── kismet.mk ├── kmod │ ├── 0001-fix-O_CLOEXEC.patch │ ├── 0002-shared-util.c-assert_cc-can-only-be-used-inside-func.patch │ ├── Config.in │ ├── 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-adsp-basic │ ├── Config.in │ ├── kodi-adsp-basic.hash │ └── kodi-adsp-basic.mk ├── kodi-adsp-freesurround │ ├── Config.in │ ├── kodi-adsp-freesurround.hash │ └── kodi-adsp-freesurround.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-opus │ ├── Config.in │ ├── kodi-audiodecoder-opus.hash │ └── kodi-audiodecoder-opus.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-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-steamcontroller │ ├── Config.in │ ├── kodi-peripheral-steamcontroller.hash │ └── kodi-peripheral-steamcontroller.mk ├── kodi-peripheral-xarcade │ ├── Config.in │ ├── kodi-peripheral-xarcade.hash │ └── kodi-peripheral-xarcade.mk ├── kodi-platform │ ├── 0001-kodiplatform-config.cmake-fix-for-cross-compilation.patch │ ├── Config.in │ ├── kodi-platform.hash │ └── kodi-platform.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 │ ├── 0001-live555-remove-xlocale.h-from-Locale.hh.patch │ ├── 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-pctv │ ├── Config.in │ ├── kodi-pvr-pctv.hash │ └── kodi-pvr-pctv.mk ├── kodi-pvr-stalker │ ├── 0001-src-CWatchdog.h-Fix-gcc7-build.patch │ ├── 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-wmc │ ├── Config.in │ ├── kodi-pvr-wmc.hash │ └── kodi-pvr-wmc.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-crystalmorph │ ├── Config.in │ ├── kodi-screensaver-crystalmorph.hash │ └── kodi-screensaver-crystalmorph.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-planestate │ ├── Config.in │ ├── kodi-screensaver-planestate.hash │ └── kodi-screensaver-planestate.mk ├── kodi-screensaver-pyro │ ├── Config.in │ ├── kodi-screensaver-pyro.hash │ └── kodi-screensaver-pyro.mk ├── kodi-screensaver-rsxs │ ├── 0001-cross-compile.patch │ ├── 0002-fix-default-include-dir.patch │ ├── 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 │ ├── kodi-texturepacker.hash │ └── kodi-texturepacker.mk ├── kodi-visualisation-fishbmc │ ├── Config.in │ ├── kodi-visualisation-fishbmc.hash │ └── kodi-visualisation-fishbmc.mk ├── kodi-visualisation-goom │ ├── 0001-cross-compile.patch │ ├── Config.in │ ├── kodi-visualisation-goom.hash │ └── kodi-visualisation-goom.mk ├── kodi-visualisation-shadertoy │ ├── 0001-FindOpenGLES2-also-search-for-egl-with-pkg-config.patch │ ├── 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-waveforhue │ ├── Config.in │ ├── kodi-visualisation-waveforhue.hash │ └── kodi-visualisation-waveforhue.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-Remove-dependency-on-gmp-and-libintl-from-Find.patch │ ├── Config.in │ ├── S50kodi │ ├── br-kodi │ ├── kodi.hash │ ├── kodi.mk │ └── kodi.service ├── kompexsqlite │ ├── 0001-Makefile-use-autoconf-CXX-for-proper-builds.patch │ ├── 0002-append-to-cflags-and-cxxflags.patch │ ├── Config.in │ ├── kompexsqlite.hash │ └── kompexsqlite.mk ├── ktap │ ├── Config.in │ ├── ktap.hash │ └── ktap.mk ├── kvazaar │ ├── 0001-Modify-and-use-FILL_ARRAY-macro-to-prevent-warning-o.patch │ ├── Config.in │ ├── kvazaar.hash │ └── kvazaar.mk ├── kvm-unit-tests │ ├── 0001-Makefile-remove-Werror-to-avoid-build-failures.patch │ ├── 0001-x86-hyperv_clock-be-explicit-about-mul-instruction-d.patch │ ├── Config.in │ ├── kvm-unit-tests.hash │ └── kvm-unit-tests.mk ├── kvmtool │ ├── 0001-avoid-redefining-PAGE_SIZE.patch │ ├── 0002-x86-kvm-cpu.c-don-t-include-asm-msr-index.h.patch │ ├── 0003-use-poll.h-instead-of-sys-poll.h.patch │ ├── 0004-check-for-and-use-C-library-provided-strlcpy-and-str.patch │ ├── 0005-Fix-call-to-connect.patch │ ├── 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-Add-missing-ioctl-header.patch │ ├── 0001-LCDd.conf.patch │ ├── Config.in │ ├── lcdproc.hash │ └── lcdproc.mk ├── lcms2 │ ├── 0001-Fix-lcms2.pc.in-thread-library-dependency.patch │ ├── 0002-Added-an-extra-check-to-MLU-bounds.patch │ ├── 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 │ ├── 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-Add-install-recipe.patch │ ├── Config.in │ ├── leveldb.hash │ └── leveldb.mk ├── lft │ ├── Config.in │ ├── lft.hash │ └── lft.mk ├── lftp │ ├── 0001-fix-static-link-with-readline.patch │ ├── 0002-fix-gcc-6-conflicts-signbit.patch │ ├── Config.in │ ├── lftp.hash │ └── lftp.mk ├── libaacs │ ├── Config.in │ ├── libaacs.hash │ └── libaacs.mk ├── libaio │ ├── 0001-arches.patch │ ├── 0002-src-Makefile-add-ENABLE_SHARED-boolean-to-allow-stat.patch │ ├── 0003-destdir.patch │ ├── Config.in │ ├── libaio.hash │ └── libaio.mk ├── libamcodec │ ├── Config.in │ ├── libamcodec.hash │ └── libamcodec.mk ├── libao │ ├── Config.in │ ├── libao.hash │ └── libao.mk ├── libarchive │ ├── 0001-Do-something-sensible-for-empty-strings-to-make-fuzz.patch │ ├── Config.in │ ├── libarchive.hash │ └── libarchive.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 ├── libb64 │ ├── Config.in │ ├── libb64.hash │ └── libb64.mk ├── libbdplus │ ├── Config.in │ ├── libbdplus.hash │ └── libbdplus.mk ├── libbluray │ ├── Config.in │ ├── libbluray.hash │ └── libbluray.mk ├── libbroadvoice │ ├── Config.in │ ├── libbroadvoice.hash │ └── libbroadvoice.mk ├── libbsd │ ├── Config.in │ ├── libbsd.hash │ └── libbsd.mk ├── libbson │ ├── Config.in │ ├── libbson.hash │ └── libbson.mk ├── libcap-ng │ ├── Config.in │ ├── libcap-ng.hash │ └── libcap-ng.mk ├── libcap │ ├── 0001-build-system-fixes-for-cross-compilation.patch │ ├── 0002-libcap-split-install-into-install-shared-install-sta.patch │ ├── 0003-libcap-cap_file.c-fix-build-with-old-kernel-headers.patch │ ├── Config.in │ ├── libcap.hash │ └── libcap.mk ├── libcdaudio │ ├── Config.in │ ├── libcdaudio.hash │ └── libcdaudio.mk ├── libcddb │ ├── Config.in │ ├── libcddb.hash │ └── libcddb.mk ├── libcdio │ ├── Config.in │ ├── libcdio.hash │ └── libcdio.mk ├── libcec │ ├── Config.in │ ├── libcec.hash │ └── libcec.mk ├── libcgi │ ├── 0001-CMakeLists.txt-libcgi-is-in-C.patch │ ├── 0002-CMakeLists.txt-don-t-force-the-build-of-a-shared-lib.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 ├── libcli │ ├── Config.in │ ├── libcli.hash │ └── libcli.mk ├── libcoap │ ├── Config.in │ ├── libcoap.hash │ └── libcoap.mk ├── libcodec2 │ ├── 0001-fix-codec2-pc-in.patch │ ├── Config.in │ ├── libcodec2.hash │ └── libcodec2.mk ├── libcofi │ ├── Config.in │ ├── libcofi.hash │ └── libcofi.mk ├── libconfig │ ├── Config.in │ ├── libconfig.hash │ └── libconfig.mk ├── libconfuse │ ├── Config.in │ ├── libconfuse.hash │ └── libconfuse.mk ├── libcroco │ ├── 0001-input-check-end-of-input-before-reading-a-byte.patch │ ├── 0002-tknzr-support-only-max-long-rgb-values.patch │ ├── Config.in │ ├── libcroco.hash │ └── libcroco.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 ├── libdaemon │ ├── 0001-testd-use-unistd-h-instead-of-sys-unistd-h.patch │ ├── Config.in │ ├── libdaemon.hash │ └── libdaemon.mk ├── libdcadec │ ├── Config.in │ ├── libdcadec.hash │ └── libdcadec.mk ├── libdmtx │ ├── Config.in │ ├── libdmtx.hash │ └── libdmtx.mk ├── libdnet │ ├── 0001-python-gcc.patch │ ├── 0002-python-makefile.patch │ ├── Config.in │ ├── libdnet.hash │ └── libdnet.mk ├── libdri2 │ ├── Config.in │ ├── libdri2.hash │ └── libdri2.mk ├── libdrm │ ├── 0001-Add-ARM-support-into-xf86drm.h.patch │ ├── 0002-xf86atomic-require-CAS-support-in-libatomic_ops.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 │ ├── 0001-do-not-match-nios2-as-os2.patch │ ├── Config.in │ ├── libdvdnav.hash │ └── libdvdnav.mk ├── libdvdread │ ├── Config.in │ ├── libdvdread.hash │ └── libdvdread.mk ├── libeXosip2 │ ├── 0001-use-pkg-config-to-detect-openssl.patch │ ├── Config.in │ ├── libeXosip2.hash │ └── libeXosip2.mk ├── libebml │ ├── 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 │ ├── 0001-Forward-EGL-cflags-into-epoxy.pc.patch │ ├── Config.in │ ├── libepoxy.hash │ └── libepoxy.mk ├── liberation │ ├── Config.in │ ├── liberation.hash │ └── liberation.mk ├── libesmtp │ ├── Config.in │ ├── libesmtp.hash │ └── libesmtp.mk ├── libestr │ ├── Config.in │ ├── libestr.hash │ └── libestr.mk ├── libev │ ├── Config.in │ ├── libev.hash │ └── libev.mk ├── libevdev │ ├── 0001-configure-add-disable-runtime-tests-option.patch │ ├── Config.in │ ├── libevdev.hash │ └── libevdev.mk ├── libevent │ ├── 0001-Disable-building-test-programs.patch │ ├── Config.in │ ├── libevent.hash │ └── libevent.mk ├── libexif │ ├── Config.in │ ├── libexif.hash │ └── libexif.mk ├── libfastjson │ ├── 0001-m4-fix-detection-of-atomics.patch │ ├── Config.in │ ├── libfastjson.hash │ └── libfastjson.mk ├── libfcgi │ ├── 0001-eof.patch │ ├── 0002-link-against-libfcgi-la.patch │ ├── 0003-link-against-math.patch │ ├── 0004-make-autoreconfable.patch │ ├── 0005-disable-examples.patch │ ├── 0006-fix-CVE-2012-6687.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 │ ├── 0004-m68k-support-ISA-A-Coldfire-CPUs.patch │ ├── 0005-mips-use-__linux__-and-not-linux.patch │ ├── Config.in │ ├── libffi.hash │ └── libffi.mk ├── libfm-extra │ ├── Config.in │ ├── libfm-extra.hash │ └── libfm-extra.mk ├── libfm │ ├── 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-LibWebP-fix-compilation-issue-with-GCC-5.x-C-11.patch │ ├── 0004-fix-gcc-6.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-cmake-fix-FindUSB1.cmake.patch │ ├── 0003-cmake-do-not-check-for-g-when-FTDIPP-is-disabled.patch │ ├── Config.in │ ├── libftdi1.hash │ └── libftdi1.mk ├── libfuse │ ├── 0001-fix-aarch64-build.patch │ ├── Config.in │ ├── libfuse.hash │ └── libfuse.mk ├── libg7221 │ ├── Config.in │ ├── libg7221.hash │ └── libg7221.mk ├── libgcrypt │ ├── 0001-ac_cv_sys_symbol_underscore.patch │ ├── 0002-reconfigure.patch │ ├── Config.in │ ├── libgcrypt.hash │ └── libgcrypt.mk ├── libgdiplus │ ├── 0001-Fix-compile-error-when-cross-compiling.patch │ ├── Config.in │ ├── libgdiplus.hash │ └── libgdiplus.mk ├── libgee │ ├── Config.in │ ├── libgee.hash │ └── libgee.mk ├── libgeotiff │ ├── 0001-use-pkg-config.patch │ ├── Config.in │ ├── libgeotiff.hash │ └── libgeotiff.mk ├── libglade │ ├── Config.in │ ├── libglade.hash │ └── libglade.mk ├── libglew │ ├── Config.in │ ├── libglew.hash │ └── libglew.mk ├── libglfw │ ├── Config.in │ ├── libglfw.hash │ └── libglfw.mk ├── libglib2 │ ├── 0001-fix-compile-time-atomic-detection.patch │ ├── 0002-disable-tests.patch │ ├── Config.in │ ├── libglib2.hash │ └── libglib2.mk ├── libglob │ ├── Config.in │ ├── libglob.hash │ └── libglob.mk ├── libglu │ ├── Config.in │ ├── libglu.hash │ └── libglu.mk ├── libgpg-error │ ├── Config.in │ ├── libgpg-error.hash │ └── libgpg-error.mk ├── libgpgme │ ├── Config.in │ ├── libgpgme.hash │ └── libgpgme.mk ├── libgphoto2 │ ├── Config.in │ ├── libgphoto2.hash │ └── libgphoto2.mk ├── libgpiod │ ├── 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 ├── libgtk2 │ ├── 0001-reduce-dependencies.patch │ ├── Config.in │ ├── libgtk2.hash │ └── libgtk2.mk ├── libgtk3 │ ├── 0001-no-gtk-doc.patch │ ├── 0002-fix-introspection-check.patch │ ├── 0003-disable-atk-bridge.patch │ ├── 0004-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 ├── libhttpparser │ ├── 0001-Use-f-option-when-calling-ln-at-install-time.patch │ ├── Config.in │ ├── libhttpparser.hash │ └── libhttpparser.mk ├── libical │ ├── 0001-no-tests.patch │ ├── Config.in │ ├── libical.hash │ └── libical.mk ├── libiconv │ ├── Config.in │ ├── libiconv.hash │ └── libiconv.mk ├── libid3tag │ ├── Config.in │ ├── libid3tag.hash │ └── libid3tag.mk ├── libidn │ ├── 0001-lib-punycode.c-decode_digit-Fix-integer-overflow.patch │ ├── 0002-Update-intprops.h-for-gcc-7-compatibility.patch │ ├── Config.in │ ├── libidn.hash │ └── libidn.mk ├── libiio │ ├── 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 │ ├── 0001-Do-not-use-I-usr-include.-This-is-unsafe-when-cross-compiling.patch │ ├── Config.in │ ├── libiscsi.hash │ └── libiscsi.mk ├── libite │ ├── Config.in │ ├── libite.hash │ └── libite.mk ├── libjpeg │ ├── libjpeg.hash │ └── libjpeg.mk ├── libjson │ ├── 0001-fix-broken-makefile.patch │ ├── Config.in │ ├── libjson.hash │ └── libjson.mk ├── libkcapi │ ├── 0001-Have-sufficient-memory-size-for-message.patch │ ├── 0002-Do-not-compile-unused-functions.patch │ ├── 0003-Unify-code-to-read-from-seed-sources.patch │ ├── 0004-internal.h-make-inline-functions-static.patch │ ├── Config.in │ ├── libkcapi.hash │ └── libkcapi.mk ├── libksba │ ├── Config.in │ ├── libksba.hash │ └── libksba.mk ├── libldns │ ├── Config.in │ ├── libldns.hash │ └── libldns.mk ├── liblinear │ ├── 0001-blas-don-t-overwrite-ar-options.patch │ ├── 0002-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-install.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 │ ├── 0003-remove-deprecated-cflags.patch │ ├── 0004-thumb2-fixed-arm.patch │ ├── 0005-thumb2-imdct-arm.patch │ ├── Config.in │ ├── libmad.hash │ ├── libmad.mk │ └── mad.pc ├── libmatroska │ ├── Config.in │ ├── libmatroska.hash │ └── libmatroska.mk ├── libmaxminddb │ ├── Config.in │ ├── libmaxminddb.hash │ └── libmaxminddb.mk ├── libmbim │ ├── 0001-mbim-device-prefer-realpath-to-canonicalize_file_nam.patch │ ├── Config.in │ ├── libmbim.hash │ └── libmbim.mk ├── libmbus │ ├── Config.in │ ├── libmbus.hash │ └── libmbus.mk ├── libmcrypt │ ├── 0001-nocxx.patch │ ├── Config.in │ ├── libmcrypt.hash │ └── libmcrypt.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 │ ├── 0001-miniupnpc-Fix-CVE-2017-8798.patch │ ├── 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 ├── libmpd │ ├── 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 ├── libnatpmp │ ├── Config.in │ ├── libnatpmp.hash │ └── libnatpmp.mk ├── libndp │ ├── 0001-ndptool.c-Fix-musl-build.patch │ ├── Config.in │ ├── libndp.hash │ └── libndp.mk ├── libnet │ ├── 0001-support-musl-libc.patch │ ├── Config.in │ ├── libnet.hash │ └── libnet.mk ├── libnetfilter_acct │ ├── Config.in │ ├── libnetfilter_acct.hash │ └── libnetfilter_acct.mk ├── libnetfilter_conntrack │ ├── Config.in │ ├── libnetfilter_conntrack.hash │ └── libnetfilter_conntrack.mk ├── libnetfilter_cthelper │ ├── 0001-uclinux.patch │ ├── Config.in │ ├── libnetfilter_cthelper.hash │ └── libnetfilter_cthelper.mk ├── libnetfilter_cttimeout │ ├── 0001-uclinux.patch │ ├── Config.in │ ├── libnetfilter_cttimeout.hash │ └── libnetfilter_cttimeout.mk ├── libnetfilter_log │ ├── 0001-uclinux.patch │ ├── Config.in │ ├── libnetfilter_log.hash │ └── libnetfilter_log.mk ├── libnetfilter_queue │ ├── 0001-uclinux.patch │ ├── 0002-musl.patch │ ├── Config.in │ ├── libnetfilter_queue.hash │ └── libnetfilter_queue.mk ├── libnfc │ ├── 0001-build-systems-make-example-build-optional.patch │ ├── Config.in │ ├── libnfc.hash │ └── libnfc.mk ├── libnfnetlink │ ├── 0001-uclinux.patch │ ├── 0002-musl.patch │ ├── Config.in │ ├── libnfnetlink.hash │ └── libnfnetlink.mk ├── libnfs │ ├── Config.in │ ├── libnfs.hash │ └── libnfs.mk ├── libnftnl │ ├── 0001-Rename-xfree-to-libnftnl_xfree-to-avoid-symbol-namin.patch │ ├── 0002-Add-Libs.private-field-to-libnftnl.pc.patch │ ├── Config.in │ ├── libnftnl.hash │ └── libnftnl.mk ├── libnice │ ├── 0001-configure-Fix-configure-failure-when-building-without-.patch │ ├── Config.in │ ├── libnice.hash │ └── libnice.mk ├── libnl │ ├── 0001-build-add-Libs.private-field-in-libnl-pkg-config-fil.patch │ ├── 0002-Add-musl-workaround-to-the-libc-compat.h-copy.patch │ ├── 0003-Revert-build-enable-building-cli-during-tests.patch │ ├── Config.in │ ├── libnl.hash │ └── libnl.mk ├── libnpth │ ├── Config.in │ ├── libnpth.hash │ └── libnpth.mk ├── libnspr │ ├── 0001-nios2.patch │ ├── 0002-microblaze.patch │ ├── Config.in │ ├── libnspr.hash │ └── libnspr.mk ├── libnss │ ├── 0001-uclibc.patch │ ├── Config.in │ ├── libnss.hash │ ├── libnss.mk │ └── nss.pc.in ├── liboauth │ ├── Config.in │ ├── liboauth.hash │ └── liboauth.mk ├── libogg │ ├── Config.in │ ├── libogg.hash │ └── libogg.mk ├── libopenh264 │ ├── Config.in │ ├── libopenh264.hash │ └── libopenh264.mk ├── libopenssl │ ├── 0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch │ ├── 0002-cryptodev-Fix-issue-with-signature-generation.patch │ ├── libopenssl.hash │ └── libopenssl.mk ├── liboping │ ├── Config.in │ ├── liboping.hash │ └── liboping.mk ├── libosip2 │ ├── 0001-fix-bug-report-sr-109133-Heap-buffer-overflow-in-uti.patch │ ├── Config.in │ ├── libosip2.hash │ └── libosip2.mk ├── libpam-radius-auth │ ├── Config.in │ ├── libpam-radius-auth.hash │ └── libpam-radius-auth.mk ├── libpam-tacplus │ ├── Config.in │ ├── libpam-tacplus.hash │ └── libpam-tacplus.mk ├── libpcap │ ├── Config.in │ ├── libpcap.hash │ └── libpcap.mk ├── libpciaccess │ ├── 0001-musl-arm.patch │ ├── Config.in │ ├── libpciaccess.hash │ └── libpciaccess.mk ├── libpfm4 │ ├── Config.in │ ├── libpfm4.hash │ └── libpfm4.mk ├── libphidget │ ├── Config.in │ ├── libphidget.hash │ └── libphidget.mk ├── libpjsip │ ├── 0001-Fixed-possible-function-name-clash.patch │ ├── Config.in │ ├── libpjsip.hash │ └── libpjsip.mk ├── libplatform │ ├── 0001-p8-platform-config-fix-lookup-paths.patch │ ├── Config.in │ ├── libplatform.hash │ └── libplatform.mk ├── libplayer │ ├── 0001-add-fpic.patch │ ├── 0002-fix-configure-cflags.patch │ ├── Config.in │ ├── libplayer.hash │ └── libplayer.mk ├── libplist │ ├── Config.in │ ├── libplist.hash │ └── libplist.mk ├── libpng │ ├── 0001-Disable-pngfix-and-png-fix-itxt.patch │ ├── 0002-Don-t-append-prefix-to-symbol-names-in-version-script.patch │ ├── Config.in │ ├── libpng.hash │ └── libpng.mk ├── libpqxx │ ├── 0001-Fix-broken-sed-call-in-configure.ac.in.patch │ ├── Config.in │ ├── libpqxx.hash │ └── libpqxx.mk ├── libpri │ ├── Config.in │ ├── libpri.hash │ └── libpri.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 │ ├── 0001-Fix-build-with-disable-nls-on-platforms-without-libi.patch │ ├── 0002-Fix-memory-leak-in-settings-when-using-bad-word-list.patch │ ├── Config.in │ ├── libpwquality.hash │ └── libpwquality.mk ├── libqmi │ ├── 0001-musl-compat-canonicalize_file_name.patch │ ├── Config.in │ ├── libqmi.hash │ └── libqmi.mk ├── libqrencode │ ├── Config.in │ ├── libqrencode.hash │ └── libqrencode.mk ├── libraw │ ├── 0001-Remove-paths-which-break-cross-compilation.patch │ ├── 0002-libraw_x3f.cpp-remove-Byte-order-mark.patch │ ├── Config.in │ ├── libraw.hash │ └── libraw.mk ├── libraw1394 │ ├── 0001-testlibraw-build-the-CLOCK_MONOTONIC_RAW-test-condit.patch │ ├── Config.in │ ├── libraw1394.hash │ └── libraw1394.mk ├── libreplaygain │ ├── Config.in │ ├── libreplaygain.hash │ └── libreplaygain.mk ├── libressl │ ├── 0001-remove-test-z-DESTDIR-from-ltmain.patch │ ├── 0002-Fix-build-with-musl-and-older-Linux-kernel.patch │ ├── libressl.hash │ └── libressl.mk ├── libroxml │ ├── Config.in │ ├── libroxml.hash │ └── libroxml.mk ├── librsvg │ ├── Config.in │ ├── librsvg.hash │ └── librsvg.mk ├── librsync │ ├── 0001-CMakeLists.txt-Don-t-require-a-C-compiler.patch │ ├── Config.in │ ├── librsync.hash │ └── librsync.mk ├── librtas │ ├── 0001-librtas-install-librtas.so.1-symlink.patch │ ├── Config.in │ ├── librtas.hash │ └── librtas.mk ├── librtlsdr │ ├── 0001-disable_shared_library_target_in_build.patch │ ├── 0002-fix-builds-with-newer-compilers-C-standards.patch │ ├── Config.in │ ├── librtlsdr.hash │ └── librtlsdr.mk ├── libsamplerate │ ├── Config.in │ ├── libsamplerate.hash │ └── libsamplerate.mk ├── libscrypt │ ├── 0001-Allow-adding-options-to-CFLAGS-and-LDFLAGS-variables.patch │ ├── Config.in │ ├── libscrypt.hash │ └── libscrypt.mk ├── libseccomp │ ├── 0001-remove-static.patch │ ├── Config.in │ ├── libseccomp.hash │ └── libseccomp.mk ├── libsecret │ ├── 0001-libsecret.pc-add-Libs.private-field-for-libgcrypt.patch │ ├── Config.in │ ├── libsecret.hash │ └── libsecret.mk ├── libselinux │ ├── 0001-workaround-blackfin-issue.patch │ ├── 0002-fix-musl-build.patch │ ├── 0003-revert-ln-relative.patch │ ├── Config.in │ ├── libselinux.hash │ └── libselinux.mk ├── libsemanage │ ├── 0001-workaround-blackfin-issue.patch │ ├── Config.in │ ├── libsemanage.hash │ └── libsemanage.mk ├── libsepol │ ├── 0001-support-static-only.patch │ ├── 0002-workaround-blackfin-issue.patch │ ├── 0003-revert-ln-relative.patch │ ├── Config.in │ ├── libsepol.hash │ └── libsepol.mk ├── libserial │ ├── 0001-disable-python-bindings.patch │ ├── 0002-Don-t-use-high-baudrates-when-not-available.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 ├── libshout │ ├── 0001-Fix-THEORA-SPEEX-_LDFLAGS-typo.patch │ ├── 0002-Make-sure-SHOUT_REQUIRES-contains-OpenSSL.patch │ ├── 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 ├── libsigrok │ ├── Config.in │ ├── libsigrok.hash │ └── libsigrok.mk ├── libsigrokdecode │ ├── 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 ├── libsoil │ ├── 0001-fix-makefile.patch │ ├── Config.in │ ├── libsoil.hash │ └── libsoil.mk ├── libsoundtouch │ ├── Config.in │ ├── libsoundtouch.hash │ └── libsoundtouch.mk ├── libsoup │ ├── Config.in │ ├── libsoup.hash │ └── libsoup.mk ├── libsoxr │ ├── Config.in │ ├── libsoxr.hash │ └── libsoxr.mk ├── libspatialindex │ ├── 0001-configure.ac-do-not-force-O2.patch │ ├── Config.in │ ├── libspatialindex.hash │ └── libspatialindex.mk ├── libsquish │ ├── Config.in │ ├── libsquish.hash │ └── libsquish.mk ├── libsrtp │ ├── 0001-Rename-SHA1-functions-to-avoid-conflicts-with-downst.patch │ ├── Config.in │ ├── libsrtp.hash │ └── libsrtp.mk ├── libss7 │ ├── Config.in │ ├── libss7.hash │ └── libss7.mk ├── libssh │ ├── Config.in │ ├── libssh.hash │ └── libssh.mk ├── libssh2 │ ├── 0001-drop-custom-buildconf-script.patch │ ├── Config.in │ ├── libssh2.hash │ └── libssh2.mk ├── libstrophe │ ├── 0001-Namespace-SHA-functions.patch │ ├── 0002-make-autoreconfable.patch │ ├── 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-create-builddir.patch │ ├── 0003-Remove-Werror.patch │ ├── Config.in │ ├── libsvgtiny.hash │ └── libsvgtiny.mk ├── libsysfs │ ├── Config.in │ ├── libsysfs.hash │ └── libsysfs.mk ├── libtasn1 │ ├── Config.in │ ├── libtasn1.hash │ └── libtasn1.mk ├── libtheora │ ├── 0001-link-libtheoradec.patch │ ├── 0002-fix-autoreconf.patch │ ├── Config.in │ ├── libtheora.hash │ └── libtheora.mk ├── libtirpc │ ├── 0001-Disable-parts-of-TIRPC-requiring-NIS-support.patch │ ├── 0002-uClibc-without-RPC-support-and-musl-does-not-install-rpcent.h.patch │ ├── 0003-Add-rpcgen-program-from-nfs-utils-sources.patch │ ├── 0004-Automatically-generate-XDR-header-files-from-.x-sour.patch │ ├── 0005-Add-more-XDR-files-needed-to-build-rpcbind-on-top-of.patch │ ├── 0006-Disable-DES-authentification-support.patch │ ├── 0007-include-stdint.h-for-uintptr_t.patch │ ├── Config.in │ ├── libtirpc.hash │ └── libtirpc.mk ├── libtomcrypt │ ├── Config.in │ ├── libtomcrypt.hash │ └── libtomcrypt.mk ├── libtommath │ ├── Config.in │ ├── libtommath.hash │ └── libtommath.mk ├── libtool │ ├── Config.in │ ├── libtool.hash │ └── libtool.mk ├── libtorrent │ ├── 0001-cross_compile.patch │ ├── Config.in │ ├── libtorrent.hash │ └── libtorrent.mk ├── libtpl │ ├── Config.in │ ├── libtpl.hash │ └── libtpl.mk ├── libubox │ ├── Config.in │ └── libubox.mk ├── libuci │ ├── Config.in │ ├── libuci.hash │ └── libuci.mk ├── libucl │ ├── Config.in │ ├── libucl.hash │ └── libucl.mk ├── libuecc │ ├── Config.in │ ├── libuecc.hash │ └── libuecc.mk ├── libuio │ ├── 0001-configure-remove-po-Makefile.in.patch │ ├── 0002-fix-build-with-musl.patch │ ├── Config.in │ ├── libuio.hash │ └── libuio.mk ├── libump │ ├── Config.in │ ├── libump.hash │ └── libump.mk ├── libunistring │ ├── Config.in │ ├── libunistring.hash │ └── libunistring.mk ├── libunwind │ ├── 0001-add-disable-tests-option.patch │ ├── 0002-Add-AO_REQUIRE_CAS-to-fix-build-on-ARM-v6.patch │ ├── 0003-Fix-compilation-of-tests-on-alpine-linux-musl-libc.patch │ ├── 0004-libunwind-arm-fix-build-failure-due-to-asm.patch │ ├── 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 │ ├── Config.in │ ├── liburcu.hash │ └── liburcu.mk ├── liburiparser │ ├── Config.in │ ├── liburiparser.hash │ └── liburiparser.mk ├── libusb-compat │ ├── 0001-Use-C99-standard-fixed-width-integer-types-in-usb.h.patch │ ├── 0002-fix-a-build-issue-on-linux.patch │ ├── Config.in │ ├── libusb-compat.hash │ └── libusb-compat.mk ├── libusb │ ├── Config.in │ ├── libusb.hash │ └── libusb.mk ├── libusbgx │ ├── Config.in │ ├── libusbgx.hash │ └── libusbgx.mk ├── libuv │ ├── Config.in │ ├── libuv.hash │ └── libuv.mk ├── libv4l │ ├── 0001-fixup-lfs-mismatch-in-preload-libraries.patch │ ├── 0002-ir-ctl-fixes-for-musl-compile.patch │ ├── 0004-configure.ac-clarify-configure-summary.patch │ ├── 0005-configure.ac-revisit-v4l2-ctl-compliance-using-libv4.patch │ ├── 0006-configure.ac-revisit-disable-libv4l-to-disable-dyn-l.patch │ ├── 0007-configure.ac-add-disable-libv4l-option.patch │ ├── 0008-configure.ac-fix-build-of-v4l-utils-on-uclinux.patch │ ├── 0009-configure.ac-add-USE_LIBV4L-to-summary.patch │ ├── 0010-Build-libv4lconvert-helper-support-only-when-fork-is.patch │ ├── 0011-configure.ac-drop-disable-libv4l-disable-plugin-supp.patch │ ├── 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 │ ├── 0001-missing-configh-include.patch │ ├── 0002-link-with-libx11.patch │ ├── 0003-vdpau-module-searchpath.patch │ ├── Config.in │ ├── libvdpau.hash │ └── libvdpau.mk ├── libvips │ ├── 0001-fix-no-gtk-doc.patch │ ├── Config.in │ ├── libvips.hash │ └── libvips.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 │ ├── Config.in │ ├── libwebsockets.hash │ └── libwebsockets.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 │ ├── 0001-fix-gennmtab-build.patch │ ├── 0002-config.mk.in-fix-shared-libraries-build-for-uClibc.patch │ ├── 0003-fix-ar-ranlib-handling.patch │ ├── 0004-use-correct-curl-config.patch │ ├── Config.in │ ├── libxmlrpc.hash │ └── libxmlrpc.mk ├── libxslt │ ├── 0001-Fix-heap-overread-in-xsltFormatNumberConversion.patch │ ├── Config.in │ ├── libxslt.hash │ └── libxslt.mk ├── libyaml │ ├── Config.in │ ├── libyaml.hash │ └── libyaml.mk ├── libyuv │ ├── 0001-i386-sse2.patch │ ├── 0002-aarch64.patch │ ├── Config.in │ ├── libyuv.hash │ └── libyuv.mk ├── libzip │ ├── Config.in │ ├── libzip.hash │ └── libzip.mk ├── lightning │ ├── Config.in │ ├── lightning.hash │ └── lightning.mk ├── lighttpd │ ├── 0001-Fix-default-config-file.patch │ ├── Config.in │ ├── S50lighttpd │ ├── lighttpd.hash │ └── lighttpd.mk ├── linenoise │ ├── Config.in │ ├── linenoise.hash │ └── linenoise.mk ├── linknx │ ├── 0001-src-suncalc.cpp-fix-build-with-gcc-6.x.patch │ ├── Config.in │ ├── linknx.hash │ └── linknx.mk ├── links │ ├── Config.in │ ├── links.hash │ └── links.mk ├── linphone │ ├── 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.mk ├── linux-pam │ ├── 0001-doc-makefile-am.patch │ ├── 0002-Conditionally-compile-per-ruserok-availability.patch │ ├── Config.in │ ├── linux-pam.hash │ ├── linux-pam.mk │ ├── login.pam │ └── other.pam ├── linux-syscall-support │ ├── Config.in │ ├── linux-syscall-support.hash │ └── linux-syscall-support.mk ├── linux-tools │ ├── Config.in │ ├── linux-tool-cpupower.mk.in │ ├── linux-tool-gpio.mk.in │ ├── linux-tool-iio.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.mk ├── linuxconsoletools │ ├── 0001-conditional-build.patch │ ├── 0002-sdl-config.patch │ ├── Config.in │ ├── linuxconsoletools.hash │ └── linuxconsoletools.mk ├── linuxptp │ ├── Config.in │ ├── S65linuxptp │ ├── linuxptp-system-clock.service │ ├── linuxptp.cfg │ ├── linuxptp.hash │ ├── linuxptp.mk │ └── linuxptp.service ├── liquid-dsp │ ├── Config.in │ ├── liquid-dsp.hash │ └── liquid-dsp.mk ├── lirc-tools │ ├── 0001-Fix-build-without-Python.patch │ ├── 0002-Fix-python-client-cross-compile.patch │ ├── 0003-python-pkg-Fix-lirc-version-detection-when-cross-com.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 │ ├── 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 ├── lldpd │ ├── 0001-build-make-generation-of-atom-glue-compatible-with-o.patch │ ├── 0002-configure-do-not-check-for-libbsd.patch │ ├── 0003-configure-remove-check-on-CXX-compiler.patch │ ├── Config.in │ ├── S60lldpd │ ├── lldpd.hash │ └── lldpd.mk ├── lm-sensors │ ├── 0001-static-build.patch │ ├── 0002-no-host-ldconfig.patch │ ├── 0003-musl-fix-includes.patch │ ├── Config.in │ ├── lm-sensors.hash │ └── lm-sensors.mk ├── lmbench │ ├── Config.in │ ├── lmbench.hash │ └── lmbench.mk ├── localedef │ ├── 0001-Don-t-include-xlocale.h.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-charset-fixes.patch │ ├── 0002-missing-includes.patch │ ├── 0003-missing-includes.patch │ ├── 0004-Applied-patch-for-LOGCXX-400-LOGCXX-404-LOGCXX-402-L.patch │ ├── 0005-domtestcase.cpp-fix-narrowing-conversion-compile-err.patch │ ├── Config.in │ ├── log4cxx.hash │ └── log4cxx.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 ├── lrzsz │ ├── Config.in │ ├── lrzsz.hash │ └── lrzsz.mk ├── lshw │ ├── 0001-Makefile-allow-to-pass-additional-LIBS.patch │ ├── 0002-Fix-musl-build-basename-is-in-libgen.h.patch │ ├── 0003-Fix-use-of-LONG_BIT.patch │ ├── Config.in │ ├── lshw.hash │ └── lshw.mk ├── lsof │ ├── 0001-makefile.patch │ ├── 0002-noportmap.patch │ ├── 0003-override-cflags.patch │ ├── 0004-remove-susvlegacy-funcs.patch │ ├── 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-rpc-tirpc-disable-tirpc_auth_authdes_-create-tests.patch │ ├── 0002-uClibc-ng-has-no-profil-support.patch │ ├── 0003-uClibc-ng-need-__UCLIBC_SV4_DEPRECATED__-enabled-for.patch │ ├── 0004-syscalls-mknodat-Fix-missing-config.patch │ ├── Config.in │ ├── ltp-testsuite.hash │ └── ltp-testsuite.mk ├── ltrace │ ├── 0001-arm-plt.patch │ ├── 0002-sparc-add-missing-library.h-include.patch │ ├── Config.in │ ├── ltrace.hash │ └── ltrace.mk ├── ltris │ ├── 0001-fix-gcc5-build.patch │ ├── Config.in │ ├── ltris.hash │ └── ltris.mk ├── lttng-babeltrace │ ├── 0001-tests-lib-Makefile.am-remove-unneeded-static-flag.patch │ ├── 0002-m4-ax_lib_elfutils.m4-add-cache-variable.patch │ ├── Config.in │ ├── Config.in.host │ ├── lttng-babeltrace.hash │ └── lttng-babeltrace.mk ├── lttng-libust │ ├── 0001-lttng-ust-elf.c-define-NT_GNU_BUILD_ID-if-not-define.patch │ ├── 0002-doc-examples-Makefile.am-define-C-and-C-compilers-fo.patch │ ├── 0003-Validate-the-presence-of-dlmopen-at-configure-time.patch │ ├── 0004-Fix-include-config.h-to-resolve-HAVE_DLMOPEN.patch │ ├── Config.in │ ├── lttng-libust.hash │ └── lttng-libust.mk ├── lttng-modules │ ├── Config.in │ ├── lttng-modules.hash │ └── lttng-modules.mk ├── lttng-tools │ ├── 0001-Fix-detect-dlmopen-and-disable-corresponding-tests-i.patch │ ├── 0002-Fix-src-common-pipe.h-include-sys-types.h-for-ssize_.patch │ ├── 0003-Fix-warning-src-bin-lttng-utils.c-cast-incompatible-.patch │ ├── Config.in │ ├── lttng-tools.hash │ └── lttng-tools.mk ├── lua-basexx │ ├── Config.in │ ├── lua-basexx.hash │ └── lua-basexx.mk ├── lua-bit32 │ ├── Config.in │ ├── lua-bit32.hash │ └── lua-bit32.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-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-http │ ├── Config.in │ ├── lua-http.hash │ └── lua-http.mk ├── lua-iconv │ ├── Config.in │ ├── lua-iconv.hash │ └── lua-iconv.mk ├── lua-lpeg-patterns │ ├── Config.in │ ├── lua-lpeg-patterns.hash │ └── lua-lpeg-patterns.mk ├── lua-markdown │ ├── Config.in │ ├── lua-markdown.hash │ └── lua-markdown.mk ├── lua-messagepack │ ├── Config.in │ ├── lua-messagepack.hash │ └── lua-messagepack.mk ├── lua-msgpack-native │ ├── Config.in │ ├── lua-msgpack-native.hash │ └── lua-msgpack-native.mk ├── lua-periphery │ ├── 0001-Add-missing-header-for-musl-compatibility.patch │ ├── 0002-Fix-build-on-SPARC.patch │ ├── Config.in │ ├── lua-periphery.hash │ └── lua-periphery.mk ├── lua-resty-http │ ├── Config.in │ ├── lua-resty-http.hash │ └── lua-resty-http.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-stdlib │ ├── Config.in │ ├── lua-stdlib.hash │ └── lua-stdlib.mk ├── lua-testmore │ ├── Config.in │ ├── lua-testmore.hash │ └── lua-testmore.mk ├── lua-valua │ ├── Config.in │ ├── lua-valua.hash │ └── lua-valua.mk ├── lua │ ├── 5.1.5 │ │ ├── 0001-root-path.patch │ │ ├── 0002-shared-libs-for-lua.patch │ │ ├── 0011-linenoise.patch │ │ └── 0012-fix-reader-at-eoz.patch │ ├── 5.2.4 │ │ ├── 0001-root-path.patch │ │ ├── 0002-shared-libs-for-lua.patch │ │ └── 0011-linenoise.patch │ ├── 5.3.4 │ │ ├── 0001-root-path.patch │ │ ├── 0002-shared-libs-for-lua.patch │ │ └── 0011-linenoise.patch │ ├── Config.in │ ├── lua.hash │ ├── lua.mk │ └── lua.pc.in ├── luabitop │ ├── Config.in │ ├── luabitop.hash │ └── luabitop.mk ├── luacrypto │ ├── Config.in │ ├── luacrypto.hash │ └── luacrypto.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 ├── lualogging │ ├── Config.in │ ├── lualogging.hash │ └── lualogging.mk ├── luaossl │ ├── Config.in │ ├── luaossl.hash │ └── luaossl.mk ├── luaposix │ ├── Config.in │ ├── luaposix.hash │ └── luaposix.mk ├── luarocks │ ├── 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 ├── 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 ├── lunit │ ├── Config.in │ ├── lunit.hash │ └── lunit.mk ├── lutok │ ├── Config.in │ ├── lutok.hash │ └── lutok.mk ├── luv │ ├── Config.in │ ├── luv.hash │ └── luv.mk ├── luvi │ ├── Config.in │ ├── luvi.hash │ └── luvi.mk ├── lvm2 │ ├── Config.in │ ├── lvm2.hash │ └── lvm2.mk ├── lxc │ ├── 0001-Fix-compilation-on-toolchain-without-prlimit.patch │ ├── 0002-lxc-start.c-Fix-legacy-PR_-G-S-ET_NO_NEW_PRIVS-handl.patch │ ├── Config.in │ ├── lxc.hash │ └── lxc.mk ├── lz4 │ ├── Config.in │ ├── lz4.hash │ └── lz4.mk ├── lzip │ ├── Config.in │ ├── lzip.hash │ └── lzip.mk ├── lzlib │ ├── Config.in │ ├── lzlib.hash │ └── lzlib.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-buildroot-libtool-v1.5.patch.patch │ ├── Config.in │ ├── madplay.hash │ └── madplay.mk ├── make │ ├── Config.in │ ├── make.hash │ └── make.mk ├── makedevs │ ├── README │ ├── makedevs.c │ └── makedevs.mk ├── mali-t76x │ ├── Config.in │ ├── egl.pc │ ├── glesv2.pc │ ├── mali-t76x.hash │ └── mali-t76x.mk ├── mariadb │ ├── 0001-add-extra-check-for-librt.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 │ ├── 0002-libpng15.patch │ ├── 0003-include-setjmp-h.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 │ ├── Config.in │ ├── matchbox.hash │ └── matchbox.mk ├── mbedtls │ ├── Config.in │ ├── mbedtls.hash │ └── mbedtls.mk ├── mc │ ├── Config.in │ ├── mc.hash │ └── mc.mk ├── mcelog │ ├── Config.in │ ├── mcelog.hash │ └── mcelog.mk ├── mcrypt │ ├── 0001-CVE-2012-4409.patch │ ├── 0002-CVE-2012-4426.patch │ ├── 0003-CVE-2012-4527.patch │ ├── 0004-no-rpath.patch │ ├── Config.in │ ├── mcrypt.hash │ └── mcrypt.mk ├── mdadm │ ├── 0010-add-install-targets-for-mdadm-and-mdmon.patch │ ├── Config.in │ ├── mdadm.hash │ └── mdadm.mk ├── mediastreamer │ ├── 0001-fix-compilation-issue-with-latest-bctoobox.patch │ ├── Config.in │ ├── mediastreamer.hash │ └── mediastreamer.mk ├── memcached │ ├── 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 │ ├── 0001-makefile-fix.patch │ ├── Config.in │ ├── memtester.hash │ └── memtester.mk ├── memtool │ ├── Config.in │ ├── memtool.hash │ └── memtool.mk ├── menu-cache │ ├── Config.in │ ├── menu-cache.hash │ └── menu-cache.mk ├── mesa3d-demos │ ├── 0001-demos-optional-gl.patch │ ├── Config.in │ ├── mesa3d-demos.hash │ └── mesa3d-demos.mk ├── mesa3d-headers │ ├── Config.in │ ├── mesa3d-headers.hash │ └── mesa3d-headers.mk ├── mesa3d │ ├── 0001-musl.patch │ ├── 0002-Fix-endianess-detection-with-musl-based-toolchains.patch │ ├── 0003-configure.ac-invert-order-for-wayland-scanner-check.patch │ ├── Config.in │ ├── mesa3d.hash │ └── mesa3d.mk ├── metacity │ ├── 0001-add-libm-reference.patch │ ├── 0002-gconf.patch │ ├── 0003-mag-add-libm-reference.patch │ ├── Config.in │ ├── Xsession │ ├── metacity.hash │ └── metacity.mk ├── mfgtools │ ├── Config.in.host │ ├── mfgtools.hash │ ├── mfgtools.mk │ └── readme.txt ├── micropython-lib │ ├── Config.in │ ├── micropython-lib.hash │ └── micropython-lib.mk ├── micropython │ ├── 0001-fix-version.patch │ ├── Config.in │ ├── micropython.hash │ └── micropython.mk ├── midori │ ├── 0001-fix-bug-1492932.patch │ ├── 0002-gcr-for-x11-only.patch │ ├── Config.in │ ├── midori.hash │ └── midori.mk ├── mii-diag │ ├── 0001-strchr.patch │ ├── Config.in │ ├── mii-diag.hash │ └── mii-diag.mk ├── mimic │ ├── Config.in │ ├── mimic.hash │ └── mimic.mk ├── minetest-game │ ├── 0001-Default-Revert-Default-Shorter-and-better-ABMs.patch │ ├── Config.in │ ├── minetest-game.hash │ └── minetest-game.mk ├── minetest │ ├── Config.in │ ├── minetest.hash │ └── minetest.mk ├── minicom │ ├── 0001-musl-libc-compile-fix.patch │ ├── 0002-change-maxnamlen-to-posixs-name-max.patch │ ├── Config.in │ ├── minicom.hash │ └── minicom.mk ├── minidlna │ ├── Config.in │ ├── S60minidlnad │ ├── minidlna.hash │ ├── minidlna.mk │ └── minidlnad.service ├── minissdpd │ ├── Config.in │ ├── S50minissdpd │ ├── minissdpd.hash │ ├── minissdpd.mk │ └── minissdpd.service ├── minizip │ ├── Config.in │ ├── minizip.hash │ └── minizip.mk ├── miraclecast │ ├── Config.in │ ├── miraclecast.hash │ └── miraclecast.mk ├── mjpegtools │ ├── Config.in │ ├── mjpegtools.hash │ └── mjpegtools.mk ├── mjpg-streamer │ ├── 0001-musl-pthread.patch │ ├── 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 │ ├── 0001-fix-mmc-h-includes.patch │ ├── 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 ├── modem-manager │ ├── Config.in │ ├── S44modem-manager │ ├── modem-manager.hash │ └── modem-manager.mk ├── modplugtools │ ├── Config.in │ ├── modplugtools.hash │ └── modplugtools.mk ├── mongodb │ ├── Config.in │ ├── mongodb.hash │ └── mongodb.mk ├── mongoose │ ├── Config.in │ ├── mongoose.hash │ └── mongoose.mk ├── mongrel2 │ ├── 0002-Do-not-run-tests.patch │ ├── 0003-Fix-Makefiles-for-cross-compilation.patch │ ├── 0004-Rename-symbol-to-prevent-conflict.patch │ ├── Config.in │ ├── mongrel2.hash │ └── mongrel2.mk ├── monit │ ├── 0001-no-force-static.patch │ ├── Config.in │ ├── monit.hash │ └── monit.mk ├── monkey │ ├── Config.in │ ├── monkey.hash │ └── monkey.mk ├── mono-gtksharp3 │ ├── Config.in │ ├── mono-gtksharp3.hash │ └── mono-gtksharp3.mk ├── mono │ ├── 0001-Disable-backtrace-on-not-supported-uclibc.patch │ ├── 0002-Adjust-libc.so-path-depending-on-C-library-being-use.patch │ ├── 0004-fixing-initialization-of-have-vasprintf.patch │ ├── 0006-Remove-unit-tests-from-mono-compilation.patch │ ├── Config.in │ ├── mono.hash │ └── mono.mk ├── monolite │ ├── monolite.hash │ └── monolite.mk ├── mosh │ ├── Config.in │ ├── mosh.hash │ └── mosh.mk ├── mosquitto │ ├── Config.in │ ├── S50mosquitto │ ├── mosquitto.hash │ ├── mosquitto.mk │ └── mosquitto.service ├── motion │ ├── 0001-configure.ac-use-given-CFLAGS-LIBS-for-mysqlclient-l.patch │ ├── 0002-Rename-base64_encode.patch │ ├── Config.in │ ├── S99motion │ ├── motion.hash │ ├── motion.mk │ └── motion.service ├── mp4v2 │ ├── 0001-Fix-GCC7-build.patch │ ├── 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-configure.ac-check-if-libatomic-is-needed.patch │ ├── Config.in │ ├── S95mpd │ ├── mpd.conf │ ├── mpd.hash │ └── mpd.mk ├── mpdecimal │ ├── 0001-Add-minimal-support-for-enable-disable-shared-static.patch │ ├── Config.in │ ├── mpdecimal.hash │ └── mpdecimal.mk ├── mpfr │ ├── 0001-Fix-obsolete-ARC-asm-constraints.patch │ ├── 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 ├── mplayer │ ├── 0001-disable-install-strip.patch │ ├── 0002-mpdemux-live555-async-interface.patch │ ├── 0003-configure-armv8.patch │ ├── 0004-configure-zlib.patch │ ├── 0005-tremor-ogg.patch │ ├── 0006-musl-ldt.patch │ ├── 0007-fixmmx.patch │ ├── Config.in │ ├── mplayer.hash │ └── mplayer.mk ├── mpv │ ├── 0001-wscript-don-t-check-for-fork-on-POSIX-checks.patch │ ├── 0002-fix-powerpc64-altivec.patch │ ├── Config.in │ ├── mpv.hash │ └── mpv.mk ├── mraa │ ├── Config.in │ ├── mraa.hash │ └── mraa.mk ├── mrouted │ ├── 0001-DVMRP-report-missing-subnet.patch │ ├── Config.in │ ├── mrouted.hash │ └── mrouted.mk ├── msgpack │ ├── Config.in │ ├── msgpack.hash │ └── msgpack.mk ├── msmtp │ ├── Config.in │ ├── msmtp.hash │ └── msmtp.mk ├── msr-tools │ ├── Config.in │ ├── msr-tools.hash │ └── msr-tools.mk ├── mtd │ ├── Config.in │ ├── Config.in.host │ ├── mtd.hash │ └── mtd.mk ├── mtdev │ ├── Config.in │ ├── mtdev.hash │ └── mtdev.mk ├── mtdev2tuio │ ├── 0001-Fix-build-with-musl-libc.patch │ ├── Config.in │ ├── mtdev2tuio.hash │ └── mtdev2tuio.mk ├── mtools │ ├── Config.in │ ├── Config.in.host │ ├── mtools.hash │ └── mtools.mk ├── mtr │ ├── Config.in │ ├── mtr.hash │ └── mtr.mk ├── multicat │ ├── 0001-Fix-missing-pthread.patch │ ├── 0002-Fix-musl-build.patch │ ├── 0003-Fix-have-clock-nanosleep-with-uclibc.patch │ ├── Config.in │ ├── multicat.hash │ └── multicat.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 │ ├── Config.in │ ├── musepack.hash │ └── musepack.mk ├── musl-compat-headers │ ├── Config.in │ ├── cdefs.h │ ├── musl-compat-headers.hash │ └── musl-compat-headers.mk ├── musl │ ├── 0001-avoid-kernel-if_ether.h.patch │ ├── 0002-arm-atomics-asm-with-new-binutils.patch │ ├── 0003-in-dns-parsing-callback-enforce-MAXADDRS-to-preclude.patch │ ├── Config.in │ ├── musl.hash │ └── musl.mk ├── mutt │ ├── Config.in │ ├── mutt.hash │ └── mutt.mk ├── mxml │ ├── 0001-fix-cross-target-installation.patch │ ├── Config.in │ ├── mxml.hash │ └── mxml.mk ├── mxsldr │ ├── Config.in.host │ └── mxsldr.mk ├── mysql │ ├── Config.in │ └── mysql.mk ├── nano │ ├── 0001-fix-compilation-when-configured-with-enable-tiny.patch │ ├── Config.in │ ├── nano.hash │ └── nano.mk ├── nanocom │ ├── Config.in │ ├── nanocom.hash │ └── nanocom.mk ├── nanomsg │ ├── Config.in │ ├── nanomsg.hash │ └── nanomsg.mk ├── nasm │ ├── nasm.hash │ └── nasm.mk ├── nbd │ ├── 0001-avoid-name-clashing.patch │ ├── Config.in │ ├── nbd.hash │ └── nbd.mk ├── ncdu │ ├── Config.in │ ├── ncdu.hash │ └── ncdu.mk ├── ncftp │ ├── Config.in │ ├── ncftp.hash │ └── ncftp.mk ├── ncmpc │ ├── Config.in │ ├── ncmpc.hash │ └── ncmpc.mk ├── ncurses │ ├── 0001-gcc-5.x-MKlib_gen.patch │ ├── 0002-recognise-uclinux.patch │ ├── Config.in │ ├── ncurses.hash │ └── ncurses.mk ├── ndisc6 │ ├── Config.in │ ├── ndisc6.hash │ └── ndisc6.mk ├── ne10 │ ├── 0001-CMakeLists-don-t-hard-code-thumb-code-generation.patch │ ├── Config.in │ ├── ne10.hash │ └── ne10.mk ├── neard │ ├── Config.in │ ├── S53neard │ ├── neard.hash │ └── neard.mk ├── neardal │ ├── Config.in │ ├── neardal.hash │ └── neardal.mk ├── neon │ ├── Config.in │ ├── neon.hash │ └── neon.mk ├── net-tools │ ├── Config.in │ ├── net-tools.hash │ └── net-tools.mk ├── netatalk │ ├── 0001-Fix-setting-of-LD_LIBRARY_FLAGS-shlibpath_var.patch │ ├── Config.in │ ├── S50netatalk │ ├── netatalk.hash │ └── netatalk.mk ├── netcat-openbsd │ ├── Config.in │ └── netcat-openbsd.mk ├── netcat │ ├── 0001-signed-bit-counting.patch │ ├── Config.in │ ├── netcat.hash │ └── netcat.mk ├── netperf │ ├── 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-flowtop-take-PKG_CONFIG-into-account-for-libnetfilte.patch │ ├── 0002-proc.h-add-missing-headers.patch │ ├── 0003-pcap_io.h-fix-if_arp.h-musl-libc-kernel-headers-conf.patch │ ├── 0004-staging-compilation-fix-with-new-gcc.patch │ ├── Config.in │ ├── netsniff-ng.hash │ └── netsniff-ng.mk ├── netsnmp │ ├── 0001-configure-Eliminate-the-hard-coded-libnl-3-include-p.patch │ ├── 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 ├── nettle │ ├── 0001-disable-testsuite-examples.patch │ ├── Config.in │ ├── nettle.hash │ └── nettle.mk ├── network-manager │ ├── Config.in │ ├── S45network-manager │ ├── network-manager.hash │ └── network-manager.mk ├── newt │ ├── Config.in │ ├── newt.hash │ └── newt.mk ├── nfacct │ ├── Config.in │ ├── nfacct.hash │ └── nfacct.mk ├── nfs-utils │ ├── 0001-Patch-taken-from-Gentoo.patch │ ├── 0002-Switch-legacy-index-in-favour-of-strchr.patch │ ├── 0003-Let-the-configure-script-find-getrpcbynumber-in-libt.patch │ ├── 0004-mountd-Add-check-for-struct-file_handle.patch │ ├── 0005-nfs-utils-add-missing-include-of-stdint.h.patch │ ├── Config.in │ ├── S60nfs │ ├── nfs-utils.hash │ ├── nfs-utils.mk │ ├── nfs-utils_env.sh │ └── nfs-utils_tmpfiles.conf ├── nftables │ ├── Config.in │ ├── nftables.hash │ └── nftables.mk ├── nginx-dav-ext │ ├── Config.in │ ├── nginx-dav-ext.hash │ └── nginx-dav-ext.mk ├── nginx-naxsi │ ├── Config.in │ ├── nginx-naxsi.hash │ └── nginx-naxsi.mk ├── nginx-upload │ ├── 0001-nginx-upload-module-add-openssl-lib-dependency.patch │ ├── 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-lib-conf-fix-PCRE-condition-WRT-the-http-and-ht.patch │ ├── Config.in │ ├── S50nginx │ ├── nginx.hash │ ├── nginx.logrotate │ ├── nginx.mk │ └── nginx.service ├── ngircd │ ├── 0001-Fix-Get_error-usage.patch │ ├── Config.in │ ├── ngircd.hash │ └── ngircd.mk ├── ngrep │ ├── 0001-make-objs.patch │ ├── 0002-pcre-header.patch │ ├── 0003-fix-static-link.patch │ ├── Config.in │ ├── ngrep.hash │ └── ngrep.mk ├── ninja │ ├── ninja.hash │ └── ninja.mk ├── nload │ ├── Config.in │ ├── nload.hash │ └── nload.mk ├── nmap │ ├── 0001-libdnet-wrapper-configure.patch │ ├── 0002-configure.ac-fix-AC_CHECK_HEADER-call-to-test-for-li.patch │ ├── Config.in │ ├── nmap.hash │ └── nmap.mk ├── nmon │ ├── Config.in │ ├── nmon.hash │ └── nmon.mk ├── nodejs │ ├── 0001-check-if-uclibc-has-backtrace-support.patch │ ├── Config.in │ ├── nodejs.hash │ └── nodejs.mk ├── nodm │ ├── Config.in │ ├── S90nodm │ ├── nodm.hash │ ├── nodm.mk │ └── nodm.pam ├── noip │ ├── Config.in │ ├── noip.hash │ └── noip.mk ├── norm │ ├── 0001-fix-bigendian-build.patch │ ├── 0002-protolib-drop-linux-version-check.patch │ ├── 0003-fix-const-qualifier-gcc7.patch │ ├── Config.in │ ├── norm.hash │ └── norm.mk ├── nss-mdns │ ├── Config.in │ ├── nss-mdns.hash │ └── nss-mdns.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-ntpq-fpic.patch │ ├── Config.in │ ├── S49ntp │ ├── ntp.hash │ ├── ntp.mk │ ├── ntpd.etc.conf │ └── ntpd.service ├── numactl │ ├── 0001-Fix-usage-of-GLIBC_PREREQ-for-non-glibc-toolchains.patch │ ├── 0002-Fix-usage-of-GLIBC_PREREQ-for-non-glibc-toolchains.patch │ ├── Config.in │ ├── numactl.hash │ └── numactl.mk ├── nut │ ├── 0001-Allow-to-customize-path-to-gdlib-config-and-net-snmp.patch │ ├── 0002-client-ups-add-missing-include.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-tegra23 │ ├── Config.in │ ├── nvidia-tegra23-binaries │ │ ├── Config.in │ │ ├── egl.pc │ │ ├── gles.pc │ │ ├── glesv2.pc │ │ ├── nvidia-tegra23-binaries.hash │ │ └── nvidia-tegra23-binaries.mk │ ├── nvidia-tegra23-codecs │ │ ├── Config.in │ │ ├── nvidia-tegra23-codecs.hash │ │ └── nvidia-tegra23-codecs.mk │ └── nvidia-tegra23.mk ├── nvme │ ├── 0001-Makefile-allow-linker-override-for-cross-uuid-test.patch │ ├── 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 ├── odhcp6c │ ├── Config.in │ ├── odhcp6c.hash │ └── odhcp6c.mk ├── odhcploc │ ├── Config.in │ ├── odhcploc.hash │ └── odhcploc.mk ├── odroid-mali │ ├── Config.in │ ├── odroid-mali.hash │ └── odroid-mali.mk ├── odroid-scripts │ ├── Config.in │ ├── S02odroidc2_fb │ ├── odroid-scripts.hash │ └── odroid-scripts.mk ├── ofono │ ├── 0001-uclibc-backtrace.patch │ ├── Config.in │ ├── S46ofono │ ├── ofono.hash │ └── ofono.mk ├── olsr │ ├── 0001-configurable-ldconfig.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-Makefiles-clean-up-the-cruft.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 ├── open-plc-utils │ ├── 0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch │ ├── Config.in │ ├── open-plc-utils.hash │ └── open-plc-utils.mk ├── open2300 │ ├── 0001-fix-makefile.patch │ ├── Config.in │ └── open2300.mk ├── openal │ ├── Config.in │ ├── openal.hash │ └── openal.mk ├── openblas │ ├── 0001-Complete-support-for-MIPS-n32-ABI.patch │ ├── 0002-Makefile.arm-remove-march-flags.patch │ ├── Config.in │ ├── openblas.hash │ └── openblas.mk ├── openbox │ ├── Config.in │ ├── openbox.hash │ └── openbox.mk ├── opencore-amr │ ├── Config.in │ ├── opencore-amr.hash │ └── opencore-amr.mk ├── opencv │ ├── 0001-atomic.patch │ ├── 0002-CMakeLists.txt-Do-not-add-libdl-to-LINKER_LIBS-for-s.patch │ ├── 0003-Update-OpenCVCompilerOptions.cmake.patch │ ├── Config.in │ ├── opencv.hash │ └── opencv.mk ├── opencv3 │ ├── Config.in │ ├── opencv3.hash │ └── opencv3.mk ├── opengl │ ├── Config.in │ ├── libegl │ │ ├── Config.in │ │ └── libegl.mk │ ├── libgl │ │ ├── Config.in │ │ └── libgl.mk │ ├── libgles │ │ ├── Config.in │ │ └── libgles.mk │ ├── libopenmax │ │ ├── Config.in │ │ └── libopenmax.mk │ ├── libopenvg │ │ ├── Config.in │ │ └── libopenvg.mk │ └── opengl.mk ├── openipmi │ ├── 0001-Avoid-searching-host-library-path.patch │ ├── Config.in │ ├── openipmi.hash │ └── openipmi.mk ├── openjpeg │ ├── 0001-thirdparty-tiff-append-flags-found-by-pkg-config-if-.patch │ ├── 0002-thirdparty-lcms2-append-flags-found-by-pkg-config-if.patch │ ├── 0003-CMakeLists.txt-Don-t-require-a-C-compiler.patch │ ├── 0004-install-static-lib.patch │ ├── Config.in │ ├── openjpeg.hash │ └── openjpeg.mk ├── openldap │ ├── 0001-fix_cross_strip.patch │ ├── 0002-fix-bignum.patch │ ├── 0003-disable-docs.patch │ ├── Config.in │ ├── openldap.hash │ └── openldap.mk ├── openmpi │ ├── Config.in │ ├── openmpi-mips32-fortran.cache │ ├── openmpi-mips64-fortran.cache │ ├── openmpi.hash │ └── openmpi.mk ├── openntpd │ ├── 0001-Revert-use-__dead-macro-from-sys-cdefs.h.patch │ ├── 0002-fix-musl.patch │ ├── Config.in │ ├── S49ntp │ ├── ntpd.service │ ├── openntpd.hash │ └── openntpd.mk ├── openobex │ ├── Config.in │ ├── openobex.hash │ └── openobex.mk ├── openocd │ ├── 0001-Fix-jimtcl-auto-configuration-to-force-static-librar.patch │ ├── 0002-configure-enable-build-on-uclinux.patch │ ├── Config.in │ ├── Config.in.host │ ├── openocd.hash │ └── openocd.mk ├── openpgm │ ├── 0001-version_generator.py-make-it-python3-compliant.patch │ ├── 0002-cross-compile.patch │ ├── 0003-Rework-headers-includes-to-fix-build-with-musl-libc.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 │ ├── 0004-use-contrib-getopt-only-on-Windows.patch │ ├── 0005-use-pcap-config-to-fix-static-linking-with-libpcap.patch │ ├── Config.in │ ├── openpowerlink.hash │ └── openpowerlink.mk ├── openssh │ ├── 0001-configure-ac-detect-mips-abi.patch │ ├── 0002-configure-ac-properly-set-seccomp-audit-arch-for-mips64.patch │ ├── 0003-fix-pam-uclibc-pthreads-clash.patch │ ├── 0004-fix-howmany-include.patch │ ├── 0005-openbsd-compat-bsd-getpagesize.c-include-includes.h-.patch │ ├── Config.in │ ├── S50sshd │ ├── openssh.hash │ ├── openssh.mk │ └── sshd.service ├── openssl │ ├── Config.in │ └── openssl.mk ├── openswan │ ├── Config.in │ ├── openswan.hash │ └── openswan.mk ├── opentyrian-data │ ├── Config.in │ ├── opentyrian-data.hash │ └── opentyrian-data.mk ├── opentyrian │ ├── Config.in │ └── opentyrian.mk ├── openvmtools │ ├── 0001-has_bsd_printf.patch │ ├── 0002-no_cflags_werror.patch │ ├── 0003-dont-force-cppflags.patch │ ├── 0004-uclibc_secure_getenv.patch │ ├── Config.in │ ├── S10vmtoolsd │ ├── openvmtools.hash │ ├── openvmtools.mk │ ├── shutdown │ └── vmtoolsd.service ├── openvpn │ ├── Config.in │ ├── S60openvpn │ ├── openvpn.hash │ └── openvpn.mk ├── openzwave │ ├── 0001-Fix-compilation-of-MinOZW.patch │ ├── 0002-Fix-warning-on-wcsdup-implicit-declaration.patch │ ├── 0003-Ensure-correct-git-repository-path.patch │ ├── Config.in │ ├── openzwave.hash │ └── openzwave.mk ├── opkg-utils │ ├── Config.in.host │ ├── opkg-utils.hash │ └── opkg-utils.mk ├── opkg │ ├── Config.in │ ├── opkg.hash │ └── opkg.mk ├── oprofile │ ├── 0001-musl.patch │ ├── 0002-Fix-FTBFS-problem-with-GCC-6.patch │ ├── Config.in │ ├── oprofile.hash │ └── oprofile.mk ├── opus-tools │ ├── Config.in │ ├── opus-tools.hash │ └── opus-tools.mk ├── opus │ ├── Config.in │ ├── opus.hash │ └── opus.mk ├── opusfile │ ├── 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 │ ├── 0008-gcc7.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 ├── owfs │ ├── 0001-configure.ac-check-for-localtime_r.patch │ ├── Config.in │ ├── S25owserver │ ├── S30owfs │ ├── owfs.hash │ └── owfs.mk ├── owl-linux │ ├── 0001-fix-for-linux-3.3.x.patch │ ├── Config.in │ ├── owl-linux.hash │ └── owl-linux.mk ├── p11-kit │ ├── 0001-Fix-build-against-older-pthreads-implementations.patch │ ├── Config.in │ ├── p11-kit.hash │ └── p11-kit.mk ├── p7zip │ ├── 0001-bfin.patch │ ├── Config.in │ ├── p7zip.hash │ └── p7zip.mk ├── p910nd │ ├── Config.in │ ├── p910nd.hash │ └── p910nd.mk ├── paho-mqtt-c │ ├── 0001-Declare-mqtt-tests-as-a-C-only-project.patch │ ├── Config.in │ ├── paho-mqtt-c.hash │ └── paho-mqtt-c.mk ├── pango │ ├── 0001-build-disable-tests-from-building.patch │ ├── 0002-no-gtk-doc.patch │ ├── Config.in │ ├── pango.hash │ └── pango.mk ├── pangomm │ ├── Config.in │ ├── pangomm.hash │ └── pangomm.mk ├── parted │ ├── 0001-libparted-arch-linux.c-Compile-without-ENABLE_DEVICE.patch │ ├── 0002-configure.ac-uclinux-is-also-linux.patch │ ├── 0003-Include-fcntl.h-to-get-loff_t-definition.patch │ ├── 0004-libparted-labels-link-with-libiconv-if-needed.patch │ ├── Config.in │ ├── Config.in.host │ ├── parted.hash │ └── parted.mk ├── patch │ ├── Config.in │ ├── patch.hash │ └── patch.mk ├── patchelf │ ├── 0001-Remove-apparently-incorrect-usage-of-static.patch │ ├── 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch │ ├── 0003-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 │ ├── Config.in │ ├── pciutils.hash │ └── pciutils.mk ├── pcmanfm │ ├── 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 │ ├── 0001-pthread-needed-for-libusb.patch │ ├── Config.in │ ├── pcsc-lite.hash │ └── pcsc-lite.mk ├── pdbg │ ├── 0001-template.S-fix-to-build-on-architecture-with-non-emp.patch │ ├── 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 ├── 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-datetime-tiny │ ├── Config.in │ ├── perl-datetime-tiny.hash │ └── perl-datetime-tiny.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-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-file-listing │ ├── Config.in │ ├── perl-file-listing.hash │ └── perl-file-listing.mk ├── perl-file-util │ ├── Config.in │ ├── perl-file-util.hash │ └── perl-file-util.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-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-message │ ├── Config.in │ ├── perl-http-message.hash │ └── perl-http-message.mk ├── perl-http-negotiate │ ├── Config.in │ ├── perl-http-negotiate.hash │ └── perl-http-negotiate.mk ├── perl-io-html │ ├── Config.in │ ├── perl-io-html.hash │ └── perl-io-html.mk ├── perl-io-socket-ssl │ ├── Config.in │ ├── perl-io-socket-ssl.hash │ └── perl-io-socket-ssl.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-lwp-mediatypes │ ├── Config.in │ ├── perl-lwp-mediatypes.hash │ └── perl-lwp-mediatypes.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-mime-base64 │ ├── Config.in │ ├── perl-mime-base64.hash │ └── perl-mime-base64.mk ├── perl-module-build │ ├── perl-module-build.hash │ └── perl-module-build.mk ├── perl-mojolicious │ ├── Config.in │ ├── perl-mojolicious.hash │ └── perl-mojolicious.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-ssleay │ ├── 0001-fix-build-system.patch │ ├── Config.in │ ├── perl-net-ssleay.hash │ └── perl-net-ssleay.mk ├── perl-netaddr-ip │ ├── Config.in │ ├── perl-netaddr-ip.hash │ └── perl-netaddr-ip.mk ├── perl-path-tiny │ ├── Config.in │ ├── perl-path-tiny.hash │ └── perl-path-tiny.mk ├── perl-time-hires │ ├── Config.in │ ├── perl-time-hires.hash │ └── perl-time-hires.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-uri │ ├── Config.in │ ├── perl-uri.hash │ └── perl-uri.mk ├── perl-www-robotrules │ ├── Config.in │ ├── perl-www-robotrules.hash │ └── perl-www-robotrules.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 │ ├── Config.in │ ├── php-amqp.hash │ └── php-amqp.mk ├── php-geoip │ ├── Config.in │ ├── php-geoip.hash │ └── php-geoip.mk ├── php-gnupg │ ├── Config.in │ ├── php-gnupg.hash │ └── php-gnupg.mk ├── php-imagick │ ├── Config.in │ ├── php-imagick.hash │ └── php-imagick.mk ├── php-memcached │ ├── Config.in │ ├── php-memcached.hash │ └── php-memcached.mk ├── php-ssh2 │ ├── Config.in │ ├── php-ssh2.hash │ └── php-ssh2.mk ├── php-yaml │ ├── Config.in │ ├── php-yaml.hash │ └── php-yaml.mk ├── php-zmq │ ├── 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-OPcache-flock-mechanism-is-obviously-linux-so-force-.patch │ ├── 0005-ext-fileinfo-config.m4-allow-cache-answer-for-strcas.patch │ ├── 0007-avoid-bfin-gcc-segfault.patch │ ├── 0008-fix-asm-constraints-in-aarch64-multiply-macro.patch │ ├── 0009-Call-apxs-with-correct-prefix.patch │ ├── Config.ext │ ├── Config.in │ ├── php-fpm.conf │ ├── php.hash │ └── php.mk ├── physfs │ ├── 0001-Fix-builds-with-modern-GCC.patch │ ├── Config.in │ └── physfs.mk ├── phytool │ ├── Config.in │ ├── phytool.hash │ └── phytool.mk ├── picocom │ ├── 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 ├── pinentry │ ├── Config.in │ ├── pinentry.hash │ └── pinentry.mk ├── pixman │ ├── 0001-Disable-tests.patch │ ├── 0002-pixman-private-include-float.h-only-in-C-code.patch │ ├── Config.in │ ├── pixman.hash │ └── pixman.mk ├── pixz │ ├── Config.in │ ├── pixz.hash │ └── pixz.mk ├── pkg-autotools.mk ├── pkg-cmake.mk ├── pkg-download.mk ├── pkg-generic.mk ├── pkg-kconfig.mk ├── pkg-kernel-module.mk ├── pkg-luarocks.mk ├── pkg-perl.mk ├── pkg-python.mk ├── pkg-rebar.mk ├── pkg-utils.mk ├── pkg-virtual.mk ├── pkg-waf.mk ├── pkgconf │ ├── 0001-Fix-all-variables-sysroot-prefix-problem.patch │ ├── Config.in │ ├── Config.in.host │ ├── pkg-config.in │ ├── pkgconf.hash │ └── pkgconf.mk ├── pngquant │ ├── Config.in │ ├── pngquant.hash │ └── pngquant.mk ├── poco │ ├── 0001-poco-add-the-staging-path-to-search-path.patch │ ├── 0002-fix-m68k-double-conv-detect.patch │ ├── Config.in │ ├── poco.hash │ └── poco.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 │ ├── polkit.hash │ └── polkit.mk ├── poppler │ ├── 0001-Form.cc-include-ctype.h-to-fix-build-error.patch │ ├── Config.in │ ├── poppler.hash │ └── poppler.mk ├── popt │ ├── 0001-no-wchar.patch │ ├── 0002-fix-autoreconf.patch │ ├── 0003-glob-detection.patch │ ├── Config.in │ ├── popt.hash │ └── popt.mk ├── portaudio │ ├── Config.in │ ├── portaudio.hash │ └── portaudio.mk ├── postgresql │ ├── Config.in │ ├── S50postgresql │ ├── pg_config │ ├── postgresql.hash │ ├── postgresql.mk │ └── postgresql.service ├── pound │ ├── 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-Move-netinet-in.h-above-linux-header-includes.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 │ ├── 0003-pqueue.h-include-sys-types.h.patch │ ├── Config.in │ ├── pptp-linux.hash │ └── pptp-linux.mk ├── prboom │ ├── 0001-libpng-1.4.patch │ ├── Config.in │ ├── prboom.hash │ └── prboom.mk ├── privoxy │ ├── Config.in │ ├── privoxy.hash │ └── privoxy.mk ├── procps-ng │ ├── 0001-remove-index.patch │ ├── 0002-use-pkgconfig-for-ncursesw-cflags.patch │ ├── 0003-ps-output.c-include-dlfcn.h-only-when-necessary.patch │ ├── Config.in │ ├── procps-ng.hash │ └── procps-ng.mk ├── procrank_linux │ ├── Config.in │ ├── procrank_linux.hash │ └── procrank_linux.mk ├── proftpd │ ├── 0001-fix-kernel-header-capability-version.patch │ ├── Config.in │ ├── S50proftpd │ ├── proftpd.hash │ ├── proftpd.mk │ └── proftpd.service ├── prosody │ ├── Config.in │ ├── S50prosody │ ├── prosody.cfg.lua │ ├── prosody.hash │ └── prosody.mk ├── protobuf-c │ ├── Config.in │ ├── protobuf-c.hash │ └── protobuf-c.mk ├── protobuf │ ├── Config.in │ ├── protobuf.hash │ └── protobuf.mk ├── proxychains-ng │ ├── 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 ├── pseudo │ ├── 0001-Fix-mixed-tab-space-indentation.patch │ ├── 0002-Fix-missing-parentheses-at-print.patch │ ├── 0003-Make-it-compatible-with-python3.patch │ ├── pseudo.hash │ └── pseudo.mk ├── psmisc │ ├── 0001-link-against-libintl.patch │ ├── 0002-add-git-version-get.patch │ ├── Config.in │ ├── psmisc.hash │ └── psmisc.mk ├── psplash │ ├── Config.in │ ├── psplash-quit.service │ ├── psplash-start.service │ ├── psplash.hash │ └── psplash.mk ├── ptpd │ ├── Config.in │ ├── S65ptpd │ ├── ptpd.hash │ ├── ptpd.mk │ └── ptpd.service ├── ptpd2 │ ├── 0001-musl.patch │ ├── Config.in │ ├── S65ptpd2 │ ├── ptpd2.hash │ ├── ptpd2.mk │ └── ptpd2.service ├── pugixml │ ├── 0001-check-cxx_long_long_type-existence.patch │ ├── Config.in │ ├── pugixml.hash │ └── pugixml.mk ├── pulseaudio │ ├── 0001-padsp-Make-it-compile-on-musl.patch │ ├── Config.in │ ├── S50pulseaudio │ ├── pulseaudio.hash │ ├── pulseaudio.mk │ └── pulseaudio.service ├── pulseview │ ├── Config.in │ ├── pulseview.hash │ └── pulseview.mk ├── pure-ftpd │ ├── 0001-cross.patch │ ├── Config.in │ ├── pure-ftpd.hash │ └── pure-ftpd.mk ├── putty │ ├── Config.in │ ├── putty.hash │ └── putty.mk ├── pv │ ├── Config.in │ ├── pv.hash │ └── pv.mk ├── pwgen │ ├── Config.in │ ├── Config.in.host │ ├── pwgen.hash │ └── pwgen.mk ├── python-aiocoap │ ├── Config.in │ ├── python-aiocoap.hash │ └── python-aiocoap.mk ├── python-alsaaudio │ ├── Config.in │ ├── python-alsaaudio.hash │ └── python-alsaaudio.mk ├── python-argh │ ├── Config.in │ ├── python-argh.hash │ └── python-argh.mk ├── python-arrow │ ├── Config.in │ ├── python-arrow.hash │ └── python-arrow.mk ├── python-asn1crypto │ ├── Config.in │ ├── python-asn1crypto.hash │ └── python-asn1crypto.mk ├── python-attrs │ ├── Config.in │ ├── python-attrs.hash │ └── python-attrs.mk ├── python-autobahn │ ├── Config.in │ ├── python-autobahn.hash │ └── python-autobahn.mk ├── python-automat │ ├── Config.in │ ├── python-automat.hash │ └── python-automat.mk ├── python-babel │ ├── Config.in │ ├── python-babel.hash │ └── python-babel.mk ├── python-backports-abc │ ├── Config.in │ ├── python-backports-abc.hash │ └── python-backports-abc.mk ├── python-backports-shutil-get-terminal-size │ ├── Config.in │ ├── python-backports-shutil-get-terminal-size.hash │ └── python-backports-shutil-get-terminal-size.mk ├── python-bcrypt │ ├── Config.in │ ├── python-bcrypt.hash │ └── python-bcrypt.mk ├── python-beautifulsoup4 │ ├── Config.in │ ├── python-beautifulsoup4.hash │ └── python-beautifulsoup4.mk ├── python-bitstring │ ├── Config.in │ ├── python-bitstring.hash │ └── python-bitstring.mk ├── python-bottle │ ├── Config.in │ ├── python-bottle.hash │ └── python-bottle.mk ├── python-can │ ├── Config.in │ ├── python-can.hash │ └── python-can.mk ├── python-cbor │ ├── Config.in │ ├── python-cbor.hash │ └── python-cbor.mk ├── python-certifi │ ├── Config.in │ ├── python-certifi.hash │ └── python-certifi.mk ├── python-cffi │ ├── Config.in │ ├── python-cffi.hash │ └── python-cffi.mk ├── python-characteristic │ ├── Config.in │ ├── python-characteristic.hash │ └── python-characteristic.mk ├── python-chardet │ ├── Config.in │ ├── python-chardet.hash │ └── python-chardet.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-coherence │ ├── 0001-Fix-twisted-detection.patch │ ├── Config.in │ ├── python-coherence.hash │ └── python-coherence.mk ├── python-configobj │ ├── Config.in │ ├── python-configobj.hash │ └── python-configobj.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-couchdb │ ├── Config.in │ ├── python-couchdb.hash │ └── python-couchdb.mk ├── python-crc16 │ ├── Config.in │ ├── python-crc16.hash │ └── python-crc16.mk ├── python-crcmod │ ├── Config.in │ ├── python-crcmod.hash │ └── python-crcmod.mk ├── python-crossbar │ ├── 0001-Avoid-intentional-syntax-error.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-cssutils │ ├── Config.in │ ├── python-cssutils.hash │ └── python-cssutils.mk ├── python-daemon │ ├── Config.in │ ├── python-daemon.hash │ └── python-daemon.mk ├── python-dataproperty │ ├── Config.in │ ├── python-dataproperty.hash │ └── python-dataproperty.mk ├── python-dateutil │ ├── Config.in │ ├── python-dateutil.hash │ └── python-dateutil.mk ├── python-decorator │ ├── Config.in │ ├── python-decorator.hash │ └── python-decorator.mk ├── python-dialog │ ├── Config.in │ ├── python-dialog.hash │ └── python-dialog.mk ├── python-dialog3 │ ├── Config.in │ ├── python-dialog3.hash │ └── python-dialog3.mk ├── python-dicttoxml │ ├── Config.in │ ├── python-dicttoxml.hash │ └── python-dicttoxml.mk ├── python-django │ ├── Config.in │ ├── python-django.hash │ └── python-django.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-ecdsa │ ├── Config.in │ ├── python-ecdsa.hash │ └── python-ecdsa.mk ├── python-engineio │ ├── Config.in │ ├── python-engineio.hash │ └── python-engineio.mk ├── python-enum │ ├── Config.in │ ├── python-enum.hash │ └── python-enum.mk ├── python-enum34 │ ├── Config.in │ ├── python-enum34.hash │ └── python-enum34.mk ├── python-flask-babel │ ├── Config.in │ ├── python-flask-babel.hash │ └── python-flask-babel.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 │ ├── Config.in │ ├── python-flask.hash │ └── python-flask.mk ├── python-flup │ ├── Config.in │ ├── python-flup.hash │ └── python-flup.mk ├── python-futures │ ├── Config.in │ ├── python-futures.hash │ └── python-futures.mk ├── python-gobject │ ├── 0001-add-PYTHON_INCLUDES-override.patch │ ├── Config.in │ ├── python-gobject.hash │ └── python-gobject.mk ├── python-gunicorn │ ├── Config.in │ ├── python-gunicorn.hash │ └── python-gunicorn.mk ├── python-h2 │ ├── Config.in │ ├── python-h2.hash │ └── python-h2.mk ├── python-hpack │ ├── 0001-Convert-HISTORY.rst-from-UTF-8-format-to-ASCII.patch │ ├── 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-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-id3 │ ├── Config.in │ ├── python-id3.hash │ └── python-id3.mk ├── python-idna │ ├── Config.in │ ├── python-idna.hash │ └── python-idna.mk ├── python-incremental │ ├── Config.in │ ├── python-incremental.hash │ └── python-incremental.mk ├── python-iniparse │ ├── Config.in │ ├── python-iniparse.hash │ └── python-iniparse.mk ├── python-iowait │ ├── Config.in │ ├── python-iowait.hash │ └── python-iowait.mk ├── python-ipaddr │ ├── Config.in │ ├── python-ipaddr.hash │ └── python-ipaddr.mk ├── python-ipaddress │ ├── Config.in │ ├── python-ipaddress.hash │ └── python-ipaddress.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 │ ├── 0001-set-correct-python-executable-path.patch │ ├── 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-jinja2 │ ├── Config.in │ ├── python-jinja2.hash │ └── python-jinja2.mk ├── python-json-schema-validator │ ├── Config.in │ ├── python-json-schema-validator.hash │ └── python-json-schema-validator.mk ├── python-jsonschema │ ├── Config.in │ ├── python-jsonschema.hash │ └── python-jsonschema.mk ├── python-keyring │ ├── Config.in │ ├── python-keyring.hash │ └── python-keyring.mk ├── python-libconfig │ ├── 0001-Determine-boost_python-name-depending-on-current-Pyt.patch │ ├── Config.in │ ├── python-libconfig.hash │ └── python-libconfig.mk ├── python-lmdb │ ├── Config.in │ ├── python-lmdb.hash │ └── python-lmdb.mk ├── python-logbook │ ├── Config.in │ ├── python-logbook.hash │ └── python-logbook.mk ├── python-lxml │ ├── Config.in │ ├── Config.in.host │ ├── python-lxml.hash │ └── python-lxml.mk ├── python-m2r │ ├── Config.in │ ├── python-m2r.hash │ └── python-m2r.mk ├── python-mad │ ├── Config.in │ ├── python-mad.hash │ └── python-mad.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-mbstrdecoder │ ├── Config.in │ ├── python-mbstrdecoder.hash │ └── python-mbstrdecoder.mk ├── python-meld3 │ ├── Config.in │ ├── python-meld3.hash │ └── python-meld3.mk ├── python-mistune │ ├── Config.in │ ├── python-mistune.hash │ └── python-mistune.mk ├── python-msgpack │ ├── Config.in │ ├── python-msgpack.hash │ └── python-msgpack.mk ├── python-mutagen │ ├── Config.in │ ├── python-mutagen.hash │ └── python-mutagen.mk ├── python-mwclient │ ├── 0001-use-exec-in-py3-compatible-manner.patch │ ├── 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-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-nfc │ ├── 0001-add-setup-py.patch │ ├── Config.in │ └── python-nfc.mk ├── python-numpy │ ├── 0001-no-fenv-on-uclibc.patch │ ├── 0002-Add-support-of-ARC.patch │ ├── Config.in │ ├── python-numpy.hash │ └── python-numpy.mk ├── python-paho-mqtt │ ├── Config.in │ ├── python-paho-mqtt.hash │ └── python-paho-mqtt.mk ├── python-pam │ ├── 0001-dealloc.patch │ ├── 0002-nofree.patch │ ├── 0003-memory-errors-CVE2012-1502.patch │ ├── Config.in │ ├── python-pam.hash │ └── python-pam.mk ├── python-paramiko │ ├── Config.in │ ├── python-paramiko.hash │ └── python-paramiko.mk ├── python-pathlib2 │ ├── Config.in │ ├── python-pathlib2.hash │ └── python-pathlib2.mk ├── python-pathpy │ ├── Config.in │ ├── python-pathpy.hash │ └── python-pathpy.mk ├── python-pathtools │ ├── Config.in │ ├── python-pathtools.hash │ └── python-pathtools.mk ├── python-pathvalidate │ ├── Config.in │ ├── python-pathvalidate.hash │ └── python-pathvalidate.mk ├── python-pexpect │ ├── Config.in │ ├── python-pexpect.hash │ └── python-pexpect.mk ├── python-pickleshare │ ├── Config.in │ ├── python-pickleshare.hash │ └── python-pickleshare.mk ├── python-pillow │ ├── Config.in │ ├── python-pillow.hash │ └── python-pillow.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-ptyprocess │ ├── Config.in │ ├── python-ptyprocess.hash │ └── python-ptyprocess.mk ├── python-pudb │ ├── Config.in │ ├── python-pudb.hash │ └── python-pudb.mk ├── python-pyasn-modules │ ├── Config.in │ ├── python-pyasn-modules.hash │ └── python-pyasn-modules.mk ├── python-pyasn │ ├── Config.in │ ├── python-pyasn.hash │ └── python-pyasn.mk ├── python-pycli │ ├── Config.in │ ├── python-pycli.hash │ └── python-pycli.mk ├── python-pycparser │ ├── Config.in │ ├── python-pycparser.hash │ └── python-pycparser.mk ├── python-pycrypto │ ├── 0001-remove-incorrect-header-path.patch │ ├── Config.in │ ├── python-pycrypto.hash │ └── python-pycrypto.mk ├── python-pydal │ ├── Config.in │ ├── python-pydal.hash │ └── python-pydal.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.mk ├── python-pygments │ ├── Config.in │ ├── python-pygments.hash │ └── python-pygments.mk ├── python-pyicu │ ├── Config.in │ ├── python-pyicu.hash │ └── python-pyicu.mk ├── python-pyinotify │ ├── Config.in │ ├── python-pyinotify.hash │ └── python-pyinotify.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-pymysql │ ├── Config.in │ ├── python-pymysql.hash │ └── python-pymysql.mk ├── python-pynacl │ ├── Config.in │ ├── python-pynacl.hash │ └── python-pynacl.mk ├── python-pyopenssl │ ├── Config.in │ ├── python-pyopenssl.hash │ └── python-pyopenssl.mk ├── python-pyparsing │ ├── Config.in │ ├── python-pyparsing.hash │ └── python-pyparsing.mk ├── python-pyparted │ ├── Config.in │ ├── python-pyparted.hash │ └── python-pyparted.mk ├── python-pypcap │ ├── Config.in │ ├── python-pypcap.hash │ └── python-pypcap.mk ├── python-pyqrcode │ ├── Config.in │ ├── python-pyqrcode.hash │ └── python-pyqrcode.mk ├── python-pyqt │ ├── 0001-configure-skip-qtdetail.patch │ ├── 0002-configure-set-qws.patch │ ├── 0003-sip-add_qws.patch │ ├── 0004-sip-QtGuit-hide-qfont-cachestatistics.patch │ ├── 0005-sip-fix_qws_handle.patch │ ├── Config.in │ ├── python-pyqt.hash │ └── python-pyqt.mk ├── python-pyqt5 │ ├── 0001-configure-skip-qtdetail.patch │ ├── 0002-fix-qt-5.6.2.patch │ ├── 0003-remove-WindowOkButtonHint-and-WindowCancelButtonHint.patch │ ├── Config.in │ ├── python-pyqt5.hash │ └── python-pyqt5.mk ├── python-pyratemp │ ├── Config.in │ ├── python-pyratemp.hash │ └── python-pyratemp.mk ├── python-pyrex │ ├── python-pyrex.hash │ └── python-pyrex.mk ├── python-pyro │ ├── Config.in │ ├── python-pyro.hash │ └── python-pyro.mk ├── python-pyroute2 │ ├── Config.in │ ├── python-pyroute2.hash │ └── python-pyroute2.mk ├── python-pysendfile │ ├── Config.in │ ├── python-pysendfile.hash │ └── python-pysendfile.mk ├── python-pysmb │ ├── Config.in │ ├── python-pysmb.hash │ └── python-pysmb.mk ├── python-pysnmp-apps │ ├── Config.in │ ├── python-pysnmp-apps.hash │ └── python-pysnmp-apps.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-pytablereader │ ├── Config.in │ ├── python-pytablereader.hash │ └── python-pytablereader.mk ├── python-pytablewriter │ ├── Config.in │ ├── python-pytablewriter.hash │ └── python-pytablewriter.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 │ ├── python-pyyaml.hash │ └── python-pyyaml.mk ├── python-pyzmq │ ├── 0001-use-buildroot-zmq-version-instead-of-detect.patch │ ├── 0002-replace-compile_and_run-with-compile_and_forget.patch │ ├── Config.in │ ├── python-pyzmq.hash │ └── python-pyzmq.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-rpi-gpio │ ├── Config.in │ ├── python-rpi-gpio.hash │ └── python-rpi-gpio.mk ├── python-rtslib-fb │ ├── Config.in │ ├── python-rtslib-fb.hash │ └── python-rtslib-fb.mk ├── python-scandir │ ├── Config.in │ ├── python-scandir.hash │ └── python-scandir.mk ├── python-scapy3k │ ├── Config.in │ ├── python-scapy3k.hash │ └── python-scapy3k.mk ├── python-sdnotify │ ├── Config.in │ ├── python-sdnotify.hash │ └── python-sdnotify.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-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-simplesqlite │ ├── Config.in │ ├── python-simplesqlite.hash │ └── python-simplesqlite.mk ├── python-singledispatch │ ├── Config.in │ ├── python-singledispatch.hash │ └── python-singledispatch.mk ├── python-sip │ ├── 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-smbus-cffi │ ├── Config.in │ ├── python-smbus-cffi.hash │ └── python-smbus-cffi.mk ├── python-socketio │ ├── Config.in │ ├── python-socketio.hash │ └── python-socketio.mk ├── python-sortedcontainers │ ├── Config.in │ ├── python-sortedcontainers.hash │ └── python-sortedcontainers.mk ├── python-spidev │ ├── Config.in │ ├── python-spidev.hash │ └── python-spidev.mk ├── python-systemd │ ├── Config.in │ ├── python-systemd.hash │ └── python-systemd.mk ├── python-tempora │ ├── Config.in │ ├── python-tempora.hash │ └── python-tempora.mk ├── python-thrift │ ├── Config.in │ ├── python-thrift.hash │ └── python-thrift.mk ├── python-tomako │ ├── Config.in │ ├── python-tomako.hash │ └── python-tomako.mk ├── python-toml │ ├── Config.in │ ├── python-toml.hash │ └── python-toml.mk ├── python-tornado │ ├── Config.in │ ├── python-tornado.hash │ └── python-tornado.mk ├── python-traitlets │ ├── Config.in │ ├── python-traitlets.hash │ └── python-traitlets.mk ├── python-treq │ ├── Config.in │ ├── python-treq.hash │ └── python-treq.mk ├── python-twisted │ ├── Config.in │ ├── python-twisted.hash │ └── python-twisted.mk ├── python-txaio │ ├── Config.in │ ├── python-txaio.hash │ └── python-txaio.mk ├── python-typepy │ ├── Config.in │ ├── python-typepy.hash │ └── python-typepy.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-ujson │ ├── Config.in │ ├── python-ujson.hash │ └── python-ujson.mk ├── python-urllib3 │ ├── Config.in │ ├── python-urllib3.hash │ └── python-urllib3.mk ├── python-urwid │ ├── Config.in │ ├── python-urwid.hash │ └── python-urwid.mk ├── python-vcversioner │ ├── python-vcversioner.hash │ └── python-vcversioner.mk ├── python-versiontools │ ├── Config.in │ ├── python-versiontools.hash │ └── python-versiontools.mk ├── python-watchdog │ ├── Config.in │ ├── python-watchdog.hash │ └── python-watchdog.mk ├── python-wcwidth │ ├── Config.in │ ├── python-wcwidth.hash │ └── python-wcwidth.mk ├── python-web2py │ ├── Config.in │ ├── S51web2py │ ├── python-web2py.hash │ ├── python-web2py.mk │ └── web2py.service ├── python-webpy │ ├── Config.in │ ├── python-webpy.hash │ └── python-webpy.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-ws4py │ ├── Config.in │ ├── python-ws4py.hash │ └── python-ws4py.mk ├── python-wsaccel │ ├── Config.in │ ├── python-wsaccel.hash │ └── python-wsaccel.mk ├── python-xlrd │ ├── Config.in │ ├── 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-xmltodict │ ├── Config.in │ ├── python-xmltodict.hash │ └── python-xmltodict.mk ├── python-zope-interface │ ├── Config.in │ ├── python-zope-interface.hash │ └── python-zope-interface.mk ├── python │ ├── 0001-setup.py-do-not-add-invalid-header-locations.patch │ ├── 0002-Fix-get_python_inc-for-cross-compilation.patch │ ├── 0003-Change-the-install-location-of-_sysconfigdata.py.patch │ ├── 0004-Make-the-compilation-of-.pyc-and-.pyo-conditional.patch │ ├── 0005-Adjust-getaddrinfo-test-for-cross-compilation.patch │ ├── 0006-Add-minimal-infrastructure-to-be-able-to-disable-ext.patch │ ├── 0007-Adjust-library-header-paths-for-cross-compilation.patch │ ├── 0008-Don-t-look-in-usr-lib-termcap-for-libraries.patch │ ├── 0009-Fix-python-config-for-cross-builds.patch │ ├── 0010-Remove-the-python-symlink-install-rules.patch │ ├── 0011-Don-t-add-multiarch-paths.patch │ ├── 0012-Abort-on-failed-module-build.patch │ ├── 0013-sqlite3-fix-build-when-threads-are-not-used-availabl.patch │ ├── 0014-Serial-ioctl-workaround.patch │ ├── 0015-Do-not-adjust-the-shebang-of-Python-scripts-for-cros.patch │ ├── 0016-Add-an-option-to-disable-installation-of-test-module.patch │ ├── 0017-Add-an-option-to-disable-pydoc.patch │ ├── 0018-Add-an-option-to-disable-lib2to3.patch │ ├── 0019-Add-option-to-disable-the-sqlite3-module.patch │ ├── 0020-Add-an-option-to-disable-the-tk-module.patch │ ├── 0021-Add-an-option-to-disable-the-curses-module.patch │ ├── 0022-Add-an-option-to-disable-expat.patch │ ├── 0023-Add-an-option-to-disable-CJK-codecs.patch │ ├── 0024-Add-an-option-to-disable-NIS.patch │ ├── 0025-Add-an-option-to-disable-unicodedata.patch │ ├── 0026-Add-an-option-to-disable-bsddb.patch │ ├── 0027-Add-an-option-to-disable-the-ssl-module.patch │ ├── 0028-Add-an-option-to-disable-the-bz2-module.patch │ ├── 0029-Add-an-option-to-disable-the-zlib-module.patch │ ├── 0030-Do-not-install-the-idle-editor.patch │ ├── 0031-Add-an-option-to-disable-the-ossaudiodev-module.patch │ ├── 0032-Add-option-to-disable-the-hashlib-module.patch │ ├── 0033-Add-an-option-to-disable-readline-module.patch │ ├── 0034-Override-system-locale-and-set-to-default-when-addin.patch │ ├── Config.in │ ├── python.hash │ └── python.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-Override-system-locale-and-set-to-default-when-addin.patch │ ├── 0012-Add-importlib-fix-for-PEP-3147-issue.patch │ ├── 0013-Add-an-option-to-disable-installation-of-test-module.patch │ ├── 0014-Add-an-option-to-disable-pydoc.patch │ ├── 0015-Add-an-option-to-disable-lib2to3.patch │ ├── 0016-Add-option-to-disable-the-sqlite3-module.patch │ ├── 0017-Add-an-option-to-disable-the-tk-module.patch │ ├── 0018-Add-an-option-to-disable-the-curses-module.patch │ ├── 0019-Add-an-option-to-disable-expat.patch │ ├── 0020-Add-an-option-to-disable-CJK-codecs.patch │ ├── 0021-Add-an-option-to-disable-NIS.patch │ ├── 0022-Add-an-option-to-disable-unicodedata.patch │ ├── 0023-Add-an-option-to-disable-IDLE.patch │ ├── 0024-Add-an-option-to-disable-decimal.patch │ ├── 0025-Add-an-option-to-disable-the-ossaudiodev-module.patch │ ├── 0026-Add-an-option-to-disable-openssl-support.patch │ ├── 0027-Add-an-option-to-disable-the-readline-module.patch │ ├── 0028-Add-options-to-disable-zlib-bzip2-and-xz-modules.patch │ ├── 0029-python-config.sh-don-t-reassign-prefix.patch │ ├── Config.in │ ├── python3.hash │ └── python3.mk ├── qdecoder │ ├── 0001-fix-make-install.patch │ ├── 0002-configure.ac-drop-hardcoded-paths.patch │ ├── 0003-errno.patch │ ├── Config.in │ ├── qdecoder.hash │ └── qdecoder.mk ├── qemu │ ├── 0001-user-exec-fix-usage-of-mcontext-structure-on-ARM-uCl.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 │ ├── 0001-fix-Qt4-package-error-in-CMakeLists.txt.patch │ ├── Config.in │ ├── qjson.hash │ └── qjson.mk ├── qlibc │ ├── 0001-remove-absolute-paths.patch │ ├── 0002-obey-destdir.patch │ ├── 0003-fix-openssl-mysql-checks.patch │ ├── Config.in │ ├── qlibc.hash │ └── qlibc.mk ├── qpdf │ ├── Config.in │ ├── qpdf.hash │ └── qpdf.mk ├── qpid-proton │ ├── Config.in │ ├── qpid-proton.hash │ └── qpid-proton.mk ├── qt-webkit-kiosk │ ├── Config.in │ ├── qt-webkit-kiosk.hash │ └── qt-webkit-kiosk.mk ├── qt │ ├── 0001-alsatest-fix-the-check-to-treat-alsalib-1.1.x-as-correct.patch │ ├── 0002-configure.patch │ ├── 0003-eglwsegl-use-system.patch │ ├── 0004-fix-const-atomics.patch │ ├── 0005-pthread_getattr_np.patch │ ├── 0006-script-qtdbus-no-gui.patch │ ├── 0007-Add-initial-support-of-ARC-architecture.patch │ ├── 0008-Prevent-unaligned-access-on-ARC.patch │ ├── 0009-Fix-conversion-constructor-error-for-legacy-c-compil.patch │ ├── 0010-Fix-for-platform-socklen_t-on-other-C-libraries-than.patch │ ├── 0011-Link-with-ldl-option-only-when-it-is-supported.patch │ ├── 0012-OpenGL-EGL-Avoid-X11-header-collision.patch │ ├── 0013-src-corelib-arch-qatomic_arm.h-fix-build-on-ARMv8-32.patch │ ├── 0014-Enable-QtWebKit-with-newer-GCC.patch │ ├── 0015-configure-fix-build-on-non-x86-platforms.patch │ ├── Config.gfx.in │ ├── Config.in │ ├── Config.keyboard.in │ ├── Config.mouse.in │ ├── Config.sql.in │ ├── powervr.ini │ ├── qt.hash │ └── qt.mk ├── qt5 │ ├── Config.in │ ├── qt5.mk │ ├── qt53d │ │ ├── Config.in │ │ ├── qt53d.hash │ │ └── qt53d.mk │ ├── qt5base │ │ ├── 5.6.3 │ │ │ ├── 0001-eglfs-rasp-pi-header-inclusion.patch │ │ │ └── qt5base.hash │ │ ├── Config.in │ │ ├── qmake.conf │ │ ├── qplatformdefs.h │ │ ├── qt.conf.in │ │ ├── qt5base.hash │ │ └── qt5base.mk │ ├── qt5canvas3d │ │ ├── Config.in │ │ ├── qt5canvas3d.hash │ │ └── qt5canvas3d.mk │ ├── qt5connectivity │ │ ├── 5.9.2 │ │ │ └── 0001-Example-heartrate-server-needs-only-core-and-bluetoo.patch │ │ ├── Config.in │ │ ├── qt5connectivity.hash │ │ └── qt5connectivity.mk │ ├── qt5declarative │ │ ├── 5.6.3 │ │ │ ├── 0001-examples-photoviewer-needs-widgets-support.patch │ │ │ └── 0002-examples-qquickviewcomparison-and-quickwidget-needs-.patch │ │ ├── 5.9.2 │ │ │ └── 0001-Fix-no-opengl-builds.patch │ │ ├── Config.in │ │ ├── qt5declarative.hash │ │ └── qt5declarative.mk │ ├── qt5enginio │ │ ├── Config.in │ │ ├── qt5enginio.hash │ │ └── qt5enginio.mk │ ├── qt5graphicaleffects │ │ ├── Config.in │ │ ├── qt5graphicaleffects.hash │ │ └── qt5graphicaleffects.mk │ ├── qt5imageformats │ │ ├── Config.in │ │ ├── qt5imageformats.hash │ │ └── qt5imageformats.mk │ ├── qt5location │ │ ├── Config.in │ │ ├── qt5location.hash │ │ └── qt5location.mk │ ├── qt5multimedia │ │ ├── Config.in │ │ ├── qt5multimedia.hash │ │ └── qt5multimedia.mk │ ├── qt5quickcontrols │ │ ├── Config.in │ │ ├── qt5quickcontrols.hash │ │ └── qt5quickcontrols.mk │ ├── qt5quickcontrols2 │ │ ├── 5.6.3 │ │ │ └── qt5quickcontrols2.hash │ │ ├── Config.in │ │ ├── qt5quickcontrols2.hash │ │ └── qt5quickcontrols2.mk │ ├── qt5script │ │ ├── Config.in │ │ ├── qt5script.hash │ │ └── qt5script.mk │ ├── qt5sensors │ │ ├── Config.in │ │ ├── qt5sensors.hash │ │ └── qt5sensors.mk │ ├── qt5serialbus │ │ ├── Config.in │ │ ├── qt5serialbus.hash │ │ └── qt5serialbus.mk │ ├── qt5serialport │ │ ├── Config.in │ │ ├── qt5serialport.hash │ │ └── qt5serialport.mk │ ├── qt5svg │ │ ├── Config.in │ │ ├── qt5svg.hash │ │ └── qt5svg.mk │ ├── qt5tools │ │ ├── Config.in │ │ ├── qt5tools.hash │ │ └── qt5tools.mk │ ├── qt5virtualkeyboard │ │ ├── Config.in │ │ ├── qt5virtualkeyboard.hash │ │ └── qt5virtualkeyboard.mk │ ├── qt5wayland │ │ ├── Config.in │ │ ├── qt5wayland.hash │ │ └── qt5wayland.mk │ ├── qt5webchannel │ │ ├── Config.in │ │ ├── qt5webchannel.hash │ │ └── qt5webchannel.mk │ ├── qt5webengine │ │ ├── 5.9.2 │ │ │ └── 0002-Load-libEGL-and-libGLES2-symbols-implicitly.patch │ │ ├── Config.in │ │ ├── chromium.inc │ │ ├── qt5webengine.hash │ │ └── qt5webengine.mk │ ├── qt5webkit │ │ ├── 5.6.3 │ │ │ ├── 0001-qtwebkit-fix-QA-issue-bad-RPATH.patch │ │ │ ├── 0002-Remove-TEXTREL-tag-in-x86.patch │ │ │ ├── 0003-Exclude-backtrace-API-for-non-glibc-libraries.patch │ │ │ └── 0004-Fix-compilation-with-ICU-59.patch │ │ ├── 5.9.1 │ │ │ ├── 0001-qtwebkit-fix-QA-issue-bad-RPATH.patch │ │ │ └── 0002-Exclude-backtrace-API-for-non-glibc-libraries.patch │ │ ├── Config.in │ │ ├── qt5webkit.hash │ │ └── qt5webkit.mk │ ├── qt5websockets │ │ ├── Config.in │ │ ├── qt5websockets.hash │ │ └── qt5websockets.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 ├── qtuio │ ├── 0001-TuioServer.cpp-add-missing-include.patch │ ├── 0002-dont-append-_d-for-debug.patch │ ├── Config.in │ ├── qtuio.hash │ └── qtuio.mk ├── quagga │ ├── 0001-fix-ipctl-forwarding.patch │ ├── 0002-configure-fix-static-linking-with-readline.patch │ ├── 0003-lib-memory-fix-indirect-static-link-with-zlib.patch │ ├── 0004-bgpd-Fix-AS_PATH-size-calculation-for-long-paths.patch │ ├── Config.in │ ├── quagga.hash │ ├── quagga.mk │ ├── quagga@.service │ └── quagga_tmpfiles.conf ├── quazip │ ├── Config.in │ ├── quazip.hash │ └── quazip.mk ├── quota │ ├── 0001-tools-getrpcbynumber.patch │ ├── 0002-fix-static-linking.patch │ ├── 0003-remove-non-posix-types.patch │ ├── 0004-import-sys-cdefs.patch │ ├── 0005-include-fcntl.patch │ ├── Config.in │ ├── quota.hash │ └── quota.mk ├── qwt │ ├── Config.in │ ├── qwt.hash │ └── qwt.mk ├── rabbitmq-c │ ├── Config.in │ ├── rabbitmq-c.hash │ └── rabbitmq-c.mk ├── rabbitmq-server │ ├── Config.in │ ├── S50rabbitmq-server │ ├── rabbitmq-server.hash │ ├── rabbitmq-server.mk │ └── rabbitmq-server.service ├── racehound │ ├── 0001-Fix-module-install-path-lib-instead-of-usr-lib-prefi.patch │ ├── Config.in │ ├── racehound.hash │ └── racehound.mk ├── radvd │ ├── 0002-Don-t-force-fstack-protector-the-toolchain-might-lac.patch │ ├── Config.in │ ├── S50radvd │ ├── radvd.hash │ └── radvd.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 │ ├── Config.in │ ├── raptor.hash │ └── raptor.mk ├── raspberrypi-usbboot │ ├── 0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch │ ├── 0002-Makefile-add-DESTDIR-support.patch │ ├── 0003-main.c-rework-logic-to-find-def1-def2-and-def3-files.patch │ ├── Config.in.host │ ├── raspberrypi-usbboot.hash │ └── raspberrypi-usbboot.mk ├── ratpoison │ ├── Config.in │ ├── ratpoison.hash │ └── ratpoison.mk ├── rauc │ ├── Config.in │ ├── Config.in.host │ ├── rauc.hash │ └── rauc.mk ├── rdesktop │ ├── 0001-8bit-colors.patch │ ├── Config.in │ ├── rdesktop.hash │ └── rdesktop.mk ├── read-edid │ ├── 0001-Fix-install-file-list.patch │ ├── 0002-Fix-compiler-check.patch │ ├── Config.in │ ├── read-edid.hash │ └── read-edid.mk ├── readline │ ├── 0000-curses-link.patch │ ├── Config.in │ ├── inputrc │ ├── readline.hash │ └── readline.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 ├── restorecond │ ├── Config.in │ ├── 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 ├── rng-tools │ ├── 0001-rngd-exit-code.patch │ ├── Config.in │ ├── S21rngd │ ├── rng-tools.hash │ ├── rng-tools.mk │ └── rngd.service ├── rp-pppoe │ ├── 0002-krn-plugin.patch │ ├── Config.in │ ├── rp-pppoe.hash │ └── rp-pppoe.mk ├── rpcbind │ ├── 0001-Remove-yellow-pages-support.patch │ ├── 0002-handle_reply-Don-t-use-the-xp_auth-pointer-directly.patch │ ├── 0003-src-remove-use-of-the-__P-macro.patch │ ├── 0004-rpcbind-pair-all-svc_getargs-calls-with-svc_freeargs.patch │ ├── Config.in │ ├── S30rpcbind │ ├── rpcbind.hash │ ├── rpcbind.mk │ ├── rpcbind.service │ └── rpcbind.socket ├── rpi-bt-firmware │ ├── Config.in │ ├── rpi-bt-firmware.hash │ └── rpi-bt-firmware.mk ├── rpi-fbcp │ ├── 0001-make-buildroot-friendly.patch │ ├── Config.in │ └── rpi-fbcp.mk ├── rpi-firmware │ ├── Config.in │ ├── cmdline.txt │ ├── config.txt │ ├── rpi-firmware.hash │ └── rpi-firmware.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-host-apps-dtoverlay-don-t-install-script-in-random-l.patch │ ├── Config.in │ ├── S94vcfiled │ ├── rpi-userland.hash │ ├── rpi-userland.mk │ └── vcfiled.service ├── rpi-wifi-firmware │ ├── Config.in │ ├── rpi-wifi-firmware.hash │ └── rpi-wifi-firmware.mk ├── rpm │ ├── 0001-configure-ac-use-link-instead-of-compile-for-gcc-flags-test.patch │ ├── 0002-configure-ac-correct-stack-protector-check.patch │ ├── 0003-Detect-bfd.h-to-enable-disable-sepdebugcrcfix-buildi.patch │ ├── 0004-tools-sepdebugcrcfix.c-fix-build-with-recent-binutil.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 │ ├── 0001-Check-fname-in-recv_files-sooner.patch │ ├── 0002-Sanitize-xname-in-read_ndx_and_attrs.patch │ ├── 0003-Check-daemon-filter-against-fnamecmp-in-recv_files.patch │ ├── 0004-Enforce-trailing-0-when-receiving-xattr-name-values.patch │ ├── Config.in │ ├── rsync.hash │ └── rsync.mk ├── rsyslog │ ├── Config.in │ ├── S01logging │ ├── rsyslog.hash │ └── rsyslog.mk ├── rt-tests │ ├── 0001-Fix-various-minor-issues-with-rt-tests-build-system.patch │ ├── 0002-Fix-a-build-issue-with-uClibc-ng.patch │ ├── 0003-Add-syscall-number-for-sched_-gs-etattr-for-SH4.patch │ ├── Config.in │ ├── rt-tests.hash │ └── rt-tests.mk ├── rtai │ ├── Config.in │ ├── rtai.hash │ └── rtai.mk ├── rtl8188eu │ ├── Config.in │ ├── rtl8188eu.hash │ └── rtl8188eu.mk ├── rtl8723bs │ ├── 0001-rtl8723bs-add-debug-level-modparam.patch │ ├── Config.in │ └── rtl8723bs.mk ├── rtl8821au │ ├── Config.in │ ├── rtl8821au.hash │ └── rtl8821au.mk ├── rtmpdump │ ├── Config.in │ └── rtmpdump.mk ├── rtorrent │ ├── 0001-cross_compile.patch │ ├── Config.in │ ├── rtorrent.hash │ └── rtorrent.mk ├── rtptools │ ├── 0001-host2ip.c-disable-NIS-support-for-toolchains-lacking.patch │ ├── Config.in │ ├── rtptools.hash │ └── rtptools.mk ├── rubix │ ├── 0001-dont-use-legacy-functions.patch │ ├── 0002-misc-fixes.patch │ ├── Config.in │ ├── rubix.hash │ └── rubix.mk ├── ruby │ ├── Config.in │ ├── ruby.hash │ └── ruby.mk ├── runc │ ├── Config.in │ ├── runc.hash │ └── runc.mk ├── s6-dns │ ├── Config.in │ ├── s6-dns.hash │ └── s6-dns.mk ├── s6-linux-init │ ├── Config.in │ ├── s6-linux-init.hash │ └── s6-linux-init.mk ├── s6-linux-utils │ ├── 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 ├── sam-ba │ ├── Config.in.host │ ├── sam-ba.hash │ └── sam-ba.mk ├── samba4 │ ├── 0001-libreplace-disable-libbsd-support.patch │ ├── Config.in │ ├── S91smb │ ├── samba4-cache.txt │ ├── samba4.hash │ └── samba4.mk ├── sane-backends │ ├── 0001-qcam-x86.patch │ ├── 0002-Add-missing-sys-types.h-includes.patch │ ├── 0003-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-compiler-sanity-checks.patch │ ├── 0002-no-memcpy-fallback.patch │ ├── 0003-cross-compilation-AC_TRY_RUN.patch │ ├── 0004-cross-compilation-ignore-host-fs.patch │ ├── 0005-avoid-identifying-as-SVR4.patch │ ├── 0006-install-no-backup-binary.patch │ ├── 0007-install-always-chmod.patch │ ├── 0008-install-nonversioned-binary.patch │ ├── 0009-install-dir-dependency.patch │ ├── 0010-rename-sched_h.patch │ ├── Config.in │ ├── screen.hash │ └── screen.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 ├── sdl │ ├── 0001-use-correct-directfb-config.patch │ ├── 0002-fix-compilation-with-libx11.patch │ ├── Config.in │ ├── sdl.hash │ └── sdl.mk ├── sdl2 │ ├── 0001-make-cross-compiler-friendly.patch │ ├── 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 │ ├── 0001-fix-opengl-detection.patch │ ├── 0002-fix-autoreconf.patch │ ├── 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-add-LDFLAGS-while-linking.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 ├── sed │ ├── Config.in │ ├── sed.hash │ └── sed.mk ├── selinux-python │ ├── Config.in │ ├── selinux-python.hash │ └── selinux-python.mk ├── semodule-utils │ ├── Config.in │ ├── semodule-utils.hash │ └── semodule-utils.mk ├── ser2net │ ├── Config.in │ ├── S50ser2net │ ├── ser2net.hash │ └── ser2net.mk ├── setools │ ├── 0001-remove-werror-flag-from-setup.patch │ ├── 0002-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 ├── sg3_utils │ ├── 0001-support-uclinux-as-a-linux.patch │ ├── Config.in │ ├── sg3_utils.hash │ └── sg3_utils.mk ├── shairport-sync │ ├── Config.in │ ├── S99shairport-sync │ ├── shairport-sync.hash │ └── shairport-sync.mk ├── shapelib │ ├── 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-launcher.c-include-sys-ttydefaults.h.patch │ ├── Config.in │ ├── shellinabox.hash │ └── shellinabox.mk ├── sigrok-cli │ ├── Config.in │ ├── sigrok-cli.hash │ └── sigrok-cli.mk ├── sispmctl │ ├── 0001-configure-add-pkg-config-support.patch │ ├── Config.in │ ├── sispmctl.hash │ └── sispmctl.mk ├── skalibs │ ├── 0001-No-runtime-tests-for-endianness.patch │ ├── 0002-No-runtime-tests-for-type-sizes.patch │ ├── 0003-Make-linker-use-dummy-file-when-testing-libs.patch │ ├── 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-systemd │ ├── Config.in │ └── skeleton-init-systemd.mk ├── 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.mk ├── smack │ ├── Config.in │ ├── smack.hash │ └── smack.mk ├── smartmontools │ ├── Config.in │ ├── smartmontools.hash │ └── smartmontools.mk ├── smcroute │ ├── Config.in │ ├── smcroute.hash │ └── smcroute.mk ├── smstools3 │ ├── 0001-fix-Makefile.patch │ ├── Config.in │ ├── S50smsd │ ├── smstools3.hash │ └── smstools3.mk ├── snappy │ ├── Config.in │ ├── snappy.hash │ └── snappy.mk ├── sngrep │ ├── Config.in │ ├── sngrep.hash │ └── sngrep.mk ├── snmppp │ ├── Config.in │ ├── snmppp.hash │ └── snmppp.mk ├── socat │ ├── 0001-no-documentation.patch │ ├── 0002-ptrdiff_t-is-defined-in-stddef.h.patch │ ├── 0003-compat-set-NETDB_INTERNAL.patch │ ├── 0004-xio-tun-remove-if_tun.h-kernel-header.patch │ ├── Config.in │ ├── socat.hash │ └── socat.mk ├── socketcand │ ├── Config.in │ ├── socketcand.hash │ └── socketcand.mk ├── sofia-sip │ ├── 0001-soa_tag.h-reintroduce-soatag_local_sdp_str_ref.patch │ ├── 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 ├── 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 │ ├── 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 ├── spawn-fcgi │ ├── Config.in │ ├── spawn-fcgi.hash │ └── spawn-fcgi.mk ├── speex │ ├── 0001-thumb2-support.patch │ ├── Config.in │ ├── speex.hash │ └── speex.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 │ ├── 0001-Prevent-possible-DoS-attempts-during-protocol-handsh.patch │ ├── 0002-Prevent-integer-overflows-in-capability-checks.patch │ ├── 0003-main-channel-Prevent-overflow-reading-messages-from-.patch │ ├── 0004-reds-Disconnect-when-receiving-overly-big-ClientMoni.patch │ ├── 0005-reds-Avoid-integer-overflows-handling-monitor-config.patch │ ├── 0006-reds-Avoid-buffer-overflows-handling-monitor-configu.patch │ ├── Config.in │ ├── spice.hash │ └── spice.mk ├── spidev_test │ ├── Config.in │ ├── spidev_test.hash │ └── spidev_test.mk ├── sqlcipher │ ├── Config.in │ ├── sqlcipher.hash │ └── sqlcipher.mk ├── sqlite │ ├── Config.in │ ├── sqlite.hash │ └── sqlite.mk ├── squashfs │ ├── 0001-musl.patch │ ├── Config.in │ ├── Config.in.host │ ├── squashfs.hash │ └── squashfs.mk ├── squeezelite │ ├── 0001-Makefile-allow-passing-CFLAGS-and-LDFLAGS.patch │ ├── 0002-output_alsa-use-mallopt-only-on-glibc.patch │ ├── 0003-ffmpeg_2_9.patch │ ├── Config.in │ ├── squeezelite.hash │ └── squeezelite.mk ├── squid │ ├── 0001-assume-get-certificate-ok.patch │ ├── 0002-missing-include-time_h.patch │ ├── Config.in │ ├── S97squid │ ├── squid.hash │ └── squid.mk ├── sredird │ ├── 0001-termio.patch │ ├── Config.in │ ├── sredird.hash │ └── sredird.mk ├── sshfs │ ├── Config.in │ ├── sshfs.hash │ └── sshfs.mk ├── sshpass │ ├── Config.in │ ├── sshpass.hash │ └── sshpass.mk ├── sslh │ ├── 0001-secure-version-while-building-sslh-in-a-larger-git-t.patch │ ├── 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 ├── stella │ ├── 0001-Add-cross-compilation-support.patch │ ├── 0002-Do-not-strip-when-installing.patch │ ├── 0003-Fix-error-when-building-with-uClibc-ng.patch │ ├── Config.in │ ├── stella.hash │ └── stella.mk ├── stm32flash │ ├── Config.in │ └── stm32flash.mk ├── strace │ ├── 0001-error_prints-fix-program_invocation_name-type-confli.patch │ ├── Config.in │ ├── strace.hash │ └── strace.mk ├── stress-ng │ ├── Config.in │ ├── stress-ng.hash │ └── stress-ng.mk ├── stress │ ├── Config.in │ ├── stress.hash │ └── stress.mk ├── strongswan │ ├── 0001-af_alg-fix-crypt-definition-conflict.patch │ ├── 0002-strongswan-add-missing-include-of-stdint.h.patch │ ├── Config.in │ ├── strongswan.hash │ └── strongswan.mk ├── stunnel │ ├── Config.in │ ├── S50stunnel │ ├── stunnel.hash │ └── stunnel.mk ├── subversion │ ├── 0001-dont-mangle-cflags.patch │ ├── 0002-disable-macos-specific-features.patch │ ├── Config.in │ ├── subversion.hash │ └── subversion.mk ├── sudo │ ├── Config.in │ ├── sudo.hash │ ├── sudo.mk │ └── sudo.pam ├── sunxi-boards │ ├── Config.in │ ├── sunxi-boards.hash │ └── sunxi-boards.mk ├── sunxi-cedarx │ ├── Config.in │ ├── sunxi-cedarx.hash │ └── sunxi-cedarx.mk ├── sunxi-mali │ ├── 0001-Add-missing-GLchar-definitions.patch │ ├── 0002-linking-of-test-app-needs-libUMP.patch │ ├── 0003-fix-conflicting-data-types-between-GLES2-gl2.h-and-G.patch │ ├── Config.in │ ├── S80mali │ ├── egl.pc │ ├── glesv2.pc │ ├── sunxi-mali.hash │ └── sunxi-mali.mk ├── sunxi-tools │ ├── Config.in │ ├── Config.in.host │ ├── sunxi-tools.hash │ └── sunxi-tools.mk ├── supertux │ ├── Config.in │ ├── supertux.hash │ └── supertux.mk ├── supertuxkart │ ├── 0001-irrlicht-Get-rid-of-unprefixed-cflags.patch │ ├── 0002-irrlicht-Fix-boolean-return-type-for-jpeglib-s-callb.patch │ ├── Config.in │ ├── supertuxkart.hash │ └── supertuxkart.mk ├── supervisor │ ├── Config.in │ ├── S99supervisord │ ├── supervisor.hash │ ├── supervisor.mk │ ├── supervisord.conf │ └── supervisord.service ├── swig │ ├── 0001-Add-Node-7.x-aka-V8-5.2-support.patch │ ├── 0002-Remove-warnings-on-Node-6.x-aka-V8-5.0-and-5.1.patch │ ├── swig.hash │ └── swig.mk ├── swupdate │ ├── 0001-Fix-SHA256-hash-verification.patch │ ├── Config.in │ ├── swupdate.config │ ├── swupdate.hash │ └── swupdate.mk ├── sylpheed │ ├── Config.in │ ├── sylpheed.hash │ └── sylpheed.mk ├── synergy │ ├── 0001-allow-building-of-synergy-without-tests.patch │ ├── 0002-do-not-change-output-path-when-building-in-debug.patch │ ├── Config.in │ ├── synergy.hash │ └── synergy.mk ├── sysdig │ ├── 0001-Don-t-include-curlbuild.h.patch │ ├── Config.in │ ├── sysdig.hash │ └── sysdig.mk ├── sysklogd │ ├── 0001-Replace-deprecated-union-wait-with-int.patch │ ├── 0002-Fix-improper-header-includes.patch │ ├── 0003-Remove-include-of-linux-time.h.patch │ ├── 0004-Remove-bogus-hand-written-klogctl-syscall-implementa.patch │ ├── 0005-Add-missing-headers-for-open-flags.patch │ ├── 0006-syslogd.c-rename-dprintf-to-mydprintf.patch │ ├── Config.in │ ├── S01logging │ ├── klogd.service │ ├── sysklogd.hash │ ├── sysklogd.mk │ ├── syslog.conf │ └── syslogd.service ├── syslog-ng │ ├── Config.in │ ├── S01logging │ ├── syslog-ng.conf │ ├── syslog-ng.hash │ └── syslog-ng.mk ├── sysprof │ ├── 0001-define-NT_GNU_BUILD_ID.patch │ ├── Config.in │ ├── sysprof.hash │ └── sysprof.mk ├── sysstat │ ├── Config.in │ ├── sysstat.hash │ └── sysstat.mk ├── systemd-bootchart │ ├── 0001-parse-util-Don-t-use-xlocale.h-35.patch │ ├── Config.in │ ├── systemd-bootchart.hash │ └── systemd-bootchart.mk ├── systemd │ ├── 0001-fix-getty-unit.patch │ ├── 0002-build-check-for-ln-relative.patch │ ├── 0003-fix-am-path-libgcrypt-no-found.patch │ ├── Config.in │ ├── dhcp.network │ ├── systemd.hash │ └── systemd.mk ├── sysvinit │ ├── 0001-fix-libcrypt-test.patch │ ├── 0002-musl-fix-compilation-errors.patch │ ├── Config.in │ ├── inittab │ ├── sysvinit.hash │ └── sysvinit.mk ├── szip │ ├── Config.in │ ├── szip.hash │ └── szip.mk ├── taglib │ ├── Config.in │ ├── taglib.hash │ └── taglib.mk ├── tar │ ├── 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 ├── tcl │ ├── 0001-dont-build-compat.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 ├── tegrarcm │ ├── 0001-Don-t-assume-cryptopp-is-system-wide-installed.patch │ ├── Config.in.host │ ├── tegrarcm.hash │ └── tegrarcm.mk ├── tekui │ ├── Config.in │ ├── tekui.hash │ └── tekui.mk ├── terminology │ ├── Config.in │ ├── terminology.hash │ └── terminology.mk ├── tesseract-ocr │ ├── Config.in │ ├── tesseract-ocr.hash │ └── tesseract-ocr.mk ├── tftpd │ ├── Config.in │ ├── S80tftpd-hpa │ ├── tftpd.hash │ └── tftpd.mk ├── thrift │ ├── 0001-libevent-cross.patch │ ├── 0002-autoreconf.patch │ ├── 0003-zlib-cross.patch │ ├── 0004-THRIFT-3071-check-minimum-required-version-of-automa.patch │ ├── 0005-configure.ac-C-11-is-optional.patch │ ├── Config.in │ ├── thrift.hash │ └── thrift.mk ├── thttpd │ ├── 0001-getline.patch │ ├── Config.in │ ├── 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 │ ├── Config.in │ ├── S80ti-sgx │ ├── powervr.ini │ ├── ti-sgx-um.hash │ └── ti-sgx-um.mk ├── ti-uim │ ├── Config.in │ ├── ti-uim.hash │ └── ti-uim.mk ├── ti-utils │ ├── Config.in │ ├── ti-utils.hash │ └── ti-utils.mk ├── tidsp-binaries │ ├── Config.in │ ├── tidsp-binaries.hash │ └── tidsp-binaries.mk ├── tiff │ ├── 0001-libtiff-tif_dirwrite.c-in-TIFFWriteDirectoryTagCheck.patch │ ├── Config.in │ ├── tiff.hash │ └── tiff.mk ├── time │ ├── Config.in │ ├── time.hash │ └── time.mk ├── tinc │ ├── Config.in │ ├── tinc.hash │ └── tinc.mk ├── tinyalsa │ ├── 0001-disable-doxygen-usage.patch │ ├── 0002-interval.h-add-missing-header.patch │ ├── Config.in │ ├── tinyalsa.hash │ └── tinyalsa.mk ├── tinycbor │ ├── 0001-Fix-static-compilation-of-json2cbor.patch │ ├── Config.in │ ├── tinycbor.hash │ └── tinycbor.mk ├── tinydtls │ ├── 0001-Update-Makefile.in-to-allow-cross-compilation.patch │ ├── 0002-Fix-compilation-of-tests-directory.patch │ ├── Config.in │ ├── tinydtls.hash │ └── tinydtls.mk ├── tinyhttpd │ ├── 0001-misc-fixes.patch │ ├── Config.in │ ├── S85tinyhttpd │ ├── tinyhttpd.hash │ ├── tinyhttpd.mk │ └── tinyhttpd.service ├── tinymembench │ ├── 0001-arm-fix-build-on-Thumb-only-architectures.patch │ ├── Config.in │ ├── tinymembench.hash │ └── tinymembench.mk ├── tinyxml │ ├── Config.in │ ├── tinyxml.hash │ └── tinyxml.mk ├── tinyxml2 │ ├── Config.in │ ├── tinyxml2.hash │ └── tinyxml2.mk ├── tmux │ ├── Config.in │ ├── tmux.hash │ └── tmux.mk ├── tn5250 │ ├── 0001-ssldir.patch │ ├── 0002-Allow-building-against-OpenSSL-without-SSLv2_SSLv3.patch │ ├── Config.in │ ├── tn5250.hash │ └── tn5250.mk ├── tor │ ├── 0001-openssl-libz.patch │ ├── Config.in │ ├── tor.hash │ └── tor.mk ├── tovid │ ├── 0001-manpage.patch │ ├── Config.in │ ├── tovid.hash │ └── tovid.mk ├── tpm-tools │ ├── 0001-tpm_nvread-include-sys-stat.h-for-open-modes.patch │ ├── 0002-Makefile.am-make-sure-libintl-is-in-LDFLAGS-when-nee.patch │ ├── 0002-configure.in-remove-Werror.patch │ ├── Config.in │ ├── tpm-tools.hash │ └── tpm-tools.mk ├── trace-cmd │ ├── 0001-trace-listen-add-missing-header.patch │ ├── Config.in │ ├── trace-cmd.hash │ └── trace-cmd.mk ├── transmission │ ├── 0001-fix-utypes.patch │ ├── 0002-musl-missing-header.patch │ ├── 0003-miniupnpc-cross.patch │ ├── 0004-fix-utp-include.patch │ ├── 0005-uClibc-ng-since-1.0.18-has-sys-quota.h-synced-with-G.patch │ ├── 0006-libsystemd.patch │ ├── Config.in │ ├── S92transmission │ ├── transmission.hash │ └── transmission.mk ├── tree │ ├── Config.in │ ├── tree.hash │ └── tree.mk ├── tremor │ ├── Config.in │ └── tremor.mk ├── triggerhappy │ ├── Config.in │ ├── S10triggerhappy │ ├── triggerhappy.hash │ ├── triggerhappy.mk │ └── triggerhappy.service ├── trinity │ ├── 0001-use-userspace-headers-for-ax25-instead-of-kernel.patch │ ├── 0002-fix-build-when_USE_BPF-is-not-defined.patch │ ├── 0003-Check-for-bpf-attr-map-flags.patch │ ├── 0004-get_syscall_entry-remove-SYSCALL_OFFSET.patch │ ├── 0005-configure-fix-cross-compile-detection-of-broken-ipv6.patch │ ├── 0006-Include-sys-io.h-for-UIO_MAXIOV-symbol.patch │ ├── Config.in │ ├── trinity.hash │ └── trinity.mk ├── trousers │ ├── 0001-Remove-inline-for-read_data-and-write_data.patch │ ├── 0002-Check-if-the-compiler-understands-pie-and-relro-options.patch │ ├── 0003-tsp_tcsi_param-include-limits.h-to-fix-musl-build.patch │ ├── 0004-Check-that-getpwent_r-is-available-before-using-it.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 ├── tunctl │ ├── Config.in │ ├── tunctl.hash │ └── tunctl.mk ├── turbolua │ ├── 0001-http-parser-Fix-typo-in-switch-FALLTHROUGH-comment.patch │ ├── 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 ├── uboot-tools │ ├── 0001-drop-configh-from-tools.patch │ ├── 0002-tools-only-in-no-dot-config-targets.patch │ ├── 0003-Make-FIT-support-really-optional.patch │ ├── 0004-uboot-tools-disable-pylibfdt.patch │ ├── 0005-Do-not-attempt-to-use-the-systemwide-libfdt.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 ├── uccp420wlan │ ├── Config.in │ ├── uccp420wlan.hash │ └── uccp420wlan.mk ├── ucl │ ├── ucl.hash │ └── ucl.mk ├── uclibc-ng-test │ ├── Config.in │ └── uclibc-ng-test.mk ├── uclibc │ ├── 0001-fix-issues-with-gdb-8.0.patch │ ├── 0002-microblaze-handle-R_MICROBLAZE_NONE-for-ld.so-bootst.patch │ ├── 0003-convert-accept4-to-use-cancel.h-macros.patch │ ├── Config.in │ ├── uClibc-ng.config │ ├── uclibc.hash │ └── uclibc.mk ├── udev │ ├── Config.in │ └── udev.mk ├── udisks │ ├── 0001-fix-build-with-newer-glibc-versions.patch │ ├── 0002-Fix-systemd-service-file.patch │ ├── Config.in │ ├── udisks.hash │ └── udisks.mk ├── udpcast │ ├── 0001-select-h.patch │ ├── Config.in │ ├── udpcast.hash │ └── udpcast.mk ├── udpxy │ ├── Config.in │ ├── udpxy.hash │ └── udpxy.mk ├── uemacs │ ├── 01-clear-ixon-termios-flag.patch │ ├── 02-skip-xcase-termios-flag.patch │ ├── Config.in │ ├── uemacs.hash │ └── uemacs.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 ├── ulogd │ ├── 0001-ulogd-Use-dev-null-as-dummy-logfile-when-logging-to-.patch │ ├── 0002-Define-_GNU_SOURCE-to-get-members-of-tcphdr.patch │ ├── 0003-Use-stdint-types-everywhere.patch │ ├── Config.in │ ├── ulogd.hash │ └── ulogd.mk ├── unionfs │ ├── 0001-include-asm-ioctl.h-for-_IOC_SIZE.patch │ ├── Config.in │ ├── unionfs.hash │ └── unionfs.mk ├── unixodbc │ ├── 0001-fix-nopthread.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 │ ├── 0001-daemon-fix-get_critical_action.patch │ ├── Config.in │ ├── upower.hash │ └── upower.mk ├── upx │ ├── upx.hash │ └── upx.mk ├── urg │ ├── 0001-select-h.patch │ ├── 0002-urg-gcc6-fix-narrowing-conversion.patch │ ├── Config.in │ ├── urg.hash │ └── urg.mk ├── usb_modeswitch │ ├── 0001-Makefile-allow-extra-configure-flags-to-be-passed-to.patch │ ├── Config.in │ ├── usb_modeswitch.hash │ └── usb_modeswitch.mk ├── usb_modeswitch_data │ ├── Config.in │ ├── usb_modeswitch_data.hash │ └── usb_modeswitch_data.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-compile-fixes.patch │ ├── 0002-ushare-fix-building-with-gcc-5.x.patch │ ├── 0003-ushare-c-include-config-h-before-checking-for-CONFIG-NLS.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 ├── ustr │ ├── Config.in │ ├── ustr.hash │ └── ustr.mk ├── ustream-ssl │ ├── Config.in │ └── ustream-ssl.mk ├── util-linux │ ├── 0001-md5-declare-byteReverse-as-static.patch │ ├── Config.in │ ├── Config.in.host │ ├── su.pam │ ├── util-linux.hash │ └── util-linux.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 │ ├── 0004-Fixes-for-musl-libc.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 │ ├── Config.in.host │ ├── vboot-utils.hash │ └── vboot-utils.mk ├── vde2 │ ├── 0001-no-cxx.patch │ ├── 0002-fstp-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-libjpeg.patch │ ├── Config.in │ ├── vdr.hash │ └── vdr.mk ├── vim │ ├── Config.in │ ├── vim.hash │ └── vim.mk ├── vlc │ ├── 0001-vlc-static.patch │ ├── 0002-configure.ac-add-check-for-libgcrypt-config-program.patch │ ├── 0003-automake-add-subdir-objects-option.patch │ ├── 0004-implicit-function-declaration.patch │ ├── 0005-libvorbisidec.patch │ ├── 0006-qt-x11.patch │ ├── 0007-strerror.patch │ ├── 0008-fix-fallback-code-and-add-required-realtime-library.patch │ ├── 0009-ffmpeg-3.0.patch │ ├── 0010-static-assert.patch │ ├── 0011-static-assert.patch │ ├── Config.in │ ├── vlc.hash │ └── vlc.mk ├── vnstat │ ├── Config.in │ ├── vnstat.hash │ └── vnstat.mk ├── vo-aacenc │ ├── Config.in │ ├── vo-aacenc.hash │ └── vo-aacenc.mk ├── vorbis-tools │ ├── 0001-oggenc-Fix-large-alloca-on-bad-AIFF-input.patch │ ├── 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 │ ├── 0003-fix-CVE-2015-1419.patch │ ├── Config.in │ ├── S70vsftpd │ ├── vsftpd.hash │ └── vsftpd.mk ├── vtun │ ├── 0001-fix-installation.patch │ ├── 0002-fix-ssl-headers-checks.patch │ ├── 0003-fixup-configure.in.patch │ ├── Config.in │ ├── vtun.hash │ └── vtun.mk ├── w_scan │ ├── 0001-musl.patch │ ├── Config.in │ ├── w_scan.hash │ └── w_scan.mk ├── waf │ ├── waf.hash │ └── waf.mk ├── wavemon │ ├── Config.in │ ├── wavemon.hash │ └── wavemon.mk ├── wavpack │ ├── 0001-fix-Github-issue-19-new-dependency-on-wchar-t-by-removing.patch │ ├── Config.in │ ├── wavpack.hash │ └── wavpack.mk ├── wayland-protocols │ ├── Config.in │ ├── wayland-protocols.hash │ └── wayland-protocols.mk ├── wayland │ ├── 0001-Support-architectures-with-non-empty-__USER_LABEL_PR.patch │ ├── 0002-configure-add-option-to-disable-tests.patch │ ├── Config.in │ ├── wayland.hash │ └── wayland.mk ├── webkitgtk │ ├── Config.in │ ├── webkitgtk.hash │ └── webkitgtk.mk ├── webp │ ├── Config.in │ ├── webp.hash │ └── webp.mk ├── webrtc-audio-processing │ ├── 0001-configure.ac-fix-architecture-detection.patch │ ├── 0002-Proper-detection-of-cxxabi.h-and-execinfo.h.patch │ ├── Config.in │ ├── webrtc-audio-processing.hash │ └── webrtc-audio-processing.mk ├── weston │ ├── 0001-os-compatibility-define-CLOCK_BOOTTIME-when-not-avai.patch │ ├── 0002-shared-struct-timespec-is-in-time.h.patch │ ├── Config.in │ ├── weston.hash │ └── weston.mk ├── wf111 │ ├── Config.in │ └── wf111.mk ├── wget │ ├── 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 ├── wilc1000-firmware │ ├── Config.in │ ├── wilc1000-firmware.hash │ └── wilc1000-firmware.mk ├── wilink-bt-firmware │ ├── Config.in │ ├── wilink-bt-firmware.hash │ └── wilink-bt-firmware.mk ├── wine │ ├── Config.in │ ├── wine.hash │ └── wine.mk ├── wipe │ ├── 0001-musl.patch │ ├── Config.in │ ├── wipe.hash │ └── wipe.mk ├── wireguard │ ├── Config.in │ ├── wireguard.hash │ └── wireguard.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 ├── wireshark │ ├── 0001-configure.ac-do-not-assume-broken-inet_pton-in-case-.patch │ ├── 0002-androiddump-add-missing-sys-time.h-header.patch │ ├── Config.in │ ├── wireshark.hash │ └── wireshark.mk ├── wiringpi │ ├── 0001-Adjust-for-buildroot-build.patch │ ├── 0002-wiringPi-wiringSerial-fix-compile-for-missing-baud-d.patch │ ├── Config.in │ ├── wiringpi.hash │ └── wiringpi.mk ├── wmctrl │ ├── Config.in │ ├── wmctrl.hash │ └── wmctrl.mk ├── wpa_supplicant │ ├── Config.in │ ├── wpa_supplicant.conf │ ├── wpa_supplicant.hash │ └── wpa_supplicant.mk ├── wpan-tools │ ├── 0001-src-nl_extras.h-fix-compatibility-with-libnl-3.3.0.patch │ ├── Config.in │ ├── wpan-tools.hash │ └── wpan-tools.mk ├── wsapi-fcgi │ ├── Config.in │ ├── wsapi-fcgi.hash │ └── wsapi-fcgi.mk ├── wsapi-xavante │ ├── Config.in │ ├── wsapi-xavante.hash │ └── wsapi-xavante.mk ├── wsapi │ ├── 0001-Lua-5.3-compatibility.patch │ ├── Config.in │ ├── wsapi.hash │ └── wsapi.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_mkfontdir │ │ ├── Config.in │ │ ├── xapp_mkfontdir.hash │ │ └── xapp_mkfontdir.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 │ │ ├── 0001-missing_path_wtmpx.patch │ │ ├── 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 │ │ ├── 0001-Make-whitespace-use-consistent.patch │ │ ├── 0002-print-is-a-function-and-needs-parentheses.patch │ │ ├── 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-keyboard │ │ ├── Config.in │ │ ├── xdriver_xf86-input-keyboard.hash │ │ └── xdriver_xf86-input-keyboard.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 │ │ ├── 0001-mibstore.patch │ │ ├── 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 │ │ ├── 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 │ │ ├── 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-glint │ │ ├── Config.in │ │ ├── xdriver_xf86-video-glint.hash │ │ └── xdriver_xf86-video-glint.mk │ ├── xdriver_xf86-video-i128 │ │ ├── 0001-mbstring.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-video-i128.hash │ │ └── xdriver_xf86-video-i128.mk │ ├── xdriver_xf86-video-imx-viv │ │ ├── 0001-Stop-using-Git-to-write-local-version.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-video-imx-viv.hash │ │ └── xdriver_xf86-video-imx-viv.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.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 │ │ ├── 0001-misc-fixes.patch │ │ ├── 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 │ │ ├── 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 │ │ ├── 0001-cross-compile.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-video-r128.hash │ │ └── xdriver_xf86-video-r128.mk │ ├── xdriver_xf86-video-savage │ │ ├── 0001-cross-compile.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 │ │ ├── 0001-cross.patch │ │ ├── 0003-xi.patch │ │ ├── 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-tga │ │ ├── 0001-mibstore.patch │ │ ├── Config.in │ │ ├── xdriver_xf86-video-tga.hash │ │ └── xdriver_xf86-video-tga.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.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 │ │ ├── 0001-fork-check.patch │ │ ├── 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 │ │ ├── 0001-util-don-t-link-makestrs-with-target-cflags.patch │ │ ├── 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_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 │ ├── xproto_applewmproto │ │ ├── Config.in │ │ ├── xproto_applewmproto.hash │ │ └── xproto_applewmproto.mk │ ├── xproto_bigreqsproto │ │ ├── Config.in │ │ ├── xproto_bigreqsproto.hash │ │ └── xproto_bigreqsproto.mk │ ├── xproto_compositeproto │ │ ├── Config.in │ │ ├── xproto_compositeproto.hash │ │ └── xproto_compositeproto.mk │ ├── xproto_damageproto │ │ ├── Config.in │ │ ├── xproto_damageproto.hash │ │ └── xproto_damageproto.mk │ ├── xproto_dmxproto │ │ ├── Config.in │ │ ├── xproto_dmxproto.hash │ │ └── xproto_dmxproto.mk │ ├── xproto_dri2proto │ │ ├── Config.in │ │ ├── xproto_dri2proto.hash │ │ └── xproto_dri2proto.mk │ ├── xproto_dri3proto │ │ ├── Config.in │ │ ├── xproto_dri3proto.hash │ │ └── xproto_dri3proto.mk │ ├── xproto_fixesproto │ │ ├── Config.in │ │ ├── xproto_fixesproto.hash │ │ └── xproto_fixesproto.mk │ ├── xproto_fontcacheproto │ │ ├── Config.in │ │ ├── xproto_fontcacheproto.hash │ │ └── xproto_fontcacheproto.mk │ ├── xproto_fontsproto │ │ ├── Config.in │ │ ├── xproto_fontsproto.hash │ │ └── xproto_fontsproto.mk │ ├── xproto_glproto │ │ ├── Config.in │ │ ├── xproto_glproto.hash │ │ └── xproto_glproto.mk │ ├── xproto_inputproto │ │ ├── Config.in │ │ ├── xproto_inputproto.hash │ │ └── xproto_inputproto.mk │ ├── xproto_kbproto │ │ ├── Config.in │ │ ├── xproto_kbproto.hash │ │ └── xproto_kbproto.mk │ ├── xproto_presentproto │ │ ├── Config.in │ │ ├── xproto_presentproto.hash │ │ └── xproto_presentproto.mk │ ├── xproto_randrproto │ │ ├── Config.in │ │ ├── xproto_randrproto.hash │ │ └── xproto_randrproto.mk │ ├── xproto_recordproto │ │ ├── Config.in │ │ ├── xproto_recordproto.hash │ │ └── xproto_recordproto.mk │ ├── xproto_renderproto │ │ ├── Config.in │ │ ├── xproto_renderproto.hash │ │ └── xproto_renderproto.mk │ ├── xproto_resourceproto │ │ ├── Config.in │ │ ├── xproto_resourceproto.hash │ │ └── xproto_resourceproto.mk │ ├── xproto_scrnsaverproto │ │ ├── Config.in │ │ ├── xproto_scrnsaverproto.hash │ │ └── xproto_scrnsaverproto.mk │ ├── xproto_videoproto │ │ ├── Config.in │ │ ├── xproto_videoproto.hash │ │ └── xproto_videoproto.mk │ ├── xproto_windowswmproto │ │ ├── Config.in │ │ ├── xproto_windowswmproto.hash │ │ └── xproto_windowswmproto.mk │ ├── xproto_xcmiscproto │ │ ├── Config.in │ │ ├── xproto_xcmiscproto.hash │ │ └── xproto_xcmiscproto.mk │ ├── xproto_xextproto │ │ ├── Config.in │ │ ├── xproto_xextproto.hash │ │ └── xproto_xextproto.mk │ ├── xproto_xf86bigfontproto │ │ ├── Config.in │ │ ├── xproto_xf86bigfontproto.hash │ │ └── xproto_xf86bigfontproto.mk │ ├── xproto_xf86dgaproto │ │ ├── Config.in │ │ ├── xproto_xf86dgaproto.hash │ │ └── xproto_xf86dgaproto.mk │ ├── xproto_xf86driproto │ │ ├── Config.in │ │ ├── xproto_xf86driproto.hash │ │ └── xproto_xf86driproto.mk │ ├── xproto_xf86vidmodeproto │ │ ├── Config.in │ │ ├── xproto_xf86vidmodeproto.hash │ │ └── xproto_xf86vidmodeproto.mk │ ├── xproto_xineramaproto │ │ ├── Config.in │ │ ├── xproto_xineramaproto.hash │ │ └── xproto_xineramaproto.mk │ ├── xproto_xproto │ │ ├── Config.in │ │ ├── xproto_xproto.hash │ │ └── xproto_xproto.mk │ ├── xproto_xproxymanagementprotocol │ │ ├── Config.in │ │ ├── xproto_xproxymanagementprotocol.hash │ │ └── xproto_xproxymanagementprotocol.mk │ ├── xserver_xorg-server │ │ ├── 1.14.7 │ │ │ ├── 0001-sdksyms-gcc5.patch │ │ │ ├── 0002-Xi-Zero-target-buffer-in-SProcXSendExtensionEvent.patch │ │ │ ├── 0003-dix-Disallow-GenericEvent-in-SendEvent-request.patch │ │ │ ├── 0004-Xi-Verify-all-events-in-ProcXSendExtensionEvent.patch │ │ │ └── 0005-Xi-Do-not-try-to-swap-GenericEvent.patch │ │ ├── 1.17.4 │ │ │ ├── 0001-modesettings-needs-dri2.patch │ │ │ ├── 0002-Xi-Zero-target-buffer-in-SProcXSendExtensionEvent.patch │ │ │ ├── 0003-dix-Disallow-GenericEvent-in-SendEvent-request.patch │ │ │ ├── 0004-Xi-Verify-all-events-in-ProcXSendExtensionEvent.patch │ │ │ └── 0005-Xi-Do-not-try-to-swap-GenericEvent.patch │ │ ├── 1.19.5 │ │ │ ├── 0001-modesettings-needs-dri2.patch │ │ │ ├── 0002-configure.ac-Fix-check-for-CLOCK_MONOTONIC.patch │ │ │ └── 0003-Remove-check-for-useSIGIO-option.patch │ │ ├── Config.in │ │ ├── xserver_xorg-server.hash │ │ └── xserver_xorg-server.mk │ └── xutil_makedepend │ │ ├── Config.in │ │ ├── xutil_makedepend.hash │ │ └── xutil_makedepend.mk ├── x11vnc │ ├── 0001-Fix-compiler-detection-when-using-without-crypt-cryp.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 ├── xavante │ ├── Config.in │ ├── xavante.hash │ └── xavante.mk ├── xdotool │ ├── Config.in │ ├── xdotool.hash │ └── xdotool.mk ├── xen │ ├── 0001-xen-Rules.mk-fix-build-with-CFLAGS-from-environment.patch │ ├── 0002-9pfs-include-linux-limits.h-for-XATTR_SIZE_MAX.patch │ ├── 0003-tools-libxc-xc_dom_arm-add-missing-variable-initiali.patch │ ├── Config.in │ ├── xen.hash │ └── xen.mk ├── xenomai │ ├── 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 │ ├── Config.in │ ├── xfsprogs.hash │ └── xfsprogs.mk ├── xinetd │ ├── 0001-ar.patch │ ├── 0002-destdir.patch │ ├── 0003-rpc-fix.patch │ ├── 0004-configure-rlim_t.patch │ ├── Config.in │ ├── xinetd.hash │ └── xinetd.mk ├── xl2tp │ ├── 0001-legacy.patch │ ├── Config.in │ ├── xl2tp.hash │ ├── xl2tp.mk │ └── xl2tpd ├── xmlstarlet │ ├── Config.in │ ├── xmlstarlet.hash │ └── xmlstarlet.mk ├── xorriso │ ├── Config.in │ ├── Config.in.host │ ├── xorriso.hash │ └── xorriso.mk ├── xr819-xradio │ ├── Config.in │ ├── xr819-xradio.hash │ └── xr819-xradio.mk ├── xscreensaver │ ├── 0001-fix-cross-compile-ansi-c-bailout.patch │ ├── 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 │ ├── Config.in │ ├── xvisor.hash │ └── xvisor.mk ├── xvkbd │ ├── 0001-makefile.patch │ ├── Config.in │ ├── xvkbd.hash │ └── xvkbd.mk ├── xxhash │ ├── Config.in │ ├── xxhash.hash │ └── xxhash.mk ├── xz │ ├── 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.mk ├── ympd │ ├── 0002-only-c-language.patch │ ├── Config.in │ ├── ympd.hash │ └── ympd.mk ├── zbar │ ├── 0001-Fix-autoreconf-by-reducing-the-warning-error-checkin.patch │ ├── 0002-Fix-function-protoype-to-be-compatible-with-recent-l.patch │ ├── 0003-Disable-building-documentation.patch │ ├── 0004-Wrap-logical-not-operations-into-parentheses.patch │ ├── Config.in │ ├── zbar.hash │ └── zbar.mk ├── zd1211-firmware │ ├── Config.in │ ├── zd1211-firmware.hash │ └── zd1211-firmware.mk ├── zeromq │ ├── 0001-acinclude.m4-make-kernel-specific-flags-cacheable.patch │ ├── 0002-libzmq-Fix-pkg-config-files-for-static-linking.patch │ ├── Config.in │ ├── zeromq.hash │ └── zeromq.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 │ ├── Config.in │ ├── Config.in.host │ ├── zip.hash │ └── zip.mk ├── zlib │ ├── Config.in │ ├── zlib.hash │ └── zlib.mk ├── zlog │ ├── 0001-fix-compiling-on-Buildroot.patch │ ├── 0002-compile-Remove-Werror-and-avoid-build-failures-becau.patch │ ├── Config.in │ ├── zlog.hash │ └── zlog.mk ├── zmqpp │ ├── 0001-Allow-building-shared-or-static-library-only.patch │ ├── 0002-Install-static-library-for-static-builds.patch │ ├── Config.in │ ├── zmqpp.hash │ └── zmqpp.mk ├── znc │ ├── 0001-Add-time.h-includes-where-appropiate.patch │ ├── 0002-csocket-timeh.patch │ ├── Config.in │ ├── znc.hash │ └── znc.mk ├── zsh │ ├── Config.in │ ├── zsh.hash │ └── zsh.mk ├── zstd │ ├── Config.in │ ├── zstd.hash │ └── zstd.mk ├── zxing-cpp │ ├── Config.in │ ├── zxing-cpp.hash │ └── zxing-cpp.mk ├── zynq-boot-bin │ ├── zynq-boot-bin.hash │ └── zynq-boot-bin.mk └── zyre │ ├── Config.in │ ├── zyre.hash │ └── zyre.mk ├── support ├── config-fragments │ ├── autobuild │ │ ├── armv5-ctng-linux-gnueabi.config │ │ ├── armv7-ctng-linux-gnueabihf.config │ │ ├── br-aarch64-glibc.config │ │ ├── br-arc-full-internal.config │ │ ├── br-arc-internal-glibc.config │ │ ├── br-arcle-hs38.config │ │ ├── br-arm-basic.config │ │ ├── br-arm-cortex-a9-glibc.config │ │ ├── br-arm-cortex-a9-musl.config │ │ ├── br-arm-cortex-m4-full.config │ │ ├── br-arm-full-nothread.config │ │ ├── br-arm-full-static.config │ │ ├── br-arm-full.config │ │ ├── br-arm-internal-full.config │ │ ├── br-bfin-full.config │ │ ├── br-i386-pentium-mmx-musl.config │ │ ├── br-i386-pentium4-full.config │ │ ├── br-m68k-5208-full.config │ │ ├── br-m68k-68040-full.config │ │ ├── br-microblazeel-full-internal.config │ │ ├── br-microblazeel-full.config │ │ ├── br-mips32r6-el-hf-glibc.config │ │ ├── br-mips64-n64-full.config │ │ ├── br-mips64r6-el-hf-glibc.config │ │ ├── br-mipsel-o32-full.config │ │ ├── br-nios2-glibc.config │ │ ├── br-openrisc-uclibc.config │ │ ├── br-powerpc-603e-basic-cpp.config │ │ ├── br-powerpc-e500mc-full.config │ │ ├── br-powerpc-internal-full.config │ │ ├── br-powerpc64-power7-glibc.config │ │ ├── br-powerpc64le-power8-glibc.config │ │ ├── br-sh4-full.config │ │ ├── br-sparc-uclibc.config │ │ ├── br-sparc64-glibc.config │ │ ├── br-x86-64-core2-full.config │ │ ├── br-x86-64-musl.config │ │ ├── br-xtensa-full-internal.config │ │ ├── br-xtensa-full.config │ │ ├── i686-ctng-linux-gnu.config │ │ ├── linaro-aarch64.config │ │ ├── linaro-arm.config │ │ ├── mips64el-ctng_n32-linux-gnu.config │ │ ├── mips64el-ctng_n64-linux-gnu.config │ │ ├── powerpc-ctng_e500v2-linux-gnuspe.config │ │ ├── sourcery-arm-armv4t.config │ │ ├── sourcery-arm-thumb2.config │ │ ├── sourcery-arm.config │ │ ├── sourcery-mips.config │ │ ├── sourcery-mips64.config │ │ ├── sourcery-nios2.config │ │ ├── sourcery-x86-64.config │ │ ├── toolchain-configs.csv │ │ └── x86_64-ctng_locales-linux-gnu.config │ └── minimal.config ├── dependencies │ ├── check-host-asciidoc.sh │ ├── check-host-cmake.mk │ ├── check-host-cmake.sh │ ├── check-host-lzip.mk │ ├── check-host-lzip.sh │ ├── check-host-tar.mk │ ├── check-host-tar.sh │ ├── check-host-xzcat.mk │ ├── check-host-xzcat.sh │ ├── dependencies.mk │ └── dependencies.sh ├── docker │ └── Dockerfile ├── download │ ├── bzr │ ├── check-hash │ ├── cp │ ├── cvs │ ├── dl-wrapper │ ├── git │ ├── hg │ ├── scp │ ├── svn │ └── wget ├── gnuconfig │ ├── README.buildroot │ ├── config.guess │ └── config.sub ├── 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 │ ├── 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 │ │ ├── 15-fix-qconf-moc-rule.patch │ │ ├── 16-fix-space-to-de-select-options.patch │ │ ├── 17-kconfig-lxdialog-get-ncurses-CFLAGS-with-pkg-config.patch │ │ ├── 18-kconfig-nconfig-fix-multi-byte-UTF-handling.patch │ │ └── series │ ├── qconf.cc │ ├── qconf.h │ ├── streamline_config.pl │ ├── symbol.c │ ├── util.c │ ├── zconf.gperf │ ├── zconf.hash.c_shipped │ ├── 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 │ ├── relocate-sdk.sh │ ├── target-dir-warning.txt │ ├── toolchainfile.cmake.in │ └── utils.mk ├── scripts │ ├── apply-patches.sh │ ├── br2-external │ ├── brpkgutil.py │ ├── check-bin-arch │ ├── check-host-rpath │ ├── check-kernel-headers.sh │ ├── eclipse-register-toolchain │ ├── expunge-gconv-modules │ ├── fix-configure-powerpc64.sh │ ├── fix-rpath │ ├── genimage.sh │ ├── graph-build-time │ ├── graph-depends │ ├── hardlink-or-copy │ ├── mkmakefile │ ├── mkusers │ ├── pkg-stats │ ├── pycompile.py │ ├── setlocalversion │ ├── size-stats │ └── xorg-release └── testing │ ├── conf │ ├── 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 │ ├── core │ ├── __init__.py │ ├── post-build.sh │ ├── post-image.sh │ ├── rootfs-overlay1 │ │ └── test-file1 │ ├── rootfs-overlay2 │ │ └── etc │ │ │ └── test-file2 │ ├── test_post_scripts.py │ ├── test_rootfs_overlay.py │ └── test_timezone.py │ ├── fs │ ├── __init__.py │ ├── test_ext.py │ ├── test_iso9660.py │ ├── test_jffs2.py │ ├── test_squashfs.py │ ├── test_ubi.py │ └── test_yaffs2.py │ ├── init │ ├── __init__.py │ ├── base.py │ ├── systemd-factory │ │ └── var │ │ │ └── foo │ │ │ └── bar │ ├── test_busybox.py │ ├── test_none.py │ └── test_systemd.py │ ├── package │ ├── __init__.py │ ├── test_dropbear.py │ ├── test_ipython.py │ └── test_python.py │ └── toolchain │ ├── __init__.py │ └── test_external.py ├── system ├── Config.in ├── device_table.txt ├── device_table_dev.txt ├── skeleton │ ├── dev │ │ └── .empty │ ├── 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 │ │ └── .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-common.in ├── toolchain-external │ ├── Config.in │ ├── pkg-toolchain-external.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-amd64 │ │ ├── Config.in │ │ ├── Config.in.options │ │ ├── toolchain-external-codesourcery-amd64.hash │ │ └── toolchain-external-codesourcery-amd64.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 │ │ ├── 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 ├── checkpackagelib ├── __init__.py ├── base.py ├── lib.py ├── lib_config.py ├── lib_hash.py ├── lib_mk.py ├── lib_patch.py └── readme.txt ├── config ├── genrandconfig ├── get-developers ├── getdeveloperlib.py ├── readme.txt ├── scancpan ├── scanpypi ├── size-stats-compare └── test-pkg /.defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/.defconfig -------------------------------------------------------------------------------- /.flake8: -------------------------------------------------------------------------------- 1 | [flake8] 2 | max-line-length=132 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.gitlab-ci.yml.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/.gitlab-ci.yml.in -------------------------------------------------------------------------------- /CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/CHANGES -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/COPYING -------------------------------------------------------------------------------- /Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/Config.in -------------------------------------------------------------------------------- /Config.in.legacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/Config.in.legacy -------------------------------------------------------------------------------- /DEVELOPERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/DEVELOPERS -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.legacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/Makefile.legacy -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/README -------------------------------------------------------------------------------- /arch/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in -------------------------------------------------------------------------------- /arch/Config.in.arc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in.arc -------------------------------------------------------------------------------- /arch/Config.in.arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in.arm -------------------------------------------------------------------------------- /arch/Config.in.bfin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in.bfin -------------------------------------------------------------------------------- /arch/Config.in.csky: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in.csky -------------------------------------------------------------------------------- /arch/Config.in.m68k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in.m68k -------------------------------------------------------------------------------- /arch/Config.in.mips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in.mips -------------------------------------------------------------------------------- /arch/Config.in.nios2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in.nios2 -------------------------------------------------------------------------------- /arch/Config.in.or1k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in.or1k -------------------------------------------------------------------------------- /arch/Config.in.powerpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in.powerpc -------------------------------------------------------------------------------- /arch/Config.in.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in.sh -------------------------------------------------------------------------------- /arch/Config.in.sparc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in.sparc -------------------------------------------------------------------------------- /arch/Config.in.x86: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in.x86 -------------------------------------------------------------------------------- /arch/Config.in.xtensa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/Config.in.xtensa -------------------------------------------------------------------------------- /arch/arch.mk.xtensa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/arch/arch.mk.xtensa -------------------------------------------------------------------------------- /board/atmel/flasher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/atmel/flasher.sh -------------------------------------------------------------------------------- /board/atmel/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/atmel/readme.txt -------------------------------------------------------------------------------- /board/ci20/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/ci20/readme.txt -------------------------------------------------------------------------------- /board/ci40/genimage.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/ci40/genimage.cfg -------------------------------------------------------------------------------- /board/ci40/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/ci40/readme.txt -------------------------------------------------------------------------------- /board/csky/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/csky/readme.txt -------------------------------------------------------------------------------- /board/digilent/zybo/system.bit: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /board/freescale/imx31_3stack/linux.fragment: -------------------------------------------------------------------------------- 1 | # CONFIG_FB_MXS is not set 2 | -------------------------------------------------------------------------------- /board/freescale/warpboard/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_CFG80211_WEXT=y 2 | -------------------------------------------------------------------------------- /board/gdb/post-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/gdb/post-build.sh -------------------------------------------------------------------------------- /board/orangepi/orangepi-one/post-build.sh: -------------------------------------------------------------------------------- 1 | ../post-build.sh -------------------------------------------------------------------------------- /board/orangepi/orangepi-one/post-image.sh: -------------------------------------------------------------------------------- 1 | ../post-image.sh -------------------------------------------------------------------------------- /board/orangepi/orangepi-pc/post-build.sh: -------------------------------------------------------------------------------- 1 | ../post-build.sh -------------------------------------------------------------------------------- /board/orangepi/orangepi-pc/post-image.sh: -------------------------------------------------------------------------------- 1 | ../post-image.sh -------------------------------------------------------------------------------- /board/orangepi/orangepi-zero/post-build.sh: -------------------------------------------------------------------------------- 1 | ../post-build.sh -------------------------------------------------------------------------------- /board/orangepi/orangepi-zero/post-image.sh: -------------------------------------------------------------------------------- 1 | ../post-image.sh -------------------------------------------------------------------------------- /board/pc/grub-bios.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/pc/grub-bios.cfg -------------------------------------------------------------------------------- /board/pc/grub-efi.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/pc/grub-efi.cfg -------------------------------------------------------------------------------- /board/pc/linux.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/pc/linux.config -------------------------------------------------------------------------------- /board/pc/post-image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/pc/post-image.sh -------------------------------------------------------------------------------- /board/pc/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/pc/readme.txt -------------------------------------------------------------------------------- /board/raspberrypi0: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi2: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi3: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi3-64: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/technexion/imx6ulpico/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_CFG80211_WEXT=y 2 | -------------------------------------------------------------------------------- /board/udoo/mx6qdl/linux.fragment: -------------------------------------------------------------------------------- 1 | # CONFIG_USB is not set 2 | -------------------------------------------------------------------------------- /board/warp7/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/warp7/readme.txt -------------------------------------------------------------------------------- /board/zynq/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/board/zynq/readme.txt -------------------------------------------------------------------------------- /boot/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/Config.in -------------------------------------------------------------------------------- /boot/barebox/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/barebox/Config.in -------------------------------------------------------------------------------- /boot/barebox/barebox-aux/barebox-aux.hash: -------------------------------------------------------------------------------- 1 | ../barebox.hash -------------------------------------------------------------------------------- /boot/barebox/barebox.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/barebox/barebox.mk -------------------------------------------------------------------------------- /boot/barebox/barebox/barebox.hash: -------------------------------------------------------------------------------- 1 | ../barebox.hash -------------------------------------------------------------------------------- /boot/common.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard boot/*/*.mk)) 2 | -------------------------------------------------------------------------------- /boot/grub2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/grub2/Config.in -------------------------------------------------------------------------------- /boot/grub2/grub.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/grub2/grub.cfg -------------------------------------------------------------------------------- /boot/grub2/grub2.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/grub2/grub2.hash -------------------------------------------------------------------------------- /boot/grub2/grub2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/grub2/grub2.mk -------------------------------------------------------------------------------- /boot/grub2/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/grub2/readme.txt -------------------------------------------------------------------------------- /boot/gummiboot/loader.conf: -------------------------------------------------------------------------------- 1 | timeout 3 2 | default buildroot 3 | -------------------------------------------------------------------------------- /boot/syslinux/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/syslinux/Config.in -------------------------------------------------------------------------------- /boot/uboot/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/uboot/Config.in -------------------------------------------------------------------------------- /boot/uboot/uboot.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/uboot/uboot.hash -------------------------------------------------------------------------------- /boot/uboot/uboot.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/uboot/uboot.mk -------------------------------------------------------------------------------- /boot/xloader/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/xloader/Config.in -------------------------------------------------------------------------------- /boot/xloader/xloader.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/boot/xloader/xloader.mk -------------------------------------------------------------------------------- /configs/ci20_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/configs/ci20_defconfig -------------------------------------------------------------------------------- /configs/ci40_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/configs/ci40_defconfig -------------------------------------------------------------------------------- /configs/warp7_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/configs/warp7_defconfig -------------------------------------------------------------------------------- /docs/images: -------------------------------------------------------------------------------- 1 | website/images -------------------------------------------------------------------------------- /docs/manual/getting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/docs/manual/getting.txt -------------------------------------------------------------------------------- /docs/manual/manual.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/docs/manual/manual.mk -------------------------------------------------------------------------------- /docs/manual/manual.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/docs/manual/manual.txt -------------------------------------------------------------------------------- /docs/website/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/docs/website/.htaccess -------------------------------------------------------------------------------- /docs/website/docs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/docs/website/docs.html -------------------------------------------------------------------------------- /docs/website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/docs/website/index.html -------------------------------------------------------------------------------- /docs/website/news.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/docs/website/news.html -------------------------------------------------------------------------------- /docs/website/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /cgi-bin/ 3 | -------------------------------------------------------------------------------- /fs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/Config.in -------------------------------------------------------------------------------- /fs/axfs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/axfs/Config.in -------------------------------------------------------------------------------- /fs/axfs/axfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/axfs/axfs.mk -------------------------------------------------------------------------------- /fs/cloop/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/cloop/Config.in -------------------------------------------------------------------------------- /fs/cloop/cloop.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/cloop/cloop.mk -------------------------------------------------------------------------------- /fs/common.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/common.mk -------------------------------------------------------------------------------- /fs/cpio/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/cpio/Config.in -------------------------------------------------------------------------------- /fs/cpio/cpio.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/cpio/cpio.mk -------------------------------------------------------------------------------- /fs/cpio/init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/cpio/init -------------------------------------------------------------------------------- /fs/cramfs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/cramfs/Config.in -------------------------------------------------------------------------------- /fs/cramfs/cramfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/cramfs/cramfs.mk -------------------------------------------------------------------------------- /fs/ext2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/ext2/Config.in -------------------------------------------------------------------------------- /fs/ext2/ext2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/ext2/ext2.mk -------------------------------------------------------------------------------- /fs/initramfs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/initramfs/Config.in -------------------------------------------------------------------------------- /fs/iso9660/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/iso9660/Config.in -------------------------------------------------------------------------------- /fs/iso9660/grub.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/iso9660/grub.cfg -------------------------------------------------------------------------------- /fs/iso9660/iso9660.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/iso9660/iso9660.mk -------------------------------------------------------------------------------- /fs/iso9660/isolinux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/iso9660/isolinux.cfg -------------------------------------------------------------------------------- /fs/jffs2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/jffs2/Config.in -------------------------------------------------------------------------------- /fs/jffs2/jffs2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/jffs2/jffs2.mk -------------------------------------------------------------------------------- /fs/romfs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/romfs/Config.in -------------------------------------------------------------------------------- /fs/romfs/romfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/romfs/romfs.mk -------------------------------------------------------------------------------- /fs/squashfs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/squashfs/Config.in -------------------------------------------------------------------------------- /fs/squashfs/squashfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/squashfs/squashfs.mk -------------------------------------------------------------------------------- /fs/tar/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/tar/Config.in -------------------------------------------------------------------------------- /fs/tar/tar.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/tar/tar.mk -------------------------------------------------------------------------------- /fs/ubifs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/ubifs/Config.in -------------------------------------------------------------------------------- /fs/ubifs/ubi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/ubifs/ubi.mk -------------------------------------------------------------------------------- /fs/ubifs/ubifs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/ubifs/ubifs.mk -------------------------------------------------------------------------------- /fs/ubifs/ubinize.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/ubifs/ubinize.cfg -------------------------------------------------------------------------------- /fs/yaffs2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/yaffs2/Config.in -------------------------------------------------------------------------------- /fs/yaffs2/yaffs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/fs/yaffs2/yaffs.mk -------------------------------------------------------------------------------- /linux/Config.ext.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/linux/Config.ext.in -------------------------------------------------------------------------------- /linux/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/linux/Config.in -------------------------------------------------------------------------------- /linux/linux-ext-aufs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/linux/linux-ext-aufs.mk -------------------------------------------------------------------------------- /linux/linux-ext-rtai.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/linux/linux-ext-rtai.mk -------------------------------------------------------------------------------- /linux/linux.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/linux/linux.mk -------------------------------------------------------------------------------- /package/4th/4th.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/4th/4th.hash -------------------------------------------------------------------------------- /package/4th/4th.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/4th/4th.mk -------------------------------------------------------------------------------- /package/4th/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/4th/Config.in -------------------------------------------------------------------------------- /package/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/Config.in -------------------------------------------------------------------------------- /package/Config.in.host: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/Config.in.host -------------------------------------------------------------------------------- /package/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/Makefile.in -------------------------------------------------------------------------------- /package/acl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/acl/Config.in -------------------------------------------------------------------------------- /package/acl/acl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/acl/acl.hash -------------------------------------------------------------------------------- /package/acl/acl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/acl/acl.mk -------------------------------------------------------------------------------- /package/acpid/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/acpid/Config.in -------------------------------------------------------------------------------- /package/acpid/S02acpid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/acpid/S02acpid -------------------------------------------------------------------------------- /package/acpid/acpid.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/acpid/acpid.mk -------------------------------------------------------------------------------- /package/apr/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/apr/Config.in -------------------------------------------------------------------------------- /package/apr/apr.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/apr/apr.hash -------------------------------------------------------------------------------- /package/apr/apr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/apr/apr.mk -------------------------------------------------------------------------------- /package/argus/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/argus/Config.in -------------------------------------------------------------------------------- /package/argus/argus.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/argus/argus.mk -------------------------------------------------------------------------------- /package/at/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/at/Config.in -------------------------------------------------------------------------------- /package/at/S99at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/at/S99at -------------------------------------------------------------------------------- /package/at/at.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/at/at.hash -------------------------------------------------------------------------------- /package/at/at.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/at/at.mk -------------------------------------------------------------------------------- /package/atest/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atest/Config.in -------------------------------------------------------------------------------- /package/atest/atest.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atest/atest.mk -------------------------------------------------------------------------------- /package/atf/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atf/Config.in -------------------------------------------------------------------------------- /package/atf/atf.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atf/atf.hash -------------------------------------------------------------------------------- /package/atf/atf.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atf/atf.mk -------------------------------------------------------------------------------- /package/atftp/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atftp/Config.in -------------------------------------------------------------------------------- /package/atftp/atftp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atftp/atftp.mk -------------------------------------------------------------------------------- /package/atk/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atk/Config.in -------------------------------------------------------------------------------- /package/atk/atk.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atk/atk.hash -------------------------------------------------------------------------------- /package/atk/atk.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atk/atk.mk -------------------------------------------------------------------------------- /package/atkmm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atkmm/Config.in -------------------------------------------------------------------------------- /package/atkmm/atkmm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atkmm/atkmm.mk -------------------------------------------------------------------------------- /package/atop/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atop/Config.in -------------------------------------------------------------------------------- /package/atop/atop.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atop/atop.hash -------------------------------------------------------------------------------- /package/atop/atop.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/atop/atop.mk -------------------------------------------------------------------------------- /package/attr/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/attr/Config.in -------------------------------------------------------------------------------- /package/attr/attr.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/attr/attr.hash -------------------------------------------------------------------------------- /package/attr/attr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/attr/attr.mk -------------------------------------------------------------------------------- /package/aubio/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/aubio/Config.in -------------------------------------------------------------------------------- /package/aubio/aubio.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/aubio/aubio.mk -------------------------------------------------------------------------------- /package/audit/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/audit/Config.in -------------------------------------------------------------------------------- /package/audit/S01auditd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/audit/S01auditd -------------------------------------------------------------------------------- /package/audit/audit.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/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/gamaral/rpi-buildroot/HEAD/package/aufs/Config.in -------------------------------------------------------------------------------- /package/aufs/aufs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/aufs/aufs.mk -------------------------------------------------------------------------------- /package/aumix/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/aumix/Config.in -------------------------------------------------------------------------------- /package/aumix/aumix.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/aumix/aumix.mk -------------------------------------------------------------------------------- /package/avahi/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/avahi/Config.in -------------------------------------------------------------------------------- /package/avahi/avahi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/avahi/avahi.mk -------------------------------------------------------------------------------- /package/axel/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/axel/Config.in -------------------------------------------------------------------------------- /package/axel/axel.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/axel/axel.hash -------------------------------------------------------------------------------- /package/axel/axel.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/axel/axel.mk -------------------------------------------------------------------------------- /package/azmq/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/azmq/Config.in -------------------------------------------------------------------------------- /package/azmq/azmq.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/azmq/azmq.hash -------------------------------------------------------------------------------- /package/azmq/azmq.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/azmq/azmq.mk -------------------------------------------------------------------------------- /package/bash/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bash/Config.in -------------------------------------------------------------------------------- /package/bash/bash.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bash/bash.hash -------------------------------------------------------------------------------- /package/bash/bash.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bash/bash.mk -------------------------------------------------------------------------------- /package/bc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bc/Config.in -------------------------------------------------------------------------------- /package/bc/bc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bc/bc.hash -------------------------------------------------------------------------------- /package/bc/bc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bc/bc.mk -------------------------------------------------------------------------------- /package/bdwgc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bdwgc/Config.in -------------------------------------------------------------------------------- /package/bdwgc/bdwgc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bdwgc/bdwgc.mk -------------------------------------------------------------------------------- /package/bind/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bind/Config.in -------------------------------------------------------------------------------- /package/bind/S81named: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bind/S81named -------------------------------------------------------------------------------- /package/bind/bind.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bind/bind.hash -------------------------------------------------------------------------------- /package/bind/bind.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bind/bind.mk -------------------------------------------------------------------------------- /package/bison/bison.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bison/bison.mk -------------------------------------------------------------------------------- /package/bmon/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bmon/Config.in -------------------------------------------------------------------------------- /package/bmon/bmon.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bmon/bmon.hash -------------------------------------------------------------------------------- /package/bmon/bmon.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bmon/bmon.mk -------------------------------------------------------------------------------- /package/boa/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/boa/Config.in -------------------------------------------------------------------------------- /package/boa/boa.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/boa/boa.conf -------------------------------------------------------------------------------- /package/boa/boa.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/boa/boa.hash -------------------------------------------------------------------------------- /package/boa/boa.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/boa/boa.mk -------------------------------------------------------------------------------- /package/boa/mime.types: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/boa/mime.types -------------------------------------------------------------------------------- /package/boinc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/boinc/Config.in -------------------------------------------------------------------------------- /package/boinc/boinc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/boinc/boinc.mk -------------------------------------------------------------------------------- /package/boost/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/boost/Config.in -------------------------------------------------------------------------------- /package/boost/boost.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/boost/boost.mk -------------------------------------------------------------------------------- /package/botan/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/botan/Config.in -------------------------------------------------------------------------------- /package/botan/botan.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/botan/botan.mk -------------------------------------------------------------------------------- /package/busybox/S10mdev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/busybox/S10mdev -------------------------------------------------------------------------------- /package/busybox/inittab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/busybox/inittab -------------------------------------------------------------------------------- /package/bzip2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bzip2/Config.in -------------------------------------------------------------------------------- /package/bzip2/bzip2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/bzip2/bzip2.mk -------------------------------------------------------------------------------- /package/c-icap/S96cicap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/c-icap/S96cicap -------------------------------------------------------------------------------- /package/cairo/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cairo/Config.in -------------------------------------------------------------------------------- /package/cairo/cairo.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cairo/cairo.mk -------------------------------------------------------------------------------- /package/ccid/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ccid/Config.in -------------------------------------------------------------------------------- /package/ccid/ccid.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ccid/ccid.hash -------------------------------------------------------------------------------- /package/ccid/ccid.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ccid/ccid.mk -------------------------------------------------------------------------------- /package/cgic/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cgic/Config.in -------------------------------------------------------------------------------- /package/cgic/cgic.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cgic/cgic.hash -------------------------------------------------------------------------------- /package/cgic/cgic.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cgic/cgic.mk -------------------------------------------------------------------------------- /package/check/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/check/Config.in -------------------------------------------------------------------------------- /package/check/check.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/check/check.mk -------------------------------------------------------------------------------- /package/cjson/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cjson/Config.in -------------------------------------------------------------------------------- /package/cjson/cjson.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cjson/cjson.mk -------------------------------------------------------------------------------- /package/cloop/cloop.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cloop/cloop.mk -------------------------------------------------------------------------------- /package/cmake/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cmake/Config.in -------------------------------------------------------------------------------- /package/cmake/cmake.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cmake/cmake.mk -------------------------------------------------------------------------------- /package/copas/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/copas/Config.in -------------------------------------------------------------------------------- /package/copas/copas.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/copas/copas.mk -------------------------------------------------------------------------------- /package/cpio/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cpio/Config.in -------------------------------------------------------------------------------- /package/cpio/cpio.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cpio/cpio.hash -------------------------------------------------------------------------------- /package/cpio/cpio.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cpio/cpio.mk -------------------------------------------------------------------------------- /package/cppdb/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cppdb/Config.in -------------------------------------------------------------------------------- /package/cppdb/cppdb.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cppdb/cppdb.mk -------------------------------------------------------------------------------- /package/crda/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/crda/Config.in -------------------------------------------------------------------------------- /package/crda/crda.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/crda/crda.hash -------------------------------------------------------------------------------- /package/crda/crda.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/crda/crda.mk -------------------------------------------------------------------------------- /package/cups/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cups/Config.in -------------------------------------------------------------------------------- /package/cups/cups.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cups/cups.hash -------------------------------------------------------------------------------- /package/cups/cups.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cups/cups.mk -------------------------------------------------------------------------------- /package/cvs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cvs/Config.in -------------------------------------------------------------------------------- /package/cvs/cvs.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cvs/cvs.hash -------------------------------------------------------------------------------- /package/cvs/cvs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cvs/cvs.mk -------------------------------------------------------------------------------- /package/cwiid/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cwiid/Config.in -------------------------------------------------------------------------------- /package/cwiid/cwiid.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/cwiid/cwiid.mk -------------------------------------------------------------------------------- /package/czmq/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/czmq/Config.in -------------------------------------------------------------------------------- /package/czmq/czmq.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/czmq/czmq.hash -------------------------------------------------------------------------------- /package/czmq/czmq.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/czmq/czmq.mk -------------------------------------------------------------------------------- /package/dado/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dado/Config.in -------------------------------------------------------------------------------- /package/dado/dado.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dado/dado.hash -------------------------------------------------------------------------------- /package/dado/dado.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dado/dado.mk -------------------------------------------------------------------------------- /package/dante/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dante/Config.in -------------------------------------------------------------------------------- /package/dante/S50dante: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dante/S50dante -------------------------------------------------------------------------------- /package/dante/dante.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dante/dante.mk -------------------------------------------------------------------------------- /package/dash/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dash/Config.in -------------------------------------------------------------------------------- /package/dash/dash.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dash/dash.hash -------------------------------------------------------------------------------- /package/dash/dash.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dash/dash.mk -------------------------------------------------------------------------------- /package/dbus/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dbus/Config.in -------------------------------------------------------------------------------- /package/dbus/S30dbus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dbus/S30dbus -------------------------------------------------------------------------------- /package/dbus/dbus.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dbus/dbus.hash -------------------------------------------------------------------------------- /package/dbus/dbus.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dbus/dbus.mk -------------------------------------------------------------------------------- /package/dc3dd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dc3dd/Config.in -------------------------------------------------------------------------------- /package/dc3dd/dc3dd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dc3dd/dc3dd.mk -------------------------------------------------------------------------------- /package/dcron/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dcron/Config.in -------------------------------------------------------------------------------- /package/dcron/S90dcron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dcron/S90dcron -------------------------------------------------------------------------------- /package/dcron/dcron.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dcron/dcron.mk -------------------------------------------------------------------------------- /package/dhcp/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dhcp/Config.in -------------------------------------------------------------------------------- /package/dhcp/dhcp.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dhcp/dhcp.hash -------------------------------------------------------------------------------- /package/dhcp/dhcp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dhcp/dhcp.mk -------------------------------------------------------------------------------- /package/dhcp/dhcpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dhcp/dhcpd.conf -------------------------------------------------------------------------------- /package/dillo/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dillo/Config.in -------------------------------------------------------------------------------- /package/dillo/dillo.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dillo/dillo.mk -------------------------------------------------------------------------------- /package/doc-asciidoc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/doc-asciidoc.mk -------------------------------------------------------------------------------- /package/dstat/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dstat/Config.in -------------------------------------------------------------------------------- /package/dstat/dstat.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dstat/dstat.mk -------------------------------------------------------------------------------- /package/dt/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dt/Config.in -------------------------------------------------------------------------------- /package/dt/dt.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dt/dt.hash -------------------------------------------------------------------------------- /package/dt/dt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dt/dt.mk -------------------------------------------------------------------------------- /package/dtach/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dtach/Config.in -------------------------------------------------------------------------------- /package/dtach/dtach.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dtach/dtach.mk -------------------------------------------------------------------------------- /package/dtc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dtc/Config.in -------------------------------------------------------------------------------- /package/dtc/dtc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dtc/dtc.hash -------------------------------------------------------------------------------- /package/dtc/dtc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/dtc/dtc.mk -------------------------------------------------------------------------------- /package/duma/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/duma/Config.in -------------------------------------------------------------------------------- /package/duma/duma.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/duma/duma.hash -------------------------------------------------------------------------------- /package/duma/duma.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/duma/duma.mk -------------------------------------------------------------------------------- /package/ed/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ed/Config.in -------------------------------------------------------------------------------- /package/ed/ed.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ed/ed.hash -------------------------------------------------------------------------------- /package/ed/ed.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ed/ed.mk -------------------------------------------------------------------------------- /package/efl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/efl/Config.in -------------------------------------------------------------------------------- /package/efl/efl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/efl/efl.hash -------------------------------------------------------------------------------- /package/efl/efl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/efl/efl.mk -------------------------------------------------------------------------------- /package/eigen/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/eigen/Config.in -------------------------------------------------------------------------------- /package/eigen/eigen.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/eigen/eigen.mk -------------------------------------------------------------------------------- /package/emlog/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/emlog/Config.in -------------------------------------------------------------------------------- /package/emlog/emlog.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/emlog/emlog.mk -------------------------------------------------------------------------------- /package/empty/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/empty/Config.in -------------------------------------------------------------------------------- /package/empty/empty.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/empty/empty.mk -------------------------------------------------------------------------------- /package/eudev/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/eudev/Config.in -------------------------------------------------------------------------------- /package/eudev/S10udev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/eudev/S10udev -------------------------------------------------------------------------------- /package/eudev/eudev.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/eudev/eudev.mk -------------------------------------------------------------------------------- /package/evemu/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/evemu/Config.in -------------------------------------------------------------------------------- /package/evemu/evemu.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/evemu/evemu.mk -------------------------------------------------------------------------------- /package/exfat/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/exfat/Config.in -------------------------------------------------------------------------------- /package/exfat/exfat.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/exfat/exfat.mk -------------------------------------------------------------------------------- /package/exim/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/exim/Config.in -------------------------------------------------------------------------------- /package/exim/S86exim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/exim/S86exim -------------------------------------------------------------------------------- /package/exim/exim.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/exim/exim.hash -------------------------------------------------------------------------------- /package/exim/exim.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/exim/exim.mk -------------------------------------------------------------------------------- /package/exiv2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/exiv2/Config.in -------------------------------------------------------------------------------- /package/exiv2/exiv2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/exiv2/exiv2.mk -------------------------------------------------------------------------------- /package/expat/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/expat/Config.in -------------------------------------------------------------------------------- /package/expat/expat.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/expat/expat.mk -------------------------------------------------------------------------------- /package/ezxml/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ezxml/Config.in -------------------------------------------------------------------------------- /package/ezxml/ezxml.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ezxml/ezxml.mk -------------------------------------------------------------------------------- /package/faad2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/faad2/Config.in -------------------------------------------------------------------------------- /package/faad2/faad2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/faad2/faad2.mk -------------------------------------------------------------------------------- /package/faifa/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/faifa/Config.in -------------------------------------------------------------------------------- /package/faifa/faifa.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/faifa/faifa.mk -------------------------------------------------------------------------------- /package/fastd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fastd/Config.in -------------------------------------------------------------------------------- /package/fastd/fastd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fastd/fastd.mk -------------------------------------------------------------------------------- /package/fbset/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fbset/Config.in -------------------------------------------------------------------------------- /package/fbset/fbset.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fbset/fbset.mk -------------------------------------------------------------------------------- /package/fbtft/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fbtft/Config.in -------------------------------------------------------------------------------- /package/fbtft/fbtft.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fbtft/fbtft.mk -------------------------------------------------------------------------------- /package/fbv/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fbv/Config.in -------------------------------------------------------------------------------- /package/fbv/fbv.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fbv/fbv.hash -------------------------------------------------------------------------------- /package/fbv/fbv.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fbv/fbv.mk -------------------------------------------------------------------------------- /package/feh/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/feh/Config.in -------------------------------------------------------------------------------- /package/feh/feh.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/feh/feh.hash -------------------------------------------------------------------------------- /package/feh/feh.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/feh/feh.mk -------------------------------------------------------------------------------- /package/fftw/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fftw/Config.in -------------------------------------------------------------------------------- /package/fftw/fftw.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fftw/fftw.hash -------------------------------------------------------------------------------- /package/fftw/fftw.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fftw/fftw.mk -------------------------------------------------------------------------------- /package/ficl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ficl/Config.in -------------------------------------------------------------------------------- /package/ficl/ficl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ficl/ficl.hash -------------------------------------------------------------------------------- /package/ficl/ficl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ficl/ficl.mk -------------------------------------------------------------------------------- /package/file/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/file/Config.in -------------------------------------------------------------------------------- /package/file/file.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/file/file.hash -------------------------------------------------------------------------------- /package/file/file.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/file/file.mk -------------------------------------------------------------------------------- /package/fio/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fio/Config.in -------------------------------------------------------------------------------- /package/fio/fio.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fio/fio.hash -------------------------------------------------------------------------------- /package/fio/fio.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fio/fio.mk -------------------------------------------------------------------------------- /package/fis/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fis/Config.in -------------------------------------------------------------------------------- /package/fis/fis.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fis/fis.mk -------------------------------------------------------------------------------- /package/flac/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/flac/Config.in -------------------------------------------------------------------------------- /package/flac/flac.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/flac/flac.hash -------------------------------------------------------------------------------- /package/flac/flac.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/flac/flac.mk -------------------------------------------------------------------------------- /package/flann/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/flann/Config.in -------------------------------------------------------------------------------- /package/flann/flann.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/flann/flann.mk -------------------------------------------------------------------------------- /package/flex/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/flex/Config.in -------------------------------------------------------------------------------- /package/flex/flex.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/flex/flex.hash -------------------------------------------------------------------------------- /package/flex/flex.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/flex/flex.mk -------------------------------------------------------------------------------- /package/flite/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/flite/Config.in -------------------------------------------------------------------------------- /package/flite/flite.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/flite/flite.mk -------------------------------------------------------------------------------- /package/flot/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/flot/Config.in -------------------------------------------------------------------------------- /package/flot/flot.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/flot/flot.hash -------------------------------------------------------------------------------- /package/flot/flot.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/flot/flot.mk -------------------------------------------------------------------------------- /package/fltk/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fltk/Config.in -------------------------------------------------------------------------------- /package/fltk/fltk.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fltk/fltk.hash -------------------------------------------------------------------------------- /package/fltk/fltk.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fltk/fltk.mk -------------------------------------------------------------------------------- /package/fluxbox/xsession: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec startfluxbox 3 | -------------------------------------------------------------------------------- /package/fmc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fmc/Config.in -------------------------------------------------------------------------------- /package/fmc/fmc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fmc/fmc.hash -------------------------------------------------------------------------------- /package/fmc/fmc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fmc/fmc.mk -------------------------------------------------------------------------------- /package/fmlib/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fmlib/Config.in -------------------------------------------------------------------------------- /package/fmlib/fmlib.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fmlib/fmlib.mk -------------------------------------------------------------------------------- /package/fmt/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fmt/Config.in -------------------------------------------------------------------------------- /package/fmt/fmt.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fmt/fmt.hash -------------------------------------------------------------------------------- /package/fmt/fmt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fmt/fmt.mk -------------------------------------------------------------------------------- /package/fping/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fping/Config.in -------------------------------------------------------------------------------- /package/fping/fping.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fping/fping.mk -------------------------------------------------------------------------------- /package/ftop/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ftop/Config.in -------------------------------------------------------------------------------- /package/ftop/ftop.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ftop/ftop.hash -------------------------------------------------------------------------------- /package/ftop/ftop.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ftop/ftop.mk -------------------------------------------------------------------------------- /package/fwts/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fwts/Config.in -------------------------------------------------------------------------------- /package/fwts/fwts.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fwts/fwts.hash -------------------------------------------------------------------------------- /package/fwts/fwts.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fwts/fwts.mk -------------------------------------------------------------------------------- /package/fwup/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fwup/Config.in -------------------------------------------------------------------------------- /package/fwup/fwup.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fwup/fwup.hash -------------------------------------------------------------------------------- /package/fwup/fwup.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/fwup/fwup.mk -------------------------------------------------------------------------------- /package/gamin/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gamin/Config.in -------------------------------------------------------------------------------- /package/gamin/gamin.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gamin/gamin.mk -------------------------------------------------------------------------------- /package/gawk/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gawk/Config.in -------------------------------------------------------------------------------- /package/gawk/gawk.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gawk/gawk.hash -------------------------------------------------------------------------------- /package/gawk/gawk.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/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/gamaral/rpi-buildroot/HEAD/package/gcc/gcc.hash -------------------------------------------------------------------------------- /package/gcc/gcc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gcc/gcc.mk -------------------------------------------------------------------------------- /package/gcr/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gcr/Config.in -------------------------------------------------------------------------------- /package/gcr/gcr.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gcr/gcr.hash -------------------------------------------------------------------------------- /package/gcr/gcr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gcr/gcr.mk -------------------------------------------------------------------------------- /package/gd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gd/Config.in -------------------------------------------------------------------------------- /package/gd/gd.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gd/gd.hash -------------------------------------------------------------------------------- /package/gd/gd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gd/gd.mk -------------------------------------------------------------------------------- /package/gdb/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gdb/Config.in -------------------------------------------------------------------------------- /package/gdb/gdb.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gdb/gdb.hash -------------------------------------------------------------------------------- /package/gdb/gdb.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gdb/gdb.mk -------------------------------------------------------------------------------- /package/gdbm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gdbm/Config.in -------------------------------------------------------------------------------- /package/gdbm/gdbm.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gdbm/gdbm.hash -------------------------------------------------------------------------------- /package/gdbm/gdbm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gdbm/gdbm.mk -------------------------------------------------------------------------------- /package/geoip/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/geoip/Config.in -------------------------------------------------------------------------------- /package/geoip/geoip.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/geoip/geoip.mk -------------------------------------------------------------------------------- /package/getent/getent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/getent/getent -------------------------------------------------------------------------------- /package/git/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/git/Config.in -------------------------------------------------------------------------------- /package/git/git.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/git/git.hash -------------------------------------------------------------------------------- /package/git/git.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/git/git.mk -------------------------------------------------------------------------------- /package/glibc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/glibc/Config.in -------------------------------------------------------------------------------- /package/glibc/glibc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/glibc/glibc.mk -------------------------------------------------------------------------------- /package/glm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/glm/Config.in -------------------------------------------------------------------------------- /package/glm/glm.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/glm/glm.hash -------------------------------------------------------------------------------- /package/glm/glm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/glm/glm.mk -------------------------------------------------------------------------------- /package/glog/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/glog/Config.in -------------------------------------------------------------------------------- /package/glog/glog.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/glog/glog.hash -------------------------------------------------------------------------------- /package/glog/glog.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/glog/glog.mk -------------------------------------------------------------------------------- /package/gmp/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gmp/Config.in -------------------------------------------------------------------------------- /package/gmp/gmp.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gmp/gmp.hash -------------------------------------------------------------------------------- /package/gmp/gmp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gmp/gmp.mk -------------------------------------------------------------------------------- /package/gmpc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gmpc/Config.in -------------------------------------------------------------------------------- /package/gmpc/gmpc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gmpc/gmpc.hash -------------------------------------------------------------------------------- /package/gmpc/gmpc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gmpc/gmpc.mk -------------------------------------------------------------------------------- /package/gnupg/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gnupg/Config.in -------------------------------------------------------------------------------- /package/gnupg/gnupg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gnupg/gnupg.mk -------------------------------------------------------------------------------- /package/go/go.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/go/go.hash -------------------------------------------------------------------------------- /package/go/go.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/go/go.mk -------------------------------------------------------------------------------- /package/gob2/gob2.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gob2/gob2.hash -------------------------------------------------------------------------------- /package/gob2/gob2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gob2/gob2.mk -------------------------------------------------------------------------------- /package/gperf/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gperf/Config.in -------------------------------------------------------------------------------- /package/gperf/gperf.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gperf/gperf.mk -------------------------------------------------------------------------------- /package/gpm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gpm/Config.in -------------------------------------------------------------------------------- /package/gpm/gpm.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gpm/gpm.hash -------------------------------------------------------------------------------- /package/gpm/gpm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gpm/gpm.mk -------------------------------------------------------------------------------- /package/gpsd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gpsd/Config.in -------------------------------------------------------------------------------- /package/gpsd/S50gpsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gpsd/S50gpsd -------------------------------------------------------------------------------- /package/gpsd/gpsd.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gpsd/gpsd.hash -------------------------------------------------------------------------------- /package/gpsd/gpsd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gpsd/gpsd.mk -------------------------------------------------------------------------------- /package/gqrx/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gqrx/Config.in -------------------------------------------------------------------------------- /package/gqrx/gqrx.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gqrx/gqrx.hash -------------------------------------------------------------------------------- /package/gqrx/gqrx.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gqrx/gqrx.mk -------------------------------------------------------------------------------- /package/grep/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/grep/Config.in -------------------------------------------------------------------------------- /package/grep/grep.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/grep/grep.hash -------------------------------------------------------------------------------- /package/grep/grep.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/grep/grep.mk -------------------------------------------------------------------------------- /package/gsl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gsl/Config.in -------------------------------------------------------------------------------- /package/gsl/gsl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gsl/gsl.hash -------------------------------------------------------------------------------- /package/gsl/gsl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gsl/gsl.mk -------------------------------------------------------------------------------- /package/gssdp/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gssdp/Config.in -------------------------------------------------------------------------------- /package/gssdp/gssdp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gssdp/gssdp.mk -------------------------------------------------------------------------------- /package/gstreamer/gstreamer.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard package/gstreamer/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/gstreamer1/gstreamer1.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard package/gstreamer1/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/gtest/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gtest/Config.in -------------------------------------------------------------------------------- /package/gtest/gmock.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gtest/gmock.pc -------------------------------------------------------------------------------- /package/gtest/gtest.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gtest/gtest.mk -------------------------------------------------------------------------------- /package/gtest/gtest.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gtest/gtest.pc -------------------------------------------------------------------------------- /package/guile/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/guile/Config.in -------------------------------------------------------------------------------- /package/guile/guile.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/guile/guile.mk -------------------------------------------------------------------------------- /package/gupnp/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gupnp/Config.in -------------------------------------------------------------------------------- /package/gupnp/gupnp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gupnp/gupnp.mk -------------------------------------------------------------------------------- /package/gvfs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gvfs/Config.in -------------------------------------------------------------------------------- /package/gvfs/gvfs.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gvfs/gvfs.hash -------------------------------------------------------------------------------- /package/gvfs/gvfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gvfs/gvfs.mk -------------------------------------------------------------------------------- /package/gzip/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gzip/Config.in -------------------------------------------------------------------------------- /package/gzip/gzip.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gzip/gzip.hash -------------------------------------------------------------------------------- /package/gzip/gzip.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/gzip/gzip.mk -------------------------------------------------------------------------------- /package/hans/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/hans/Config.in -------------------------------------------------------------------------------- /package/hans/hans.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/hans/hans.hash -------------------------------------------------------------------------------- /package/hans/hans.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/hans/hans.mk -------------------------------------------------------------------------------- /package/hplip/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/hplip/Config.in -------------------------------------------------------------------------------- /package/hplip/hplip.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/hplip/hplip.mk -------------------------------------------------------------------------------- /package/htop/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/htop/Config.in -------------------------------------------------------------------------------- /package/htop/htop.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/htop/htop.hash -------------------------------------------------------------------------------- /package/htop/htop.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/htop/htop.mk -------------------------------------------------------------------------------- /package/hwloc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/hwloc/Config.in -------------------------------------------------------------------------------- /package/hwloc/hwloc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/hwloc/hwloc.mk -------------------------------------------------------------------------------- /package/i7z/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/i7z/Config.in -------------------------------------------------------------------------------- /package/i7z/i7z.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/i7z/i7z.hash -------------------------------------------------------------------------------- /package/i7z/i7z.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/i7z/i7z.mk -------------------------------------------------------------------------------- /package/icu/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/icu/Config.in -------------------------------------------------------------------------------- /package/icu/icu.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/icu/icu.hash -------------------------------------------------------------------------------- /package/icu/icu.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/icu/icu.mk -------------------------------------------------------------------------------- /package/iftop/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/iftop/Config.in -------------------------------------------------------------------------------- /package/iftop/iftop.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/iftop/iftop.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/gamaral/rpi-buildroot/HEAD/package/ijs/Config.in -------------------------------------------------------------------------------- /package/ijs/ijs.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ijs/ijs.hash -------------------------------------------------------------------------------- /package/ijs/ijs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ijs/ijs.mk -------------------------------------------------------------------------------- /package/iotop/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/iotop/Config.in -------------------------------------------------------------------------------- /package/iotop/iotop.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/iotop/iotop.mk -------------------------------------------------------------------------------- /package/iperf/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/iperf/Config.in -------------------------------------------------------------------------------- /package/iperf/iperf.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/iperf/iperf.mk -------------------------------------------------------------------------------- /package/ipset/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ipset/Config.in -------------------------------------------------------------------------------- /package/ipset/ipset.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ipset/ipset.mk -------------------------------------------------------------------------------- /package/irssi/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/irssi/Config.in -------------------------------------------------------------------------------- /package/irssi/irssi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/irssi/irssi.mk -------------------------------------------------------------------------------- /package/isl/isl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/isl/isl.hash -------------------------------------------------------------------------------- /package/isl/isl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/isl/isl.mk -------------------------------------------------------------------------------- /package/iw/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/iw/Config.in -------------------------------------------------------------------------------- /package/iw/iw.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/iw/iw.hash -------------------------------------------------------------------------------- /package/iw/iw.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/iw/iw.mk -------------------------------------------------------------------------------- /package/jack2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jack2/Config.in -------------------------------------------------------------------------------- /package/jack2/jack2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jack2/jack2.mk -------------------------------------------------------------------------------- /package/jamvm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jamvm/Config.in -------------------------------------------------------------------------------- /package/jamvm/jamvm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jamvm/jamvm.mk -------------------------------------------------------------------------------- /package/jhead/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jhead/Config.in -------------------------------------------------------------------------------- /package/jhead/jhead.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jhead/jhead.mk -------------------------------------------------------------------------------- /package/jo/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jo/Config.in -------------------------------------------------------------------------------- /package/jo/jo.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jo/jo.hash -------------------------------------------------------------------------------- /package/jo/jo.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jo/jo.mk -------------------------------------------------------------------------------- /package/joe/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/joe/Config.in -------------------------------------------------------------------------------- /package/joe/joe.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/joe/joe.hash -------------------------------------------------------------------------------- /package/joe/joe.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/joe/joe.mk -------------------------------------------------------------------------------- /package/jose/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jose/Config.in -------------------------------------------------------------------------------- /package/jose/jose.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jose/jose.hash -------------------------------------------------------------------------------- /package/jose/jose.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jose/jose.mk -------------------------------------------------------------------------------- /package/jpeg/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jpeg/Config.in -------------------------------------------------------------------------------- /package/jpeg/jpeg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jpeg/jpeg.mk -------------------------------------------------------------------------------- /package/jq/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jq/Config.in -------------------------------------------------------------------------------- /package/jq/jq.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jq/jq.hash -------------------------------------------------------------------------------- /package/jq/jq.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jq/jq.mk -------------------------------------------------------------------------------- /package/jsmin/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jsmin/Config.in -------------------------------------------------------------------------------- /package/jsmin/jsmin.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jsmin/jsmin.mk -------------------------------------------------------------------------------- /package/jsmn/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jsmn/Config.in -------------------------------------------------------------------------------- /package/jsmn/jsmn.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jsmn/jsmn.hash -------------------------------------------------------------------------------- /package/jsmn/jsmn.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/jsmn/jsmn.mk -------------------------------------------------------------------------------- /package/kbd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kbd/Config.in -------------------------------------------------------------------------------- /package/kbd/kbd.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kbd/kbd.hash -------------------------------------------------------------------------------- /package/kbd/kbd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kbd/kbd.mk -------------------------------------------------------------------------------- /package/kexec/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kexec/Config.in -------------------------------------------------------------------------------- /package/kexec/kexec.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kexec/kexec.mk -------------------------------------------------------------------------------- /package/kmod/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kmod/Config.in -------------------------------------------------------------------------------- /package/kmod/kmod.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kmod/kmod.hash -------------------------------------------------------------------------------- /package/kmod/kmod.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kmod/kmod.mk -------------------------------------------------------------------------------- /package/kmsxx/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kmsxx/Config.in -------------------------------------------------------------------------------- /package/kmsxx/kmsxx.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kmsxx/kmsxx.mk -------------------------------------------------------------------------------- /package/knock/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/knock/Config.in -------------------------------------------------------------------------------- /package/knock/knock.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/knock/knock.mk -------------------------------------------------------------------------------- /package/kodi-jsonschemabuilder/kodi-jsonschemabuilder.hash: -------------------------------------------------------------------------------- 1 | ../kodi/kodi.hash -------------------------------------------------------------------------------- /package/kodi-texturepacker/kodi-texturepacker.hash: -------------------------------------------------------------------------------- 1 | ../kodi/kodi.hash -------------------------------------------------------------------------------- /package/kodi/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kodi/Config.in -------------------------------------------------------------------------------- /package/kodi/S50kodi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kodi/S50kodi -------------------------------------------------------------------------------- /package/kodi/br-kodi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kodi/br-kodi -------------------------------------------------------------------------------- /package/kodi/kodi.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kodi/kodi.hash -------------------------------------------------------------------------------- /package/kodi/kodi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kodi/kodi.mk -------------------------------------------------------------------------------- /package/ktap/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ktap/Config.in -------------------------------------------------------------------------------- /package/ktap/ktap.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ktap/ktap.hash -------------------------------------------------------------------------------- /package/ktap/ktap.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ktap/ktap.mk -------------------------------------------------------------------------------- /package/kyua/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kyua/Config.in -------------------------------------------------------------------------------- /package/kyua/kyua.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kyua/kyua.hash -------------------------------------------------------------------------------- /package/kyua/kyua.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/kyua/kyua.mk -------------------------------------------------------------------------------- /package/lame/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lame/Config.in -------------------------------------------------------------------------------- /package/lame/lame.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lame/lame.hash -------------------------------------------------------------------------------- /package/lame/lame.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lame/lame.mk -------------------------------------------------------------------------------- /package/lcms2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lcms2/Config.in -------------------------------------------------------------------------------- /package/lcms2/lcms2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lcms2/lcms2.mk -------------------------------------------------------------------------------- /package/less/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/less/Config.in -------------------------------------------------------------------------------- /package/less/less.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/less/less.hash -------------------------------------------------------------------------------- /package/less/less.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/less/less.mk -------------------------------------------------------------------------------- /package/lft/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lft/Config.in -------------------------------------------------------------------------------- /package/lft/lft.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lft/lft.hash -------------------------------------------------------------------------------- /package/lft/lft.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lft/lft.mk -------------------------------------------------------------------------------- /package/lftp/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lftp/Config.in -------------------------------------------------------------------------------- /package/lftp/lftp.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lftp/lftp.hash -------------------------------------------------------------------------------- /package/lftp/lftp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lftp/lftp.mk -------------------------------------------------------------------------------- /package/libao/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libao/Config.in -------------------------------------------------------------------------------- /package/libao/libao.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libao/libao.mk -------------------------------------------------------------------------------- /package/libee/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libee/Config.in -------------------------------------------------------------------------------- /package/libee/libee.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libee/libee.mk -------------------------------------------------------------------------------- /package/libev/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libev/Config.in -------------------------------------------------------------------------------- /package/libev/libev.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libev/libev.mk -------------------------------------------------------------------------------- /package/libfm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libfm/Config.in -------------------------------------------------------------------------------- /package/libfm/libfm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libfm/libfm.mk -------------------------------------------------------------------------------- /package/libiio/S99iiod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libiio/S99iiod -------------------------------------------------------------------------------- /package/liblo/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/liblo/Config.in -------------------------------------------------------------------------------- /package/liblo/liblo.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/liblo/liblo.mk -------------------------------------------------------------------------------- /package/libmad/mad.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libmad/mad.pc -------------------------------------------------------------------------------- /package/libnl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libnl/Config.in -------------------------------------------------------------------------------- /package/libnl/libnl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libnl/libnl.mk -------------------------------------------------------------------------------- /package/libuv/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libuv/Config.in -------------------------------------------------------------------------------- /package/libuv/libuv.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libuv/libuv.mk -------------------------------------------------------------------------------- /package/libva/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libva/Config.in -------------------------------------------------------------------------------- /package/libva/libva.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/libva/libva.mk -------------------------------------------------------------------------------- /package/links/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/links/Config.in -------------------------------------------------------------------------------- /package/links/links.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/links/links.mk -------------------------------------------------------------------------------- /package/linux-headers/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LINUX_HEADERS 2 | bool 3 | -------------------------------------------------------------------------------- /package/lite/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lite/Config.in -------------------------------------------------------------------------------- /package/lite/lite.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lite/lite.hash -------------------------------------------------------------------------------- /package/lite/lite.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lite/lite.mk -------------------------------------------------------------------------------- /package/lldpd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lldpd/Config.in -------------------------------------------------------------------------------- /package/lldpd/S60lldpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lldpd/S60lldpd -------------------------------------------------------------------------------- /package/lldpd/lldpd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lldpd/lldpd.mk -------------------------------------------------------------------------------- /package/lpeg/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lpeg/Config.in -------------------------------------------------------------------------------- /package/lpeg/lpeg.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lpeg/lpeg.hash -------------------------------------------------------------------------------- /package/lpeg/lpeg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lpeg/lpeg.mk -------------------------------------------------------------------------------- /package/lpty/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lpty/Config.in -------------------------------------------------------------------------------- /package/lpty/lpty.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lpty/lpty.hash -------------------------------------------------------------------------------- /package/lpty/lpty.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lpty/lpty.mk -------------------------------------------------------------------------------- /package/lrzsz/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lrzsz/Config.in -------------------------------------------------------------------------------- /package/lrzsz/lrzsz.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lrzsz/lrzsz.mk -------------------------------------------------------------------------------- /package/lshw/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lshw/Config.in -------------------------------------------------------------------------------- /package/lshw/lshw.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lshw/lshw.hash -------------------------------------------------------------------------------- /package/lshw/lshw.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lshw/lshw.mk -------------------------------------------------------------------------------- /package/lsof/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lsof/Config.in -------------------------------------------------------------------------------- /package/lsof/lsof.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lsof/lsof.hash -------------------------------------------------------------------------------- /package/lsof/lsof.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lsof/lsof.mk -------------------------------------------------------------------------------- /package/lsuio/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lsuio/Config.in -------------------------------------------------------------------------------- /package/lsuio/lsuio.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lsuio/lsuio.mk -------------------------------------------------------------------------------- /package/ltris/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ltris/Config.in -------------------------------------------------------------------------------- /package/ltris/ltris.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ltris/ltris.mk -------------------------------------------------------------------------------- /package/lua/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lua/Config.in -------------------------------------------------------------------------------- /package/lua/lua.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lua/lua.hash -------------------------------------------------------------------------------- /package/lua/lua.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lua/lua.mk -------------------------------------------------------------------------------- /package/lua/lua.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lua/lua.pc.in -------------------------------------------------------------------------------- /package/lunit/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lunit/Config.in -------------------------------------------------------------------------------- /package/lunit/lunit.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lunit/lunit.mk -------------------------------------------------------------------------------- /package/lutok/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lutok/Config.in -------------------------------------------------------------------------------- /package/lutok/lutok.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lutok/lutok.mk -------------------------------------------------------------------------------- /package/luv/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/luv/Config.in -------------------------------------------------------------------------------- /package/luv/luv.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/luv/luv.hash -------------------------------------------------------------------------------- /package/luv/luv.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/luv/luv.mk -------------------------------------------------------------------------------- /package/luvi/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/luvi/Config.in -------------------------------------------------------------------------------- /package/luvi/luvi.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/luvi/luvi.hash -------------------------------------------------------------------------------- /package/luvi/luvi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/luvi/luvi.mk -------------------------------------------------------------------------------- /package/lvm2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lvm2/Config.in -------------------------------------------------------------------------------- /package/lvm2/lvm2.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lvm2/lvm2.hash -------------------------------------------------------------------------------- /package/lvm2/lvm2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lvm2/lvm2.mk -------------------------------------------------------------------------------- /package/lxc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lxc/Config.in -------------------------------------------------------------------------------- /package/lxc/lxc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lxc/lxc.hash -------------------------------------------------------------------------------- /package/lxc/lxc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lxc/lxc.mk -------------------------------------------------------------------------------- /package/lz4/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lz4/Config.in -------------------------------------------------------------------------------- /package/lz4/lz4.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lz4/lz4.hash -------------------------------------------------------------------------------- /package/lz4/lz4.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lz4/lz4.mk -------------------------------------------------------------------------------- /package/lzip/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lzip/Config.in -------------------------------------------------------------------------------- /package/lzip/lzip.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lzip/lzip.hash -------------------------------------------------------------------------------- /package/lzip/lzip.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lzip/lzip.mk -------------------------------------------------------------------------------- /package/lzlib/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lzlib/Config.in -------------------------------------------------------------------------------- /package/lzlib/lzlib.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lzlib/lzlib.mk -------------------------------------------------------------------------------- /package/lzma/lzma.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lzma/lzma.hash -------------------------------------------------------------------------------- /package/lzma/lzma.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lzma/lzma.mk -------------------------------------------------------------------------------- /package/lzo/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lzo/Config.in -------------------------------------------------------------------------------- /package/lzo/lzo.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lzo/lzo.hash -------------------------------------------------------------------------------- /package/lzo/lzo.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lzo/lzo.mk -------------------------------------------------------------------------------- /package/lzop/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lzop/Config.in -------------------------------------------------------------------------------- /package/lzop/lzop.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lzop/lzop.hash -------------------------------------------------------------------------------- /package/lzop/lzop.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/lzop/lzop.mk -------------------------------------------------------------------------------- /package/m4/m4.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/m4/m4.hash -------------------------------------------------------------------------------- /package/m4/m4.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/m4/m4.mk -------------------------------------------------------------------------------- /package/make/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/make/Config.in -------------------------------------------------------------------------------- /package/make/make.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/make/make.hash -------------------------------------------------------------------------------- /package/make/make.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/make/make.mk -------------------------------------------------------------------------------- /package/makedevs/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/makedevs/README -------------------------------------------------------------------------------- /package/mc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mc/Config.in -------------------------------------------------------------------------------- /package/mc/mc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mc/mc.hash -------------------------------------------------------------------------------- /package/mc/mc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mc/mc.mk -------------------------------------------------------------------------------- /package/mdadm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mdadm/Config.in -------------------------------------------------------------------------------- /package/mdadm/mdadm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mdadm/mdadm.mk -------------------------------------------------------------------------------- /package/mesa3d-headers/mesa3d-headers.hash: -------------------------------------------------------------------------------- 1 | ../mesa3d/mesa3d.hash -------------------------------------------------------------------------------- /package/mimic/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mimic/Config.in -------------------------------------------------------------------------------- /package/mimic/mimic.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mimic/mimic.mk -------------------------------------------------------------------------------- /package/mkpasswd/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HOST_MKPASSWD 2 | bool "host mkpasswd" 3 | -------------------------------------------------------------------------------- /package/mksh/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mksh/Config.in -------------------------------------------------------------------------------- /package/mksh/mksh.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mksh/mksh.hash -------------------------------------------------------------------------------- /package/mksh/mksh.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mksh/mksh.mk -------------------------------------------------------------------------------- /package/monit/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/monit/Config.in -------------------------------------------------------------------------------- /package/monit/monit.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/monit/monit.mk -------------------------------------------------------------------------------- /package/mono/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mono/Config.in -------------------------------------------------------------------------------- /package/mono/mono.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mono/mono.hash -------------------------------------------------------------------------------- /package/mono/mono.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mono/mono.mk -------------------------------------------------------------------------------- /package/mosh/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mosh/Config.in -------------------------------------------------------------------------------- /package/mosh/mosh.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mosh/mosh.hash -------------------------------------------------------------------------------- /package/mosh/mosh.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mosh/mosh.mk -------------------------------------------------------------------------------- /package/mp4v2/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mp4v2/Config.in -------------------------------------------------------------------------------- /package/mp4v2/mp4v2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mp4v2/mp4v2.mk -------------------------------------------------------------------------------- /package/mpc/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpc/Config.in -------------------------------------------------------------------------------- /package/mpc/mpc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpc/mpc.hash -------------------------------------------------------------------------------- /package/mpc/mpc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpc/mpc.mk -------------------------------------------------------------------------------- /package/mpd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpd/Config.in -------------------------------------------------------------------------------- /package/mpd/S95mpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpd/S95mpd -------------------------------------------------------------------------------- /package/mpd/mpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpd/mpd.conf -------------------------------------------------------------------------------- /package/mpd/mpd.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpd/mpd.hash -------------------------------------------------------------------------------- /package/mpd/mpd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpd/mpd.mk -------------------------------------------------------------------------------- /package/mpfr/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpfr/Config.in -------------------------------------------------------------------------------- /package/mpfr/mpfr.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpfr/mpfr.hash -------------------------------------------------------------------------------- /package/mpfr/mpfr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpfr/mpfr.mk -------------------------------------------------------------------------------- /package/mpir/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpir/Config.in -------------------------------------------------------------------------------- /package/mpir/mpir.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpir/mpir.hash -------------------------------------------------------------------------------- /package/mpir/mpir.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpir/mpir.mk -------------------------------------------------------------------------------- /package/mpv/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpv/Config.in -------------------------------------------------------------------------------- /package/mpv/mpv.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpv/mpv.hash -------------------------------------------------------------------------------- /package/mpv/mpv.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mpv/mpv.mk -------------------------------------------------------------------------------- /package/mraa/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mraa/Config.in -------------------------------------------------------------------------------- /package/mraa/mraa.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mraa/mraa.hash -------------------------------------------------------------------------------- /package/mraa/mraa.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mraa/mraa.mk -------------------------------------------------------------------------------- /package/msmtp/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/msmtp/Config.in -------------------------------------------------------------------------------- /package/msmtp/msmtp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/msmtp/msmtp.mk -------------------------------------------------------------------------------- /package/mtd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mtd/Config.in -------------------------------------------------------------------------------- /package/mtd/mtd.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mtd/mtd.hash -------------------------------------------------------------------------------- /package/mtd/mtd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mtd/mtd.mk -------------------------------------------------------------------------------- /package/mtdev/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mtdev/Config.in -------------------------------------------------------------------------------- /package/mtdev/mtdev.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mtdev/mtdev.mk -------------------------------------------------------------------------------- /package/mtr/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mtr/Config.in -------------------------------------------------------------------------------- /package/mtr/mtr.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mtr/mtr.hash -------------------------------------------------------------------------------- /package/mtr/mtr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mtr/mtr.mk -------------------------------------------------------------------------------- /package/musl-compat-headers/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_MUSL_COMPAT_HEADERS 2 | bool 3 | -------------------------------------------------------------------------------- /package/musl/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/musl/Config.in -------------------------------------------------------------------------------- /package/musl/musl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/musl/musl.hash -------------------------------------------------------------------------------- /package/musl/musl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/musl/musl.mk -------------------------------------------------------------------------------- /package/mutt/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mutt/Config.in -------------------------------------------------------------------------------- /package/mutt/mutt.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mutt/mutt.hash -------------------------------------------------------------------------------- /package/mutt/mutt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mutt/mutt.mk -------------------------------------------------------------------------------- /package/mxml/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mxml/Config.in -------------------------------------------------------------------------------- /package/mxml/mxml.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mxml/mxml.hash -------------------------------------------------------------------------------- /package/mxml/mxml.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mxml/mxml.mk -------------------------------------------------------------------------------- /package/mysql/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mysql/Config.in -------------------------------------------------------------------------------- /package/mysql/mysql.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/mysql/mysql.mk -------------------------------------------------------------------------------- /package/nano/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nano/Config.in -------------------------------------------------------------------------------- /package/nano/nano.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nano/nano.hash -------------------------------------------------------------------------------- /package/nano/nano.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nano/nano.mk -------------------------------------------------------------------------------- /package/nasm/nasm.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nasm/nasm.hash -------------------------------------------------------------------------------- /package/nasm/nasm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nasm/nasm.mk -------------------------------------------------------------------------------- /package/nbd/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nbd/Config.in -------------------------------------------------------------------------------- /package/nbd/nbd.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nbd/nbd.hash -------------------------------------------------------------------------------- /package/nbd/nbd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nbd/nbd.mk -------------------------------------------------------------------------------- /package/ncdu/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ncdu/Config.in -------------------------------------------------------------------------------- /package/ncdu/ncdu.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ncdu/ncdu.hash -------------------------------------------------------------------------------- /package/ncdu/ncdu.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ncdu/ncdu.mk -------------------------------------------------------------------------------- /package/ncftp/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ncftp/Config.in -------------------------------------------------------------------------------- /package/ncftp/ncftp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ncftp/ncftp.mk -------------------------------------------------------------------------------- /package/ne10/ne10.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ne10/ne10.mk -------------------------------------------------------------------------------- /package/neon/neon.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/neon/neon.mk -------------------------------------------------------------------------------- /package/newt/newt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/newt/newt.mk -------------------------------------------------------------------------------- /package/nmap/nmap.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nmap/nmap.mk -------------------------------------------------------------------------------- /package/nmon/nmon.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nmon/nmon.mk -------------------------------------------------------------------------------- /package/nodm/S90nodm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nodm/S90nodm -------------------------------------------------------------------------------- /package/nodm/nodm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nodm/nodm.mk -------------------------------------------------------------------------------- /package/noip/noip.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/noip/noip.mk -------------------------------------------------------------------------------- /package/norm/norm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/norm/norm.mk -------------------------------------------------------------------------------- /package/ntp/S49ntp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ntp/S49ntp -------------------------------------------------------------------------------- /package/ntp/ntp.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ntp/ntp.hash -------------------------------------------------------------------------------- /package/ntp/ntp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ntp/ntp.mk -------------------------------------------------------------------------------- /package/nut/nut.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nut/nut.hash -------------------------------------------------------------------------------- /package/nut/nut.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nut/nut.mk -------------------------------------------------------------------------------- /package/nvme/nvme.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/nvme/nvme.mk -------------------------------------------------------------------------------- /package/olsr/S50olsr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/olsr/S50olsr -------------------------------------------------------------------------------- /package/olsr/olsr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/olsr/olsr.mk -------------------------------------------------------------------------------- /package/opengl/opengl.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard package/opengl/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/opkg/opkg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/opkg/opkg.mk -------------------------------------------------------------------------------- /package/opus/opus.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/opus/opus.mk -------------------------------------------------------------------------------- /package/orc/orc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/orc/orc.hash -------------------------------------------------------------------------------- /package/orc/orc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/orc/orc.mk -------------------------------------------------------------------------------- /package/ortp/ortp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ortp/ortp.mk -------------------------------------------------------------------------------- /package/owfs/S30owfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/owfs/S30owfs -------------------------------------------------------------------------------- /package/owfs/owfs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/owfs/owfs.mk -------------------------------------------------------------------------------- /package/pcre/pcre.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/pcre/pcre.mk -------------------------------------------------------------------------------- /package/pdbg/pdbg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/pdbg/pdbg.mk -------------------------------------------------------------------------------- /package/perl/perl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/perl/perl.mk -------------------------------------------------------------------------------- /package/php/php.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/php/php.hash -------------------------------------------------------------------------------- /package/php/php.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/php/php.mk -------------------------------------------------------------------------------- /package/pixz/pixz.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/pixz/pixz.mk -------------------------------------------------------------------------------- /package/pkg-cmake.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/pkg-cmake.mk -------------------------------------------------------------------------------- /package/pkg-perl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/pkg-perl.mk -------------------------------------------------------------------------------- /package/pkg-rebar.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/pkg-rebar.mk -------------------------------------------------------------------------------- /package/pkg-utils.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/pkg-utils.mk -------------------------------------------------------------------------------- /package/pkg-waf.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/pkg-waf.mk -------------------------------------------------------------------------------- /package/poco/poco.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/poco/poco.mk -------------------------------------------------------------------------------- /package/popt/popt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/popt/popt.mk -------------------------------------------------------------------------------- /package/pppd/pppd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/pppd/pppd.mk -------------------------------------------------------------------------------- /package/ptpd/S65ptpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ptpd/S65ptpd -------------------------------------------------------------------------------- /package/ptpd/ptpd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ptpd/ptpd.mk -------------------------------------------------------------------------------- /package/pv/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/pv/Config.in -------------------------------------------------------------------------------- /package/pv/pv.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/pv/pv.hash -------------------------------------------------------------------------------- /package/pv/pv.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/pv/pv.mk -------------------------------------------------------------------------------- /package/qemu/qemu.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/qemu/qemu.mk -------------------------------------------------------------------------------- /package/qpdf/qpdf.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/qpdf/qpdf.mk -------------------------------------------------------------------------------- /package/qt/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/qt/Config.in -------------------------------------------------------------------------------- /package/qt/powervr.ini: -------------------------------------------------------------------------------- 1 | [default] 2 | WindowSystem=libpvrQWSWSEGL.so.1 3 | -------------------------------------------------------------------------------- /package/qt/qt.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/qt/qt.hash -------------------------------------------------------------------------------- /package/qt/qt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/qt/qt.mk -------------------------------------------------------------------------------- /package/qt5/qt5.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/qt5/qt5.mk -------------------------------------------------------------------------------- /package/qt5/qt5base/qplatformdefs.h: -------------------------------------------------------------------------------- 1 | #include "../../linux-g++/qplatformdefs.h" 2 | -------------------------------------------------------------------------------- /package/qwt/qwt.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/qwt/qwt.hash -------------------------------------------------------------------------------- /package/qwt/qwt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/qwt/qwt.mk -------------------------------------------------------------------------------- /package/rauc/rauc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/rauc/rauc.mk -------------------------------------------------------------------------------- /package/rpm/rpm.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/rpm/rpm.hash -------------------------------------------------------------------------------- /package/rpm/rpm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/rpm/rpm.mk -------------------------------------------------------------------------------- /package/rtai/rtai.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/rtai/rtai.mk -------------------------------------------------------------------------------- /package/ruby/ruby.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ruby/ruby.mk -------------------------------------------------------------------------------- /package/runc/runc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/runc/runc.mk -------------------------------------------------------------------------------- /package/s6/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/s6/Config.in -------------------------------------------------------------------------------- /package/s6/s6.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/s6/s6.hash -------------------------------------------------------------------------------- /package/s6/s6.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/s6/s6.mk -------------------------------------------------------------------------------- /package/sbc/sbc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sbc/sbc.hash -------------------------------------------------------------------------------- /package/sbc/sbc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sbc/sbc.mk -------------------------------------------------------------------------------- /package/sdl/sdl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sdl/sdl.hash -------------------------------------------------------------------------------- /package/sdl/sdl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sdl/sdl.mk -------------------------------------------------------------------------------- /package/sdl2/sdl2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sdl2/sdl2.mk -------------------------------------------------------------------------------- /package/sed/sed.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sed/sed.hash -------------------------------------------------------------------------------- /package/sed/sed.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sed/sed.mk -------------------------------------------------------------------------------- /package/skeleton-init-common/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_SKELETON_INIT_COMMON 2 | bool 3 | -------------------------------------------------------------------------------- /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 | ../tmp -------------------------------------------------------------------------------- /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/gamaral/rpi-buildroot/HEAD/package/sl/Config.in -------------------------------------------------------------------------------- /package/sl/sl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sl/sl.hash -------------------------------------------------------------------------------- /package/sl/sl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sl/sl.mk -------------------------------------------------------------------------------- /package/sox/sox.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sox/sox.hash -------------------------------------------------------------------------------- /package/sox/sox.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sox/sox.mk -------------------------------------------------------------------------------- /package/sslh/S35sslh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sslh/S35sslh -------------------------------------------------------------------------------- /package/sslh/sslh.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sslh/sslh.mk -------------------------------------------------------------------------------- /package/sudo/sudo.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/sudo/sudo.mk -------------------------------------------------------------------------------- /package/swig/swig.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/swig/swig.mk -------------------------------------------------------------------------------- /package/szip/szip.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/szip/szip.mk -------------------------------------------------------------------------------- /package/tar/tar.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/tar/tar.hash -------------------------------------------------------------------------------- /package/tar/tar.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/tar/tar.mk -------------------------------------------------------------------------------- /package/tcl/tcl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/tcl/tcl.hash -------------------------------------------------------------------------------- /package/tcl/tcl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/tcl/tcl.mk -------------------------------------------------------------------------------- /package/ti-gfx/powervr.ini: -------------------------------------------------------------------------------- 1 | [default] 2 | WindowSystem=libpvrPVR2D_FRONTWSEGL.so 3 | -------------------------------------------------------------------------------- /package/tiff/tiff.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/tiff/tiff.mk -------------------------------------------------------------------------------- /package/time/time.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/time/time.mk -------------------------------------------------------------------------------- /package/tinc/tinc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/tinc/tinc.mk -------------------------------------------------------------------------------- /package/tmux/tmux.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/tmux/tmux.mk -------------------------------------------------------------------------------- /package/tor/tor.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/tor/tor.hash -------------------------------------------------------------------------------- /package/tor/tor.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/tor/tor.mk -------------------------------------------------------------------------------- /package/tree/tree.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/tree/tree.mk -------------------------------------------------------------------------------- /package/tz/tz.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/tz/tz.mk -------------------------------------------------------------------------------- /package/ubus/ubus.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ubus/ubus.mk -------------------------------------------------------------------------------- /package/ucl/ucl.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ucl/ucl.hash -------------------------------------------------------------------------------- /package/ucl/ucl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ucl/ucl.mk -------------------------------------------------------------------------------- /package/udev/udev.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/udev/udev.mk -------------------------------------------------------------------------------- /package/upx/upx.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/upx/upx.hash -------------------------------------------------------------------------------- /package/upx/upx.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/upx/upx.mk -------------------------------------------------------------------------------- /package/urg/urg.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/urg/urg.hash -------------------------------------------------------------------------------- /package/urg/urg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/urg/urg.mk -------------------------------------------------------------------------------- /package/ustr/ustr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ustr/ustr.mk -------------------------------------------------------------------------------- /package/vala/vala.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/vala/vala.mk -------------------------------------------------------------------------------- /package/vde2/vde2.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/vde2/vde2.mk -------------------------------------------------------------------------------- /package/vdr/vdr.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/vdr/vdr.hash -------------------------------------------------------------------------------- /package/vdr/vdr.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/vdr/vdr.mk -------------------------------------------------------------------------------- /package/vim/vim.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/vim/vim.hash -------------------------------------------------------------------------------- /package/vim/vim.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/vim/vim.mk -------------------------------------------------------------------------------- /package/vlc/vlc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/vlc/vlc.hash -------------------------------------------------------------------------------- /package/vlc/vlc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/vlc/vlc.mk -------------------------------------------------------------------------------- /package/vpnc/vpnc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/vpnc/vpnc.mk -------------------------------------------------------------------------------- /package/vtun/vtun.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/vtun/vtun.mk -------------------------------------------------------------------------------- /package/waf/waf.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/waf/waf.hash -------------------------------------------------------------------------------- /package/waf/waf.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/waf/waf.mk -------------------------------------------------------------------------------- /package/webp/webp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/webp/webp.mk -------------------------------------------------------------------------------- /package/wget/wget.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/wget/wget.mk -------------------------------------------------------------------------------- /package/wine/wine.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/wine/wine.mk -------------------------------------------------------------------------------- /package/wipe/wipe.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/wipe/wipe.mk -------------------------------------------------------------------------------- /package/x11r7/x11r7.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard package/x11r7/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/x264/x264.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/x264/x264.mk -------------------------------------------------------------------------------- /package/x265/x265.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/x265/x265.mk -------------------------------------------------------------------------------- /package/xen/xen.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/xen/xen.hash -------------------------------------------------------------------------------- /package/xen/xen.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/xen/xen.mk -------------------------------------------------------------------------------- /package/xl2tp/xl2tpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/xl2tp/xl2tpd -------------------------------------------------------------------------------- /package/xz/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/xz/Config.in -------------------------------------------------------------------------------- /package/xz/xz.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/xz/xz.hash -------------------------------------------------------------------------------- /package/xz/xz.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/xz/xz.mk -------------------------------------------------------------------------------- /package/yad/yad.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/yad/yad.hash -------------------------------------------------------------------------------- /package/yad/yad.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/yad/yad.mk -------------------------------------------------------------------------------- /package/yajl/yajl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/yajl/yajl.mk -------------------------------------------------------------------------------- /package/yasm/yasm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/yasm/yasm.mk -------------------------------------------------------------------------------- /package/ympd/ympd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/ympd/ympd.mk -------------------------------------------------------------------------------- /package/zbar/zbar.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/zbar/zbar.mk -------------------------------------------------------------------------------- /package/zic/zic.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/zic/zic.hash -------------------------------------------------------------------------------- /package/zic/zic.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/zic/zic.mk -------------------------------------------------------------------------------- /package/zip/zip.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/zip/zip.hash -------------------------------------------------------------------------------- /package/zip/zip.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/zip/zip.mk -------------------------------------------------------------------------------- /package/zlib/zlib.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/zlib/zlib.mk -------------------------------------------------------------------------------- /package/zlog/zlog.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/zlog/zlog.mk -------------------------------------------------------------------------------- /package/znc/znc.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/znc/znc.hash -------------------------------------------------------------------------------- /package/znc/znc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/znc/znc.mk -------------------------------------------------------------------------------- /package/zsh/zsh.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/zsh/zsh.hash -------------------------------------------------------------------------------- /package/zsh/zsh.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/zsh/zsh.mk -------------------------------------------------------------------------------- /package/zstd/zstd.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/package/zstd/zstd.mk -------------------------------------------------------------------------------- /package/zyre/zyre.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/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/gamaral/rpi-buildroot/HEAD/support/download/bzr -------------------------------------------------------------------------------- /support/download/cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/support/download/cp -------------------------------------------------------------------------------- /support/download/cvs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/support/download/cvs -------------------------------------------------------------------------------- /support/download/git: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/support/download/git -------------------------------------------------------------------------------- /support/download/hg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/support/download/hg -------------------------------------------------------------------------------- /support/download/scp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/support/download/scp -------------------------------------------------------------------------------- /support/download/svn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/support/download/svn -------------------------------------------------------------------------------- /support/kconfig/lxdialog/.gitignore: -------------------------------------------------------------------------------- 1 | # 2 | # Generated files 3 | # 4 | lxdialog 5 | -------------------------------------------------------------------------------- /support/testing/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/core/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /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/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/package/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/toolchain/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/system/Config.in -------------------------------------------------------------------------------- /system/skeleton/dev/.empty: -------------------------------------------------------------------------------- 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/.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/gamaral/rpi-buildroot/HEAD/system/system.mk -------------------------------------------------------------------------------- /toolchain/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/toolchain/Config.in -------------------------------------------------------------------------------- /toolchain/helpers.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/toolchain/helpers.mk -------------------------------------------------------------------------------- /utils/brmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/utils/brmake -------------------------------------------------------------------------------- /utils/check-package: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/utils/check-package -------------------------------------------------------------------------------- /utils/checkpackagelib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/utils/config -------------------------------------------------------------------------------- /utils/genrandconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/utils/genrandconfig -------------------------------------------------------------------------------- /utils/get-developers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/utils/get-developers -------------------------------------------------------------------------------- /utils/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/utils/readme.txt -------------------------------------------------------------------------------- /utils/scancpan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/utils/scancpan -------------------------------------------------------------------------------- /utils/scanpypi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/utils/scanpypi -------------------------------------------------------------------------------- /utils/test-pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamaral/rpi-buildroot/HEAD/utils/test-pkg --------------------------------------------------------------------------------