mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 12:35:30 +08: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
|
config PACKAGE_TURBOACC_INCLUDE_OFFLOADING
|
||||||
bool "Include Flow Offload"
|
bool "Include Flow Offload"
|
||||||
depends on PACKAGE_TURBOACC_INCLUDE_SHORTCUT_FE=n
|
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
|
config PACKAGE_TURBOACC_INCLUDE_SHORTCUT_FE
|
||||||
bool "Include Shortcut-FE"
|
bool "Include Shortcut-FE"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config PACKAGE_TURBOACC_INCLUDE_BBR_CCA
|
config PACKAGE_TURBOACC_INCLUDE_BBR_CCA
|
||||||
bool "Include BBR CCA"
|
bool "Include BBR CCA"
|
||||||
|
@ -133,7 +133,7 @@
|
|||||||
reg = <0x100000 0x100000>;
|
reg = <0x100000 0x100000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@200000 {
|
kernel: partition@200000 {
|
||||||
label = "kernel";
|
label = "kernel";
|
||||||
reg = <0x200000 0x400000>;
|
reg = <0x200000 0x400000>;
|
||||||
};
|
};
|
||||||
@ -160,6 +160,16 @@
|
|||||||
reg = <0x6d00000 0x100000>;
|
reg = <0x6d00000 0x100000>;
|
||||||
read-only;
|
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
|
PAGESIZE := 2048
|
||||||
KERNEL := kernel-bin | append-dtb | gzip | uImage gzip
|
KERNEL := kernel-bin | append-dtb | gzip | uImage gzip
|
||||||
KERNEL_INITRAMFS := kernel-bin | append-dtb | uImage none
|
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/kernel1.bin := append-kernel | check-size $$$$(KERNEL_SIZE)
|
||||||
IMAGE/rootfs1.bin := append-ubi | check-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
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
UBINIZE_OPTS := -E 5
|
UBINIZE_OPTS := -E 5
|
||||||
endef
|
endef
|
||||||
|
@ -2,7 +2,7 @@ BOARDNAME := Generic devices with NAND flash
|
|||||||
|
|
||||||
FEATURES += nand
|
FEATURES += nand
|
||||||
|
|
||||||
DEFAULT_PACKAGES += wpad-basic-wolfssl
|
DEFAULT_PACKAGES += wpad-openssl
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Firmware for boards using Qualcomm Atheros, MIPS-based SoCs
|
Firmware for boards using Qualcomm Atheros, MIPS-based SoCs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user