ar71xx: fix uci-defaults script for the WZR-HP-G30XNH boards
[openwrt.git] / target / linux / ar71xx / base-files / etc / uci-defaults / wzr-hp-g300nh
index 1308a7b..db8d9f4 100755 (executable)
@@ -32,6 +32,6 @@ commit system
 EOF
 }
 
-if [ "${board}" == "wzr-hp-g300nh" ]; then
+if [ "${board}" == "wzr-hp-g300nh" -o "${board}" == "wzr-hp-g301nh" ]; then
        wzrhpg300nh_set_leds
-fi
+fi
\ No newline at end of file
This page took 0.022277 seconds and 4 git commands to generate.