mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-07 03:16:45 +08:00
21 lines
288 B
Makefile
21 lines
288 B
Makefile
#PO = wifidog
|
|
#by walkingsky
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI wifidog config
|
|
LUCI_DEPENDS:=+wifidog
|
|
LUCI_PKGARCH:=all
|
|
PKG_NAME:=luci-app-wifidog
|
|
PKG_VERSION:=2.0
|
|
PKG_RELEASE:=2
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
#
|
|
#
|
|
#
|
|
#
|
|
|