openwrtv4/target/linux/ath25/base-files/etc/uci-defaults/01_leds
Felix Fietkau 1850e0f0a7 Rename 'atheros' target to 'ath25'
Rename 'atheros' target to more precise 'ath25'.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>

SVN-Revision: 44736
2015-03-13 03:02:28 +00:00

11 lines
155 B
Bash

#!/bin/sh
# Copyright 2012 OpenWrt.org
#
. /lib/functions/uci-defaults.sh
ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0"
ucidef_commit_leds
exit 0