contrib/meshwizard: Add widgets in the original order, increase version
This commit is contained in:
parent
6f79422a9a
commit
6ca757e349
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue