mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
new package: add package 'flashrom' (initial build)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7eaec31c6e
commit
386bed512a
11
packages/tools/flashrom/build
Executable file
11
packages/tools/flashrom/build
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
$SCRIPTS/build zlib
|
||||||
|
$SCRIPTS/build pciutils
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
|
||||||
|
$MAKE CC=$TARGET_CC STRIP=$STRIP
|
10
packages/tools/flashrom/install
Executable file
10
packages/tools/flashrom/install
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/install zlib
|
||||||
|
$SCRIPTS/install pciutils
|
||||||
|
$SCRIPTS/install dmidecode
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/bin
|
||||||
|
cp $PKG_BUILD/flashrom $INSTALL/usr/bin
|
1
packages/tools/flashrom/url
Normal file
1
packages/tools/flashrom/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://qa.coreboot.org/releases/flashrom-0.9.2.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user