diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-18 12:42:53 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-18 12:42:53 +0000 |
commit | 560c530e279fb8ed2a4a23ba371a83870aacb71a (patch) | |
tree | b84fd84fae0b742a76e5d875482713db4c2ebbd2 /target/linux/atheros/base-files/etc/uci-defaults/01_leds | |
parent | 4f5ccb4de32ae75233b97c8b599f965479c22066 (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/01_leds')
-rw-r--r-- | target/linux/atheros/base-files/etc/uci-defaults/01_leds | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/atheros/base-files/etc/uci-defaults/01_leds b/target/linux/atheros/base-files/etc/uci-defaults/01_leds new file mode 100644 index 000000000..076a04bfd --- /dev/null +++ b/target/linux/atheros/base-files/etc/uci-defaults/01_leds @@ -0,0 +1,11 @@ +#!/bin/sh +# Copyright 2012 OpenWrt.org +# + +. /lib/functions/uci-defaults.sh + +ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0" + +ucidef_commit_leds + +exit 0 |