mirror of
https://github.com/openwrt/luci.git
synced 2025-01-30 14:51:49 +00:00
946bad0654
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
17 lines
343 B
Makefile
17 lines
343 B
Makefile
#
|
|
# Copyright (C) 2018 The LuCI Team <luci@lists.subsignal.org>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
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
|