mirror of
https://github.com/adron-s/mtik_initrd_hacks.git
synced 2025-12-10 07:44:40 +01:00
add ready arm kernel for ROS v7.7
This commit is contained in:
parent
daf65a2173
commit
e3fe3ee275
8 changed files with 8 additions and 15 deletions
BIN
cpio-fs-arm/init
BIN
cpio-fs-arm/init
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
binary files from routeros arm 6.49.6!
|
||||
Binary file not shown.
14
globals.sh
14
globals.sh
|
|
@ -6,10 +6,10 @@
|
|||
#rb5009
|
||||
#TARGET_ARCH="aarch64"
|
||||
#rb3011(ipq806x), rb450dx4(ipq401x)
|
||||
#TARGET_ARCH="arm"
|
||||
TARGET_ARCH="arm"
|
||||
#TARGET_ARCH="mipsel"
|
||||
#ath79, ramips
|
||||
TARGET_ARCH="mips"
|
||||
#TARGET_ARCH="mips"
|
||||
|
||||
TOOLS_BINS_PREFIX="openwrt-linux"
|
||||
|
||||
|
|
@ -20,14 +20,8 @@ TOOLS_BINS_PREFIX="openwrt-linux"
|
|||
}
|
||||
|
||||
[ ${TARGET_ARCH} = "arm" ] && {
|
||||
#OPENWRT_DIR=/home/prog/openwrt/lede-all/2019-openwrt-all/openwrt-ipq806x
|
||||
#export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-7.4.0_musl_eabi
|
||||
#OPENWRT_DIR=/home/prog/openwrt/lede-all/2019-openwrt-all/openwrt-ipq4xxx
|
||||
#export STAGING_DIR=${OPENWRT_DIR}/staging_dir/toolchain-arm_cortex-a7+neon-vfpv4_gcc-7.4.0_musl_eabi
|
||||
GCC=arm-linux-gnueabi-gcc
|
||||
OBJDUMP=arm-linux-gnueabi-objdump
|
||||
OBJCOPY=arm-linux-gnueabi-objcopy
|
||||
LD=arm-linux-gnueabi-ld
|
||||
OPENWRT_DIR=/home/prog/openwrt/2023-openwrt/openwrt-2023
|
||||
export STAGING_DIR=$OPENWRT_DIR/staging_dir/toolchain-arm_cortex-a7+neon-vfpv4_gcc-11.2.0_musl_eabi
|
||||
}
|
||||
|
||||
[ ${TARGET_ARCH} = "mips" ] && {
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
GCC_ARGS="-static"
|
||||
#for 7.0rc1 we need gcc with soft-float ONLY!
|
||||
#apt-get install gcc-arm-linux-gnueabi
|
||||
[ ${TARGET_ARCH} = "arm" ] && {
|
||||
GCC=arm-linux-gnueabi-gcc
|
||||
OBJCOPY=arm-linux-gnueabi-objcopy
|
||||
}
|
||||
#[ ${TARGET_ARCH} = "arm" ] && {
|
||||
# GCC=arm-linux-gnueabi-gcc
|
||||
# OBJCOPY=arm-linux-gnueabi-objcopy
|
||||
#}
|
||||
|
||||
[ ${TARGET_ARCH} = "aarch64" ] && {
|
||||
GCC=arm-linux-gnueabihf-gcc
|
||||
|
|
|
|||
BIN
ready-kernels/kernel-new-7.7-arm.elf
Executable file
BIN
ready-kernels/kernel-new-7.7-arm.elf
Executable file
Binary file not shown.
Loading…
Add table
Reference in a new issue