mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
ipmitool: disable download of PEN list in Makefile
This commit allows building the package without downloading enterprise numbers from the IANA PEN registry. This enables offline builds and reduces storage usage, especially on devices with limited space. Signed-off-by: Oliver Sedlbauer <osedlbauer@tdt.de>
This commit is contained in:
committed by
Robert Marko
parent
96da0a11cb
commit
742c5bb94c
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ipmitool
|
PKG_NAME:=ipmitool
|
||||||
PKG_VERSION:=1.8.19
|
PKG_VERSION:=1.8.19
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://codeberg.org/IPMITool/ipmitool
|
PKG_SOURCE_URL:=https://codeberg.org/IPMITool/ipmitool
|
||||||
@@ -53,6 +53,7 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-intf-free \
|
--disable-intf-free \
|
||||||
--enable-intf-open \
|
--enable-intf-open \
|
||||||
--enable-intf-imb \
|
--enable-intf-imb \
|
||||||
--enable-ipmishell
|
--enable-ipmishell \
|
||||||
|
--disable-registry-download
|
||||||
|
|
||||||
$(eval $(call BuildPackage,ipmitool))
|
$(eval $(call BuildPackage,ipmitool))
|
||||||
|
|||||||
Reference in New Issue
Block a user