File tree 3 files changed +12
-6
lines changed
3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 2
2
CONFIG_TARGET_bcm53xx=y
3
3
CONFIG_TARGET_bcm53xx_generic=y
4
4
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
9
5
CONFIG_TARGET_DEVICE_bcm53xx_generic_DEVICE_phicomm_k3=y
10
- CONFIG_TARGET_DEVICE_bcm53xx_generic_DEVICE_tenda_ac9=y
11
6
12
7
CONFIG_PACKAGE_luci-ssl=y # uhttpd服务
13
8
Original file line number Diff line number Diff line change 3
3
shopt -s extglob
4
4
5
5
SHELL_FOLDER=$( dirname $( readlink -f " $0 " ) )
6
- bash $SHELL_FOLDER /../common/kernel_5.15.sh
6
+ # bash $SHELL_FOLDER/../common/kernel_5.15.sh
7
7
8
8
sed -i ' s/DEFAULT_PACKAGES +=/DEFAULT_PACKAGES += autocore-arm luci-app-cpufreq luci-app-turboacc/' target/linux/mediatek/Makefile
9
9
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments