mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux:
- various cleanups
This commit is contained in:
parent
c91e04b5f6
commit
2fa04dd78f
@ -27,11 +27,11 @@ cp $KERNEL_CFG_FILE $LINUX/.config
|
||||
sed -i -e "s|^CONFIG_INITRAMFS_SOURCE=.*$|CONFIG_INITRAMFS_SOURCE=\"$ROOT/$PKG_DIR/config/initramfs\"|" \
|
||||
$LINUX/.config
|
||||
|
||||
if [ "$DEVTOOLS" = yes ]; then
|
||||
echo "CONFIG_KALLSYMS=y" >> $LINUX/.config
|
||||
echo "CONFIG_KALLSYMS_EXTRA_PASS=y" >> $LINUX/.config
|
||||
echo "# CONFIG_KPROBES is not set" >> $LINUX/.config
|
||||
fi
|
||||
if [ "$DEVTOOLS" = yes ]; then
|
||||
echo "CONFIG_KALLSYMS=y" >> $LINUX/.config
|
||||
echo "CONFIG_KALLSYMS_EXTRA_PASS=y" >> $LINUX/.config
|
||||
echo "# CONFIG_KPROBES is not set" >> $LINUX/.config
|
||||
fi
|
||||
|
||||
LZMA_DIR="$ROOT/`ls -d $BUILD/lzma*`/C/Compress/Lzma"
|
||||
for i in LzmaDecode.c LzmaDecode.h LzmaTypes.h; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user