mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-11 02:44:57 +08:00
20 lines
466 B
Makefile
20 lines
466 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-guest-wifi
|
|
PKG_MAINTAINER:=kenzok8 <https://github.com/kenzok78>
|
|
PKG_VERSION:=2.0.1
|
|
PKG_RELEASE:=2
|
|
|
|
LUCI_TITLE:=LuCI support for guest-wifi
|
|
LUCI_DEPENDS:=+luci-base +luci-compat
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DESCRIPTION:=Simple guest WiFi configuration interface for LuCI
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/config/wireless
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|