diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-04-26 10:00:04 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-04-26 10:00:04 +0000 |
commit | 3f788c241b5b25f43b9b6d1c6046acddff289273 (patch) | |
tree | 5c37495cba39e1eb67863fa70604a02a385df0e8 /package/ixp4xx-microcode/Makefile | |
parent | db6d6032c9eb2f4db44dd82b190a0c6330fc7425 (diff) | |
download | upstream-3f788c241b5b25f43b9b6d1c6046acddff289273.tar.gz upstream-3f788c241b5b25f43b9b6d1c6046acddff289273.tar.bz2 upstream-3f788c241b5b25f43b9b6d1c6046acddff289273.zip |
generate and install NPE-A ethernet microcode as well
SVN-Revision: 10945
Diffstat (limited to 'package/ixp4xx-microcode/Makefile')
-rw-r--r-- | package/ixp4xx-microcode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ixp4xx-microcode/Makefile b/package/ixp4xx-microcode/Makefile index f75b0aa395..b3fc8f71d8 100644 --- a/package/ixp4xx-microcode/Makefile +++ b/package/ixp4xx-microcode/Makefile @@ -49,6 +49,7 @@ endef define Package/ixp4xx-microcode/install $(INSTALL_DIR) $(1)/lib/firmware $(INSTALL_DIR) $(1)/usr/share/doc + $(INSTALL_BIN) $(PKG_BUILD_DIR)/NPE-A $(1)/lib/firmware/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/NPE-B $(1)/lib/firmware/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/NPE-C $(1)/lib/firmware/ $(INSTALL_DATA) $(PKG_BUILD_DIR)/LICENSE.IPL $(1)/usr/share/doc/ |