diff options
Diffstat (limited to 'libs/luci-lib-httpprotoutils/Makefile')
-rw-r--r-- | libs/luci-lib-httpprotoutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/luci-lib-httpprotoutils/Makefile b/libs/luci-lib-httpprotoutils/Makefile index 95f45d2002..fea4f5b373 100644 --- a/libs/luci-lib-httpprotoutils/Makefile +++ b/libs/luci-lib-httpprotoutils/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=HTTP protocol utility functions LUCI_DEPENDS:=+luci-lib-base +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |