mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-08 13:27:48 +08:00
10 lines
200 B
Makefile
10 lines
200 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=TelegramBot simple webUI
|
|
LUCI_DEPENDS:=+telegrambot
|
|
PKG_LICENSE:=GPLv3
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|