mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-13 06:00:34 +00:00
ar71xx: fix uci-defaults script for the WZR-HP-G30XNH boards
SVN-Revision: 27042
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user