From 3827ce2c3dc1849033d6de52e58fcbccc7ed74a2 Mon Sep 17 00:00:00 2001 From: Chris Blake Date: Wed, 20 Jul 2016 15:44:50 +0200 Subject: apm821xx: add support for the apm821xx device target This adds a new target for PowerPC APM82181 and APM82161 (464-based) boards, as well as adds support for the booke-wdt watchdog package. Signed-off-by: Chris Blake --- target/linux/apm821xx/base-files/etc/board.d/01_leds | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 target/linux/apm821xx/base-files/etc/board.d/01_leds (limited to 'target/linux/apm821xx/base-files/etc/board.d/01_leds') diff --git a/target/linux/apm821xx/base-files/etc/board.d/01_leds b/target/linux/apm821xx/base-files/etc/board.d/01_leds new file mode 100755 index 0000000000..eab8b59142 --- /dev/null +++ b/target/linux/apm821xx/base-files/etc/board.d/01_leds @@ -0,0 +1,17 @@ +#!/bin/sh + +. /lib/functions/uci-defaults.sh +. /lib/apm821xx.sh + +board_config_update + +board=$(apm821xx_board_name) + +case "$board" in +*) + ;; +esac + +board_config_flush + +exit 0 -- cgit v1.2.3