From 4ae1039720814fb2a1534b994f264d6c99b7fda7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20W=20Baul=C3=A9?= Date: Fri, 8 Sep 2023 13:40:55 -0300 Subject: [PATCH] Add file to pkg --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 47dc809..99155a2 100644 --- a/Makefile +++ b/Makefile @@ -131,6 +131,8 @@ define Package/telegram-openwrt/install ./usr/lib/telegramopenwrt/plugins/help/hst_list \ ./usr/lib/telegramopenwrt/plugins/help/netstat \ ./usr/lib/telegramopenwrt/plugins/help/interface_restart \ + ./usr/lib/telegramopenwrt/plugins/help/interface_up \ + ./usr/lib/telegramopenwrt/plugins/help/interface_down \ ./usr/lib/telegramopenwrt/plugins/help/interfaces_list \ ./usr/lib/telegramopenwrt/plugins/help/opkg_install \ ./usr/lib/telegramopenwrt/plugins/help/opkg_update \