]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
Rename 'atheros' target to 'ath25'
authorFelix Fietkau <nbd@openwrt.org>
Fri, 13 Mar 2015 03:02:28 +0000 (03:02 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 13 Mar 2015 03:02:28 +0000 (03:02 +0000)
Rename 'atheros' target to more precise 'ath25'.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44736

25 files changed:
package/kernel/mac80211/Makefile
package/kernel/wrt55agv2-spidevs/Makefile
target/linux/ath25/Makefile [moved from target/linux/atheros/Makefile with 97% similarity]
target/linux/ath25/base-files/etc/config/system [moved from target/linux/atheros/base-files/etc/config/system with 100% similarity]
target/linux/ath25/base-files/etc/hotplug.d/button/00-button [moved from target/linux/atheros/base-files/etc/hotplug.d/button/00-button with 100% similarity]
target/linux/ath25/base-files/etc/uci-defaults/01_leds [moved from target/linux/atheros/base-files/etc/uci-defaults/01_leds with 100% similarity]
target/linux/ath25/base-files/etc/uci-defaults/02_network [moved from target/linux/atheros/base-files/etc/uci-defaults/02_network with 100% similarity]
target/linux/ath25/base-files/lib/preinit/15_preinit_iface_atheros [moved from target/linux/atheros/base-files/lib/preinit/15_preinit_iface_atheros with 100% similarity]
target/linux/ath25/base-files/lib/upgrade/platform.sh [moved from target/linux/atheros/base-files/lib/upgrade/platform.sh with 100% similarity]
target/linux/ath25/config-3.18 [moved from target/linux/atheros/config-3.18 with 100% similarity]
target/linux/ath25/image/Makefile [moved from target/linux/atheros/image/Makefile with 100% similarity]
target/linux/ath25/patches-3.18/010-board.patch [moved from target/linux/atheros/patches-3.18/010-board.patch with 100% similarity]
target/linux/ath25/patches-3.18/020-early-printk-support.patch [moved from target/linux/atheros/patches-3.18/020-early-printk-support.patch with 100% similarity]
target/linux/ath25/patches-3.18/030-ar2315_pci.patch [moved from target/linux/atheros/patches-3.18/030-ar2315_pci.patch with 100% similarity]
target/linux/ath25/patches-3.18/107-ar5312_gpio.patch [moved from target/linux/atheros/patches-3.18/107-ar5312_gpio.patch with 100% similarity]
target/linux/ath25/patches-3.18/108-ar2315_gpio.patch [moved from target/linux/atheros/patches-3.18/108-ar2315_gpio.patch with 100% similarity]
target/linux/ath25/patches-3.18/110-ar2313_ethernet.patch [moved from target/linux/atheros/patches-3.18/110-ar2313_ethernet.patch with 100% similarity]
target/linux/ath25/patches-3.18/120-spiflash.patch [moved from target/linux/atheros/patches-3.18/120-spiflash.patch with 100% similarity]
target/linux/ath25/patches-3.18/130-watchdog.patch [moved from target/linux/atheros/patches-3.18/130-watchdog.patch with 100% similarity]
target/linux/ath25/patches-3.18/140-redboot_boardconfig.patch [moved from target/linux/atheros/patches-3.18/140-redboot_boardconfig.patch with 100% similarity]
target/linux/ath25/patches-3.18/141-redboot_partition_scan.patch [moved from target/linux/atheros/patches-3.18/141-redboot_partition_scan.patch with 100% similarity]
target/linux/ath25/patches-3.18/142-redboot_various_erase_size_fix.patch [moved from target/linux/atheros/patches-3.18/142-redboot_various_erase_size_fix.patch with 100% similarity]
target/linux/ath25/patches-3.18/210-reset_button.patch [moved from target/linux/atheros/patches-3.18/210-reset_button.patch with 100% similarity]
target/linux/ath25/patches-3.18/220-enet_micrel_workaround.patch [moved from target/linux/atheros/patches-3.18/220-enet_micrel_workaround.patch with 100% similarity]
target/linux/ath25/patches-3.18/330-board_leds.patch [moved from target/linux/atheros/patches-3.18/330-board_leds.patch with 100% similarity]

index e487fe714446b7969502a34b7813c7fdbf987106..6623c5ad39214909cc2b00e1372075c23eef472f 100644 (file)
@@ -534,7 +534,7 @@ endef
 define KernelPackage/ath
   $(call KernelPackage/mac80211/Default)
   TITLE:=Atheros common driver part
-  DEPENDS+= @PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_atheros +kmod-mac80211
+  DEPENDS+= @PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath25 +kmod-mac80211
   FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath.ko
   MENU:=1
 endef
@@ -547,7 +547,7 @@ define KernelPackage/ath5k
   $(call KernelPackage/mac80211/Default)
   TITLE:=Atheros 5xxx wireless cards support
   URL:=http://linuxwireless.org/en/users/Drivers/ath5k
-  DEPENDS+= @PCI_SUPPORT||@TARGET_atheros +kmod-ath
+  DEPENDS+= @PCI_SUPPORT||@TARGET_ath25 +kmod-ath
   FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath5k/ath5k.ko
   AUTOLOAD:=$(call AutoProbe,ath5k)
 endef
@@ -1556,7 +1556,7 @@ config-$(call config_package,ath9k-htc) += ATH9K_HTC
 config-$(call config_package,ath10k) += ATH10K ATH10K_PCI
 
 config-$(call config_package,ath5k) += ATH5K
-ifdef CONFIG_TARGET_atheros
+ifdef CONFIG_TARGET_ath25
   config-y += ATH5K_AHB
 else
   config-y += ATH5K_PCI
index bfd24c2f8d09e497d608fa3554b26cd1876450e2..a63180b8f945359f323e9502fb7b8d796bbf4fda 100644 (file)
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
 define KernelPackage/wrt55agv2-spidevs
   SUBMENU:=Other modules
   TITLE:=WRT55AG v2 SPI devices support
-  DEPENDS:=@TARGET_atheros +kmod-spi-gpio-old +kmod-spi-ks8995
+  DEPENDS:=@TARGET_ath25 +kmod-spi-gpio-old +kmod-spi-ks8995
   FILES:=$(PKG_BUILD_DIR)/wrt55agv2_spidevs.ko
 endef
 
similarity index 97%
rename from target/linux/atheros/Makefile
rename to target/linux/ath25/Makefile
index 170d4afd3b975b69ce16668bb2309edc6eaf5752..b1baa2e6b0fab977d961974cb835c1bff4b2ebb6 100644 (file)
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 ARCH:=mips
-BOARD:=atheros
+BOARD:=ath25
 BOARDNAME:=Atheros AR231x/AR5312
 FEATURES:=squashfs low_mem