diff options
author | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-21 23:32:40 +0000 |
---|---|---|
committer | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-21 23:32:40 +0000 |
commit | d889dbeb9efa71ac6bdae40cafe68b84199ec3b9 (patch) | |
tree | 2b498149995491dc0edca50a4b4a980ca59ccd38 /target/linux/ixp4xx/image/npe-ucode/Makefile | |
parent | 202118260aa6d513fb34f675d372406a5d7aecfa (diff) |
Build both NPE-B and NPE-C microcode for the fsg-3 and other dual-ethernet ixp4xx devices.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8939 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/image/npe-ucode/Makefile')
-rw-r--r-- | target/linux/ixp4xx/image/npe-ucode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/image/npe-ucode/Makefile b/target/linux/ixp4xx/image/npe-ucode/Makefile index b5181e81e..6b1c82e53 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)) |