mirror of https://github.com/OpenIPC/firmware.git
Update
parent
673469ca11
commit
d934bbdeaa
|
@ -3,7 +3,7 @@ name: OpenIPC for XM530
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- xm530
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
|
|
4
Makefile
4
Makefile
|
@ -2,8 +2,8 @@
|
|||
ROOT_DIR := $(CURDIR)
|
||||
BR_VER := 2020.02
|
||||
BR_DIR := $(ROOT_DIR)/buildroot-$(BR_VER)
|
||||
#BR_EXT_DIR := $(ROOT_DIR)/br-ext-chip-hisilicon
|
||||
BR_EXT_DIR := $(ROOT_DIR)/br-ext-chip-xiongmai
|
||||
BR_EXT_DIR := $(ROOT_DIR)/br-ext-chip-hisilicon
|
||||
#BR_EXT_DIR := $(ROOT_DIR)/br-ext-chip-xiongmai
|
||||
SCRIPTS_DIR := $(ROOT_DIR)/scripts
|
||||
BOARDS := $(shell ls -1 $(BR_EXT_DIR)/configs)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
/usr/lib/libjson-c.so.5
|
||||
/usr/lib/libjson-c.so.4
|
Loading…
Reference in New Issue