diff --git a/cpio-fs-mips/init b/cpio-fs-mips/init index 020f3f5..7e89cd8 100755 Binary files a/cpio-fs-mips/init and b/cpio-fs-mips/init differ diff --git a/cpio-fs-mips/oldinit b/cpio-fs-mips/oldinit index 4ba3c37..7eef81d 100755 Binary files a/cpio-fs-mips/oldinit and b/cpio-fs-mips/oldinit differ diff --git a/cpio-fs-mips/order b/cpio-fs-mips/order deleted file mode 100755 index ed380a8..0000000 Binary files a/cpio-fs-mips/order and /dev/null differ diff --git a/for_ftp_upload/pub/OWL/bin/busybox b/for_ftp_upload/pub/OWL/bin/busybox index dd40c22..0e98981 100755 Binary files a/for_ftp_upload/pub/OWL/bin/busybox and b/for_ftp_upload/pub/OWL/bin/busybox differ diff --git a/globals.sh b/globals.sh index c41f28f..651afa9 100644 --- a/globals.sh +++ b/globals.sh @@ -7,9 +7,9 @@ #TARGET_ARCH="aarch64" #rb3011(ipq806x), rb450dx4(ipq401x) #TARGET_ARCH="arm" -TARGET_ARCH="mipsel" +#TARGET_ARCH="mipsel" #ath79, ramips -#TARGET_ARCH="mips" +TARGET_ARCH="mips" TOOLS_BINS_PREFIX="openwrt-linux" @@ -31,12 +31,10 @@ TOOLS_BINS_PREFIX="openwrt-linux" } [ ${TARGET_ARCH} = "mips" ] && { - #I use: https://downloads.openwrt.org/releases/18.06.4/targets/ar71xx/generic/openwrt-sdk-18.06.4-ar71xx-generic_gcc-7.3.0_musl.Linux-x86_64.tar.xz - OPENWRT_DIR=/home/prog/openwrt/lede-all/2019-openwrt-all/openwrt-sdk-18.06.4-ar71xx-generic_gcc-7.3.0_musl.Linux-x86_64 - export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-mips_24kc_gcc-7.3.0_musl + OPENWRT_DIR=/home/prog/openwrt/2023-openwrt/openwrt-2023 + export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-mips_24kc_gcc-11.2.0_musl } - [ ${TARGET_ARCH} = "mipsel" ] && { OPENWRT_DIR=/home/prog/openwrt/2023-openwrt/openwrt-2023 export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-mipsel_24kc_gcc-11.2.0_musl diff --git a/ready-kernels/kernel-new-7.7-mipsme.elf b/ready-kernels/kernel-new-7.7-mipsme.elf new file mode 100755 index 0000000..1ad6e23 Binary files /dev/null and b/ready-kernels/kernel-new-7.7-mipsme.elf differ