diff options
author | Darryl Sokoloski <darryl@sokoloski.ca> | 2021-05-25 13:41:13 -0400 |
---|---|---|
committer | Darryl Sokoloski <darryl@sokoloski.ca> | 2021-05-25 13:41:13 -0400 |
commit | 047306c0e75b70073adc486a3ccf39fc9bd43428 (patch) | |
tree | cd2f749eca1a058dc4b760e7c403f922e52af0d8 /net/netifyd/Makefile | |
parent | f2b7dce0a46ed523830d84ede08f6c575545befe (diff) |
netifyd: Fixed broken auto-configuration options passing.
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
Diffstat (limited to 'net/netifyd/Makefile')
-rw-r--r-- | net/netifyd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netifyd/Makefile b/net/netifyd/Makefile index ac99b17ba..18a447a60 100644 --- a/net/netifyd/Makefile +++ b/net/netifyd/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifyd -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Darryl Sokoloski <darryl@egloo.ca> PKG_LICENSE:=GPL-3.0-or-later |