X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=target%2Flinux%2Flantiq%2Fbase-files%2Flib%2Ffunctions%2Flantiq.sh;h=8c2e0ce5c1793155c4c8569603ce1de0a47462d6;hp=6459e30421cc8f6e75d5ca6d658e9f615c8255fa;hb=822ee54544c05d031411ab673d33e6f3c4f452a4;hpb=361c8b4ee4a20035d4c967d9d67db90d53e924a2 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")