diff options
| author | Michael Pratt | 2025-05-16 22:37:01 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-07-26 12:38:09 +0000 |
| commit | 92d10e2cdf8dca65d5851cb49126a2308f514e29 (patch) | |
| tree | 0096e8a60ea793a4ead435b7265765aab36a8ce8 | |
| parent | 0b4ebe5dd3f87bcc60d29706a4f500cd7607b21e (diff) | |
| download | openwrt-92d10e2cdf8dca65d5851cb49126a2308f514e29.tar.gz | |
nftables: remove usage of autoreconf
The usage of automake is left over
after the patch which required it was removed
since the new configure option
"--without-cli" was added to upstream.
Remove the usage of autotools to save build time.
Ref: 72e6e0b85 ("nftables: introduce experimental nftables")
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | package/network/utils/nftables/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index f2f7e5f12f..86ab2b7ab9 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -17,7 +17,6 @@ PKG_MAINTAINER:= PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING -PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_FLAGS:=lto |