mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
17 lines
348 B
Makefile
17 lines
348 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:=
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|