treewide: fix device tree path in scripts
[openwrt/staging/chunkeey.git] / target / linux / lantiq / base-files / lib / functions / lantiq.sh
index 6459e30421cc8f6e75d5ca6d658e9f615c8255fa..8c2e0ce5c1793155c4c8569603ce1de0a47462d6 100644 (file)
@@ -3,7 +3,7 @@
 lantiq_get_dt_led() {
        local label
        local ledpath
 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")
        local nodepath="$basepath/aliases/led-$1"
 
        [ -f "$nodepath" ] && ledpath=$(cat "$nodepath")