mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
11 lines
212 B
Makefile
11 lines
212 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Support for externally managed protocol
|
|
LUCI_DEPENDS:=+external-protocol
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|