mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
commit
31ab8d40c7
3 changed files with 8 additions and 5 deletions
7
build.sh
7
build.sh
|
@ -473,9 +473,9 @@ fi
|
|||
#if [ -f target/linux/generic/hack-5.4/953-net-patch-linux-kernel-to-support-shortcut-fe.patch ]; then
|
||||
# rm -f target/linux/generic/hack-5.4/953-net-patch-linux-kernel-to-support-shortcut-fe.patch
|
||||
#fi
|
||||
#if [ -f target/linux/bcm27xx/patches-5.4/950-1031-net-lan78xx-Ack-pending-PHY-ints-when-resetting.patch ]; then
|
||||
# rm -f target/linux/bcm27xx/patches-5.4/950-1031-net-lan78xx-Ack-pending-PHY-ints-when-resetting.patch
|
||||
#fi
|
||||
if [ -f target/linux/bcm27xx/patches-5.4/950-1031-net-lan78xx-Ack-pending-PHY-ints-when-resetting.patch ]; then
|
||||
rm -f target/linux/bcm27xx/patches-5.4/950-1031-net-lan78xx-Ack-pending-PHY-ints-when-resetting.patch
|
||||
fi
|
||||
#if [ -f target/linux/generic/pending-5.4/770-16-net-ethernet-mediatek-mtk_eth_soc-add-flow-offloadin.patch ]; then
|
||||
# rm -f target/linux/generic/pending-5.4/770-16-net-ethernet-mediatek-mtk_eth_soc-add-flow-offloadin.patch
|
||||
#fi
|
||||
|
@ -494,6 +494,7 @@ if [ "$OMR_KERNEL" = "5.4" ]; then
|
|||
echo "Set to kernel 5.4 for mediatek arch (BPI-R2)"
|
||||
find target/linux/mediatek -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.10%KERNEL_PATCHVER:=5.4%g' {} \;
|
||||
echo "Done"
|
||||
rm package/kernel/mac80211/patches/build/firmware-replace-HOTPLUG-with-UEVENT-in-FW_ACTION-defines.patch
|
||||
fi
|
||||
if [ "$OMR_KERNEL" = "5.10" ]; then
|
||||
echo "Set to kernel 5.10 for rpi arch"
|
||||
|
|
|
@ -53,9 +53,8 @@ define KernelPackage/bluetooth
|
|||
$(LINUX_DIR)/net/bluetooth/bnep/bnep.ko \
|
||||
$(LINUX_DIR)/net/bluetooth/hidp/hidp.ko \
|
||||
$(LINUX_DIR)/drivers/bluetooth/hci_uart.ko \
|
||||
$(LINUX_DIR)/drivers/bluetooth/btusb.ko \
|
||||
$(LINUX_DIR)/drivers/bluetooth/btintel.ko
|
||||
AUTOLOAD:=$(call AutoProbe,bluetooth rfcomm bnep hidp hci_uart btusb)
|
||||
AUTOLOAD:=$(call AutoProbe,bluetooth rfcomm bnep hidp hci_uart)
|
||||
endef
|
||||
|
||||
define KernelPackage/bluetooth/description
|
||||
|
|
|
@ -3280,6 +3280,7 @@ CONFIG_MTD_OF_PARTS=y
|
|||
# CONFIG_MTD_ONENAND is not set
|
||||
# CONFIG_MTD_OOPS is not set
|
||||
# CONFIG_MTD_OTP is not set
|
||||
# CONFIG_MTD_PARSER_TRX is not set
|
||||
# CONFIG_MTD_PARTITIONED_MASTER is not set
|
||||
# CONFIG_MTD_PCI is not set
|
||||
# CONFIG_MTD_PCMCIA is not set
|
||||
|
@ -4954,6 +4955,7 @@ CONFIG_SERIAL_EARLYCON=y
|
|||
# CONFIG_SG_POOL is not set
|
||||
# CONFIG_SG_SPLIT is not set
|
||||
CONFIG_SHMEM=y
|
||||
# CONFIG_SHORTCUT_FE is not set
|
||||
# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set
|
||||
# CONFIG_SH_ETH is not set
|
||||
# CONFIG_SH_TIMER_CMT is not set
|
||||
|
@ -5594,6 +5596,7 @@ CONFIG_SYSVIPC_SYSCTL=y
|
|||
# CONFIG_TCIC is not set
|
||||
CONFIG_TCP_CONG_ADVANCED=y
|
||||
# CONFIG_TCP_CONG_BBR is not set
|
||||
# CONFIG_TCP_CONG_BBR2 is not set
|
||||
# CONFIG_TCP_CONG_BIC is not set
|
||||
# CONFIG_TCP_CONG_CDG is not set
|
||||
CONFIG_TCP_CONG_CUBIC=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue