Skip to content

Commit fac0ca8

Browse files
committed
update
1 parent 1988437 commit fac0ca8

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

devices/bcm53xx/.config

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
CONFIG_TARGET_bcm53xx=y
33
CONFIG_TARGET_bcm53xx_generic=y
44
CONFIG_TARGET_MULTI_PROFILE=y
5-
CONFIG_TARGET_DEVICE_bcm53xx_generic_DEVICE_asus_rt-ac56u=y
6-
CONFIG_TARGET_DEVICE_bcm53xx_generic_DEVICE_asus_rt-ac68u=y
7-
CONFIG_TARGET_DEVICE_bcm53xx_generic_DEVICE_asus_rt-ac87u=y
8-
CONFIG_TARGET_DEVICE_bcm53xx_generic_DEVICE_asus_rt-ac88u=y
95
CONFIG_TARGET_DEVICE_bcm53xx_generic_DEVICE_phicomm_k3=y
10-
CONFIG_TARGET_DEVICE_bcm53xx_generic_DEVICE_tenda_ac9=y
116

127
CONFIG_PACKAGE_luci-ssl=y # uhttpd服务
138

devices/bcm53xx/diy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
shopt -s extglob
44

55
SHELL_FOLDER=$(dirname $(readlink -f "$0"))
6-
bash $SHELL_FOLDER/../common/kernel_5.15.sh
6+
#bash $SHELL_FOLDER/../common/kernel_5.15.sh
77

88
sed -i 's/DEFAULT_PACKAGES +=/DEFAULT_PACKAGES += autocore-arm luci-app-cpufreq luci-app-turboacc/' target/linux/mediatek/Makefile
99

devices/bcm53xx/patches/k3.patch

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/target/linux/bcm53xx/image/Makefile
2+
+++ b/target/linux/bcm53xx/image/Makefile
3+
@@ -421,7 +421,7 @@ TARGET_DEVICES += smartrg_sr400ac
4+
define Device/phicomm_k3
5+
DEVICE_VENDOR := PHICOMM
6+
DEVICE_MODEL := K3
7+
- DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES)
8+
+ DEVICE_PACKAGES := $(IEEE8021X) kmod-brcmfmac k3wifi $(USB3_PACKAGES) k3screenctrl
9+
IMAGES := trx
10+
endef
11+
TARGET_DEVICES += phicomm_k3

0 commit comments

Comments
 (0)