Skip to content

Commit

Permalink
update to riscv-kernel-6.11.21
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 19, 2024
1 parent 215d2be commit 341fe4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ OLD=$(pwd)
cd ..
mkdir initrd.dir
cd initrd.dir
mkdir usr ; chmod 755 usr
mkdir bin ; chmod 755 bin
mkdir sbin ; chmod 755 sbin
ln -s /bin usr/bin
ln -s /sbin usr/sbin
cp ../initrd.dir.riscv64/bin/busybox bin/busybox ; chmod 755 bin/busybox
cp ../initrd.dir.riscv64/init init ; chmod 755 init
mkdir dev ; chmod 755 dev
Expand Down
2 changes: 1 addition & 1 deletion riscv_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
CONFIG_LOCALVERSION="6.11.20"
CONFIG_LOCALVERSION="6.11.21"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
Expand Down

0 comments on commit 341fe4e

Please sign in to comment.