diff options
author | 张 鹏 <sd20@qxwlan.com> | 2022-03-25 17:39:07 +0800 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-03-25 18:14:13 +0100 |
commit | bdc786e82c13547b01bd8f699d00598a974c14f6 (patch) | |
tree | ceddf1dfdd67acc8fb2f7eab98ec6974c288d128 /target/linux/ipq40xx/image | |
parent | 51dee3f4f7bac26cae8a6355f5a9adb4823f63a5 (diff) | |
download | upstream-bdc786e82c13547b01bd8f699d00598a974c14f6.tar.gz upstream-bdc786e82c13547b01bd8f699d00598a974c14f6.tar.bz2 upstream-bdc786e82c13547b01bd8f699d00598a974c14f6.zip |
ipq40xx: update E2600AC c1/c2 board
Modified the radio frequency hardware part of e2600ac c1/c2,
need to cooperate with the modified board.bin file, the device
can work normally.
Signed-off-by: 张 鹏 <sd20@qxwlan.com>
Diffstat (limited to 'target/linux/ipq40xx/image')
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 3354084a70..33c6def373 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -930,7 +930,7 @@ define Device/qxwlan_e2600ac-c1 KERNEL_SIZE := 4096k IMAGE_SIZE := 31232k IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata - DEVICE_PACKAGES := ipq-wifi-qxwlan_e2600ac + DEVICE_PACKAGES := ipq-wifi-qxwlan_e2600ac-c1 DEFAULT := n endef TARGET_DEVICES += qxwlan_e2600ac-c1 @@ -945,7 +945,7 @@ define Device/qxwlan_e2600ac-c2 KERNEL_INSTALL := 1 BLOCKSIZE := 128k PAGESIZE := 2048 - DEVICE_PACKAGES := ipq-wifi-qxwlan_e2600ac + DEVICE_PACKAGES := ipq-wifi-qxwlan_e2600ac-c2 endef TARGET_DEVICES += qxwlan_e2600ac-c2 |