mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-18 04:44:42 +00:00
ipq40xx: fix AP-303H PSE GPIO pin
The GPIO chip is at a different start index compared to OpenWrt master. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
6e561fe0a1
commit
5332351821
@ -7,7 +7,7 @@ board=$(board_name)
|
||||
|
||||
case "$board" in
|
||||
aruba,ap-303h)
|
||||
ucidef_add_gpio_switch "poe_passtrough" "POE passtrough disable" "546" "1"
|
||||
ucidef_add_gpio_switch "poe_passtrough" "POE passtrough disable" "446" "1"
|
||||
;;
|
||||
cellc,rtl30vw)
|
||||
ucidef_add_gpio_switch "w_disable" "W_DISABLE mPCIE pin" "398" "1"
|
||||
|
Loading…
Reference in New Issue
Block a user