gluon.mk: depend on luasrcdiet/host instead of luci-base/host
We don't use anything else from luci-base anymore.
This commit is contained in:
parent
23fd9cd0f9
commit
43b1368b70
@ -1,8 +1,7 @@
|
|||||||
GLUON_MK := $(abspath $(lastword $(MAKEFILE_LIST)))
|
GLUON_MK := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||||
PKG_FILE_DEPENDS += $(GLUON_MK)
|
PKG_FILE_DEPENDS += $(GLUON_MK)
|
||||||
|
|
||||||
# Dependencies for LuaSrcDiet
|
PKG_BUILD_DEPENDS += luasrcdiet/host
|
||||||
PKG_BUILD_DEPENDS += luci-base/host
|
|
||||||
|
|
||||||
ifneq ($(wildcard ./src/respondd.c),)
|
ifneq ($(wildcard ./src/respondd.c),)
|
||||||
PKG_BUILD_DEPENDS += respondd
|
PKG_BUILD_DEPENDS += respondd
|
||||||
|
Loading…
Reference in New Issue
Block a user