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) (side-by-side diff)
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 @@
+menu "networksetup"
+
+ config INTERFACES
+ boolean "networksetup"
+ default "y"
+ depends LIBQPE && LIBOPIE
+ source noncore/net/networksetup/wlan/config.in
+ source noncore/net/networksetup/interfaces/config.in
+endmenu
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 @@
-config INTERFACES
- boolean
- depends LIBQPE && LIBOPIE
- default "y"
+ config INTERFACES
+ boolean "interfaces"
+ default "y"
+ 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 @@
-config WLAN
- boolean
- depends LIBQPE && LIBOPIE
- default "y"
+ config WLAN
+ boolean "wlan"
+ default "y"
+ 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 @@
+ config OPIEFTP
+ boolean "opieftp"
+ default "y"
+ 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 @@
+ config OPIEIRC
+ boolean "opieirc"
+ default "y"
+ 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 @@
+# config #APPLET
+# boolean "applet"
+# default "y"
+# 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 @@
+# config #BLUE-PIN
+# boolean "blue-pin"
+# default "y"
+# 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 @@
+# config #LIB
+# boolean "lib"
+# default "y"
+# 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 @@
+# config #MANAGER
+# boolean "manager"
+# default "y"
+# 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 @@
+# config #UBROWSER
+# boolean "ubrowser"
+# default "y"
+# 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 @@
+# config #WELLENREITER
+# boolean "wellenreiter"
+# default "y"
+# depends LIBQPE && LIBOPIE