aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/nbg460n_550n_550nh
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/nbg460n_550n_550nh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/nbg460n_550n_550nh22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/nbg460n_550n_550nh b/target/linux/ar71xx/base-files/etc/uci-defaults/nbg460n_550n_550nh
deleted file mode 100755
index e7f16bf70d..0000000000
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/nbg460n_550n_550nh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) 2010 OpenWrt.org
-#
-
-. /lib/ar71xx.sh
-
-board=$(ar71xx_board_name)
-
-nbg460n_550n_550nh_set_wlan_led() {
- uci batch <<EOF
-set system.wlan_led=led
-set system.wlan_led.name='WLAN'
-set system.wlan_led.sysfs='nbg460n:green:wlan'
-set system.wlan_led.trigger='phy0tpt'
-commit system
-EOF
-}
-
-if [ "${board}" == "nbg460n_550n_550nh" ]; then
- nbg460n_550n_550nh_set_wlan_led
-fi