projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cleanup
[openwrt.git]
/
obsolete-buildroot
/
Makefile
diff --git
a/obsolete-buildroot/Makefile
b/obsolete-buildroot/Makefile
index
e2219c6
..
84afb7b
100644
(file)
--- a/
obsolete-buildroot/Makefile
+++ b/
obsolete-buildroot/Makefile
@@
-28,7
+28,7
@@
#
#############################################################
#
#############################################################
-SNAPSHOT:=20040
531
+SNAPSHOT:=20040
705
ARCH:=mipsel
USE_UCLIBC_SNAPSHOT:=$(SNAPSHOT)
ARCH:=mipsel
USE_UCLIBC_SNAPSHOT:=$(SNAPSHOT)
@@
-97,7
+97,7
@@
INSTALL_LIBGCJ:=false
# The list of stuff to build for the target filesystem
#
#############################################################
# The list of stuff to build for the target filesystem
#
#############################################################
-TARGETS:=host-sed gcc3_3 openwrt-base openwrt-code.bin
+TARGETS:=host-sed gcc3_3
ipkg-utils
openwrt-base openwrt-code.bin
PACKAGES:=oidentd iproute2 sched-modules wshaper
PACKAGES:=oidentd iproute2 sched-modules wshaper
@@
-192,7
+192,7
@@
PACKAGES_IPK:=$(patsubst %,%-ipk,$(PACKAGES))
$(BUILD_DIR)/Packages : $(PACKAGES_IPK)
$(BUILD_DIR)/Packages : $(PACKAGES_IPK)
- (cd $(BUILD_DIR) ;
ipkg-make-index
. > Packages)
+ (cd $(BUILD_DIR) ;
$(IPKG_MAKE_INDEX)
. > Packages)
world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS) $(PACKAGES_IPK) $(BUILD_DIR)/Packages
@echo "ALL DONE."
world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS) $(PACKAGES_IPK) $(BUILD_DIR)/Packages
@echo "ALL DONE."
This page took
0.019558 seconds
and
4
git commands to generate.