diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2012-10-10 11:38:36 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-10 11:38:36 +0000 |
| commit | 1df0acf82eae02abe4e3826f93b3c7408464bc22 (patch) | |
| tree | 511e1fedfd888f4452a67c072159ca3d3d17f793 /package/ixp4xx-microcode/Makefile | |
| parent | cae6f4ddb4b667c5a165f21b97ea180e4ddcb375 (diff) | |
| download | mtk-20170518-1df0acf82eae02abe4e3826f93b3c7408464bc22.zip mtk-20170518-1df0acf82eae02abe4e3826f93b3c7408464bc22.tar.gz mtk-20170518-1df0acf82eae02abe4e3826f93b3c7408464bc22.tar.bz2 | |
ixp4xx-microcode: Add ixp4xx NPE-A-HSS firmware
The ixp4xx HSS firmware is needed in order to use the HSS (synchronous serial
port). An example of where this is used is the Gateworks Avila boards to
interface to an audio codec.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33680
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 9ed9127..52b44f3 100644 --- a/package/ixp4xx-microcode/Makefile +++ b/package/ixp4xx-microcode/Makefile @@ -48,6 +48,7 @@ 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-A-HSS $(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/ |
