diff --git a/Makefile b/Makefile index ea87723..93fd80f 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ define Package/$(PKG_NAME) SUBMENU:=3. Applications TITLE:=LuCI Support for udp2raw-tunnel PKGARCH:=all - DEPENDS:=+udp2raw-tunnel +# DEPENDS:=+udp2raw-tunnel endef define Package/$(PKG_NAME)/description diff --git a/files/luci/model/cbi/udp2raw/general.lua b/files/luci/model/cbi/udp2raw/general.lua index dbd22e9..520f759 100644 --- a/files/luci/model/cbi/udp2raw/general.lua +++ b/files/luci/model/cbi/udp2raw/general.lua @@ -8,7 +8,7 @@ end if not has_bin("udp2raw") then return Map("udp2raw", "%s - %s" %{translate("udp2raw-tunnel"), - translate("Settings")}, 'udp2raw-tunnel binary file not found.') + translate("Settings")}, 'udp2raw-tunnel binary file not found. install udp2raw-tunnel package, or copy binary to /usr/bin/udp2raw manually. ') end uci:foreach("udp2raw", "servers", function(s)