mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux:
- add CONFIG_KALLSYMS_ALL option in development build
This commit is contained in:
parent
425a10c7e2
commit
eef79f43a3
@ -29,6 +29,7 @@ sed -i -e "s|^CONFIG_INITRAMFS_SOURCE=.*$|CONFIG_INITRAMFS_SOURCE=\"$ROOT/$PKG_D
|
|||||||
if [ "$DEVTOOLS" = yes ]; then
|
if [ "$DEVTOOLS" = yes ]; then
|
||||||
echo "CONFIG_KALLSYMS=y" >> $LINUX/.config
|
echo "CONFIG_KALLSYMS=y" >> $LINUX/.config
|
||||||
echo "CONFIG_KALLSYMS_EXTRA_PASS=y" >> $LINUX/.config
|
echo "CONFIG_KALLSYMS_EXTRA_PASS=y" >> $LINUX/.config
|
||||||
|
echo "# CONFIG_KALLSYMS_ALL is not set" >> $LINUX/.config
|
||||||
echo "# CONFIG_KPROBES is not set" >> $LINUX/.config
|
echo "# CONFIG_KPROBES is not set" >> $LINUX/.config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user