luci-app-arpbind: fix init doesn't work (#7397)

Added missing START and STOP priorities, also removed the useless
references to functions.

Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Beginner 2021-07-16 10:09:33 +08:00 committed by GitHub
parent 25ccbb49aa
commit 37f8d160c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

View File

@ -2,8 +2,8 @@
# OpenWrt 静态ARP绑定 启动脚本
# Copyright (C) 2015 GuoGuo <gch981213@gmail.com>
. /lib/functions.sh
. /lib/functions/network.sh
START=80
STOP=20
#清除单接口ARP
#参数:$1:接口名称