Skip to content

Commit

Permalink
tweak compilation scripts; deactivate 5.17 build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
m-weigand committed Mar 17, 2023
1 parent 648bdfa commit 30a7d79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compile_all.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh

/root/kernel/compile.sh
# /root/kernel/compile.sh
/root/kernel_v6.2/compile_v6-2.sh
3 changes: 2 additions & 1 deletion compile_v6-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- INSTALL_MOD_PATH=${PWD}/pack mo
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- INSTALL_PATH=${PWD}/pack dtbs_install
cp ./arch/arm64/boot/dts/rockchip/rk3566-pinenote-v1.2.dtb pack/
cp ./arch/arm64/boot/Image pack/
rename 's/.deb/_with_compression.deb/' linux-image*
cd pack
tar cvf modules.tar.gz lib
tar cvzf modules.tar.gz lib
rm -r lib
cd ../..

Expand Down

0 comments on commit 30a7d79

Please sign in to comment.