mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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*
|
||||
make distclean
|
||||
cp $ROOT/$PKG_DIR/config/$1.conf .config
|
||||
cp $PKG_DIR/config/$1.conf .config
|
||||
make oldconfig
|
||||
|
||||
ARCH=$TARGET_ARCH make CROSS_COMPILE="" KBUILD_VERBOSE="1" install
|
||||
|
Loading…
x
Reference in New Issue
Block a user