X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/6d9aa171053a61d86646dcfed522cdc1a8b7d0e5..4ec142cba0131c4661cce5825281a7efc0bf4fa5:/package/wlcompat/Makefile diff --git a/package/wlcompat/Makefile b/package/wlcompat/Makefile index fc66c90f5..ceb5969d9 100644 --- a/package/wlcompat/Makefile +++ b/package/wlcompat/Makefile @@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk define Package/kmod-wlcompat/Default SECTION:=kernel CATEGORY:=Kernel drivers - DEPENDS:=kmod-brcm-wl + DEPENDS:=@PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mimo +wireless-tools TITLE:=Broadcom wl wrapper module DESCRIPTION:=\ This package contains a wrapper module, that provides Wireless Extension \\\ @@ -62,14 +62,14 @@ define Build/Compile endef define Package/kmod-wlcompat/install - install -d -m0755 $(1)/lib/modules/$(LINUX_VERSION) + $(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION) $(CP) $(PKG_BUILD_DIR)/wlcompat.o $(1)/lib/modules/$(LINUX_VERSION)/ - install -d -m0755 $(1)/etc/modules.d + $(INSTALL_DIR) $(1)/etc/modules.d echo "wlcompat" > $(1)/etc/modules.d/30-wlcompat endef define Package/kmod-wlcompat-debug/install - install -d -m0755 $(1)/lib/modules/$(LINUX_VERSION) + $(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION) $(CP) $(PKG_BUILD_DIR)/wlcompat-debug.o $(1)/lib/modules/$(LINUX_VERSION)/ endef