properly save all defconfigs

Done using `for config in $(make list-defconfigs | grep "milkv" | awk '{print $1}'); do make $config && make savedefconfig; done`
This commit is contained in:
LevitatingBusinessMan (Rein Fernhout)
2024-06-20 23:44:24 +02:00
parent a0de72edf7
commit e829bb4c17
8 changed files with 187 additions and 2112 deletions

View File

@ -10,10 +10,8 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to Milk-V Duo 256M"
BR2_TARGET_GENERIC_ROOT_PASSWD="milkv"
BR2_ROOTFS_OVERLAY="board/milkv/milkv-duo256m-spinand/overlay"
BR2_PACKAGE_CVI_PINMUX=y
# BR2_PACKAGE_CVI_PINMUX_CV180X is not set
BR2_PACKAGE_CVI_PINMUX_SG200X=y
BR2_PACKAGE_DUO_PINMUX=y
# BR2_PACKAGE_DUO_PINMUX_DUO is not set
BR2_PACKAGE_DUO_PINMUX_DUO256M=y
BR2_PACKAGE_SPIDEV_TEST=y
BR2_PACKAGE_STRACE=y