mac80211: strip platform/ prefix from device path to improve compatibility between kernel versions

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48426
This commit is contained in:
Felix Fietkau 2016-01-21 13:28:09 +00:00
parent 95965cd813
commit d9b20a6f35
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ detect_mac80211() {
fi
if [ -n "$path" ]; then
path="${path##/sys/devices/}"
path="${path##platform/}"
dev_id=" option path '$path'"
else
dev_id=" option macaddr $(cat /sys/class/ieee80211/${dev}/macaddress)"