diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-03-24 16:52:30 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2022-03-28 11:30:27 +0300 |
commit | 33927a51c896e459aff4f7f9658da64f7768489a (patch) | |
tree | 88f882d72803d4e79990ddca3c8a2f30b5115748 /utils/poemgr | |
parent | d0efe27a8c35b5580304838548542e9aaf344ac5 (diff) |
poemgr: fix conffiles path
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'utils/poemgr')
-rw-r--r-- | utils/poemgr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/poemgr/Makefile b/utils/poemgr/Makefile index b6b10f39d..545cc294b 100644 --- a/utils/poemgr/Makefile +++ b/utils/poemgr/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=poemgr PKG_SOURCE_DATE:=2022-03-19 PKG_SOURCE_VERSION:=77395242f9b3cb6ef003c5ed74f9b5be78404450 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/blocktrron/poemgr.git @@ -24,7 +24,7 @@ define Package/poemgr endef define Package/poemgr/conffiles -/etc/config/usteer +/etc/config/poemgr endef define Package/poemgr/install |