Skip to content

Commit

Permalink
Merge pull request #22 from OpenIPC/master
Browse files Browse the repository at this point in the history
v15.05.1.105
  • Loading branch information
ZigFisher authored Dec 1, 2019
2 parents 34d8a21 + 951cf89 commit 38dd231
Show file tree
Hide file tree
Showing 4 changed files with 3,046 additions and 87 deletions.
8 changes: 7 additions & 1 deletion Project_OpenIPC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,18 @@ start_build() {

case $build in

hi3516cv100|hi3518av100|hi3518cv100|hi3518ev100)
hi3516cv100|hi3518av100|hi3518ev100)
SOC=${build}
prepare_image_config ${SOC} "3.0.8" "config_armv5tej_luci_default"
start_build
;;

hi3518cv100)
SOC=${build}
prepare_image_config ${SOC} "3.0.8" "config_18cv100_default"
start_build
;;

hi3516cv200)
SOC=${build}
prepare_image_config ${SOC} "3.4.35" "config_16cv200_jvt_s323h16vf"
Expand Down
2 changes: 1 addition & 1 deletion include/version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ qstrip_escape=$(subst ','\'',$(call qstrip,$(1)))
#'

VERSION_NUMBER:=$(call qstrip_escape,$(CONFIG_VERSION_NUMBER))
VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),15.05.1.104.3)
VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),15.05.1.105)

VERSION_CODE:=$(call qstrip_escape,$(CONFIG_VERSION_NUMBER))
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),Chaos Calmer)
Expand Down
Loading

0 comments on commit 38dd231

Please sign in to comment.