index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
Config.in
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2007-04-06 23:15:39 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2007-04-06 23:15:39 +0000
commit
35967a174c2bbeec5c88897542c6de22a397c67a
(
patch
)
tree
2c340eb65b7ae2f7e87d7376d60a87170a7b8822
/
Config.in
parent
c3a9685aa3e03f7705f9584dfd7fb5b82166102a
(
diff
)
add a menuconfig option for specifying a local download mirror
SVN-Revision: 6877
Diffstat
(limited to 'Config.in')
-rw-r--r--
Config.in
3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 72a3be2b6d..fde72b518e 100644
--- a/
Config.in
+++ b/
Config.in
@@ -26,6 +26,9 @@ config BROKEN
bool "Show broken platforms / packages" if DEVEL
default n
+config LOCALMIRROR
+ string "Local mirror for source packages" if DEVEL
+
menuconfig BUILDOPTS
bool "Build Options" if DEVEL