diff options
author | Thibaut VARÈNE <hacks@slashdirt.org> | 2020-04-19 11:42:45 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-05-08 15:17:17 +0200 |
commit | 1e24af5638f1c7263c10157afd7b25b9bf601c0c (patch) | |
tree | 4df7b3dd2a77e6ae15aeb9e5b0f3371372dd9099 /target/linux/ath79/image | |
parent | 301bc3290df394bd39373ffc081818b56092b05f (diff) | |
download | upstream-1e24af5638f1c7263c10157afd7b25b9bf601c0c.tar.gz upstream-1e24af5638f1c7263c10157afd7b25b9bf601c0c.tar.bz2 upstream-1e24af5638f1c7263c10157afd7b25b9bf601c0c.zip |
ath79/mikrotik: use standard caldata functions
With the implementation of a sysfs interface to access WLAN data, this
target no longer needs a special wrapper to extract caldata.
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/common-mikrotik.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/common-mikrotik.mk b/target/linux/ath79/image/common-mikrotik.mk index 292237c76a..4cf0aa1cac 100644 --- a/target/linux/ath79/image/common-mikrotik.mk +++ b/target/linux/ath79/image/common-mikrotik.mk @@ -1,6 +1,6 @@ define Device/mikrotik DEVICE_VENDOR := MikroTik - DEVICE_PACKAGES := rbextract rbcfg + DEVICE_PACKAGES := rbcfg LOADER_TYPE := elf KERNEL := kernel-bin | append-dtb | lzma | loader-kernel KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | loader-kernel |