ixp4xx-2.6/npe-ucode: Updated to version 2.3.2 of the microcode.
SVN-Revision: 7063
This commit is contained in:
parent
4dbda7734f
commit
0212ef08bd
2 changed files with 3 additions and 4 deletions
|
@ -62,7 +62,7 @@ endef
|
||||||
|
|
||||||
$(eval $(call BuildImage))
|
$(eval $(call BuildImage))
|
||||||
|
|
||||||
UCODEFILE:=IPL_ixp400NpeLibrary-2_3.zip
|
UCODEFILE:=IPL_ixp400NpeLibrary-2_3_2.zip
|
||||||
|
|
||||||
define Require/npe-ucode
|
define Require/npe-ucode
|
||||||
[ -f $(DL_DIR)/$(UCODEFILE) ]
|
[ -f $(DL_DIR)/$(UCODEFILE) ]
|
||||||
|
@ -74,4 +74,3 @@ $(eval $(call Require,npe-ucode, \
|
||||||
and put it in $(DL_DIR). \\\
|
and put it in $(DL_DIR). \\\
|
||||||
You will need to agree to the Intel Public License to do so - please do read it! \
|
You will need to agree to the Intel Public License to do so - please do read it! \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
|
@ -9,11 +9,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=npe-ucode
|
PKG_NAME:=npe-ucode
|
||||||
PKG_VERSION:=2.3
|
PKG_VERSION:=2.3.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=IPL_ixp400NpeLibrary-2_3.zip
|
PKG_SOURCE:=IPL_ixp400NpeLibrary-2_3_2.zip
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue