├── .github └── workflows │ ├── 8devices.yml │ ├── ipq6000.yml │ └── ipq6000x64.yml ├── 8devices.config ├── README.md ├── ipq6000.config ├── ipq6000.vermagic ├── ipq6000x64.config └── qsdk-patches ├── 101-fix-bison.patch ├── 101-fix-e2fsprogs.patch ├── 101-fix-findutils.patch ├── 101-fix-m4.patch ├── 101-fix-make-ext4fs.patch ├── 101-fix-mkimage.patch ├── 101-fix-mtd-utils.patch ├── 101-fix-squashfs4.patch ├── 210-openssl-1.1.x-compat.patch └── 210_automake_perl_5.26.1_ver.patch /.github/workflows/8devices.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/.github/workflows/8devices.yml -------------------------------------------------------------------------------- /.github/workflows/ipq6000.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/.github/workflows/ipq6000.yml -------------------------------------------------------------------------------- /.github/workflows/ipq6000x64.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/.github/workflows/ipq6000x64.yml -------------------------------------------------------------------------------- /8devices.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/8devices.config -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/README.md -------------------------------------------------------------------------------- /ipq6000.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/ipq6000.config -------------------------------------------------------------------------------- /ipq6000.vermagic: -------------------------------------------------------------------------------- 1 | ff4d5010e7003bbb13097a7c6bcb6934 -------------------------------------------------------------------------------- /ipq6000x64.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/ipq6000x64.config -------------------------------------------------------------------------------- /qsdk-patches/101-fix-bison.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/qsdk-patches/101-fix-bison.patch -------------------------------------------------------------------------------- /qsdk-patches/101-fix-e2fsprogs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/qsdk-patches/101-fix-e2fsprogs.patch -------------------------------------------------------------------------------- /qsdk-patches/101-fix-findutils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/qsdk-patches/101-fix-findutils.patch -------------------------------------------------------------------------------- /qsdk-patches/101-fix-m4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/qsdk-patches/101-fix-m4.patch -------------------------------------------------------------------------------- /qsdk-patches/101-fix-make-ext4fs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/qsdk-patches/101-fix-make-ext4fs.patch -------------------------------------------------------------------------------- /qsdk-patches/101-fix-mkimage.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/qsdk-patches/101-fix-mkimage.patch -------------------------------------------------------------------------------- /qsdk-patches/101-fix-mtd-utils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/qsdk-patches/101-fix-mtd-utils.patch -------------------------------------------------------------------------------- /qsdk-patches/101-fix-squashfs4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/qsdk-patches/101-fix-squashfs4.patch -------------------------------------------------------------------------------- /qsdk-patches/210-openssl-1.1.x-compat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/qsdk-patches/210-openssl-1.1.x-compat.patch -------------------------------------------------------------------------------- /qsdk-patches/210_automake_perl_5.26.1_ver.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felix-fly/router-map/HEAD/qsdk-patches/210_automake_perl_5.26.1_ver.patch --------------------------------------------------------------------------------