X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5be70dfb578c8793084aa8b4526fad08d68a6155..05e697e73915a79114decd705f5c3429076b05f6:/package/wlcompat/Makefile diff --git a/package/wlcompat/Makefile b/package/wlcompat/Makefile index 4a3729465..ceb5969d9 100644 --- a/package/wlcompat/Makefile +++ b/package/wlcompat/Makefile @@ -20,7 +20,6 @@ define Package/kmod-wlcompat/Default SECTION:=kernel CATEGORY:=Kernel drivers DEPENDS:=@PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mimo +wireless-tools - DEFAULT:=y TITLE:=Broadcom wl wrapper module DESCRIPTION:=\ This package contains a wrapper module, that provides Wireless Extension \\\ @@ -30,6 +29,7 @@ endef define Package/kmod-wlcompat $(call Package/kmod-wlcompat/Default) + DEFAULT:=y endef define Package/kmod-wlcompat-debug @@ -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