Browse Source

ramips: fix Newifi D1 profile

the images were generated for the wrong flash size.

Signed-off-by: BangLang Huang <[email protected]>
BangLang Huang 9 years ago
parent
commit
bc4109845d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ramips/image/mt7621.mk

+ 1 - 1
target/linux/ramips/image/mt7621.mk

@@ -86,7 +86,7 @@ TARGET_DEVICES += firewrt
 
 define Device/newifi-d1
   DTS := Newifi-D1
-  IMAGE_SIZE := $(ralink_default_fw_size_16M)
+  IMAGE_SIZE := $(ralink_default_fw_size_32M)
   DEVICE_TITLE := Newifi D1
   DEVICE_PACKAGES := kmod-usb3 kmod-usb-ledtrig-usbport kmod-i2c-mt7621
 endef