mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
ar71xx: unlock GL.net uboot part
This commit is contained in:
parent
d3cc42cad8
commit
ecbbfcf25e
@ -493,7 +493,7 @@ define Device/gl-ar300m
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2
|
||||
BOARDNAME := GL-AR300M
|
||||
IMAGE_SIZE := 16000k
|
||||
MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env),16000k(firmware),64k(art)ro
|
||||
MTDPARTS := spi0.0:256k(u-boot),64k(u-boot-env),16000k(firmware),64k(art)ro
|
||||
endef
|
||||
TARGET_DEVICES += gl-ar300m
|
||||
|
||||
@ -539,7 +539,7 @@ define Device/gl-mifi
|
||||
BOARDNAME := GL-MIFI
|
||||
IMAGE_SIZE := 16000k
|
||||
CONSOLE := ttyATH0,115200
|
||||
MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro
|
||||
MTDPARTS := spi0.0:256k(u-boot),64k(u-boot-env)ro,16000k(firmware),64k(art)ro
|
||||
endef
|
||||
TARGET_DEVICES += gl-mifi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user