projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix dependancy order
[openwrt.git]
/
openwrt
/
Makefile
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index
5434b0e
..
dc52dfd
100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-48,7
+48,7
@@
ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
# along with the packages to build for the target.
#
##############################################################
# along with the packages to build for the target.
#
##############################################################
-TARGETS:=
linux-headers host-sed
uclibc-configured binutils gcc uclibc-target-utils
+TARGETS:=
host-sed linux-headers
uclibc-configured binutils gcc uclibc-target-utils
include toolchain/Makefile.in
include toolchain/*/Makefile.in
include package/Makefile.in
include toolchain/Makefile.in
include toolchain/*/Makefile.in
include package/Makefile.in
This page took
0.024779 seconds
and
4
git commands to generate.