Browse Source

Merge pull request #4709 from kdarbyshirebryant/nlbwmontweak

nlbwmon: preserve protocols mapping across sysupgrade
lilik-openwrt-22.03
Jo-Philipp Wich 7 years ago
committed by GitHub
parent
commit
90a1af9fc7
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      net/nlbwmon/Makefile

+ 6
- 1
net/nlbwmon/Makefile View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nlbwmon
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/jow-/nlbwmon.git
@ -39,4 +39,9 @@ define Package/nlbwmon/install
$(INSTALL_CONF) ./files/nlbwmon.config $(1)/etc/config/nlbwmon
endef
define Package/nlbwmon/conffiles
/usr/share/nlbwmon/protocols
endef
$(eval $(call BuildPackage,nlbwmon))

Loading…
Cancel
Save