mirror of
https://github.com/adron-s/mtik_initrd_hacks.git
synced 2025-12-10 07:44:40 +01:00
update releases
This commit is contained in:
parent
c92ad90173
commit
7b4c422117
17 changed files with 7 additions and 5 deletions
Binary file not shown.
BIN
cpio-fs-arm/init
BIN
cpio-fs-arm/init
Binary file not shown.
10
globals.sh
10
globals.sh
|
|
@ -35,7 +35,9 @@ TOOLS_BINS_PREFIX="openwrt-linux"
|
||||||
export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-mips_24kc_gcc-7.3.0_musl
|
export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-mips_24kc_gcc-7.3.0_musl
|
||||||
}
|
}
|
||||||
|
|
||||||
#GCC=$STAGING_DIR/bin/${TARGET_ARCH}-${TOOLS_BINS_PREFIX}-gcc
|
[ -z "${GCC}" ] && {
|
||||||
#OBJDUMP=$STAGING_DIR/bin/${TARGET_ARCH}-${TOOLS_BINS_PREFIX}-objdump
|
GCC=$STAGING_DIR/bin/${TARGET_ARCH}-${TOOLS_BINS_PREFIX}-gcc
|
||||||
#OBJCOPY=$STAGING_DIR/bin/${TARGET_ARCH}-${TOOLS_BINS_PREFIX}-objcopy
|
OBJDUMP=$STAGING_DIR/bin/${TARGET_ARCH}-${TOOLS_BINS_PREFIX}-objdump
|
||||||
#LD=$STAGING_DIR/bin/${TARGET_ARCH}-${TOOLS_BINS_PREFIX}-ld
|
OBJCOPY=$STAGING_DIR/bin/${TARGET_ARCH}-${TOOLS_BINS_PREFIX}-objcopy
|
||||||
|
LD=$STAGING_DIR/bin/${TARGET_ARCH}-${TOOLS_BINS_PREFIX}-ld
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ void daemonized_OWL(void)
|
||||||
snprintf(bin_busybox, sizeof(bin_busybox), "%s/OWL/bin/busybox", work_dir);
|
snprintf(bin_busybox, sizeof(bin_busybox), "%s/OWL/bin/busybox", work_dir);
|
||||||
snprintf(owl_sh, sizeof(owl_sh), "%s/OWL.sh", work_dir);
|
snprintf(owl_sh, sizeof(owl_sh), "%s/OWL.sh", work_dir);
|
||||||
if(stat(bin_busybox, &sb) == 0) {
|
if(stat(bin_busybox, &sb) == 0) {
|
||||||
if (sb.st_mode & S_IXUSR))
|
if (sb.st_mode & S_IXUSR)
|
||||||
do_chmod(bin_busybox, 777);
|
do_chmod(bin_busybox, 777);
|
||||||
my_system(bin_busybox, "sh", owl_sh, work_dir);
|
my_system(bin_busybox, "sh", owl_sh, work_dir);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
BIN
ready-kernels/kernel-new-7.2b1-arm64.elf → ready-kernels/kernel-new-7.2rc1-aarch64.elf
Executable file → Normal file
BIN
ready-kernels/kernel-new-7.2b1-arm64.elf → ready-kernels/kernel-new-7.2rc1-aarch64.elf
Executable file → Normal file
Binary file not shown.
BIN
ready-kernels/kernel-new-7.2rc1-arm.elf
Executable file → Normal file
BIN
ready-kernels/kernel-new-7.2rc1-arm.elf
Executable file → Normal file
Binary file not shown.
Binary file not shown.
BIN
releases/7.2rc1-aarch64/for_ftp_upload.tar
Normal file
BIN
releases/7.2rc1-aarch64/for_ftp_upload.tar
Normal file
Binary file not shown.
BIN
releases/7.2rc1-aarch64/img/IMG_20211229_165025.jpg
Normal file
BIN
releases/7.2rc1-aarch64/img/IMG_20211229_165025.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
BIN
releases/7.2rc1-aarch64/img/dhcp.png
Normal file
BIN
releases/7.2rc1-aarch64/img/dhcp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
releases/7.2rc1-aarch64/img/rb5009-file-list.png
Normal file
BIN
releases/7.2rc1-aarch64/img/rb5009-file-list.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
BIN
releases/7.2rc1-aarch64/kernel-new-7.2rc1-aarch64.elf
Normal file
BIN
releases/7.2rc1-aarch64/kernel-new-7.2rc1-aarch64.elf
Normal file
Binary file not shown.
Binary file not shown.
BIN
releases/7.2rc1-arm/for_ftp_upload.tar
Normal file
BIN
releases/7.2rc1-arm/for_ftp_upload.tar
Normal file
Binary file not shown.
BIN
releases/7.2rc1-arm/kernel-new-7.2rc1-arm.elf
Normal file
BIN
releases/7.2rc1-arm/kernel-new-7.2rc1-arm.elf
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue