aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/Makefile
diff options
context:
space:
mode:
authorManas Sambhus <manas.sambhus+github@gmail.com>2022-07-09 11:56:09 +0530
committerChristian Marangi <ansuelsmth@gmail.com>2022-09-27 17:16:42 +0200
commitdb0c0a31d88293ac7430335627844da7d80c85fd (patch)
tree43b7c18710c94dee7c2b9ffa07980c26f901b5d9 /package/network/services/ppp/Makefile
parentc092b3ba63e0a60be2a5bc9aa716c26f4c6f3755 (diff)
downloadupstream-db0c0a31d88293ac7430335627844da7d80c85fd.tar.gz
upstream-db0c0a31d88293ac7430335627844da7d80c85fd.tar.bz2
upstream-db0c0a31d88293ac7430335627844da7d80c85fd.zip
ppp: use modprobe in place of insmod
This will prevent `module is already loaded` lines from appearing in the logs when a PPP connection is reconnecting Signed-off-by: Manas Sambhus <manas.sambhus+github@gmail.com>
Diffstat (limited to 'package/network/services/ppp/Makefile')
-rw-r--r--package/network/services/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile
index 10e9bdfdfe..8476204e14 100644
--- a/package/network/services/ppp/Makefile
+++ b/package/network/services/ppp/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=ppp
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/paulusmack/ppp