From 822ee54544c05d031411ab673d33e6f3c4f452a4 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 26 May 2017 15:13:42 +0200 Subject: treewide: fix device tree path in scripts The device tree is at /proc/device-tree/ without a base subdir. Fixes: da472e5b30f6 ("treewide: access device tree from userspace via /proc/") Signed-off-by: Mathias Kresin --- target/linux/lantiq/base-files/lib/functions/lantiq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq/base-files/lib/functions/lantiq.sh') diff --git a/target/linux/lantiq/base-files/lib/functions/lantiq.sh b/target/linux/lantiq/base-files/lib/functions/lantiq.sh index 6459e30421..8c2e0ce5c1 100644 --- a/target/linux/lantiq/base-files/lib/functions/lantiq.sh +++ b/target/linux/lantiq/base-files/lib/functions/lantiq.sh @@ -3,7 +3,7 @@ lantiq_get_dt_led() { local label local ledpath - local basepath="/proc/device-tree/base" + local basepath="/proc/device-tree" local nodepath="$basepath/aliases/led-$1" [ -f "$nodepath" ] && ledpath=$(cat "$nodepath") -- cgit v1.2.3