mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 06:22:49 +04:00
contrib/meshwizard: Add widgets in the original order, increase version
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=meshwizard
|
||||
PKG_RELEASE:=0.0.7
|
||||
PKG_RELEASE:=0.0.8-1
|
||||
|
||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ get_var() {
|
||||
}
|
||||
|
||||
handle_widgets() {
|
||||
widgets="$1 $widgets"
|
||||
widgets="$widgets $1"
|
||||
}
|
||||
config_load freifunk
|
||||
config_foreach handle_widgets widget
|
||||
|
||||
Reference in New Issue
Block a user