From 116903082b7225f5ad801c3b79276cfb0bd231be Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Tue, 25 Jun 2024 14:30:51 +0200 Subject: [PATCH] utils: mtd-utils: drop autoreconf Now that we are not patching mtd-utils with JFFS2 LZMA support there is no need for autoreconf to be run. Link: https://github.com/openwrt/openwrt/pull/15802 Signed-off-by: Robert Marko --- package/utils/mtd-utils/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/utils/mtd-utils/Makefile b/package/utils/mtd-utils/Makefile index 22cd2ed7e9..0e2c16dd2b 100644 --- a/package/utils/mtd-utils/Makefile +++ b/package/utils/mtd-utils/Makefile @@ -16,7 +16,6 @@ PKG_SOURCE_URL:=https://infraroot.at/pub/mtd/ PKG_HASH:=c1d853bc4adf83bcabd2792fc95af33bdd8643c97e8f7b3f0180af36af76f0e5 PKG_INSTALL:=1 -PKG_FIXUP:=autoreconf PKG_FLAGS:=nonshared PKG_BUILD_FLAGS:=gc-sections -- 2.30.2