fix staging dir installation of libcgi
[openwrt.git] / package / broadcom-wl / Makefile
index fd6671b..106e748 100644 (file)
@@ -4,7 +4,7 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id: Makefile 2480 2005-11-14 02:07:33Z nbd $
+# $Id$
 
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
@@ -81,6 +81,20 @@ define Package/nas
        proprietary Broadcom wl driver.
 endef
 
+
+define install_template
+       $(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION)
+       $(INSTALL_DATA) $(PKG_BUILD_DIR)/kmod/wl$(2).o.patch $(1)/lib/modules/$(LINUX_VERSION)/
+endef
+
+define KernelPackage/brcm-wl/install
+       $(call install_template,$(1),)
+endef
+
+define KernelPackage/brcm-wl_mimo/install
+       $(call install_template,$(1),_mimo)
+endef
+
 MAKEFLAGS_KMOD:= -C "$(LINUX_DIR)" \
                CROSS_COMPILE="$(TARGET_CROSS)" \
                ARCH="$(LINUX_KARCH)" \
This page took 0.028111 seconds and 4 git commands to generate.