Skip to content

Commit cc0bb79

Browse files
committed
sms-forwarder: fix dependencies for sms-forwarder-next integration in LuCI app
1 parent 4ab653f commit cc0bb79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/sms_forwarder_next/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ define Package/$(PKG_NAME)
1313
SECTION:=utils
1414
CATEGORY:=Utilities
1515
TITLE:=SMS Forward Service
16-
DEPENDS:=+tom_modem +jq +curl +ucode +ucode-mod-ubus +ucode-mod-uci +luci-app-qmodem-next
16+
DEPENDS:=+tom_modem +jq +curl +ucode +ucode-mod-ubus +ucode-mod-uci
1717
endef
1818

1919
define Package/$(PKG_NAME)/description

luci/luci-app-qmodem-next/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
77
include ../../version.mk
88

99
LUCI_TITLE:=LuCI Modern UI for QModem(Not Support Lua Version)
10-
LUCI_DEPENDS:=+qmodem +luci-base
10+
LUCI_DEPENDS:=+qmodem +luci-base +sms-forwarder-next
1111
LUCI_PKGARCH:=all
1212
PKG_VERSION:=$(QMODEM_VERSION)
1313
PKG_RELEASE:=1

0 commit comments

Comments
 (0)