clitools: Added ConfigureDNS

This commit is contained in:
2026-03-27 20:25:54 +08:00
parent 87aa1d4b0b
commit 848daefffe
5 changed files with 132 additions and 24 deletions

View File

@@ -91,6 +91,12 @@ RELEASE_DEPS := \
build.env \
makefile
CLITOOLS := \
clitools/pkg \
clitools/cmd \
clitools/go.mod \
clitools/go.sum
# ---- Directory creation ------------------------------------------------------
$(PACKAGES_DIR):
@@ -258,13 +264,17 @@ initramfs: $(INITRAMFS)
itb: $(BOARD_ITB)
build-base: $(BUILD_BASE_STAMP)
clitools: $(CLITOOLS)
$(MAKE) -C clitools
clean:
rm -f \
$(BUILD_BASE_STAMP) \
$(KERNEL_IMAGE) \
$(INITRAMFS) \
$(BOARD_ITB) \
$(RELEASE_IMAGE)
$(RELEASE_IMAGE) \
$(CLITOOLS)
distclean: clean
rm -rf $(OUT_DIR)
@@ -272,5 +282,5 @@ distclean: clean
pkgclean:
rm -rf $(PACKAGES_DIR)
.PHONY: release kernel initramfs itb build-base clean distclean pkgclean \
.PHONY: release kernel initramfs itb build-base clitools clean distclean pkgclean \
cluster-config cluster-defconfig cluster-print