├── README ├── board ├── backend │ ├── busybox-1.21.0.config │ ├── do_conf.sh │ └── linux-3.6.11.config ├── bbb │ ├── busybox-1.21.0.config │ ├── crosstool-ng-1.18.0.config │ ├── do_conf.sh │ ├── linux-3.8.13.config │ ├── linux-3.8.13.notes │ └── uEnv.txt ├── comex │ ├── busybox-1.21.0.config │ ├── crosstool-ng-1.18.0.config │ ├── do_conf.sh │ ├── linux-2.6.37.1.config │ ├── linux-3.6.11.config │ ├── linux-3.6.11_pch_gbe_main.diff │ └── linux-3.6.11_pch_uart.diff ├── common │ └── do_conf.sh ├── conga_imx6 │ ├── busybox-1.21.0.config │ ├── do_conf.sh │ ├── linux-3.0.35-patches │ │ ├── 0000-linux-3.0.35-QMX6-2013-05-08.patch │ │ ├── 0001-ENGR00239905-PCIe-Enable-PCIe-switch-support.patch │ │ ├── 0001-ENGR00240650-pcie-imx-fix-ep-device-no-int-when-pcie.patch │ │ ├── 0001-ENGR00241003-1-mx6-need-to-add-delay-in-LDO-voltage-.patch │ │ ├── 0002-ENGR00241003-2-pfuze-using-_sel-interface-to-add-del.patch │ │ ├── 0007-CGT000007-QMX6-Revert-ENGR00224109-MX6-FEC-optimize-ENET_REF_CLK.patch │ │ ├── 0008-CGT000008-QMX6-Support-for-OV5640-MIPI-camera.patch │ │ └── 0009-CGT000009-QMX6-Fix-incorrect-sound-playback-speed.patch │ └── linux-3.0.35.config ├── gen_x86_64 │ ├── busybox-1.21.0.config │ ├── crosstool-ng-1.18.0.config │ ├── do_conf.sh │ └── linux-3.6.11.config ├── rpi3 │ ├── busybox-1.21.0.config │ ├── crosstool-ng-1.18.0.config │ ├── crosstool-ng-20f2459b97bf.config │ ├── do_conf.sh │ └── linux-4.9.46.config ├── rpib │ ├── busybox-1.21.0.config │ ├── crosstool-ng-1.18.0.config │ ├── crosstool-ng-20f2459b97bf.config │ ├── do_conf.sh │ └── linux-3.6.11.config ├── seco_imx6 │ ├── buildroot_c8fbd1f82a93089b24361ee4830507b165af0f8f.config │ ├── busybox-1.21.0.config │ ├── do_conf.sh │ ├── linux-3.0.35-original_from_seco_flash.config │ ├── linux-3.0.35.config │ ├── notes │ ├── uboot.config │ └── uboot.env ├── seco_uimx6 │ ├── buildroot_c8fbd1f82a93089b24361ee4830507b165af0f8f.config │ ├── busybox-1.21.0.config │ ├── do_conf.sh │ ├── linux-3.0.35.config │ ├── notes │ ├── patch-3.0.35-rt56-seco_uimx6.patch │ ├── uboot.config │ └── uboot.env ├── seco_x86 │ ├── busybox-1.21.0.config │ ├── crosstool-ng-1.18.0.config │ ├── do_conf.sh │ ├── linux-2.6.37.1.config │ ├── linux-3.6.11.config │ ├── linux-3.6.11_pch_gbe_main.diff │ └── linux-3.6.11_pch_uart.diff └── vcomex │ ├── busybox-1.21.0.config │ ├── crosstool-ng-1.18.0.config │ ├── do_conf.sh │ ├── linux-2.6.37.1.config │ └── linux-3.6.11.config ├── doc ├── new.notes ├── tex │ ├── main.pdf │ └── main.tex └── todo ├── env ├── comex004 │ ├── 10_segfs │ ├── ash_profile │ ├── do_post_rootfs.sh │ ├── inittab │ ├── interface.eth0 │ ├── network.conf │ ├── resolv.conf │ └── shadow ├── esrf │ ├── 10_segfs │ ├── ash_profile │ ├── do_post_rootfs.sh │ ├── inittab │ ├── interface.eth0 │ ├── network.conf │ ├── resolv.conf │ ├── shadow │ └── udhcpc.conf ├── home │ ├── do_post_rootfs.sh │ ├── interface.eth0 │ ├── network.conf │ └── resolv.conf ├── qemu │ ├── 10_dropbear │ ├── do_post_rootfs.sh │ ├── grub.cfg │ ├── interface.eth0 │ ├── network.conf │ ├── resolv.conf │ └── shadow └── stick │ ├── 10_segfs │ ├── ash_profile │ ├── do_post_rootfs.sh │ ├── inittab │ ├── interface.eth0 │ ├── network.conf │ ├── resolv.conf │ └── shadow ├── sh ├── do_default_globals.sh ├── do_install_soft.sh ├── do_lfs.sh └── do_user_globals.sh ├── soft ├── bare │ ├── do_build_byhand.sh │ ├── do_conf.sh │ ├── do_post_build.sh │ ├── do_retrieve_byhand.sh │ └── do_test.sh ├── bootscript │ ├── 6q_bootscript.in │ ├── do_build_byhand.sh │ └── do_conf.sh ├── busybox │ └── do_conf.sh ├── cross_sysroot │ ├── do_build_byhand.sh │ └── do_conf.sh ├── crosstool-ng │ ├── do_build_byhand.sh │ ├── do_conf.sh │ └── gcc-4.6.0.diff ├── dance │ ├── do_build_byhand.sh │ ├── do_conf.sh │ ├── do_post_build.sh │ ├── do_retrieve_byhand.sh │ └── etc │ │ ├── dance │ │ └── profile │ │ └── init.d │ │ ├── 10_epcidrv │ │ ├── 10_pcidrvgen │ │ └── 20_dance ├── dropbear │ ├── 10_dropbear │ ├── do_build_byhand.sh │ ├── do_conf.sh │ ├── do_post_build.sh │ ├── dropbear_dss_host_key │ └── dropbear_rsa_host_key ├── flash │ ├── do_conf.sh │ └── flash.tar.gz ├── grub │ ├── do_conf.sh │ ├── do_post_build.sh │ ├── grub.cfg │ ├── grub_seco_x86.cfg │ ├── grub_stick.cfg │ └── grub_vcomex.cfg ├── libjpeg │ └── do_conf.sh ├── libtst │ ├── do_conf.sh │ └── libtst.tar.gz ├── linux │ ├── do_conf.sh │ └── do_post_build.sh ├── mjpg-streamer │ ├── do_conf.sh │ └── r177.diff ├── ntpd │ ├── 10_ntpd │ ├── do_conf.sh │ ├── do_post_build.sh │ └── localtime ├── pcidrvgen │ ├── 10_pcidrvgen │ ├── do_conf.sh │ ├── do_post_build.sh │ └── pcidrvgen.tar.gz ├── pciutils │ ├── do_build_byhand.sh │ └── do_conf.sh ├── pcycle │ ├── do_conf.sh │ └── pcycle.tar.gz ├── pepu │ ├── do_build_byhand.sh │ ├── do_conf.sh │ ├── do_post_build.sh │ ├── do_retrieve_byhand.sh │ └── do_test.sh ├── rootfs_bone │ ├── do_build_byhand.sh │ ├── do_conf.sh │ ├── do_post_build.sh │ └── rootfs_bone.tar.gz ├── rpi3_boot │ ├── do_build_byhand.sh │ ├── do_conf.sh │ └── rpi3_boot.tar.gz ├── rpib_gpu_firmware │ ├── do_build_byhand.sh │ ├── do_conf.sh │ └── rpib_gpu_firmware.tar.gz ├── sdk │ ├── do_conf.sh │ └── do_post_build.sh ├── tango │ ├── do_build_byhand.sh │ ├── do_conf.sh │ ├── do_post_build.sh │ ├── do_retrieve_byhand.sh │ └── main.sh ├── telnetd │ ├── 10_telnetd │ ├── do_conf.sh │ └── do_post_build.sh ├── uboot │ ├── do_build_byhand.sh │ ├── do_conf.sh │ └── do_post_build.sh ├── v4l │ ├── Make.rules │ ├── Makefile │ └── do_conf.sh └── zlib │ └── do_conf.sh └── tools ├── copy_rootfs └── main.sh ├── install_instrument └── main.sh ├── mount_rootfs └── main.sh └── update_disk └── src ├── disk.c └── disk.h /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/README -------------------------------------------------------------------------------- /board/backend/busybox-1.21.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/backend/busybox-1.21.0.config -------------------------------------------------------------------------------- /board/backend/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/backend/do_conf.sh -------------------------------------------------------------------------------- /board/backend/linux-3.6.11.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/backend/linux-3.6.11.config -------------------------------------------------------------------------------- /board/bbb/busybox-1.21.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/bbb/busybox-1.21.0.config -------------------------------------------------------------------------------- /board/bbb/crosstool-ng-1.18.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/bbb/crosstool-ng-1.18.0.config -------------------------------------------------------------------------------- /board/bbb/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/bbb/do_conf.sh -------------------------------------------------------------------------------- /board/bbb/linux-3.8.13.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/bbb/linux-3.8.13.config -------------------------------------------------------------------------------- /board/bbb/linux-3.8.13.notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/bbb/linux-3.8.13.notes -------------------------------------------------------------------------------- /board/bbb/uEnv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/bbb/uEnv.txt -------------------------------------------------------------------------------- /board/comex/busybox-1.21.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/comex/busybox-1.21.0.config -------------------------------------------------------------------------------- /board/comex/crosstool-ng-1.18.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/comex/crosstool-ng-1.18.0.config -------------------------------------------------------------------------------- /board/comex/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/comex/do_conf.sh -------------------------------------------------------------------------------- /board/comex/linux-2.6.37.1.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/comex/linux-2.6.37.1.config -------------------------------------------------------------------------------- /board/comex/linux-3.6.11.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/comex/linux-3.6.11.config -------------------------------------------------------------------------------- /board/comex/linux-3.6.11_pch_gbe_main.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/comex/linux-3.6.11_pch_gbe_main.diff -------------------------------------------------------------------------------- /board/comex/linux-3.6.11_pch_uart.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/comex/linux-3.6.11_pch_uart.diff -------------------------------------------------------------------------------- /board/common/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/common/do_conf.sh -------------------------------------------------------------------------------- /board/conga_imx6/busybox-1.21.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/conga_imx6/busybox-1.21.0.config -------------------------------------------------------------------------------- /board/conga_imx6/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/conga_imx6/do_conf.sh -------------------------------------------------------------------------------- /board/conga_imx6/linux-3.0.35-patches/0000-linux-3.0.35-QMX6-2013-05-08.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/conga_imx6/linux-3.0.35-patches/0000-linux-3.0.35-QMX6-2013-05-08.patch -------------------------------------------------------------------------------- /board/conga_imx6/linux-3.0.35-patches/0001-ENGR00239905-PCIe-Enable-PCIe-switch-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/conga_imx6/linux-3.0.35-patches/0001-ENGR00239905-PCIe-Enable-PCIe-switch-support.patch -------------------------------------------------------------------------------- /board/conga_imx6/linux-3.0.35-patches/0001-ENGR00240650-pcie-imx-fix-ep-device-no-int-when-pcie.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/conga_imx6/linux-3.0.35-patches/0001-ENGR00240650-pcie-imx-fix-ep-device-no-int-when-pcie.patch -------------------------------------------------------------------------------- /board/conga_imx6/linux-3.0.35-patches/0001-ENGR00241003-1-mx6-need-to-add-delay-in-LDO-voltage-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/conga_imx6/linux-3.0.35-patches/0001-ENGR00241003-1-mx6-need-to-add-delay-in-LDO-voltage-.patch -------------------------------------------------------------------------------- /board/conga_imx6/linux-3.0.35-patches/0002-ENGR00241003-2-pfuze-using-_sel-interface-to-add-del.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/conga_imx6/linux-3.0.35-patches/0002-ENGR00241003-2-pfuze-using-_sel-interface-to-add-del.patch -------------------------------------------------------------------------------- /board/conga_imx6/linux-3.0.35-patches/0007-CGT000007-QMX6-Revert-ENGR00224109-MX6-FEC-optimize-ENET_REF_CLK.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/conga_imx6/linux-3.0.35-patches/0007-CGT000007-QMX6-Revert-ENGR00224109-MX6-FEC-optimize-ENET_REF_CLK.patch -------------------------------------------------------------------------------- /board/conga_imx6/linux-3.0.35-patches/0008-CGT000008-QMX6-Support-for-OV5640-MIPI-camera.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/conga_imx6/linux-3.0.35-patches/0008-CGT000008-QMX6-Support-for-OV5640-MIPI-camera.patch -------------------------------------------------------------------------------- /board/conga_imx6/linux-3.0.35-patches/0009-CGT000009-QMX6-Fix-incorrect-sound-playback-speed.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/conga_imx6/linux-3.0.35-patches/0009-CGT000009-QMX6-Fix-incorrect-sound-playback-speed.patch -------------------------------------------------------------------------------- /board/conga_imx6/linux-3.0.35.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/conga_imx6/linux-3.0.35.config -------------------------------------------------------------------------------- /board/gen_x86_64/busybox-1.21.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/gen_x86_64/busybox-1.21.0.config -------------------------------------------------------------------------------- /board/gen_x86_64/crosstool-ng-1.18.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/gen_x86_64/crosstool-ng-1.18.0.config -------------------------------------------------------------------------------- /board/gen_x86_64/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/gen_x86_64/do_conf.sh -------------------------------------------------------------------------------- /board/gen_x86_64/linux-3.6.11.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/gen_x86_64/linux-3.6.11.config -------------------------------------------------------------------------------- /board/rpi3/busybox-1.21.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/rpi3/busybox-1.21.0.config -------------------------------------------------------------------------------- /board/rpi3/crosstool-ng-1.18.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/rpi3/crosstool-ng-1.18.0.config -------------------------------------------------------------------------------- /board/rpi3/crosstool-ng-20f2459b97bf.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/rpi3/crosstool-ng-20f2459b97bf.config -------------------------------------------------------------------------------- /board/rpi3/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/rpi3/do_conf.sh -------------------------------------------------------------------------------- /board/rpi3/linux-4.9.46.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/rpi3/linux-4.9.46.config -------------------------------------------------------------------------------- /board/rpib/busybox-1.21.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/rpib/busybox-1.21.0.config -------------------------------------------------------------------------------- /board/rpib/crosstool-ng-1.18.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/rpib/crosstool-ng-1.18.0.config -------------------------------------------------------------------------------- /board/rpib/crosstool-ng-20f2459b97bf.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/rpib/crosstool-ng-20f2459b97bf.config -------------------------------------------------------------------------------- /board/rpib/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/rpib/do_conf.sh -------------------------------------------------------------------------------- /board/rpib/linux-3.6.11.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/rpib/linux-3.6.11.config -------------------------------------------------------------------------------- /board/seco_imx6/buildroot_c8fbd1f82a93089b24361ee4830507b165af0f8f.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_imx6/buildroot_c8fbd1f82a93089b24361ee4830507b165af0f8f.config -------------------------------------------------------------------------------- /board/seco_imx6/busybox-1.21.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_imx6/busybox-1.21.0.config -------------------------------------------------------------------------------- /board/seco_imx6/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_imx6/do_conf.sh -------------------------------------------------------------------------------- /board/seco_imx6/linux-3.0.35-original_from_seco_flash.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_imx6/linux-3.0.35-original_from_seco_flash.config -------------------------------------------------------------------------------- /board/seco_imx6/linux-3.0.35.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_imx6/linux-3.0.35.config -------------------------------------------------------------------------------- /board/seco_imx6/notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_imx6/notes -------------------------------------------------------------------------------- /board/seco_imx6/uboot.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_imx6/uboot.config -------------------------------------------------------------------------------- /board/seco_imx6/uboot.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_imx6/uboot.env -------------------------------------------------------------------------------- /board/seco_uimx6/buildroot_c8fbd1f82a93089b24361ee4830507b165af0f8f.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_uimx6/buildroot_c8fbd1f82a93089b24361ee4830507b165af0f8f.config -------------------------------------------------------------------------------- /board/seco_uimx6/busybox-1.21.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_uimx6/busybox-1.21.0.config -------------------------------------------------------------------------------- /board/seco_uimx6/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_uimx6/do_conf.sh -------------------------------------------------------------------------------- /board/seco_uimx6/linux-3.0.35.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_uimx6/linux-3.0.35.config -------------------------------------------------------------------------------- /board/seco_uimx6/notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_uimx6/notes -------------------------------------------------------------------------------- /board/seco_uimx6/patch-3.0.35-rt56-seco_uimx6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_uimx6/patch-3.0.35-rt56-seco_uimx6.patch -------------------------------------------------------------------------------- /board/seco_uimx6/uboot.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_uimx6/uboot.config -------------------------------------------------------------------------------- /board/seco_uimx6/uboot.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_uimx6/uboot.env -------------------------------------------------------------------------------- /board/seco_x86/busybox-1.21.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_x86/busybox-1.21.0.config -------------------------------------------------------------------------------- /board/seco_x86/crosstool-ng-1.18.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_x86/crosstool-ng-1.18.0.config -------------------------------------------------------------------------------- /board/seco_x86/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_x86/do_conf.sh -------------------------------------------------------------------------------- /board/seco_x86/linux-2.6.37.1.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_x86/linux-2.6.37.1.config -------------------------------------------------------------------------------- /board/seco_x86/linux-3.6.11.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_x86/linux-3.6.11.config -------------------------------------------------------------------------------- /board/seco_x86/linux-3.6.11_pch_gbe_main.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_x86/linux-3.6.11_pch_gbe_main.diff -------------------------------------------------------------------------------- /board/seco_x86/linux-3.6.11_pch_uart.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/seco_x86/linux-3.6.11_pch_uart.diff -------------------------------------------------------------------------------- /board/vcomex/busybox-1.21.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/vcomex/busybox-1.21.0.config -------------------------------------------------------------------------------- /board/vcomex/crosstool-ng-1.18.0.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/vcomex/crosstool-ng-1.18.0.config -------------------------------------------------------------------------------- /board/vcomex/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/vcomex/do_conf.sh -------------------------------------------------------------------------------- /board/vcomex/linux-2.6.37.1.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/vcomex/linux-2.6.37.1.config -------------------------------------------------------------------------------- /board/vcomex/linux-3.6.11.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/board/vcomex/linux-3.6.11.config -------------------------------------------------------------------------------- /doc/new.notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/doc/new.notes -------------------------------------------------------------------------------- /doc/tex/main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/doc/tex/main.pdf -------------------------------------------------------------------------------- /doc/tex/main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/doc/tex/main.tex -------------------------------------------------------------------------------- /doc/todo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/doc/todo -------------------------------------------------------------------------------- /env/comex004/10_segfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/comex004/10_segfs -------------------------------------------------------------------------------- /env/comex004/ash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/comex004/ash_profile -------------------------------------------------------------------------------- /env/comex004/do_post_rootfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/comex004/do_post_rootfs.sh -------------------------------------------------------------------------------- /env/comex004/inittab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/comex004/inittab -------------------------------------------------------------------------------- /env/comex004/interface.eth0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/comex004/interface.eth0 -------------------------------------------------------------------------------- /env/comex004/network.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/comex004/network.conf -------------------------------------------------------------------------------- /env/comex004/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/comex004/resolv.conf -------------------------------------------------------------------------------- /env/comex004/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/comex004/shadow -------------------------------------------------------------------------------- /env/esrf/10_segfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/esrf/10_segfs -------------------------------------------------------------------------------- /env/esrf/ash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/esrf/ash_profile -------------------------------------------------------------------------------- /env/esrf/do_post_rootfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/esrf/do_post_rootfs.sh -------------------------------------------------------------------------------- /env/esrf/inittab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/esrf/inittab -------------------------------------------------------------------------------- /env/esrf/interface.eth0: -------------------------------------------------------------------------------- 1 | INTERFACE=eth0 2 | DHCP=yes 3 | -------------------------------------------------------------------------------- /env/esrf/network.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/esrf/network.conf -------------------------------------------------------------------------------- /env/esrf/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/esrf/resolv.conf -------------------------------------------------------------------------------- /env/esrf/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/esrf/shadow -------------------------------------------------------------------------------- /env/esrf/udhcpc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/esrf/udhcpc.conf -------------------------------------------------------------------------------- /env/home/do_post_rootfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/home/do_post_rootfs.sh -------------------------------------------------------------------------------- /env/home/interface.eth0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/home/interface.eth0 -------------------------------------------------------------------------------- /env/home/network.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/home/network.conf -------------------------------------------------------------------------------- /env/home/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/home/resolv.conf -------------------------------------------------------------------------------- /env/qemu/10_dropbear: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/qemu/10_dropbear -------------------------------------------------------------------------------- /env/qemu/do_post_rootfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/qemu/do_post_rootfs.sh -------------------------------------------------------------------------------- /env/qemu/grub.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/qemu/grub.cfg -------------------------------------------------------------------------------- /env/qemu/interface.eth0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/qemu/interface.eth0 -------------------------------------------------------------------------------- /env/qemu/network.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/qemu/network.conf -------------------------------------------------------------------------------- /env/qemu/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/qemu/resolv.conf -------------------------------------------------------------------------------- /env/qemu/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/qemu/shadow -------------------------------------------------------------------------------- /env/stick/10_segfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/stick/10_segfs -------------------------------------------------------------------------------- /env/stick/ash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/stick/ash_profile -------------------------------------------------------------------------------- /env/stick/do_post_rootfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/stick/do_post_rootfs.sh -------------------------------------------------------------------------------- /env/stick/inittab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/stick/inittab -------------------------------------------------------------------------------- /env/stick/interface.eth0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/stick/interface.eth0 -------------------------------------------------------------------------------- /env/stick/network.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/stick/network.conf -------------------------------------------------------------------------------- /env/stick/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/stick/resolv.conf -------------------------------------------------------------------------------- /env/stick/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/env/stick/shadow -------------------------------------------------------------------------------- /sh/do_default_globals.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/sh/do_default_globals.sh -------------------------------------------------------------------------------- /sh/do_install_soft.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/sh/do_install_soft.sh -------------------------------------------------------------------------------- /sh/do_lfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/sh/do_lfs.sh -------------------------------------------------------------------------------- /sh/do_user_globals.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/sh/do_user_globals.sh -------------------------------------------------------------------------------- /soft/bare/do_build_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/bare/do_build_byhand.sh -------------------------------------------------------------------------------- /soft/bare/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/bare/do_conf.sh -------------------------------------------------------------------------------- /soft/bare/do_post_build.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /soft/bare/do_retrieve_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/bare/do_retrieve_byhand.sh -------------------------------------------------------------------------------- /soft/bare/do_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/bare/do_test.sh -------------------------------------------------------------------------------- /soft/bootscript/6q_bootscript.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/bootscript/6q_bootscript.in -------------------------------------------------------------------------------- /soft/bootscript/do_build_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/bootscript/do_build_byhand.sh -------------------------------------------------------------------------------- /soft/bootscript/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/bootscript/do_conf.sh -------------------------------------------------------------------------------- /soft/busybox/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/busybox/do_conf.sh -------------------------------------------------------------------------------- /soft/cross_sysroot/do_build_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/cross_sysroot/do_build_byhand.sh -------------------------------------------------------------------------------- /soft/cross_sysroot/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/cross_sysroot/do_conf.sh -------------------------------------------------------------------------------- /soft/crosstool-ng/do_build_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/crosstool-ng/do_build_byhand.sh -------------------------------------------------------------------------------- /soft/crosstool-ng/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/crosstool-ng/do_conf.sh -------------------------------------------------------------------------------- /soft/crosstool-ng/gcc-4.6.0.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/crosstool-ng/gcc-4.6.0.diff -------------------------------------------------------------------------------- /soft/dance/do_build_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dance/do_build_byhand.sh -------------------------------------------------------------------------------- /soft/dance/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dance/do_conf.sh -------------------------------------------------------------------------------- /soft/dance/do_post_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dance/do_post_build.sh -------------------------------------------------------------------------------- /soft/dance/do_retrieve_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dance/do_retrieve_byhand.sh -------------------------------------------------------------------------------- /soft/dance/etc/dance/profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dance/etc/dance/profile -------------------------------------------------------------------------------- /soft/dance/etc/init.d/10_epcidrv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dance/etc/init.d/10_epcidrv -------------------------------------------------------------------------------- /soft/dance/etc/init.d/10_pcidrvgen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dance/etc/init.d/10_pcidrvgen -------------------------------------------------------------------------------- /soft/dance/etc/init.d/20_dance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dance/etc/init.d/20_dance -------------------------------------------------------------------------------- /soft/dropbear/10_dropbear: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dropbear/10_dropbear -------------------------------------------------------------------------------- /soft/dropbear/do_build_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dropbear/do_build_byhand.sh -------------------------------------------------------------------------------- /soft/dropbear/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dropbear/do_conf.sh -------------------------------------------------------------------------------- /soft/dropbear/do_post_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dropbear/do_post_build.sh -------------------------------------------------------------------------------- /soft/dropbear/dropbear_dss_host_key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dropbear/dropbear_dss_host_key -------------------------------------------------------------------------------- /soft/dropbear/dropbear_rsa_host_key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/dropbear/dropbear_rsa_host_key -------------------------------------------------------------------------------- /soft/flash/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/flash/do_conf.sh -------------------------------------------------------------------------------- /soft/flash/flash.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/flash/flash.tar.gz -------------------------------------------------------------------------------- /soft/grub/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/grub/do_conf.sh -------------------------------------------------------------------------------- /soft/grub/do_post_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/grub/do_post_build.sh -------------------------------------------------------------------------------- /soft/grub/grub.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/grub/grub.cfg -------------------------------------------------------------------------------- /soft/grub/grub_seco_x86.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/grub/grub_seco_x86.cfg -------------------------------------------------------------------------------- /soft/grub/grub_stick.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/grub/grub_stick.cfg -------------------------------------------------------------------------------- /soft/grub/grub_vcomex.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/grub/grub_vcomex.cfg -------------------------------------------------------------------------------- /soft/libjpeg/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/libjpeg/do_conf.sh -------------------------------------------------------------------------------- /soft/libtst/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/libtst/do_conf.sh -------------------------------------------------------------------------------- /soft/libtst/libtst.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/libtst/libtst.tar.gz -------------------------------------------------------------------------------- /soft/linux/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/linux/do_conf.sh -------------------------------------------------------------------------------- /soft/linux/do_post_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/linux/do_post_build.sh -------------------------------------------------------------------------------- /soft/mjpg-streamer/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/mjpg-streamer/do_conf.sh -------------------------------------------------------------------------------- /soft/mjpg-streamer/r177.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/mjpg-streamer/r177.diff -------------------------------------------------------------------------------- /soft/ntpd/10_ntpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/ntpd/10_ntpd -------------------------------------------------------------------------------- /soft/ntpd/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/ntpd/do_conf.sh -------------------------------------------------------------------------------- /soft/ntpd/do_post_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/ntpd/do_post_build.sh -------------------------------------------------------------------------------- /soft/ntpd/localtime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/ntpd/localtime -------------------------------------------------------------------------------- /soft/pcidrvgen/10_pcidrvgen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/pcidrvgen/10_pcidrvgen -------------------------------------------------------------------------------- /soft/pcidrvgen/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/pcidrvgen/do_conf.sh -------------------------------------------------------------------------------- /soft/pcidrvgen/do_post_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/pcidrvgen/do_post_build.sh -------------------------------------------------------------------------------- /soft/pcidrvgen/pcidrvgen.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/pcidrvgen/pcidrvgen.tar.gz -------------------------------------------------------------------------------- /soft/pciutils/do_build_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/pciutils/do_build_byhand.sh -------------------------------------------------------------------------------- /soft/pciutils/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/pciutils/do_conf.sh -------------------------------------------------------------------------------- /soft/pcycle/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/pcycle/do_conf.sh -------------------------------------------------------------------------------- /soft/pcycle/pcycle.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/pcycle/pcycle.tar.gz -------------------------------------------------------------------------------- /soft/pepu/do_build_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/pepu/do_build_byhand.sh -------------------------------------------------------------------------------- /soft/pepu/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/pepu/do_conf.sh -------------------------------------------------------------------------------- /soft/pepu/do_post_build.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /soft/pepu/do_retrieve_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/pepu/do_retrieve_byhand.sh -------------------------------------------------------------------------------- /soft/pepu/do_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/pepu/do_test.sh -------------------------------------------------------------------------------- /soft/rootfs_bone/do_build_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/rootfs_bone/do_build_byhand.sh -------------------------------------------------------------------------------- /soft/rootfs_bone/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/rootfs_bone/do_conf.sh -------------------------------------------------------------------------------- /soft/rootfs_bone/do_post_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/rootfs_bone/do_post_build.sh -------------------------------------------------------------------------------- /soft/rootfs_bone/rootfs_bone.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/rootfs_bone/rootfs_bone.tar.gz -------------------------------------------------------------------------------- /soft/rpi3_boot/do_build_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/rpi3_boot/do_build_byhand.sh -------------------------------------------------------------------------------- /soft/rpi3_boot/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/rpi3_boot/do_conf.sh -------------------------------------------------------------------------------- /soft/rpi3_boot/rpi3_boot.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/rpi3_boot/rpi3_boot.tar.gz -------------------------------------------------------------------------------- /soft/rpib_gpu_firmware/do_build_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/rpib_gpu_firmware/do_build_byhand.sh -------------------------------------------------------------------------------- /soft/rpib_gpu_firmware/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/rpib_gpu_firmware/do_conf.sh -------------------------------------------------------------------------------- /soft/rpib_gpu_firmware/rpib_gpu_firmware.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/rpib_gpu_firmware/rpib_gpu_firmware.tar.gz -------------------------------------------------------------------------------- /soft/sdk/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/sdk/do_conf.sh -------------------------------------------------------------------------------- /soft/sdk/do_post_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/sdk/do_post_build.sh -------------------------------------------------------------------------------- /soft/tango/do_build_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/tango/do_build_byhand.sh -------------------------------------------------------------------------------- /soft/tango/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/tango/do_conf.sh -------------------------------------------------------------------------------- /soft/tango/do_post_build.sh: -------------------------------------------------------------------------------- 1 | # nothing to do 2 | -------------------------------------------------------------------------------- /soft/tango/do_retrieve_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/tango/do_retrieve_byhand.sh -------------------------------------------------------------------------------- /soft/tango/main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/tango/main.sh -------------------------------------------------------------------------------- /soft/telnetd/10_telnetd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/telnetd/10_telnetd -------------------------------------------------------------------------------- /soft/telnetd/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/telnetd/do_conf.sh -------------------------------------------------------------------------------- /soft/telnetd/do_post_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/telnetd/do_post_build.sh -------------------------------------------------------------------------------- /soft/uboot/do_build_byhand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/uboot/do_build_byhand.sh -------------------------------------------------------------------------------- /soft/uboot/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/uboot/do_conf.sh -------------------------------------------------------------------------------- /soft/uboot/do_post_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/uboot/do_post_build.sh -------------------------------------------------------------------------------- /soft/v4l/Make.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/v4l/Make.rules -------------------------------------------------------------------------------- /soft/v4l/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/v4l/Makefile -------------------------------------------------------------------------------- /soft/v4l/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/v4l/do_conf.sh -------------------------------------------------------------------------------- /soft/zlib/do_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/soft/zlib/do_conf.sh -------------------------------------------------------------------------------- /tools/copy_rootfs/main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/tools/copy_rootfs/main.sh -------------------------------------------------------------------------------- /tools/install_instrument/main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/tools/install_instrument/main.sh -------------------------------------------------------------------------------- /tools/mount_rootfs/main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/tools/mount_rootfs/main.sh -------------------------------------------------------------------------------- /tools/update_disk/src/disk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/tools/update_disk/src/disk.c -------------------------------------------------------------------------------- /tools/update_disk/src/disk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texane/lfs/HEAD/tools/update_disk/src/disk.h --------------------------------------------------------------------------------