diff options
| author | Robert Marko | 2024-06-25 12:30:51 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-06-26 07:23:26 +0000 |
| commit | 116903082b7225f5ad801c3b79276cfb0bd231be (patch) | |
| tree | ac1f9fec7e35ea2cd7f3d15576552368ca50e00a | |
| parent | 646ebbd32ca4d776c64c31e85c08dc72fec25d7d (diff) | |
| download | openwrt-116903082b7225f5ad801c3b79276cfb0bd231be.tar.gz | |
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@gmail.com>
| -rw-r--r-- | package/utils/mtd-utils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |