projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix endianness issues with adm5120eb, thanks to Gabor !
[openwrt.git]
/
target
/
linux
/
Makefile
diff --git
a/target/linux/Makefile
b/target/linux/Makefile
index
6982287
..
2750854
100644
(file)
--- a/
target/linux/Makefile
+++ b/
target/linux/Makefile
@@
-19,7
+19,10
@@
compile:
install:
$(MAKE) -C $(BOARD)-$(KERNEL) install
-menuconfig: prepare
+refresh:
+ $(MAKE) -C $(BOARD)-$(KERNEL) refresh
+
+menuconfig:
$(MAKE) -C $(BOARD)-$(KERNEL) menuconfig
clean:
This page took
0.021688 seconds
and
4
git commands to generate.