projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
replace lots of manual install commands with INSTALL_* variables
[openwrt.git]
/
package
/
hostap
/
Makefile
diff --git
a/package/hostap/Makefile
b/package/hostap/Makefile
index
ae20614
..
4cc77a2
100644
(file)
--- a/
package/hostap/Makefile
+++ b/
package/hostap/Makefile
@@
-121,13
+121,13
@@
ifeq ($(KERNEL),2.4)
endef
define Package/kmod-hostap-pci/install
endef
define Package/kmod-hostap-pci/install
-
install -m0755 -d
$(1)/lib/modules/$(LINUX_VERSION)
+
$(INSTALL_DIR)
$(1)/lib/modules/$(LINUX_VERSION)
$(CP) \
$(1)/lib/modules/$(LINUX_VERSION)/
endef
define Package/kmod-hostap-plx/install
$(CP) \
$(1)/lib/modules/$(LINUX_VERSION)/
endef
define Package/kmod-hostap-plx/install
-
install -m0755 -d
$(1)/lib/modules/$(LINUX_VERSION)
+
$(INSTALL_DIR)
$(1)/lib/modules/$(LINUX_VERSION)
$(CP) \
$(PKG_BUILD_DIR)/driver/modules/hostap_plx.$(LINUX_KMOD_SUFFIX) \
$(1)/lib/modules/$(LINUX_VERSION)/
$(CP) \
$(PKG_BUILD_DIR)/driver/modules/hostap_plx.$(LINUX_KMOD_SUFFIX) \
$(1)/lib/modules/$(LINUX_VERSION)/
This page took
0.022843 seconds
and
4
git commands to generate.