diff --git a/features.seed b/features.seed index ef1b11d0fd0a72c6610fb7ab5bdebb96d22e1a1e..7b5ad2ebf9d806df1c9c130ac0dce2da7d52ce79 100644 --- a/features.seed +++ b/features.seed @@ -117,7 +117,6 @@ CONFIG_PACKAGE_luci-app-vlmcsd=y CONFIG_PACKAGE_luci-app-wol=y CONFIG_PACKAGE_luci-app-wrtbwmon=y CONFIG_PACKAGE_luci-app-serverchan=y -CONFIG_PACKAGE_luci-app-filebrowser=y CONFIG_PACKAGE_luci-app-r2sflasher=y CONFIG_PACKAGE_luci-app-passwall=y CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Brook=y diff --git a/luci-app-r2sflasher/Makefile b/luci-app-r2sflasher/Makefile index 3dd703b5f6ca4578bdd1de4fe44c4c58029c2898..609c34086b255b1f9b7d3bf97452f5a93494b60a 100644 --- a/luci-app-r2sflasher/Makefile +++ b/luci-app-r2sflasher/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-r2sflasher PKG_VERSION:=1.0 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_DATE:=20200416 include $(INCLUDE_DIR)/package.mk diff --git a/luci-app-r2sflasher/luasrc/view/r2sflasher/log.htm b/luci-app-r2sflasher/luasrc/view/r2sflasher/log.htm index a97eb6688b806f717cd0b7924f056e7a64b10015..a2a2c10e8e178e7744c25670650b03c9adef843b 100644 --- a/luci-app-r2sflasher/luasrc/view/r2sflasher/log.htm +++ b/luci-app-r2sflasher/luasrc/view/r2sflasher/log.htm @@ -4,12 +4,24 @@ local dsp = require "luci.dispatcher"