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 | c229451ffabbd7217fb0ab67499ced2f934b4c0b (patch) | |
tree | 369e76704410fd19e005acb590cf38cb0af7c024 /package/ixp4xx-microcode/Makefile | |
parent | 5f4386a57478ab7dcdada31ad078f8c0a69a2a9a (diff) | |
download | master-187ad058-c229451ffabbd7217fb0ab67499ced2f934b4c0b.tar.gz master-187ad058-c229451ffabbd7217fb0ab67499ced2f934b4c0b.tar.bz2 master-187ad058-c229451ffabbd7217fb0ab67499ced2f934b4c0b.zip |
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 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/ |