mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
busybox-hosttools: adapt for new buildsystem changes: replace $ROOT/$PKG_DIR with $PKG_DIR
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0b1fa772e0
commit
c28b1501d5
@ -28,7 +28,7 @@ setup_toolchain host
|
|||||||
|
|
||||||
cd $BUILD/busybox*
|
cd $BUILD/busybox*
|
||||||
make distclean
|
make distclean
|
||||||
cp $ROOT/$PKG_DIR/config/$1.conf .config
|
cp $PKG_DIR/config/$1.conf .config
|
||||||
make oldconfig
|
make oldconfig
|
||||||
|
|
||||||
ARCH=$TARGET_ARCH make CROSS_COMPILE="" KBUILD_VERBOSE="1" install
|
ARCH=$TARGET_ARCH make CROSS_COMPILE="" KBUILD_VERBOSE="1" install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user