diff options
Diffstat (limited to 'applications/luci-app-babeld/Makefile')
-rw-r--r-- | applications/luci-app-babeld/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-app-babeld/Makefile b/applications/luci-app-babeld/Makefile index 6af9280261..2c3675c3ee 100644 --- a/applications/luci-app-babeld/Makefile +++ b/applications/luci-app-babeld/Makefile @@ -1,8 +1,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for babeld -LUCI_DEPENDS:=+babeld +luci-compat -LUCI_PKGARCH:=all +LUCI_DEPENDS:=+luci-base +babeld include ../../luci.mk |