aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/base-files/etc
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-17 12:48:02 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-17 12:48:02 +0000
commit7dce405a74a5a25b889e1becff645ec827a69213 (patch)
tree10f71e64b20e623b32acdf1106b7d5fb0e6a3d3b /target/linux/brcm2708/base-files/etc
parent0fd73c82ed5afe0a7e0214a15542f6d350da558f (diff)
downloadmaster-187ad058-7dce405a74a5a25b889e1becff645ec827a69213.tar.gz
master-187ad058-7dce405a74a5a25b889e1becff645ec827a69213.tar.bz2
master-187ad058-7dce405a74a5a25b889e1becff645ec827a69213.zip
brcm2708: remove unneeded base-files
Device tree exports board name/model and device LEDs. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46397 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm2708/base-files/etc')
-rw-r--r--target/linux/brcm2708/base-files/etc/uci-defaults/01_leds11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/brcm2708/base-files/etc/uci-defaults/01_leds b/target/linux/brcm2708/base-files/etc/uci-defaults/01_leds
deleted file mode 100644
index ad52c689e9..0000000000
--- a/target/linux/brcm2708/base-files/etc/uci-defaults/01_leds
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) 2015 OpenWrt.org
-#
-
-. /lib/functions/uci-defaults.sh
-
-ucidef_set_led_mmc "mmc" "MMC" "led0" "mmc0"
-ucidef_commit_leds
-
-exit 0