File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
package/root/usr/local/sbin Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2727# Default packages.
2828PACKAGES=(
2929 xserver-xorg-video-fbturbo
30+ xserver-xorg-video-armsoc-sunxi
31+ libmali-sunxi-utgard0-r6p0
3032 libvdpau-sunxi1
3133 vdpauinfo
3234 aisleriot
Original file line number Diff line number Diff line change @@ -152,7 +152,8 @@ case $DISTRO in
152152 DEBUSERPW=pine64
153153 ADDPPACMD=" apt-get -y update && \
154154 apt-get install -y software-properties-common && \
155- apt-add-repository -y ppa:longsleep/ubuntu-pine64-flavour-makers \
155+ apt-add-repository -y ppa:longsleep/ubuntu-pine64-flavour-makers && \
156+ apt-add-repository -y ppa:ayufan/pine64-ppa \
156157 "
157158 EXTRADEBS=" \
158159 zram-config \
@@ -177,6 +178,7 @@ set -ex
177178export DEBIAN_FRONTEND=noninteractive
178179locale-gen en_US.UTF-8
179180$ADDPPACMD
181+ curl -fsSL http://deb.ayufan.eu/orgs/ayufan-rock64/archive.key | apt-key add -
180182apt-get -y update
181183apt-get -y install dosfstools curl xz-utils iw rfkill wpasupplicant openssh-server alsa-utils \
182184 nano git build-essential vim jq wget ca-certificates $EXTRADEBS
@@ -191,6 +193,12 @@ apt-get clean
191193EOF
192194 chmod +x " $DEST /second-phase"
193195 do_chroot /second-phase
196+ cat > " $DEST /etc/apt/sources.list.d/ayufan-pine64.list" << EOF
197+ deb http://deb.ayufan.eu/orgs/ayufan-pine64/releases /
198+
199+ # uncomment to use pre-release kernels and compatibility packages
200+ # deb http://deb.ayufan.eu/orgs/ayufan-pine64/pre-releases /
201+ EOF
194202 cat > " $DEST /etc/network/interfaces.d/eth0" << EOF
195203allow-hotplug eth0
196204iface eth0 inet dhcp
You can’t perform that action at this time.
0 commit comments