luci-app-advanced-reboot: added support for new board names for ea8500 and nbg6817
[project/luci.git] / applications / luci-app-advanced-reboot / luasrc / controller / advanced_reboot.lua
index 13d1c73..9082488 100644 (file)
@@ -19,7 +19,7 @@ devices = {
 errorMessage = ""
 board_name = luci.util.trim(luci.sys.exec("cat /tmp/sysinfo/board_name"))
 for i=1, #devices do
-  if board_name and devices[i][2] == board_name then
+  if board_name and string.match(board_name, devices[i][2]) then
     device_name = devices[i][1]
     partition_one_mtd = devices[i][3] or nil
     partition_two_mtd = devices[i][4] or nil