projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
replace resetmon with /proc/sys/reset
[openwrt.git]
/
obsolete-buildroot
/
Makefile
diff --git
a/obsolete-buildroot/Makefile
b/obsolete-buildroot/Makefile
index
e534b44
..
6decbdf
100644
(file)
--- a/
obsolete-buildroot/Makefile
+++ b/
obsolete-buildroot/Makefile
@@
-97,7
+97,7
@@
INSTALL_LIBGCJ:=false
#############################################################
TARGETS:=host-sed openwrt-code.bin
#############################################################
TARGETS:=host-sed openwrt-code.bin
-PACKAGES:=oidentd iproute2 sched-modules wshaper zlib openssl openssh pppoecd
+PACKAGES:=oidentd iproute2 sched-modules wshaper zlib openssl openssh pppoecd
dropbear chillispot dhcp-fwd ip6tables kmod-ipt6 kmod-ipv6 nfs-modules ppp-async-module ppp-mppe-module ppp pppoecd pptp-server tun-module
#############################################################
#
#############################################################
#
@@
-192,9
+192,11
@@
world: $(DL_DIR) $(TARGETS_SOURCE) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(T
packages: ipkg-utils $(PACKAGES_IPK)
-@mkdir -p $(BASE_DIR)/packages
packages: ipkg-utils $(PACKAGES_IPK)
-@mkdir -p $(BASE_DIR)/packages
- cd $(BASE_DIR)/packages
- -mv $(BUILD_DIR)/*.ipk .
- $(IPKG_MAKE_INDEX) . > Packages
+ { \
+ cd $(BASE_DIR)/packages; \
+ mv $(BUILD_DIR)/*.ipk .; \
+ $(IPKG_MAKE_INDEX) . > Packages; \
+ }
@echo "ALL DONE."
.PHONY: all world clean dirclean distclean source $(TARGETS) \
@echo "ALL DONE."
.PHONY: all world clean dirclean distclean source $(TARGETS) \
This page took
0.019152 seconds
and
4
git commands to generate.