aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rtl838x/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/rtl838x/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/rtl838x/base-files/etc/board.d/01_leds14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/rtl838x/base-files/etc/board.d/01_leds b/target/linux/rtl838x/base-files/etc/board.d/01_leds
deleted file mode 100755
index 699ab817dd..0000000000
--- a/target/linux/rtl838x/base-files/etc/board.d/01_leds
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-. /lib/functions/uci-defaults.sh
-
-board=$(board_name)
-
-board_config_update
-
-case $board in
-esac
-
-board_config_flush
-
-exit 0