mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +08:00
16 lines
247 B
Makefile
16 lines
247 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=1.0.0-20221219
|
|
PKG_RELEASE:=
|
|
|
|
LUCI_TITLE:=LuCI support for airconnect
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+airconnect
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|