1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 22:37:43 +03:00

upgrade npe microcode to v2.4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7079 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2007-05-02 12:03:43 +00:00
parent 01aef2e93b
commit 41fb1c432b
2 changed files with 3 additions and 3 deletions

View File

@ -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) ]

View File

@ -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