镜像来自
https://git.openwrt.org/project/luci.git
已同步 2025-01-18 23:45:02 +00:00
da284ea9bd
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
16 line
381 B
Makefile
16 line
381 B
Makefile
#
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=uHTTPd Webserver Configuration
|
|
LUCI_DEPENDS:=+luci-base +uhttpd
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_MAINTAINER:=Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|