projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add INCLUDE_DIR variable for $(TOPDIR)/include
[openwrt.git]
/
target
/
linux
/
image
/
aruba
/
Makefile
diff --git
a/target/linux/image/aruba/Makefile
b/target/linux/image/aruba/Makefile
index
c8dab05
..
7c735b5
100644
(file)
--- a/
target/linux/image/aruba/Makefile
+++ b/
target/linux/image/aruba/Makefile
@@
-1,4
+1,4
@@
-include
..
/image.mk
+include
$(INCLUDE_DIR)
/image.mk
LOADADDR = 0x81000000 # RAM start + 16M
KERNEL_ENTRY = 0x80100000
LOADADDR = 0x81000000 # RAM start + 16M
KERNEL_ENTRY = 0x80100000
This page took
0.022043 seconds
and
4
git commands to generate.