summaryrefslogtreecommitdiff
path: root/noncore/net
authorkergoth <kergoth>2002-11-05 02:44:15 (UTC)
committer kergoth <kergoth>2002-11-05 02:44:15 (UTC)
commit4caab5d30f9a03dad052ea84216ddad944eb806c (patch) (unidiff)
tree64400ee9345513afa5ec40747279d20592a06b6e /noncore/net
parented163d67a674b1c4ac6b7e917a509029da446dfb (diff)
downloadopie-4caab5d30f9a03dad052ea84216ddad944eb806c.zip
opie-4caab5d30f9a03dad052ea84216ddad944eb806c.tar.gz
opie-4caab5d30f9a03dad052ea84216ddad944eb806c.tar.bz2
Adding initial config.in files
Diffstat (limited to 'noncore/net') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/networksetup/config.in9
-rw-r--r--noncore/net/networksetup/interfaces/config.in8
-rw-r--r--noncore/net/networksetup/wlan/config.in8
-rw-r--r--noncore/net/opieftp/config.in4
-rw-r--r--noncore/net/opieirc/config.in4
-rw-r--r--noncore/net/opietooth/applet/config.in4
-rw-r--r--noncore/net/opietooth/blue-pin/config.in4
-rw-r--r--noncore/net/opietooth/lib/config.in4
-rw-r--r--noncore/net/opietooth/manager/config.in4
-rw-r--r--noncore/net/ubrowser/config.in4
-rw-r--r--noncore/net/wellenreiter/config.in4
11 files changed, 49 insertions, 8 deletions
diff --git a/noncore/net/networksetup/config.in b/noncore/net/networksetup/config.in
new file mode 100644
index 0000000..44bc06e
--- a/dev/null
+++ b/noncore/net/networksetup/config.in
@@ -0,0 +1,9 @@
1menu "networksetup"
2
3 config INTERFACES
4 boolean "networksetup"
5 default "y"
6 depends LIBQPE && LIBOPIE
7 source noncore/net/networksetup/wlan/config.in
8 source noncore/net/networksetup/interfaces/config.in
9endmenu
diff --git a/noncore/net/networksetup/interfaces/config.in b/noncore/net/networksetup/interfaces/config.in
index 18b182e..431e51b 100644
--- a/noncore/net/networksetup/interfaces/config.in
+++ b/noncore/net/networksetup/interfaces/config.in
@@ -1,4 +1,4 @@
1config INTERFACES 1 config INTERFACES
2 boolean 2 boolean "interfaces"
3 depends LIBQPE && LIBOPIE 3 default "y"
4 default "y" 4 depends LIBQPE && LIBOPIE
diff --git a/noncore/net/networksetup/wlan/config.in b/noncore/net/networksetup/wlan/config.in
index 660769d..4853a32 100644
--- a/noncore/net/networksetup/wlan/config.in
+++ b/noncore/net/networksetup/wlan/config.in
@@ -1,4 +1,4 @@
1config WLAN 1 config WLAN
2 boolean 2 boolean "wlan"
3 depends LIBQPE && LIBOPIE 3 default "y"
4 default "y" 4 depends LIBQPE && LIBOPIE
diff --git a/noncore/net/opieftp/config.in b/noncore/net/opieftp/config.in
new file mode 100644
index 0000000..fdb0e90
--- a/dev/null
+++ b/noncore/net/opieftp/config.in
@@ -0,0 +1,4 @@
1 config OPIEFTP
2 boolean "opieftp"
3 default "y"
4 depends LIBQPE && LIBOPIE
diff --git a/noncore/net/opieirc/config.in b/noncore/net/opieirc/config.in
new file mode 100644
index 0000000..7aaa5d3
--- a/dev/null
+++ b/noncore/net/opieirc/config.in
@@ -0,0 +1,4 @@
1 config OPIEIRC
2 boolean "opieirc"
3 default "y"
4 depends LIBQPE && LIBOPIE
diff --git a/noncore/net/opietooth/applet/config.in b/noncore/net/opietooth/applet/config.in
new file mode 100644
index 0000000..80afbe5
--- a/dev/null
+++ b/noncore/net/opietooth/applet/config.in
@@ -0,0 +1,4 @@
1# config #APPLET
2# boolean "applet"
3# default "y"
4# depends LIBQPE && LIBOPIE
diff --git a/noncore/net/opietooth/blue-pin/config.in b/noncore/net/opietooth/blue-pin/config.in
new file mode 100644
index 0000000..c3e3056
--- a/dev/null
+++ b/noncore/net/opietooth/blue-pin/config.in
@@ -0,0 +1,4 @@
1# config #BLUE-PIN
2# boolean "blue-pin"
3# default "y"
4# depends LIBQPE && LIBOPIE
diff --git a/noncore/net/opietooth/lib/config.in b/noncore/net/opietooth/lib/config.in
new file mode 100644
index 0000000..a8964f6
--- a/dev/null
+++ b/noncore/net/opietooth/lib/config.in
@@ -0,0 +1,4 @@
1# config #LIB
2# boolean "lib"
3# default "y"
4# depends LIBQPE && LIBOPIE
diff --git a/noncore/net/opietooth/manager/config.in b/noncore/net/opietooth/manager/config.in
new file mode 100644
index 0000000..704448f
--- a/dev/null
+++ b/noncore/net/opietooth/manager/config.in
@@ -0,0 +1,4 @@
1# config #MANAGER
2# boolean "manager"
3# default "y"
4# depends LIBQPE && LIBOPIE
diff --git a/noncore/net/ubrowser/config.in b/noncore/net/ubrowser/config.in
new file mode 100644
index 0000000..4b15046
--- a/dev/null
+++ b/noncore/net/ubrowser/config.in
@@ -0,0 +1,4 @@
1# config #UBROWSER
2# boolean "ubrowser"
3# default "y"
4# depends LIBQPE && LIBOPIE
diff --git a/noncore/net/wellenreiter/config.in b/noncore/net/wellenreiter/config.in
new file mode 100644
index 0000000..ff4a0cb
--- a/dev/null
+++ b/noncore/net/wellenreiter/config.in
@@ -0,0 +1,4 @@
1# config #WELLENREITER
2# boolean "wellenreiter"
3# default "y"
4# depends LIBQPE && LIBOPIE