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 b314cff9d7c1435368d110ab86ae05687929ab04..87cf241ef38e3d298f40b04dafd313fb3019d267 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