luci-base: Extending packages prepare handling
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 18 Apr 2024 11:39:33 +0000 (13:39 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Fri, 10 May 2024 08:24:56 +0000 (10:24 +0200)
commitf17fa682d1566ec1a2abdfb0846a06084b8ead90
tree2c4ec65d879373ec25187c98d81d008c2c5ec790
parent2acddabad011ec91ef3b1aec845e06255f2d3794
luci-base: Extending packages prepare handling

With this change, packages that do not have the source files in the
generic location (luasrc,ucode,htdocs,root,src) can still copy there
build files into the build directory if they add the following make
target 'Build/Prepare/<luci-packages-name>' to the Makefile.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
luci.mk