Fix hostapd compilation which was broken only for 2.6.25 (#3733).
[openwrt.git] / package / ixp4xx-microcode / Makefile
index f75b0aa..b3fc8f7 100644 (file)
@@ -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/
This page took 0.029175 seconds and 4 git commands to generate.