mirror of
https://github.com/openwrt/luci.git
synced 2025-04-03 23:55:30 +00:00
17 lines
360 B
Makefile
17 lines
360 B
Makefile
#
|
|
# Copyright (C) 2010 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=BCP38 LuCI interface
|
|
LUCI_DEPENDS:=+luci-base +bcp38
|
|
|
|
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|