Skip to content

Commit

Permalink
ath25: drop target
Browse files Browse the repository at this point in the history
ath25 has been on life support for the last couple of releases, eventually
leading to marking it as source-only in 2023.

It has been basically only touched to do a kernel bump so that we can make
the new OpenWrt release which was a challenge due to small RAM amount.

However, with the attempt of kernel 6.1 update it turns out that kernel
cannot even finish booting due to RAM constraints, so its time to let this
target go.

Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
robimarko committed Mar 7, 2024
1 parent 71411cb commit e247763
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 4,766 deletions.
2 changes: 0 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
- "target/linux/at91/**"
- "package/boot/at91bootstrap/**"
- "package/boot/uboot-at91/**"
"target/ath25":
- "target/linux/ath25/**"
"target/ath79":
- "target/linux/ath79/**"
"target/bcm27xx":
Expand Down
11 changes: 3 additions & 8 deletions package/kernel/mac80211/ath.mk
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,7 @@ config-$(call config_package,ath11k) += ATH11K
config-$(call config_package,ath11k-ahb) += ATH11K_AHB
config-$(call config_package,ath11k-pci) += ATH11K_PCI

config-$(call config_package,ath5k) += ATH5K
ifdef CONFIG_TARGET_ath25
config-y += ATH5K_AHB
else
config-y += ATH5K_PCI
endif
config-$(call config_package,ath5k) += ATH5K ATH5K_PCI

config-$(call config_package,ath6kl) += ATH6KL
config-$(call config_package,ath6kl-sdio) += ATH6KL_SDIO
Expand Down Expand Up @@ -133,7 +128,7 @@ endef
define KernelPackage/ath
$(call KernelPackage/mac80211/Default)
TITLE:=Atheros common driver part
DEPENDS+= @PCI_SUPPORT||USB_SUPPORT||TARGET_ath79||TARGET_ath25 +kmod-mac80211
DEPENDS+= @PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 +kmod-mac80211
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath.ko
MENU:=1
endef
Expand All @@ -146,7 +141,7 @@ define KernelPackage/ath5k
$(call KernelPackage/mac80211/Default)
TITLE:=Atheros 5xxx wireless cards support
URL:=https://wireless.wiki.kernel.org/en/users/drivers/ath5k
DEPENDS+= @(PCI_SUPPORT||TARGET_ath25) +kmod-ath
DEPENDS+= @PCI_SUPPORT +kmod-ath
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath5k/ath5k.ko
AUTOLOAD:=$(call AutoProbe,ath5k)
endef
Expand Down
23 changes: 0 additions & 23 deletions target/linux/ath25/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions target/linux/ath25/base-files/etc/board.d/01_leds

This file was deleted.

27 changes: 0 additions & 27 deletions target/linux/ath25/base-files/etc/board.d/02_network

This file was deleted.

29 changes: 0 additions & 29 deletions target/linux/ath25/base-files/lib/preinit/15_preinit_iface_atheros

This file was deleted.

76 changes: 0 additions & 76 deletions target/linux/ath25/base-files/lib/upgrade/platform.sh

This file was deleted.

132 changes: 0 additions & 132 deletions target/linux/ath25/config-5.15

This file was deleted.

Loading

0 comments on commit e247763

Please sign in to comment.