ar71xx: fix uci-defaults script for the WZR-HP-G30XNH boards
SVN-Revision: 27042
This commit is contained in:
parent
60d5abbc27
commit
4834fdaccd
1 changed files with 2 additions and 2 deletions
|
@ -32,6 +32,6 @@ commit system
|
|||
EOF
|
||||
}
|
||||
|
||||
if [ "${board}" == "wzr-hp-g300nh" || "${board}" == "wzr-hp-g301nh" ]; then
|
||||
if [ "${board}" == "wzr-hp-g300nh" -o "${board}" == "wzr-hp-g301nh" ]; then
|
||||
wzrhpg300nh_set_leds
|
||||
fi
|
||||
fi
|
Loading…
Reference in a new issue