From 413c6a4e281d43a23e9edd65a39577442b6295c4 Mon Sep 17 00:00:00 2001 From: a1768623020 <32887476+a1768623020@users.noreply.github.com> Date: Tue, 8 Jan 2019 11:04:31 +0800 Subject: [PATCH] PBR-M1 firmware change to 32M size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pbr-m1固件大小为32m --- target/linux/ramips/image/mt7621.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 0edc8afca..08e4343c3 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -282,7 +282,7 @@ TARGET_DEVICES += d-team_newifi-d2 define Device/pbr-m1 DTS := PBR-M1 - IMAGE_SIZE := $(ralink_default_fw_size_16M) + IMAGE_SIZE := $(ralink_default_fw_size_32M) DEVICE_TITLE := PBR-M1 DEVICE_PACKAGES := \ kmod-ata-core kmod-ata-ahci kmod-mt7603 kmod-mt76x2 kmod-sdhci-mt7620 \