mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:55:55 +02:00
ar71xx: fix uci-defaults script for the WZR-HP-G30XNH boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27042 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
75e1476cce
commit
20d6650643
@ -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 New Issue
Block a user