You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
213 B
11 lines
213 B
9 years ago
|
#!/bin/bash
|
||
|
|
||
|
make busybox-update-config
|
||
|
make linux-update-config
|
||
|
make savedefconfig
|
||
|
|
||
|
echo 'BR2_DEFCONFIG="$(BR2_EXTERNAL)/configs/coreboot_defconfig"' >> ../builddir/configs/coreboot_defconfig
|
||
|
|
||
|
echo 'Saved!'
|
||
|
echo
|