Merge pull request #2854 from armbian/potato-patato

spell lepotato right in common config
This commit is contained in:
lanefu
2021-05-28 19:19:25 -04:00
committed by GitHub

View File

@@ -216,7 +216,7 @@ family_tweaks_bsp()
install -m 755 $SRC/packages/bsp/rockchip/hdmi-hotplug $destination/usr/local/bin install -m 755 $SRC/packages/bsp/rockchip/hdmi-hotplug $destination/usr/local/bin
mkdir -p "$destination"/etc/X11/xorg.conf.d mkdir -p "$destination"/etc/X11/xorg.conf.d
if [[ $BOARD == odroidc2 || $BOARD == nanopik2 || $BOARD == lepatato || $BOARD == lafrite || $BOARD == vim1 ]]; then if [[ $BOARD == odroidc2 || $BOARD == nanopik2 || $BOARD == lepotato || $BOARD == lafrite || $BOARD == vim1 ]]; then
cat <<-EOF > "$destination"/etc/X11/xorg.conf.d/02-driver.conf cat <<-EOF > "$destination"/etc/X11/xorg.conf.d/02-driver.conf
# set fbdev as default driver. # set fbdev as default driver.