From 2d0a2ff1e0c386bcb3b1ae0a0924624e8cb20b37 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 25 Mar 2019 15:10:39 +0100 Subject: adm5120: Remove unmaintained target This target only supports kernel 3.18, which is not supported in OpenWrt any more for multiple releases. It also looks like there is no active maintainer for this target. Remove the code and all the packages which are only used by this target. To add this target to OpenWrt again port it to a recent and supported kernel version. Signed-off-by: Hauke Mehrtens --- package/kernel/acx-mac80211/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/kernel/acx-mac80211/Makefile') diff --git a/package/kernel/acx-mac80211/Makefile b/package/kernel/acx-mac80211/Makefile index 5927f174d4..1fec2eb73c 100644 --- a/package/kernel/acx-mac80211/Makefile +++ b/package/kernel/acx-mac80211/Makefile @@ -65,8 +65,7 @@ define KernelPackage/acx-mac80211/config choice prompt "ACX111 firmware version" depends on ACX_ID_16 - default ACX_DEFAULT if !TARGET_adm5120 - default ACX_1_2_1_34 if TARGET_adm5120 + default ACX_DEFAULT help This option allows you to select the version of the acx firmware. -- cgit v1.2.3