bridger: add bridge forwarding accelerator for target

This commit is contained in:
lean 2022-09-15 13:42:02 +08:00
parent fabfc44859
commit 61d68ec9b2
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug \
DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug bridger \
automount autocore-arm e2fsprogs ethtool haveged htop usb-modeswitch iperf3 hysteria \
luci-app-diskman luci-app-samba luci-app-unblockmusic

View File

@ -17,7 +17,7 @@ KERNELNAME:=bzImage
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs kmod-button-hotplug kmod-usb-hid kmod-mmc kmod-sdhci usbutils pciutils \
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs kmod-button-hotplug kmod-usb-hid kmod-mmc kmod-sdhci bridger usbutils pciutils \
kmod-alx kmod-e1000e kmod-igb kmod-igc kmod-igbvf kmod-iavf kmod-bnx2x kmod-pcnet32 kmod-tulip kmod-via-velocity kmod-vmxnet3 kmod-i40e kmod-i40evf kmod-r8125 kmod-8139cp kmod-8139too kmod-fs-f2fs cfdisk \
htop lm-sensors iperf3 autocore-x86 automount autosamba luci-app-adbyby-plus luci-app-ipsec-vpnd luci-proto-bonding luci-app-diskman \
luci-app-unblockmusic luci-app-zerotier luci-app-xlnetacc ddns-scripts_aliyun ddns-scripts_dnspod ca-bundle luci-app-wireguard luci-app-ttyd \

View File

@ -41,7 +41,7 @@ menuconfig TARGET_OPTIONS
prompt "BPF toolchain" if DEVEL
default BPF_TOOLCHAIN_BUILD_LLVM if BUILDBOT
default BPF_TOOLCHAIN_PREBUILT if HAS_PREBUILT_LLVM_TOOLCHAIN
default BPF_TOOLCHAIN_NONE
default BPF_TOOLCHAIN_BUILD_LLVM
config BPF_TOOLCHAIN_NONE
bool "None"
@ -324,7 +324,7 @@ config USE_LLVM_PREBUILT
bool
config USE_LLVM_BUILD
default y if !DEVEL && BUILDBOT
default y
select HAS_BPF_TOOLCHAIN
bool