mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-17 06:23:00 +02:00
kernel: armv5tel remove "-multi" config
we have only this kernel left so remove the extension Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
22828
config/rootfiles/common/armv5tel/linux
Normal file
22828
config/rootfiles/common/armv5tel/linux
Normal file
File diff suppressed because it is too large
Load Diff
1
config/rootfiles/common/armv5tel/linux-initrd
Normal file
1
config/rootfiles/common/armv5tel/linux-initrd
Normal file
@@ -0,0 +1 @@
|
||||
boot/uInit-KVER-ipfire
|
||||
@@ -1 +0,0 @@
|
||||
boot/uInit-KVER-ipfire-multi
|
||||
File diff suppressed because it is too large
Load Diff
1
config/rootfiles/core/kerneltest/filelists/armv5tel/linux
Symbolic link
1
config/rootfiles/core/kerneltest/filelists/armv5tel/linux
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/armv5tel/linux
|
||||
1
config/rootfiles/core/kerneltest/filelists/armv5tel/linux-initrd
Symbolic link
1
config/rootfiles/core/kerneltest/filelists/armv5tel/linux-initrd
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/armv5tel/linux-initrd
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/armv5tel/linux-initrd-multi
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/armv5tel/linux-multi
|
||||
@@ -11,12 +11,6 @@ if test ${boot_part} = ""; then
|
||||
setenv boot_part ${dev_num}:1;
|
||||
fi;
|
||||
|
||||
if test ${cpu} = "armv8"; then
|
||||
echo ;
|
||||
else
|
||||
setenv kernel_type -multi;
|
||||
fi;
|
||||
|
||||
# Import uEnv txt...
|
||||
if fatload ${boot_dev} ${boot_part} ${kernel_addr_r} uEnv.txt; then
|
||||
echo Load uEnv.txt...;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user