netmode: 1.1.9

This commit is contained in:
Vivek Kumar Dutta 2025-11-20 20:23:26 +05:30
parent b8634e5bec
commit 36928bdcb9
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C
2 changed files with 2 additions and 13 deletions

View file

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=netmode
PKG_VERSION:=1.1.8
PKG_VERSION:=1.1.9
PKG_RELEASE:=1
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_LICENSE:=GPL-2.0-only

View file

@ -7,15 +7,4 @@ if [ -d "/etc/bbfdm/dmmap/" ]; then
rm -rf /etc/bbfdm/dmmap/*
fi
# If device is booting up, no need to restart services
if [ ! -f /var/run/boot_complete ]; then
return 0
fi
if [ -x "/etc/init.d/bbfdm.services" ]; then
/etc/init.d/bbfdm.services restart
fi
if [ -x "/etc/init.d/bbfdmd" ]; then
/etc/init.d/bbfdmd restart
fi
ubus -t 10 call bbfdm get '{"path":"Device."}' >/dev/null