mediatek: filogic: openwrt,one: remove unneeded caldata extraction
WiFi calibration data is already obtained via in-kernel NVMEM framework.
There is no need to also do so in userspace.
Fixes: dd58ad968a
("mediatek/filogic: add OpenWrt One support")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
05eb6d0ad2
commit
680944ce88
1 changed files with 0 additions and 3 deletions
|
@ -31,9 +31,6 @@ case "$FIRMWARE" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
openwrt,one)
|
|
||||||
caldata_extract "factory" 0x0 0x1000
|
|
||||||
;;
|
|
||||||
ubnt,unifi-6-plus)
|
ubnt,unifi-6-plus)
|
||||||
caldata_extract_mmc "factory" 0x0 0x1000
|
caldata_extract_mmc "factory" 0x0 0x1000
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue