projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix pptp nat commit - committed the wrong file
[openwrt.git]
/
Config.in
diff --git
a/Config.in
b/Config.in
index
cfd0b5f
..
acb27b4
100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-93,7
+93,7
@@
menu "Target Images"
comment "Image Options"
-source "target/
image/*
/Config.in"
+source "target/
linux/*/image
/Config.in"
config TARGET_ROOTFS_FSPART
int "Filesystem part size (in MB)"
@@
-102,5
+102,5
@@
source "target/image/*/Config.in"
endmenu
-source ".config.in"
+source "
tmp/
.config.in"
This page took
0.036735 seconds
and
4
git commands to generate.