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
|