diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-26 10:00:04 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-26 10:00:04 +0000 |
commit | 469c6ca418e77421b646c0552f0798bbdcadfe96 (patch) | |
tree | 369e76704410fd19e005acb590cf38cb0af7c024 /package/ixp4xx-microcode/Makefile | |
parent | 15df03f441b24fffd2b5171d5f00115bd31df5eb (diff) |
generate and install NPE-A ethernet microcode as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10945 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 f75b0aa39..b3fc8f71d 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/ |