mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
When the .config file is missing, supply a default one
and run menuconfig
This commit is contained in:
parent
1323c940fd
commit
aba75460e4
6
Makefile
6
Makefile
@ -159,6 +159,12 @@ $(TOPDIR)include/config.h:
|
||||
make oldconfig; \
|
||||
fi;
|
||||
|
||||
$(TOPDIR).config:
|
||||
cp $(TOPDIR)sysdeps/$(TARGET_OS)/defconfig $(TOPDIR).config
|
||||
mkdir -p $(TOPDIR)include/config
|
||||
$(MAKE) -C scripts/lxdialog all
|
||||
$(BB_SHELL) scripts/Menuconfig sysdeps/$(TARGET_OS)/config.in
|
||||
|
||||
menuconfig:
|
||||
mkdir -p $(TOPDIR)include/config
|
||||
$(MAKE) -C scripts/lxdialog all
|
||||
|
Loading…
Reference in New Issue
Block a user