mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
17 lines
339 B
Makefile
17 lines
339 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-proto-minieap
|
|
PKG_VERSION:=2.1
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com>
|
|
PKG_LICENSE:=GPLv3
|
|
PKG_LICENSE_FILES:=LICENSE
|
|
|
|
LUCI_TITLE:=LuCI support for MiniEAP
|
|
LUCI_DEPENDS:=+minieap
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|