2 # Copyright (C) 2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
10 PKG_NAME
:=vsc73x5-ucode
13 PKG_SOURCE_URL
:=http
://mirror2.openwrt.org
/sources
15 PKG_SOURCE
:=vsc73x5-ucode.
tar.bz2
16 PKG_BUILD_DIR
:=$(BUILD_DIR
)/vsc73x5-ucode
18 PKG_MD5SUM
:=b32e3debcd118f263c79199a7b5afa68
20 include $(INCLUDE_DIR
)/package.mk
22 define Package
/vsc73x5-defaults
25 DEPENDS
:=@TARGET_ar71xx
30 define Package
/vsc73x5
/install
31 $(INSTALL_DIR
) $(1)/lib
/firmware
32 $(INSTALL_DATA
) $(PKG_BUILD_DIR
)/$(2) $(1)/lib
/firmware
/$(3)
35 define Package
/vsc7385-ucode-ap83
36 $(call Package
/vsc73x5-defaults
,Vitesse VSC7385 microcode for the Atheros AP83 boards
)
39 define Package
/vsc7385-ucode-ap83
/description
40 This package contains the Atheros AP83 board specific microcode for
41 the Vitesse VSC7385 ethernet switch.
44 define Package
/vsc7385-ucode-ap83
/install
45 $(call Package
/vsc73x5
/install,$(1),g5_Plus1_2_31_unmanaged_Atheros_v3.bin
,vsc7385_ucode_ap83.bin
)
48 define Package
/vsc7395-ucode-ap83
49 $(call Package
/vsc73x5-defaults
, Vitesse VSC7395 microcode for the Atheros AP83 boards
)
52 define Package
/vsc7395-ucode-ap83
/description
53 This package contains the Atheros AP83 board specific microcode for
54 the Vitesse VSC7395 ethernet switch.
57 define Package
/vsc7395-ucode-ap83
/install
58 $(call Package
/vsc73x5
/install,$(1),g5_Plus1_2_31_unmanaged_Atheros_v4.bin
,vsc7395_ucode_ap83.bin
)
61 define Package
/vsc7385-ucode-pb44
62 $(call Package
/vsc73x5-defaults
, Vitesse VSC7395 microcode for the Atheros PB44 boards
)
65 define Package
/vsc7385-ucode-pb44
/description
66 This package contains the Atheros PB44 board specific microcode for
67 the Vitesse VSC7385 ethernet switch.
70 define Package
/vsc7385-ucode-pb44
/install
71 $(call Package
/vsc73x5
/install,$(1),g5_Plus1_2_29b_unmanaged_Atheros_v5.bin
,vsc7385_ucode_pb44.bin
)
74 define Package
/vsc7395-ucode-pb44
75 $(call Package
/vsc73x5-defaults
, Vitesse VSC7395 microcode for the Atheros PB44 boards
)
78 define Package
/vsc7395-ucode-pb44
/description
79 This package contains the Atheros AP83 board specific microcode for
80 the Vitesse VSC7395 ethernet switch.
83 define Package
/vsc7395-ucode-pb44
/install
84 $(call Package
/vsc73x5
/install,$(1),g5e_Plus1_2_29a_unmanaged_Atheros_v3.bin
,vsc7395_ucode_pb44.bin
)
91 $(eval
$(call BuildPackage
,vsc7385-ucode-ap83
))
92 $(eval
$(call BuildPackage
,vsc7395-ucode-ap83
))
93 $(eval
$(call BuildPackage
,vsc7385-ucode-pb44
))
94 $(eval
$(call BuildPackage
,vsc7395-ucode-pb44
))