linuxOS_AP06/device/rockchip/common/kconfig/README.rockchip
2025-06-03 12:28:32 +08:00

8 lines
289 B
Plaintext

This is a copy of the kconfig code in the buildroot (currently 2024.02) tweaked
to suit Rockchip Linux SDK.
Changes:
1/ sed -i -e "s/buildroot/kernel/" -e "s/Buildroot/Rockchip Linux SDK/" \
-e "s/BR2_/RK_/" *conf*
2/ Apply 0001-HACK-Support-using-endmenuconfig-to-quit-menuconfig.patch