summaryrefslogtreecommitdiffstats
path: root/package/wlcompat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/wlcompat/Makefile')
-rw-r--r--package/wlcompat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/wlcompat/Makefile b/package/wlcompat/Makefile
index 4a3729465..44acaee1f 100644
--- a/package/wlcompat/Makefile
+++ b/package/wlcompat/Makefile
@@ -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