mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
luci-app-turboacc: use SFE by default
This commit is contained in:
parent
3d3d099f90
commit
f85ad474b4
@ -24,11 +24,11 @@ define Package/luci-app-turboacc/config
|
||||
config PACKAGE_TURBOACC_INCLUDE_OFFLOADING
|
||||
bool "Include Flow Offload"
|
||||
depends on PACKAGE_TURBOACC_INCLUDE_SHORTCUT_FE=n
|
||||
default y
|
||||
default y if i386||x86_64||TARGET_ramips_mt7621
|
||||
|
||||
config PACKAGE_TURBOACC_INCLUDE_SHORTCUT_FE
|
||||
bool "Include Shortcut-FE"
|
||||
default n
|
||||
default y
|
||||
|
||||
config PACKAGE_TURBOACC_INCLUDE_BBR_CCA
|
||||
bool "Include BBR CCA"
|
||||
|
@ -133,7 +133,7 @@
|
||||
reg = <0x100000 0x100000>;
|
||||
};
|
||||
|
||||
partition@200000 {
|
||||
kernel: partition@200000 {
|
||||
label = "kernel";
|
||||
reg = <0x200000 0x400000>;
|
||||
};
|
||||
@ -160,6 +160,16 @@
|
||||
reg = <0x6d00000 0x100000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
kfs: partition@kfs {
|
||||
label = "kfs";
|
||||
reg = <0x200000 0x2400000>;
|
||||
};
|
||||
|
||||
kfs2: partition@kfs2 {
|
||||
label = "kfs2";
|
||||
reg = <0x2600000 0x2400000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -70,9 +70,10 @@ define Device/arris_sbr-ac1750
|
||||
PAGESIZE := 2048
|
||||
KERNEL := kernel-bin | append-dtb | gzip | uImage gzip
|
||||
KERNEL_INITRAMFS := kernel-bin | append-dtb | uImage none
|
||||
IMAGES += kernel1.bin rootfs1.bin
|
||||
IMAGES += kernel1.bin rootfs1.bin factory-kfs.bin
|
||||
IMAGE/kernel1.bin := append-kernel | check-size $$$$(KERNEL_SIZE)
|
||||
IMAGE/rootfs1.bin := append-ubi | check-size
|
||||
IMAGE/factory-kfs.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | check-size $$$$(IMAGE_SIZE)
|
||||
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||
UBINIZE_OPTS := -E 5
|
||||
endef
|
||||
|
@ -2,7 +2,7 @@ BOARDNAME := Generic devices with NAND flash
|
||||
|
||||
FEATURES += nand
|
||||
|
||||
DEFAULT_PACKAGES += wpad-basic-wolfssl
|
||||
DEFAULT_PACKAGES += wpad-openssl
|
||||
|
||||
define Target/Description
|
||||
Firmware for boards using Qualcomm Atheros, MIPS-based SoCs
|
||||
|
Loading…
Reference in New Issue
Block a user