-
@guido.gunther:talk.puri.sm:
make -j4 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- librem5_defconfig
moves the librem5's config to .config , you can then run menuconfig on it. To get the changes back to submit a patch usemake -j4 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- savedefconf
and diff against thelibrem5_defconfi
Please register or sign in to comment