add support for jb02v3-skw based on ap2

This commit is contained in:
Alexander Couzens 2015-05-12 16:10:06 +02:00
parent 92b0391332
commit 4de88f22b4
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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)