summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-03-18 08:48:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-03-18 08:48:17 +0100
commit52ef5245746cb13d1eaf9d520d9e7a36d2a70d4b (patch)
tree8914a656ab21a502ba720eba698db0a2687a56ad /images
parentfcad6e3394943e32bc9e08d971f2c6511a99a151 (diff)
parent525cd9f8f8f10a357b8a9f22ff74931fe0993902 (diff)
downloadbarebox-52ef5245746cb13d1eaf9d520d9e7a36d2a70d4b.tar.gz
barebox-52ef5245746cb13d1eaf9d520d9e7a36d2a70d4b.tar.xz
Merge branch 'for-next/mips'
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.ath794
1 files changed, 4 insertions, 0 deletions
diff --git a/images/Makefile.ath79 b/images/Makefile.ath79
index 5dda411d8f..95c10014a5 100644
--- a/images/Makefile.ath79
+++ b/images/Makefile.ath79
@@ -18,6 +18,10 @@ pblb-$(CONFIG_BOARD_DPTECHNICS_DPT_MODULE) += start_dptechnics_dpt_module
FILE_barebox-dptechnics-dpt-module.img = start_dptechnics_dpt_module.pblb
image-$(CONFIG_BOARD_DPTECHNICS_DPT_MODULE) += barebox-dptechnics-dpt-module.img
+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_TPLINK_MR3020) += start_tplink_mr3020
FILE_barebox-tplink-mr3020.img = start_tplink_mr3020.pblb
image-$(CONFIG_BOARD_TPLINK_MR3020) += barebox-tplink-mr3020.img