brcm47xx: rename target to bcm47xx
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 7 Feb 2020 14:42:54 +0000 (15:42 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 14 Feb 2020 13:10:51 +0000 (14:10 +0100)
commit8fe5ad5d3373cebed4fbc55a7b779721971ce427
tree5d9106ede800508dde24c21dda7f90b8b1b8af5b
parent8590e70fab64172700c21bc5e658eba17a1eae70
brcm47xx: rename target to bcm47xx

This change makes the names of Broadcom targets consistent by using
the common notation based on SoC/CPU ID (which is used internally
anyway), bcmXXXX instead of brcmXXXX.
This is even used for target TITLE in make menuconfig already,
only the short target name used brcm so far.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
195 files changed:
package/base-files/files/etc/init.d/boot
package/kernel/broadcom-wl/Makefile
package/kernel/linux/modules/netdevices.mk
package/kernel/linux/modules/other.mk
package/kernel/linux/modules/usb.mk
package/kernel/mac80211/broadcom.mk
package/kernel/rtc-rv5c386a/Makefile
package/system/mtd/src/Makefile
package/system/mtd/src/mtd.h
package/utils/nvram/Makefile
package/utils/otrx/Makefile
target/linux/bcm47xx/Makefile [new file with mode: 0644]
target/linux/bcm47xx/base-files/etc/board.d/01_network [new file with mode: 0755]
target/linux/bcm47xx/base-files/etc/diag.sh [new file with mode: 0644]
target/linux/bcm47xx/base-files/etc/init.d/wmacfixup [new file with mode: 0755]
target/linux/bcm47xx/base-files/etc/uci-defaults/03_network_migration [new file with mode: 0644]
target/linux/bcm47xx/base-files/etc/uci-defaults/09_fix_crc [new file with mode: 0644]
target/linux/bcm47xx/base-files/lib/preinit/01_sysinfo [new file with mode: 0644]
target/linux/bcm47xx/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
target/linux/bcm47xx/config-4.14 [new file with mode: 0644]
target/linux/bcm47xx/config-4.19 [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/100-Broadcom-b43.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/101-Broadcom-wl.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/104-Broadcom-ath5k.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/105-Broadcom-none.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/200-Broadcom-b44-b43.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/201-Broadcom-b44-wl.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/204-Broadcom-b44-ath5k.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/205-Broadcom-b44-none.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/210-Broadcom-tg3-b43.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/211-Broadcom-tg3-wl.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/215-Broadcom-tg3-none.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/220-Broadcom-bgmac-b43.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/221-Broadcom-bgmac-wl.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/225-Broadcom-bgmac-none.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/226-Broadcom-bgmac-brcsmac.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/profiles/PS-1208MFG.mk [new file with mode: 0644]
target/linux/bcm47xx/generic/target.mk [new file with mode: 0644]
target/linux/bcm47xx/image/Makefile [new file with mode: 0644]
target/linux/bcm47xx/image/lzma-loader/Makefile [new file with mode: 0644]
target/linux/bcm47xx/image/lzma-loader/src/LzmaDecode.c [new file with mode: 0644]
target/linux/bcm47xx/image/lzma-loader/src/LzmaDecode.h [new file with mode: 0644]
target/linux/bcm47xx/image/lzma-loader/src/Makefile [new file with mode: 0644]
target/linux/bcm47xx/image/lzma-loader/src/README [new file with mode: 0644]
target/linux/bcm47xx/image/lzma-loader/src/decompress.c [new file with mode: 0644]
target/linux/bcm47xx/image/lzma-loader/src/decompress.lds.in [new file with mode: 0644]
target/linux/bcm47xx/image/lzma-loader/src/head.S [new file with mode: 0644]
target/linux/bcm47xx/image/lzma-loader/src/loader.lds.in [new file with mode: 0644]
target/linux/bcm47xx/legacy/config-default [new file with mode: 0644]
target/linux/bcm47xx/legacy/profiles/100-Broadcom-b43.mk [new file with mode: 0644]
target/linux/bcm47xx/legacy/profiles/101-Broadcom-wl.mk [new file with mode: 0644]
target/linux/bcm47xx/legacy/target.mk [new file with mode: 0644]
target/linux/bcm47xx/mips74k/config-default [new file with mode: 0644]
target/linux/bcm47xx/mips74k/profiles/100-Broadcom-b43.mk [new file with mode: 0644]
target/linux/bcm47xx/mips74k/profiles/101-Broadcom-brcsmac.mk [new file with mode: 0644]
target/linux/bcm47xx/mips74k/profiles/102-Broadcom-wl.mk [new file with mode: 0644]
target/linux/bcm47xx/mips74k/profiles/103-Broadcom-none.mk [new file with mode: 0644]
target/linux/bcm47xx/mips74k/target.mk [new file with mode: 0644]
target/linux/bcm47xx/modules.mk [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/031-MIPS-BCM47XX-Add-Luxul-XAP1500-XWR1750-WiFi-LEDs.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/032-MIPS-BCM47XX-Add-support-for-Netgear-WNR1000-V3.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/033-firmware-bcm47xx_nvram-support-small-0x6000-B-NVRAM-.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/035-v5.1-mips-bcm47xx-Enable-USB-power-on-Netgear-WNDR3400v2.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/159-cpu_fixes.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/160-kmap_coherent.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/209-b44-register-adm-switch.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/210-b44_phy_fix.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/280-activate_ssb_support_in_usb.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/300-fork_cacheflush.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/310-no_highpage.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/320-MIPS-BCM47XX-Devices-database-update-for-4.x.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/400-mtd-bcm47xxpart-get-nvram.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/610-pci_ide_fix.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/791-tg3-no-pci-sleep.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/800-bcma-add-table-of-serial-flashes-with-smaller-blocks.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/820-wgt634u-nvram-fix.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/830-huawei_e970_support.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/831-old_gpio_wdt.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/900-ssb-reject-PCI-writes-setting-CardBus-bridge-resourc.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/901-Revert-bcma-switch-GPIO-portions-to-use-GPIOLIB_IRQC.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/940-bcm47xx-yenta.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/976-ssb_increase_pci_delay.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.14/999-wl_exports.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/031-v5.1-mips-bcm47xx-Enable-USB-power-on-Netgear-WNDR3400v2.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/159-cpu_fixes.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/160-kmap_coherent.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/209-b44-register-adm-switch.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/210-b44_phy_fix.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/280-activate_ssb_support_in_usb.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/300-fork_cacheflush.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/310-no_highpage.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/320-MIPS-BCM47XX-Devices-database-update-for-4.x.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/400-mtd-bcm47xxpart-get-nvram.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/610-pci_ide_fix.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/791-tg3-no-pci-sleep.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/800-bcma-add-table-of-serial-flashes-with-smaller-blocks.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/820-wgt634u-nvram-fix.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/830-huawei_e970_support.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/831-old_gpio_wdt.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/900-ssb-reject-PCI-writes-setting-CardBus-bridge-resourc.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/940-bcm47xx-yenta.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/976-ssb_increase_pci_delay.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/999-wl_exports.patch [new file with mode: 0644]
target/linux/brcm47xx/Makefile [deleted file]
target/linux/brcm47xx/base-files/etc/board.d/01_network [deleted file]
target/linux/brcm47xx/base-files/etc/diag.sh [deleted file]
target/linux/brcm47xx/base-files/etc/init.d/wmacfixup [deleted file]
target/linux/brcm47xx/base-files/etc/uci-defaults/03_network_migration [deleted file]
target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc [deleted file]
target/linux/brcm47xx/base-files/lib/preinit/01_sysinfo [deleted file]
target/linux/brcm47xx/base-files/lib/upgrade/platform.sh [deleted file]
target/linux/brcm47xx/config-4.14 [deleted file]
target/linux/brcm47xx/config-4.19 [deleted file]
target/linux/brcm47xx/generic/profiles/100-Broadcom-b43.mk [deleted file]
target/linux/brcm47xx/generic/profiles/101-Broadcom-wl.mk [deleted file]
target/linux/brcm47xx/generic/profiles/104-Broadcom-ath5k.mk [deleted file]
target/linux/brcm47xx/generic/profiles/105-Broadcom-none.mk [deleted file]
target/linux/brcm47xx/generic/profiles/200-Broadcom-b44-b43.mk [deleted file]
target/linux/brcm47xx/generic/profiles/201-Broadcom-b44-wl.mk [deleted file]
target/linux/brcm47xx/generic/profiles/204-Broadcom-b44-ath5k.mk [deleted file]
target/linux/brcm47xx/generic/profiles/205-Broadcom-b44-none.mk [deleted file]
target/linux/brcm47xx/generic/profiles/210-Broadcom-tg3-b43.mk [deleted file]
target/linux/brcm47xx/generic/profiles/211-Broadcom-tg3-wl.mk [deleted file]
target/linux/brcm47xx/generic/profiles/215-Broadcom-tg3-none.mk [deleted file]
target/linux/brcm47xx/generic/profiles/220-Broadcom-bgmac-b43.mk [deleted file]
target/linux/brcm47xx/generic/profiles/221-Broadcom-bgmac-wl.mk [deleted file]
target/linux/brcm47xx/generic/profiles/225-Broadcom-bgmac-none.mk [deleted file]
target/linux/brcm47xx/generic/profiles/226-Broadcom-bgmac-brcsmac.mk [deleted file]
target/linux/brcm47xx/generic/profiles/PS-1208MFG.mk [deleted file]
target/linux/brcm47xx/generic/target.mk [deleted file]
target/linux/brcm47xx/image/Makefile [deleted file]
target/linux/brcm47xx/image/lzma-loader/Makefile [deleted file]
target/linux/brcm47xx/image/lzma-loader/src/LzmaDecode.c [deleted file]
target/linux/brcm47xx/image/lzma-loader/src/LzmaDecode.h [deleted file]
target/linux/brcm47xx/image/lzma-loader/src/Makefile [deleted file]
target/linux/brcm47xx/image/lzma-loader/src/README [deleted file]
target/linux/brcm47xx/image/lzma-loader/src/decompress.c [deleted file]
target/linux/brcm47xx/image/lzma-loader/src/decompress.lds.in [deleted file]
target/linux/brcm47xx/image/lzma-loader/src/head.S [deleted file]
target/linux/brcm47xx/image/lzma-loader/src/loader.lds.in [deleted file]
target/linux/brcm47xx/legacy/config-default [deleted file]
target/linux/brcm47xx/legacy/profiles/100-Broadcom-b43.mk [deleted file]
target/linux/brcm47xx/legacy/profiles/101-Broadcom-wl.mk [deleted file]
target/linux/brcm47xx/legacy/target.mk [deleted file]
target/linux/brcm47xx/mips74k/config-default [deleted file]
target/linux/brcm47xx/mips74k/profiles/100-Broadcom-b43.mk [deleted file]
target/linux/brcm47xx/mips74k/profiles/101-Broadcom-brcsmac.mk [deleted file]
target/linux/brcm47xx/mips74k/profiles/102-Broadcom-wl.mk [deleted file]
target/linux/brcm47xx/mips74k/profiles/103-Broadcom-none.mk [deleted file]
target/linux/brcm47xx/mips74k/target.mk [deleted file]
target/linux/brcm47xx/modules.mk [deleted file]
target/linux/brcm47xx/patches-4.14/031-MIPS-BCM47XX-Add-Luxul-XAP1500-XWR1750-WiFi-LEDs.patch [deleted file]
target/linux/brcm47xx/patches-4.14/032-MIPS-BCM47XX-Add-support-for-Netgear-WNR1000-V3.patch [deleted file]
target/linux/brcm47xx/patches-4.14/033-firmware-bcm47xx_nvram-support-small-0x6000-B-NVRAM-.patch [deleted file]
target/linux/brcm47xx/patches-4.14/035-v5.1-mips-bcm47xx-Enable-USB-power-on-Netgear-WNDR3400v2.patch [deleted file]
target/linux/brcm47xx/patches-4.14/159-cpu_fixes.patch [deleted file]
target/linux/brcm47xx/patches-4.14/160-kmap_coherent.patch [deleted file]
target/linux/brcm47xx/patches-4.14/209-b44-register-adm-switch.patch [deleted file]
target/linux/brcm47xx/patches-4.14/210-b44_phy_fix.patch [deleted file]
target/linux/brcm47xx/patches-4.14/280-activate_ssb_support_in_usb.patch [deleted file]
target/linux/brcm47xx/patches-4.14/300-fork_cacheflush.patch [deleted file]
target/linux/brcm47xx/patches-4.14/310-no_highpage.patch [deleted file]
target/linux/brcm47xx/patches-4.14/320-MIPS-BCM47XX-Devices-database-update-for-4.x.patch [deleted file]
target/linux/brcm47xx/patches-4.14/400-mtd-bcm47xxpart-get-nvram.patch [deleted file]
target/linux/brcm47xx/patches-4.14/610-pci_ide_fix.patch [deleted file]
target/linux/brcm47xx/patches-4.14/791-tg3-no-pci-sleep.patch [deleted file]
target/linux/brcm47xx/patches-4.14/800-bcma-add-table-of-serial-flashes-with-smaller-blocks.patch [deleted file]
target/linux/brcm47xx/patches-4.14/820-wgt634u-nvram-fix.patch [deleted file]
target/linux/brcm47xx/patches-4.14/830-huawei_e970_support.patch [deleted file]
target/linux/brcm47xx/patches-4.14/831-old_gpio_wdt.patch [deleted file]
target/linux/brcm47xx/patches-4.14/900-ssb-reject-PCI-writes-setting-CardBus-bridge-resourc.patch [deleted file]
target/linux/brcm47xx/patches-4.14/901-Revert-bcma-switch-GPIO-portions-to-use-GPIOLIB_IRQC.patch [deleted file]
target/linux/brcm47xx/patches-4.14/940-bcm47xx-yenta.patch [deleted file]
target/linux/brcm47xx/patches-4.14/976-ssb_increase_pci_delay.patch [deleted file]
target/linux/brcm47xx/patches-4.14/999-wl_exports.patch [deleted file]
target/linux/brcm47xx/patches-4.19/031-v5.1-mips-bcm47xx-Enable-USB-power-on-Netgear-WNDR3400v2.patch [deleted file]
target/linux/brcm47xx/patches-4.19/159-cpu_fixes.patch [deleted file]
target/linux/brcm47xx/patches-4.19/160-kmap_coherent.patch [deleted file]
target/linux/brcm47xx/patches-4.19/209-b44-register-adm-switch.patch [deleted file]
target/linux/brcm47xx/patches-4.19/210-b44_phy_fix.patch [deleted file]
target/linux/brcm47xx/patches-4.19/280-activate_ssb_support_in_usb.patch [deleted file]
target/linux/brcm47xx/patches-4.19/300-fork_cacheflush.patch [deleted file]
target/linux/brcm47xx/patches-4.19/310-no_highpage.patch [deleted file]
target/linux/brcm47xx/patches-4.19/320-MIPS-BCM47XX-Devices-database-update-for-4.x.patch [deleted file]
target/linux/brcm47xx/patches-4.19/400-mtd-bcm47xxpart-get-nvram.patch [deleted file]
target/linux/brcm47xx/patches-4.19/610-pci_ide_fix.patch [deleted file]
target/linux/brcm47xx/patches-4.19/791-tg3-no-pci-sleep.patch [deleted file]
target/linux/brcm47xx/patches-4.19/800-bcma-add-table-of-serial-flashes-with-smaller-blocks.patch [deleted file]
target/linux/brcm47xx/patches-4.19/820-wgt634u-nvram-fix.patch [deleted file]
target/linux/brcm47xx/patches-4.19/830-huawei_e970_support.patch [deleted file]
target/linux/brcm47xx/patches-4.19/831-old_gpio_wdt.patch [deleted file]
target/linux/brcm47xx/patches-4.19/900-ssb-reject-PCI-writes-setting-CardBus-bridge-resourc.patch [deleted file]
target/linux/brcm47xx/patches-4.19/940-bcm47xx-yenta.patch [deleted file]
target/linux/brcm47xx/patches-4.19/976-ssb_increase_pci_delay.patch [deleted file]
target/linux/brcm47xx/patches-4.19/999-wl_exports.patch [deleted file]