Skip to content

Commit

Permalink
Add missing script parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc3839 committed Mar 3, 2019
1 parent c117e35 commit f00b144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=minieap-gzhu
PKG_VERSION:=0.92.1
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com>
PKG_LICENSE:=GPLv3
PKG_LICENSE_FILES:=LICENSE
Expand Down
1 change: 1 addition & 0 deletions files/minieap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ proto_minieap_setup() {
append_setting ${auth_round:+auth-round=$auth_round}
append_setting "pid-file=none"
append_setting ${log_file:+log-file="$log_file"}
append_setting "script=/lib/netifd/minieap.script"

append_setting ${heartbeat:+heartbeat=$heartbeat}
append_setting ${eap_bcast_addr:+eap-bcast-addr=$eap_bcast_addr}
Expand Down

0 comments on commit f00b144

Please sign in to comment.