summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorDu Huanpeng <u74147@gmail.com>2020-06-17 22:21:05 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-18 15:40:48 +0200
commit942a71352a74220e02d860b9252f9423a20caee2 (patch)
tree92d91244bf38beb1c0c88cdc030509b1064fcfd9 /images
parent6c1e7688df94a9d4dfebeb62266f7fc91c209d8a (diff)
downloadbarebox-942a71352a74220e02d860b9252f9423a20caee2.tar.gz
barebox-942a71352a74220e02d860b9252f9423a20caee2.tar.xz
MIPS: AR9331: OKUD Max9331
Oleksij and Kevin's Useless Devices. O&KUD Max9331 AR9331 400MHz MIPS 64M DRAM 16M SPI Flash 4G USB Nand Flash 3 User LEDs 3 Ports(1Wan/2Lan) 1 TTL Debug Uart Signed-off-by: Du Huanpeng <u74147@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.ath798
1 files changed, 8 insertions, 0 deletions
diff --git a/images/Makefile.ath79 b/images/Makefile.ath79
index 95c10014a5..072062b0aa 100644
--- a/images/Makefile.ath79
+++ b/images/Makefile.ath79
@@ -22,6 +22,14 @@ pblb-$(CONFIG_BOARD_OPENEMBEDED_SOM9331) += start_openembed_som9331_board
FILE_barebox-openembed-som9331-board.img = start_openembed_som9331_board.pblb
image-$(CONFIG_BOARD_OPENEMBEDED_SOM9331) += barebox-openembed-som9331-board.img
+pblb-$(CONFIG_BOARD_OKUD_MAX9331) += start_okud_max9331
+FILE_barebox-okud-max9331.img = start_okud_max9331.pblb
+image-$(CONFIG_BOARD_OKUD_MAX9331) += barebox-okud-max9331.img
+
+pblb-$(CONFIG_BOARD_OKUD_MAX9331) += start_okud_max9331_boot0
+FILE_barebox-okud-max9331-boot0.img = start_okud_max9331_boot0.pblb
+image-$(CONFIG_BOARD_OKUD_MAX9331) += barebox-okud-max9331-boot0.img
+
pblb-$(CONFIG_BOARD_TPLINK_MR3020) += start_tplink_mr3020
FILE_barebox-tplink-mr3020.img = start_tplink_mr3020.pblb
image-$(CONFIG_BOARD_TPLINK_MR3020) += barebox-tplink-mr3020.img