diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-11-23 12:35:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 12:35:52 +0100 |
commit | 8012ad2ad5a040e52c984f1cef07d4ef2e1c1325 (patch) | |
tree | 4a21ef004da0b33f6958d6ab65a27b3dd5b037f3 /applications/luci-app-udpxy/Makefile | |
parent | 7dc6f8b607abb21ae7bab75d3a2d0b5afd02b7d2 (diff) | |
parent | f653e2c5c2f571c0bb17abb90a16296095f32fbf (diff) |
Merge pull request #6115 from 1715173329/udpxy
luci-app-udpxy: rewritten in JS
Diffstat (limited to 'applications/luci-app-udpxy/Makefile')
-rw-r--r-- | applications/luci-app-udpxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-udpxy/Makefile b/applications/luci-app-udpxy/Makefile index c4286baaff..cb8f179232 100644 --- a/applications/luci-app-udpxy/Makefile +++ b/applications/luci-app-udpxy/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for udpxy -LUCI_DEPENDS:=+luci-compat +udpxy +LUCI_DEPENDS:=+udpxy include ../../luci.mk |