X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Ffirmware%2Fvsc73x5-ucode%2FMakefile;h=4eb9e40c1552b5dabd64a01403fa53e2318ef7ec;hb=5e6792eab411b95cecd4a38c82af961e13aedfbd;hp=e3379a1f9594d793ac970899b7ff34840c516cff;hpb=b04a25491f707acf7100b453b77b267acddceae6;p=openwrt%2F.git diff --git a/package/firmware/vsc73x5-ucode/Makefile b/package/firmware/vsc73x5-ucode/Makefile index e3379a1f95..4eb9e40c15 100644 --- a/package/firmware/vsc73x5-ucode/Makefile +++ b/package/firmware/vsc73x5-ucode/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_SOURCE:=vsc73x5-ucode.tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/vsc73x5-ucode -PKG_MD5SUM:=b32e3debcd118f263c79199a7b5afa68 +PKG_HASH:=9728cec2b5d49ddd52578a8c600f1fd9f878a34e7e00ed51c248e0d608dd763a PKG_FLAGS:=nonshared @@ -34,32 +34,6 @@ define Package/vsc73x5/install $(INSTALL_DATA) $(PKG_BUILD_DIR)/$(2) $(1)/lib/firmware/$(3) endef -define Package/vsc7385-ucode-ap83 - $(call Package/vsc73x5-defaults,Vitesse VSC7385 microcode for the Atheros AP83 boards) -endef - -define Package/vsc7385-ucode-ap83/description - This package contains the Atheros AP83 board specific microcode for - the Vitesse VSC7385 ethernet switch. -endef - -define Package/vsc7385-ucode-ap83/install - $(call Package/vsc73x5/install,$(1),g5_Plus1_2_31_unmanaged_Atheros_v3.bin,vsc7385_ucode_ap83.bin) -endef - -define Package/vsc7395-ucode-ap83 - $(call Package/vsc73x5-defaults, Vitesse VSC7395 microcode for the Atheros AP83 boards) -endef - -define Package/vsc7395-ucode-ap83/description - This package contains the Atheros AP83 board specific microcode for - the Vitesse VSC7395 ethernet switch. -endef - -define Package/vsc7395-ucode-ap83/install - $(call Package/vsc73x5/install,$(1),g5_Plus1_2_31_unmanaged_Atheros_v4.bin,vsc7395_ucode_ap83.bin) -endef - define Package/vsc7385-ucode-pb44 $(call Package/vsc73x5-defaults, Vitesse VSC7395 microcode for the Atheros PB44 boards) endef @@ -78,7 +52,7 @@ define Package/vsc7395-ucode-pb44 endef define Package/vsc7395-ucode-pb44/description - This package contains the Atheros AP83 board specific microcode for + This package contains the Atheros PB44 board specific microcode for the Vitesse VSC7395 ethernet switch. endef @@ -90,7 +64,5 @@ define Build/Compile endef -$(eval $(call BuildPackage,vsc7385-ucode-ap83)) -$(eval $(call BuildPackage,vsc7395-ucode-ap83)) $(eval $(call BuildPackage,vsc7385-ucode-pb44)) $(eval $(call BuildPackage,vsc7395-ucode-pb44))