mirror of
https://github.com/adron-s/mtik_initrd_hacks.git
synced 2025-12-10 07:44:40 +01:00
add ready mipsbe kernel for ROS v7.7
This commit is contained in:
parent
b6e0eb7bd9
commit
daf65a2173
6 changed files with 4 additions and 6 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10
globals.sh
10
globals.sh
|
|
@ -7,9 +7,9 @@
|
||||||
#TARGET_ARCH="aarch64"
|
#TARGET_ARCH="aarch64"
|
||||||
#rb3011(ipq806x), rb450dx4(ipq401x)
|
#rb3011(ipq806x), rb450dx4(ipq401x)
|
||||||
#TARGET_ARCH="arm"
|
#TARGET_ARCH="arm"
|
||||||
TARGET_ARCH="mipsel"
|
#TARGET_ARCH="mipsel"
|
||||||
#ath79, ramips
|
#ath79, ramips
|
||||||
#TARGET_ARCH="mips"
|
TARGET_ARCH="mips"
|
||||||
|
|
||||||
TOOLS_BINS_PREFIX="openwrt-linux"
|
TOOLS_BINS_PREFIX="openwrt-linux"
|
||||||
|
|
||||||
|
|
@ -31,12 +31,10 @@ TOOLS_BINS_PREFIX="openwrt-linux"
|
||||||
}
|
}
|
||||||
|
|
||||||
[ ${TARGET_ARCH} = "mips" ] && {
|
[ ${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/2023-openwrt/openwrt-2023
|
||||||
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-11.2.0_musl
|
||||||
export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-mips_24kc_gcc-7.3.0_musl
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
[ ${TARGET_ARCH} = "mipsel" ] && {
|
[ ${TARGET_ARCH} = "mipsel" ] && {
|
||||||
OPENWRT_DIR=/home/prog/openwrt/2023-openwrt/openwrt-2023
|
OPENWRT_DIR=/home/prog/openwrt/2023-openwrt/openwrt-2023
|
||||||
export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-mipsel_24kc_gcc-11.2.0_musl
|
export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-mipsel_24kc_gcc-11.2.0_musl
|
||||||
|
|
|
||||||
BIN
ready-kernels/kernel-new-7.7-mipsme.elf
Executable file
BIN
ready-kernels/kernel-new-7.7-mipsme.elf
Executable file
Binary file not shown.
Loading…
Add table
Reference in a new issue