Skip to content

Commit

Permalink
configs: linux and coreboot configs saved back in oldconfig format
Browse files Browse the repository at this point in the history
meld config/coreboot-librem_15v4.config config/coreboot-nitropad-ns50.config
meld config/coreboot-librem_15v4.config config/coreboot-nitropad-nv41.config
make BOARD=nitropad-nv41 coreboot.save_in_defconfig_format_in_place
make BOARD=nitropad-ns50 coreboot.save_in_defconfig_format_in_place
git diff
make BOARD=nitropad-ns50 linux.modify_and_save_oldconfig_in_place
make BOARD=librem_15v4 linux.modify_and_save_oldconfig_in_place
make BOARD=nitropad-nv41 linux.modify_and_save_oldconfig_in_place
git status | grep modified | awk -F ":" {'print $2'}| xargs git add
git status
git commit --signoff

Signed-off-by: Thierry Laurion <[email protected]>
  • Loading branch information
tlaurion committed Apr 25, 2024
1 parent 4de6782 commit 22373f7
Show file tree
Hide file tree
Showing 5 changed files with 8,185 additions and 0 deletions.
Loading

0 comments on commit 22373f7

Please sign in to comment.