Skip to content

Commit

Permalink
armbian: bump to 5.88; set timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed Jun 8, 2019
1 parent cdd8d63 commit 49f82e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ clean: $(TARGETS:%=%_clean)
rm -f $(OUTPUT)/*.img $(OUTPUT)/*.xz

ifeq ($(build_armbian),y)
ARMBIAN_PKGS := Armbian_5.75_Rock64_Ubuntu_bionic_default_4.4.174.7z
ARMBIAN_PKGS += Armbian_5.75_Rock64_Debian_stretch_default_4.4.174.7z
ARMBIAN_PKGS := Armbian_5.88_Rock64_Ubuntu_bionic_default_4.4.180.7z
ARMBIAN_PKGS += Armbian_5.88_Rock64_Debian_stretch_default_4.4.180.7z

ifneq ($(TRAVIS),)
ARMBIAN_URL_BASE := https://dl.armbian.com/rock64/archive
Expand Down
1 change: 1 addition & 0 deletions build-armbian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func_modify() {
sed -i 's#http://apt.armbian.com#https://mirrors.tuna.tsinghua.edu.cn/armbian#' $mount_point/etc/apt/sources.list.d/armbian.list

rm -f $mount_point/etc/systemd/system/getty.target.wants/serial-getty\@ttyS2.service
ln -sf /usr/share/zoneinfo/Asia/Shanghai $mount_point/etc/localtime

# for armbian dev
:<<!
Expand Down

0 comments on commit 49f82e5

Please sign in to comment.