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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
net/mdio-tools/Makefile
|
|
@ -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)) |