upgrade npe microcode to v2.4

SVN-Revision: 7079
master
Imre Kaloz 18 years ago
parent dda5964af5
commit 73494b473e
  1. 2
      target/linux/ixp4xx-2.6/image/Makefile
  2. 4
      target/linux/ixp4xx-2.6/image/npe-ucode/Makefile

@ -62,7 +62,7 @@ endef
$(eval $(call BuildImage))
UCODEFILE:=IPL_ixp400NpeLibrary-2_3_2.zip
UCODEFILE:=IPL_ixp400NpeLibrary-2_4.zip
define Require/npe-ucode
[ -f $(DL_DIR)/$(UCODEFILE) ]

@ -9,11 +9,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=npe-ucode
PKG_VERSION:=2.3.2
PKG_VERSION:=2.4
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=IPL_ixp400NpeLibrary-2_3_2.zip
PKG_SOURCE:=IPL_ixp400NpeLibrary-2_4.zip
include $(INCLUDE_DIR)/package.mk

Loading…
Cancel
Save