diff options
author | Thibaut VARÈNE <hacks@slashdirt.org> | 2020-05-21 17:20:55 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-05-28 11:09:10 +0200 |
commit | f10da7cb4d44dde346bef73ff4500d91c5730767 (patch) | |
tree | 763ad6f1cbd70b640846f80a05b936621900e3dc /target/linux/ath79 | |
parent | 48b14b9cbe521580e9d3f75a5ee1eabdd0440de8 (diff) | |
download | upstream-f10da7cb4d44dde346bef73ff4500d91c5730767.tar.gz upstream-f10da7cb4d44dde346bef73ff4500d91c5730767.tar.bz2 upstream-f10da7cb4d44dde346bef73ff4500d91c5730767.zip |
packages/boot: remove rbcfg
The new sysfs soft_config driver makes buggy rbcfg obsolete and
entirely replaces it.
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/image/common-mikrotik.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ath79/image/common-mikrotik.mk b/target/linux/ath79/image/common-mikrotik.mk index 4cf0aa1cac..c21800011b 100644 --- a/target/linux/ath79/image/common-mikrotik.mk +++ b/target/linux/ath79/image/common-mikrotik.mk @@ -1,6 +1,5 @@ define Device/mikrotik DEVICE_VENDOR := MikroTik - DEVICE_PACKAGES := rbcfg LOADER_TYPE := elf KERNEL := kernel-bin | append-dtb | lzma | loader-kernel KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | loader-kernel |