[openwrt/openwrt] utils: mtd-utils: drop autoreconf
LEDE Commits
lede-commits at lists.infradead.org
Wed Jun 26 00:23:30 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/116903082b7225f5ad801c3b79276cfb0bd231be
commit 116903082b7225f5ad801c3b79276cfb0bd231be
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Tue Jun 25 14:30:51 2024 +0200
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 <robimarko at gmail.com>
---
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
More information about the lede-commits
mailing list