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
f53d71d
..
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,6
+102,5
@@
source "target/image/*/Config.in"
endmenu
-source "target/linux/Config.in"
-source ".config.in"
+source "tmp/.config.in"
This page took
0.020862 seconds
and
4
git commands to generate.