Merge pull request #7115 from TDT-AG/pr/20240510-luci-base

luci-base: add PKG_LICENSE_FILES references to this packages
This commit is contained in:
Florian Eckert
2024-12-02 08:35:39 +01:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ define Build/Prepare
$(CP) ./$$$$d/* $(PKG_BUILD_DIR)/$$$$d/; \
fi; \
done
$(call Build/Prepare/$(LUCI_NAME))
$(call Build/Prepare/Default)
endef