From 1b8da67be76546405e170bc857bb123941ad7944 Mon Sep 17 00:00:00 2001 From: Reidar Cederqvist <reidar.cederqvist@genexis.eu> Date: Tue, 9 Jun 2020 20:40:41 +0200 Subject: [PATCH] Add executable bit on /etc/init.d/hw_setup. Change-Id: I9864dad283c494031458f165762da5a48e7340e2 --- iopsys-brcm63xx-arm/base-files/lib/db/boards/FT-P3410B | 3 ++- iopsys-brcm63xx-arm/panther/base-files/etc/init.d/hw_setup | 0 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 iopsys-brcm63xx-arm/panther/base-files/etc/init.d/hw_setup diff --git a/iopsys-brcm63xx-arm/base-files/lib/db/boards/FT-P3410B b/iopsys-brcm63xx-arm/base-files/lib/db/boards/FT-P3410B index b314cff9d..87cf241ef 100644 --- a/iopsys-brcm63xx-arm/base-files/lib/db/boards/FT-P3410B +++ b/iopsys-brcm63xx-arm/base-files/lib/db/boards/FT-P3410B @@ -19,7 +19,8 @@ config board 'board' option ethernetPortNames 'LAN1 LAN2 LAN3 LAN4 WAN' option ethernetPortOrder 'eth0 eth1 eth2 eth3 eth4' option ethernetLanPorts 'eth0 eth1 eth2 eth3' - option gpio_one '67 40 22' + option gpio_one '67' + option gpio_zero '40 22' ############################################################################### # Button config, start diff --git a/iopsys-brcm63xx-arm/panther/base-files/etc/init.d/hw_setup b/iopsys-brcm63xx-arm/panther/base-files/etc/init.d/hw_setup old mode 100644 new mode 100755 -- GitLab