Skip to content

Instantly share code, notes, and snippets.

@nathanchance
Created October 12, 2018 19:03
Show Gist options
  • Save nathanchance/e331a237f855cf1db632466ba6967a19 to your computer and use it in GitHub Desktop.
Save nathanchance/e331a237f855cf1db632466ba6967a19 to your computer and use it in GitHub Desktop.
BR2_aarch64=y
BR2_cortex_a57=y
BR2_OPTIMIZE_3=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
BR2_PACKAGE_BASH=y
BR2_PACKAGE_HTOP=y
BR2_PACKAGE_VIM=y
BR2_TARGET_ROOTFS_CPIO=y
# BR2_TARGET_ROOTFS_TAR is not set
@nickdesaulniers
Copy link

Am I holding it wrong?

[Yes] 🌵

$ make savedefconfig BR2_DEFCONFIG=path/to/save/defconfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment