From: Felix Fietkau Date: Mon, 19 Jun 2006 20:30:20 +0000 (+0000) Subject: add modules.d file for wl X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c271dd6017c7e73a8b9a3b3d2853637f8acb2f99;p=librecmc%2Flibrecmc.git add modules.d file for wl SVN-Revision: 4011 --- diff --git a/openwrt/package/broadcom-wl/Makefile b/openwrt/package/broadcom-wl/Makefile index 782dfdaf57..497f392be8 100644 --- a/openwrt/package/broadcom-wl/Makefile +++ b/openwrt/package/broadcom-wl/Makefile @@ -71,6 +71,8 @@ define Build/Compile endef define Package/kmod-brcm-wl/install + install -d -m0755 $(1)/etc/modules.d + echo "wl" > $(1)/etc/modules.d/20-wl install -d -m0755 $(1)/lib/modules/$(LINUX_VERSION) install -m0644 $(PKG_BUILD_DIR)/kmod/wl.o $(1)/lib/modules/$(LINUX_VERSION)/ endef