diff options
author | Martin Thomas <m.thomas@infodas.de> | 2023-02-08 10:44:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-02-09 00:18:40 +0100 |
commit | da256dc8f810d9b4860ca198796ae61e44d5f5b1 (patch) | |
tree | 97c776b877a10411e1808fb8d83e99037f7480dd /package/pciutils | |
parent | c116ba7cc55dadd20cba82aca750b551fc7c9f46 (diff) |
adds flashrom package
Flashrom can be used e.g. to carry out a bios update.
More Infomation at https://www.flashrom.org/Flashrom
Signed-off-by: Martin Thomas <m.thomas@infodas.de>
Diffstat (limited to 'package/pciutils')
-rw-r--r-- | package/pciutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/pciutils/Makefile b/package/pciutils/Makefile index 3720f55f8..58a44a037 100644 --- a/package/pciutils/Makefile +++ b/package/pciutils/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= pciutils PKG_VERSION:= 3.5.1 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_HASH:= 2bf3a4605a562fb6b8b7673bff85a474a5cf383ed7e4bd8886b4f0939013d42f PKG_DESCR:= pci utilities PKG_SECTION:= sys/hw @@ -13,7 +13,6 @@ PKG_DEPENDS:= zlib PKG_BUILDDEP:= zlib PKG_URL:= http://www.kernel.org/pub/software/utils/pciutils/ PKG_SITES:= http://www.kernel.org/pub/software/utils/pciutils/ -PKG_BB:= 1 include $(ADK_TOPDIR)/mk/package.mk |