aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-02-29 20:11:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-02-29 20:11:30 +0000
commit619a58d641cd763c00be42d5c99c6a72074e845c (patch)
treecf7715fb293decaf4cb8ea2db7558fd48e068682 /target/linux/ar71xx/image/Makefile
parentbd93998df6b57a1a99cd919db37ebc24deac47b2 (diff)
downloadupstream-619a58d641cd763c00be42d5c99c6a72074e845c.tar.gz
upstream-619a58d641cd763c00be42d5c99c6a72074e845c.tar.bz2
upstream-619a58d641cd763c00be42d5c99c6a72074e845c.zip
ar71xx, firmware-utils: split ubdev01 flash layout from XM
The ubdev01 profile defines its own MTDPARTS with smaller firmware partition, so give it its own UBNT_BOARD in mkfwimage. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 48828
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index cb111042a7..ca4437b4b8 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -1203,7 +1203,7 @@ define Device/ubdev01
$(Device/ubnt-xm)
MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,7488k(firmware),64k(certs),256k(cfg)ro,64k(EEPROM)ro
BOARDNAME := UBNT-UF
- UBNT_BOARD := XM
+ UBNT_BOARD := UBDEV01
UBNT_TYPE := XM
UBNT_CHIP := ar7240
endef