projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
brcm63xx has ATM support
[openwrt.git]
/
package
/
Makefile
diff --git
a/package/Makefile
b/package/Makefile
index
e0483de
..
eafd8cb
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-51,10
+51,13
@@
download: $(DOWNLOAD_PACKAGES)
compile-targets: $(COMPILE_PACKAGES)
compile:
$(MAKE) compile-targets
compile-targets: $(COMPILE_PACKAGES)
compile:
$(MAKE) compile-targets
-install-targets:
base-files-install
$(INSTALL_PACKAGES)
+install-targets: $(INSTALL_PACKAGES)
install:
rm -rf $(BUILD_DIR)/root
$(MAKE) install-targets
install:
rm -rf $(BUILD_DIR)/root
$(MAKE) install-targets
+ @if [ -d $(TOPDIR)/files ]; then \
+ $(CP) $(TOPDIR)/files/. $(BUILD_DIR)/root; \
+ fi
@( \
cd $(BUILD_DIR)/root; \
for script in ./etc/init.d/*; do \
@( \
cd $(BUILD_DIR)/root; \
for script in ./etc/init.d/*; do \
This page took
0.037988 seconds
and
4
git commands to generate.