From 2b88563ee5aafd9571d965b7f2093a0f58d98a31 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 26 Nov 2020 12:02:21 +0100 Subject: realtek: update the tree to the latest refactored version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rename the target to realtek * add refactored DSA driver * add latest gpio driver * lots of arch cleanups * new irq driver * additional boards Signed-off-by: Bert Vermeulen Signed-off-by: Birger Koblitz Signed-off-by: Sander Vanheule Signed-off-by: Bjørn Mork Signed-off-by: John Crispin --- target/linux/realtek/base-files/etc/board.d/01_leds | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 target/linux/realtek/base-files/etc/board.d/01_leds (limited to 'target/linux/realtek/base-files/etc/board.d/01_leds') diff --git a/target/linux/realtek/base-files/etc/board.d/01_leds b/target/linux/realtek/base-files/etc/board.d/01_leds new file mode 100755 index 0000000000..699ab817dd --- /dev/null +++ b/target/linux/realtek/base-files/etc/board.d/01_leds @@ -0,0 +1,14 @@ +#!/bin/sh + +. /lib/functions/uci-defaults.sh + +board=$(board_name) + +board_config_update + +case $board in +esac + +board_config_flush + +exit 0 -- cgit v1.2.3