Skip to content

Commit

Permalink
add config prefix to module scmversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Mar 4, 2023
1 parent 7ab57f4 commit f69bc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cd linux-orangepi
cp ../../config/linux-rockchip-rk3588-legacy.config .config
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- olddefconfig
./scripts/config --disable CONFIG_DEBUG_INFO
./scripts/config --disable MODULE_SCMVERSION
./scripts/config --disable CONFIG_MODULE_SCMVERSION

# Set custom kernel version
./scripts/config --enable CONFIG_LOCALVERSION_AUTO
Expand Down

0 comments on commit f69bc99

Please sign in to comment.