projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a workaround for self-killing init scripts on restart (#1023)
[openwrt.git]
/
package
/
ar7-atm
/
Makefile
diff --git
a/package/ar7-atm/Makefile
b/package/ar7-atm/Makefile
index
25ef372
..
03bd5c1
100644
(file)
--- a/
package/ar7-atm/Makefile
+++ b/
package/ar7-atm/Makefile
@@
-47,11
+47,11
@@
define Build/Compile
endef
define KernelPackage/sangam-atm-annex-a/install
endef
define KernelPackage/sangam-atm-annex-a/install
-
install -m0644
$(PKG_BUILD_DIR)/ar0700xx_a.bin $(1)/lib/modules/ar0700xx.bin
+
$(INSTALL_DATA)
$(PKG_BUILD_DIR)/ar0700xx_a.bin $(1)/lib/modules/ar0700xx.bin
endef
define KernelPackage/sangam-atm-annex-b/install
endef
define KernelPackage/sangam-atm-annex-b/install
-
install -m0644
$(PKG_BUILD_DIR)/ar0700xx_b.bin $(1)/lib/modules/ar0700xx.bin
+
$(INSTALL_DATA)
$(PKG_BUILD_DIR)/ar0700xx_b.bin $(1)/lib/modules/ar0700xx.bin
endef
$(eval $(call KernelPackage,sangam-atm-annex-a))
endef
$(eval $(call KernelPackage,sangam-atm-annex-a))
This page took
0.020432 seconds
and
4
git commands to generate.