rpi3-base: remove package.
Obsolete, RPi3 users should use rpi-base and rpi-kernel.
This commit is contained in:
parent
4a487cf40b
commit
ddc8991d7d
3 changed files with 0 additions and 34 deletions
|
@ -1,9 +0,0 @@
|
|||
case "$ACTION" in
|
||||
post)
|
||||
mkdir -p etc/runit/runsvdir/default/
|
||||
ln -sf /etc/sv/sshd etc/runit/runsvdir/default/
|
||||
ln -sf /etc/sv/ntpd etc/runit/runsvdir/default/
|
||||
ln -sf /etc/sv/dhcpcd etc/runit/runsvdir/default/
|
||||
ln -sf /etc/sv/agetty-ttyS0 etc/runit/runsvdir/default/
|
||||
;;
|
||||
esac
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh -e
|
||||
PKGNAME="$1"
|
||||
VERSION="$2"
|
||||
|
||||
echo "Setting RPi3 kernel to ${VERSION}."
|
||||
cp /boot/vmlinux-${VERSION} /boot/vmlinux-rpi3
|
|
@ -1,19 +0,0 @@
|
|||
# Template file for 'rpi3-base'
|
||||
pkgname=rpi3-base
|
||||
version=0.1
|
||||
revision=3
|
||||
homepage="http://www.voidlinux.org"
|
||||
short_desc="Void Linux RaspberryPi3 (64 bit) base files"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Public Domain"
|
||||
|
||||
archs="aarch64*"
|
||||
depends="virtual?ntp-daemon rpi3-firmware linux"
|
||||
|
||||
do_install() {
|
||||
# Fix permissions for the vchiq device.
|
||||
vmkdir usr/lib/udev/rules.d
|
||||
echo 'SUBSYSTEM=="vchiq", GROUP="video", MODE="0660"' > \
|
||||
${DESTDIR}/usr/lib/udev/rules.d/71-raspberrypi.rules
|
||||
vinstall ${FILESDIR}/20-rpi3 0755 etc/kernel.d/post-install
|
||||
}
|
Loading…
Reference in a new issue