From b09dc24bbc91912a18157c27afbe3bda21b09e93 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Fri, 21 Sep 2007 23:32:40 +0000 Subject: Build both NPE-B and NPE-C microcode for the fsg-3 and other dual-ethernet ixp4xx devices. SVN-Revision: 8939 --- target/linux/ixp4xx/image/npe-ucode/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/ixp4xx/image/npe-ucode/Makefile') diff --git a/target/linux/ixp4xx/image/npe-ucode/Makefile b/target/linux/ixp4xx/image/npe-ucode/Makefile index b5181e81e6..6b1c82e53c 100644 --- a/target/linux/ixp4xx/image/npe-ucode/Makefile +++ b/target/linux/ixp4xx/image/npe-ucode/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=npe-ucode PKG_VERSION:=2.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=IPL_ixp400NpeLibrary-2_4.zip @@ -35,6 +35,7 @@ endef define Build/InstallDev $(INSTALL_BIN) $(PKG_BUILD_DIR)/NPE-B $(TARGET)/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/NPE-C $(TARGET)/ endef $(eval $(call Build/DefaultTargets)) -- cgit v1.2.3