Fix config after menuconfig
This commit is contained in:
parent
0c27fc6997
commit
bb9aaa392e
3
Makefile
3
Makefile
|
@ -47,7 +47,8 @@ clean:
|
|||
rm -f root_overlay/root/.ssh/authorized_keys
|
||||
rm -f root_overlay/bin/door.py
|
||||
|
||||
menuconfig:
|
||||
menuconfig: buildroot/.config
|
||||
make -C buildroot menuconfig
|
||||
if [[ ! -L buildroot/.config ]]; then mv buildroot/.config config && ln -s ../config buildroot/.config; fi
|
||||
|
||||
.PHONY: all clean sdcard.img menuconfig root_overlay root_overlay/etc/dropbear/dropbear_ecdsa_host_key
|
||||
|
|
Loading…
Reference in New Issue
Block a user