From 4de88f22b449b3e9bd2b97b8d1035e54b1871096 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 12 May 2015 16:10:06 +0200 Subject: [PATCH] add support for jb02v3-skw based on ap2 --- Makefile | 5 ++++- u-boot/Makefile | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 229ce11a4d..d8111958f3 100644 --- a/Makefile +++ b/Makefile @@ -47,12 +47,15 @@ ap2: BOARD_TYPE:= ap2 ap2: UBOOTFILE=$(BOARD_TYPE)_u-boot.bin ap2: compile +jb02v3-skw: BOARD_TYPE:= jb02v3-skw +jb02v3-skw: UBOOTFILE=$(BOARD_TYPE)_u-boot.bin +jb02v3-skw: compile jb02v2-cb2: BOARD_TYPE:= jb02v2-cb2 jb02v2-cb2: UBOOTFILE=$(BOARD_TYPE)_u-boot.bin jb02v2-cb2: compile -all: carambola2 ap1 ap2 jb02v2-cb2 +all: carambola2 ap1 ap2 jb02v3-skw jb02v2-cb2 clean: cd $(UBOOTDIR) && $(MAKECMD) distclean diff --git a/u-boot/Makefile b/u-boot/Makefile index 69444a45c5..4063fbe6eb 100644 --- a/u-boot/Makefile +++ b/u-boot/Makefile @@ -287,6 +287,10 @@ jb02v2-cb2_config: unconfig hornet_common_config @echo "#define CARABOOT_RELEASE \"$(CARABOOT_RELEASE)\"" >>include/config.h @./mkconfig -a jb02v3-skw mips mips carambola2 ar7240 ar7240 +jb02v3-skw_config: unconfig hornet_common_config + @echo "#define CARABOOT_RELEASE \"$(CARABOOT_RELEASE)\"" >>include/config.h + @./mkconfig -a jb02v3-skw mips mips carambola2 ar7240 ar7240 + hornet_common_config : @ >include/config.h ifeq ($(AG7240_BROADCAST_ENABLE), 1)