ar71xx: fix uci-defaults script for the WZR-HP-G30XNH boards
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 31 May 2011 22:53:12 +0000 (22:53 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 31 May 2011 22:53:12 +0000 (22:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27042 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/base-files/etc/uci-defaults/wzr-hp-g300nh

index 1448e1f..db8d9f4 100755 (executable)
@@ -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
\ No newline at end of file
This page took 0.028462 seconds and 4 git commands to generate.