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 | 4834fdaccde6cd9e3172b261d7321f062afc4bc2 (patch) | |
tree | 1618d0b7f79dad026a60dfb3f8a4ba0342ac4fbc /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | 60d5abbc27ac3dd71b72e38ab12e7ad710220dbb (diff) | |
download | mtk-20170518-4834fdaccde6cd9e3172b261d7321f062afc4bc2.zip mtk-20170518-4834fdaccde6cd9e3172b261d7321f062afc4bc2.tar.gz mtk-20170518-4834fdaccde6cd9e3172b261d7321f062afc4bc2.tar.bz2 |
ar71xx: fix uci-defaults script for the WZR-HP-G30XNH boards
SVN-Revision: 27042
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-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 1448e1f..db8d9f4 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 |