projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added config parameters for u-boot client IP address as well as TFTP
[openwrt.git]
/
target
/
linux
/
at91-2.6
/
image
/
u-boot
/
ubclient
/
Makefile
diff --git
a/target/linux/at91-2.6/image/u-boot/ubclient/Makefile
b/target/linux/at91-2.6/image/u-boot/ubclient/Makefile
index
c79260e
..
f8ff67c
100644
(file)
--- a/
target/linux/at91-2.6/image/u-boot/ubclient/Makefile
+++ b/
target/linux/at91-2.6/image/u-boot/ubclient/Makefile
@@
-6,7
+6,7
@@
crc32.c:
ln -s ../lib_generic/crc32.c ./
%.o: %.c
- $(CC) -I ../include $(CFLAGS) $(EXTRA_FLAGS) -c -o $@ $^
+ $(CC) -I ../include $(CFLAGS) $(EXTRA_FLAGS) -
DLAN_IP=$(LAN_IP) -DLAN_SERVERIP=$(LAN_SERVERIP) -
c -o $@ $^
ubpar: ubpar.o crc32.o
$(CC) -o $@ $^
This page took
0.025195 seconds
and
4
git commands to generate.