Skip to content

Commit

Permalink
Merge pull request #1 from wangyu-/master
Browse files Browse the repository at this point in the history
some minor changes
  • Loading branch information
sensec authored Jan 24, 2018
2 parents 446375c + fe18eb6 commit dc461a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion files/luci/model/cbi/udp2raw/general.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end

if not has_bin("udp2raw") then
return Map("udp2raw", "%s - %s" %{translate("udp2raw-tunnel"),
translate("Settings")}, '<b style="color:red">udp2raw-tunnel binary file not found.</b>')
translate("Settings")}, '<b style="color:red">udp2raw-tunnel binary file not found. install udp2raw-tunnel package, or copy binary to /usr/bin/udp2raw manually. </b>')
end

uci:foreach("udp2raw", "servers", function(s)
Expand Down

0 comments on commit dc461a6

Please sign in to comment.