Browse Source

Merge pull request #16446 from micmac1/mdio-tools-ac_init

mdio-tools: fix buildbot build
lilik-openwrt-22.03
Rosen Penev 3 years ago
committed by GitHub
parent
commit
769732f844
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      net/mdio-tools/Makefile

+ 5
- 0
net/mdio-tools/Makefile View File

@ -35,4 +35,9 @@ define Package/mdio-tools/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/mdio/mdio $(1)/usr/bin/
endef
define Build/Prepare
$(call Build/Prepare/Default)
$(SED) 's/m4_esyscmd_s(.*)/$(PKG_VERSION)/' $(PKG_BUILD_DIR)/configure.ac
endef
$(eval $(call BuildPackage,mdio-tools))

Loading…
Cancel
Save