diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-02-02 22:43:39 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-02-02 22:44:07 -0800 |
commit | b38d4642baccb5913bfd780d9915354c7c2a7358 (patch) | |
tree | 77a8b60475168c0cc2b0cf9c04f708f7b16a92a3 /net/netifyd/Makefile | |
parent | 04c911aeb069cfb9d70e55d57d2695501828e251 (diff) |
netifyd: add reproducibility patch
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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 b8d3aad0d..025bf26fc 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 |