From cf2a061d67c05af8171191e87f4747df15c7aa81 Mon Sep 17 00:00:00 2001 From: Tony Date: Sun, 11 Nov 2018 22:36:45 -0500 Subject: [PATCH] BSP: Meson64 remove legacy kernel support scripts We've killed off the C2 legacy kernel, the scripts serve no purpose. --- config/sources/meson64.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/sources/meson64.conf b/config/sources/meson64.conf index bb26c85e28..3c72529ed3 100644 --- a/config/sources/meson64.conf +++ b/config/sources/meson64.conf @@ -166,19 +166,12 @@ family_tweaks() { echo "#Allow ttyAML0 root" >> $SDCARD/etc/securetty echo "ttyAML0" >> $SDCARD/etc/securetty - - # enable service installed from BSP - chroot $SDCARD /bin/bash -c "systemctl --no-reload enable odroid-c2-hdmi.service >/dev/null 2>&1" } family_tweaks_bsp() { - install -m 755 $SRC/packages/bsp/odroid/c2_init.sh $destination/usr/lib/armbian/c2_init.sh - cp $SRC/packages/bsp/odroid/odroid-c2-hdmi.service $destination/lib/systemd/system/ - if [[ $BRANCH != default ]]; then mkdir -p $destination/etc/udev/rules.d mkdir -p $destination/usr/local/bin cp $SRC/packages/bsp/rockchip/hdmi.rules $destination/etc/udev/rules.d install -m 755 $SRC/packages/bsp/rockchip/hdmi-hotplug $destination/usr/local/bin - fi }