Recreate defconfigs using savedefconfig target (#1876)
* Recreate defconfigs using savedefconfig target Buildroot allows to generate minimal defconfigs using the savedefconfig target. Regenerate all our configurations so they all look alive and are minimalistc. * Fix generic_aarch64_defconfig
This commit is contained in:
4
Makefile
4
Makefile
@@ -26,6 +26,10 @@ all: $(TARGETS)
|
||||
$(RELEASE_DIR):
|
||||
mkdir -p $(RELEASE_DIR)
|
||||
|
||||
savedefconfig:
|
||||
@echo "config $*"
|
||||
$(MAKE) -C $(BUILDROOT) O=$(O) BR2_EXTERNAL=$(BUILDROOT_EXTERNAL) "savedefconfig"
|
||||
|
||||
$(TARGETS_CONFIG): %-config:
|
||||
@echo "config $*"
|
||||
$(MAKE) -C $(BUILDROOT) O=$(O) BR2_EXTERNAL=$(BUILDROOT_EXTERNAL) "$*_defconfig"
|
||||
|
||||
Reference in New Issue
Block a user