summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/base-files/etc/uci-defaults/leds
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-18 12:42:53 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-18 12:42:53 +0000
commit560c530e279fb8ed2a4a23ba371a83870aacb71a (patch)
treeb84fd84fae0b742a76e5d875482713db4c2ebbd2 /target/linux/atheros/base-files/etc/uci-defaults/leds
parent4f5ccb4de32ae75233b97c8b599f965479c22066 (diff)
all targets: use numerically prefixed uci-defaults file names to better control order of execution
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35217 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/base-files/etc/uci-defaults/leds')
-rw-r--r--target/linux/atheros/base-files/etc/uci-defaults/leds11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/atheros/base-files/etc/uci-defaults/leds b/target/linux/atheros/base-files/etc/uci-defaults/leds
deleted file mode 100644
index 076a04bfd..000000000
--- a/target/linux/atheros/base-files/etc/uci-defaults/leds
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# Copyright 2012 OpenWrt.org
-#
-
-. /lib/functions/uci-defaults.sh
-
-ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0"
-
-ucidef_commit_leds
-
-exit 0