projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
reorder sdk menuconfig entry, so that it does not force the toolchain selection into...
[openwrt.git]
/
target
/
linux
/
image
/
au1000
/
Makefile
diff --git
a/target/linux/image/au1000/Makefile
b/target/linux/image/au1000/Makefile
index
682670a
..
3aaf665
100644
(file)
--- a/
target/linux/image/au1000/Makefile
+++ b/
target/linux/image/au1000/Makefile
@@
-1,4
+1,5
@@
-include $(TOPDIR)/include/image.mk
+include $(TOPDIR)/rules.mk
+include $(INCLUDE_DIR)/image.mk
LOADADDR = 0x8108c8f4 # RAM start + 16M
KERNEL_ENTRY = 0x80100000 # Default kernel entry in arch/mips/Makefile
This page took
0.026077 seconds
and
4
git commands to generate.