2024-02-17 14:17:25 +08:00
|
|
|
# Copyright (C) 2016 Openwrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
2023-01-20 08:48:32 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2024-02-17 14:17:25 +08:00
|
|
|
PKG_NAME:=luci-app-airconnect
|
2024-08-10 20:32:44 +08:00
|
|
|
PKG_VERSION:=1.0.2
|
2024-02-17 14:17:25 +08:00
|
|
|
PKG_RELEASE:=1
|
2023-01-20 08:48:32 +08:00
|
|
|
|
2024-02-17 14:17:25 +08:00
|
|
|
LUCI_TITLE:=LuCI support for AirConnect
|
2023-01-20 08:48:32 +08:00
|
|
|
LUCI_DEPENDS:=+airconnect
|
2024-02-17 14:17:25 +08:00
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=sbwml <admin@cooluc.com>
|
2023-01-20 08:48:32 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|