Merge pull request #16446 from micmac1/mdio-tools-ac_init
mdio-tools: fix buildbot build
This commit is contained in:
commit
769732f844
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue