2023-12-31 23:35:31 +08:00
|
|
|
# Copyright (C) 2020-2024 Hyy2001X <https://github.com/Hyy2001X>
|
2023-03-03 19:12:20 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-natter
|
|
|
|
PKG_VERSION:=1.1
|
2023-12-31 23:35:31 +08:00
|
|
|
PKG_RELEASE:=5
|
2023-03-03 19:12:20 +08:00
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for Natter
|
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
LUCI_DEPENDS:=+natter
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|