mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
linux: dont disable NET scheduler support in release builds
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ad01d46d55
commit
32483de7c6
@ -37,7 +37,6 @@ sed -i -e "s|^HOSTCC[[:space:]]*=.*$|HOSTCC = $HOST_CC|" \
|
|||||||
$LINUX/Makefile
|
$LINUX/Makefile
|
||||||
|
|
||||||
cp $KERNEL_CFG_FILE $LINUX/.config
|
cp $KERNEL_CFG_FILE $LINUX/.config
|
||||||
#sed -i -e "s|^CONFIG_INITRAMFS_SOURCE=.*$|CONFIG_INITRAMFS_SOURCE=\"$ROOT/$PKG_DIR/config/initramfs\"|" \
|
|
||||||
sed -i -e "s|^CONFIG_INITRAMFS_SOURCE=.*$|CONFIG_INITRAMFS_SOURCE=\"$ROOT/$BUILD/image/initramfs.cpio\"|" \
|
sed -i -e "s|^CONFIG_INITRAMFS_SOURCE=.*$|CONFIG_INITRAMFS_SOURCE=\"$ROOT/$BUILD/image/initramfs.cpio\"|" \
|
||||||
$LINUX/.config
|
$LINUX/.config
|
||||||
|
|
||||||
@ -54,8 +53,8 @@ sed -i -e "s|^CONFIG_INITRAMFS_SOURCE=.*$|CONFIG_INITRAMFS_SOURCE=\"$ROOT/$BUILD
|
|||||||
# dont install some debug stuff on release builds
|
# dont install some debug stuff on release builds
|
||||||
if [ ! "$DEVTOOLS" = yes ]; then
|
if [ ! "$DEVTOOLS" = yes ]; then
|
||||||
sed -i -e "s|^CONFIG_DEBUG_FS=.*$|# CONFIG_DEBUG_FS is not set|" $LINUX/.config
|
sed -i -e "s|^CONFIG_DEBUG_FS=.*$|# CONFIG_DEBUG_FS is not set|" $LINUX/.config
|
||||||
sed -i -e "s|^CONFIG_NET_SCHED=.*$|# CONFIG_NET_SCHED is not set|" $LINUX/.config
|
# sed -i -e "s|^CONFIG_NET_SCHED=.*$|# CONFIG_NET_SCHED is not set|" $LINUX/.config
|
||||||
sed -i -e "s|^CONFIG_NET_SCH_NETEM=.*$|# CONFIG_NET_SCH_NETEM is not set|" $LINUX/.config
|
# sed -i -e "s|^CONFIG_NET_SCH_NETEM=.*$|# CONFIG_NET_SCH_NETEM is not set|" $LINUX/.config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# copy some extra firmware to linux tree
|
# copy some extra firmware to linux tree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user