diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-05-31 22:53:12 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-05-31 22:53:12 +0000 |
commit | f6cccf1487c8bd146879594920a24ecc5fe22331 (patch) | |
tree | 6925b14b20c6d4cb42489820e9201a130a3a6e6f /target/linux/ar71xx/base-files/etc | |
parent | a45026d4cbf838a6e404b73e0240f56e66be18ea (diff) | |
download | upstream-f6cccf1487c8bd146879594920a24ecc5fe22331.tar.gz upstream-f6cccf1487c8bd146879594920a24ecc5fe22331.tar.bz2 upstream-f6cccf1487c8bd146879594920a24ecc5fe22331.zip |
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
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/wzr-hp-g300nh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/wzr-hp-g300nh b/target/linux/ar71xx/base-files/etc/uci-defaults/wzr-hp-g300nh index 1448e1f9a5..db8d9f489f 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/wzr-hp-g300nh +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/wzr-hp-g300nh @@ -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 |