Skip to content

Commit 38fb5dd

Browse files
committed
luci-app-qmodem-next: fix makefile
1 parent 3f868c3 commit 38fb5dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

luci/luci-app-qmodem-next/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ include $(TOPDIR)/rules.mk
66
# Include unified version
77
include ../../version.mk
88

9-
LUCI_TITLE:=LuCI Modern UI for QWRT Modem
9+
LUCI_TITLE:=LuCI Modern UI for QModem(Not Support Lua Version)
1010
LUCI_DEPENDS:=+qmodem +luci-base
1111
LUCI_PKGARCH:=all
1212
PKG_VERSION:=$(QMODEM_VERSION)
1313
PKG_RELEASE:=1
1414
PKG_LICENSE:=GPLv3
1515
PKG_MAINTAINER:=Tom <fjrcn@outlook.com>
1616

17-
include ../../luci.mk
17+
include $(TOPDIR)/feeds/luci/luci.mk
1818

1919
# call BuildPackage - OpenWrt buildroot signature

0 commit comments

Comments
 (0)