projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
enable ext2 by default for rb532 (fixes #1466)
[openwrt.git]
/
target
/
linux
/
Makefile
diff --git
a/target/linux/Makefile
b/target/linux/Makefile
index
8682fc2
..
c15d819
100644
(file)
--- a/
target/linux/Makefile
+++ b/
target/linux/Makefile
@@
-11,7
+11,6
@@
download:
$(MAKE) -C $(BOARD)-$(KERNEL) download
prepare:
$(MAKE) -C $(BOARD)-$(KERNEL) download
prepare:
- rm -f $(TOPDIR)/.kernel.mk
$(MAKE) -C $(BOARD)-$(KERNEL) prepare
compile:
$(MAKE) -C $(BOARD)-$(KERNEL) prepare
compile:
@@
-20,5
+19,8
@@
compile:
install:
$(MAKE) -C $(BOARD)-$(KERNEL) install
install:
$(MAKE) -C $(BOARD)-$(KERNEL) install
+menuconfig:
+ $(MAKE) -C $(BOARD)-$(KERNEL) menuconfig
+
clean:
$(MAKE) -C $(BOARD)-$(KERNEL) clean
clean:
$(MAKE) -C $(BOARD)-$(KERNEL) clean
This page took
0.021013 seconds
and
4
git commands to generate.