let PHICOMM K3 image no limite to 16MB

This commit is contained in:
coolsnowwolf 2018-09-27 18:22:11 +08:00
parent 1de53d6ff1
commit d5a131aa8d

View File

@ -321,7 +321,7 @@ define Device/tenda-ac9
IMAGES := trx
IMAGE/trx := append-rootfs | trx-serial
endef
TARGET_DEVICES += tenda-ac9
#TARGET_DEVICES += tenda-ac9
define Device/tplink-archer-c5-v2
DEVICE_TITLE := TP-LINK Archer C5 V2
@ -330,7 +330,7 @@ define Device/tplink-archer-c5-v2
IMAGE/bin := append-rootfs | bcm53xx-tplink-safeloader
TPLINK_BOARD := ARCHER-C5-V2
endef
TARGET_DEVICES += tplink-archer-c5-v2
#TARGET_DEVICES += tplink-archer-c5-v2
define Device/tplink-archer-c9-v1
DEVICE_TITLE := TP-LINK Archer C9 V1
@ -339,6 +339,6 @@ define Device/tplink-archer-c9-v1
IMAGE/bin := append-rootfs | bcm53xx-tplink-safeloader
TPLINK_BOARD := ARCHERC9
endef
TARGET_DEVICES += tplink-archer-c9-v1
#TARGET_DEVICES += tplink-archer-c9-v1
$(eval $(call BuildImage))