diff options
Diffstat (limited to 'applications/luci-app-ahcp/Makefile')
-rw-r--r-- | applications/luci-app-ahcp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/applications/luci-app-ahcp/Makefile b/applications/luci-app-ahcp/Makefile index 10859345e6..47e3f8c562 100644 --- a/applications/luci-app-ahcp/Makefile +++ b/applications/luci-app-ahcp/Makefile @@ -6,8 +6,10 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 + LUCI_TITLE:=LuCI Support for AHCPd -LUCI_DEPENDS:=+luci-compat +ahcpd +LUCI_DEPENDS:=+luci-base +luci-compat +ahcpd include ../../luci.mk |