summaryrefslogtreecommitdiff
path: root/noncore/tools
authorkergoth <kergoth>2002-11-05 02:44:15 (UTC)
committer kergoth <kergoth>2002-11-05 02:44:15 (UTC)
commit4caab5d30f9a03dad052ea84216ddad944eb806c (patch) (unidiff)
tree64400ee9345513afa5ec40747279d20592a06b6e /noncore/tools
parented163d67a674b1c4ac6b7e917a509029da446dfb (diff)
downloadopie-4caab5d30f9a03dad052ea84216ddad944eb806c.zip
opie-4caab5d30f9a03dad052ea84216ddad944eb806c.tar.gz
opie-4caab5d30f9a03dad052ea84216ddad944eb806c.tar.bz2
Adding initial config.in files
Diffstat (limited to 'noncore/tools') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/binary/config.in4
-rw-r--r--noncore/tools/calc2/simple/config.in4
-rw-r--r--noncore/tools/calculator/config.in4
-rw-r--r--noncore/tools/clock/config.in4
-rw-r--r--noncore/tools/formatter/config.in4
-rw-r--r--noncore/tools/opie-sh/config.in4
-rw-r--r--noncore/tools/remote/config.in4
7 files changed, 28 insertions, 0 deletions
diff --git a/noncore/tools/calc2/binary/config.in b/noncore/tools/calc2/binary/config.in
new file mode 100644
index 0000000..7db862d
--- a/dev/null
+++ b/noncore/tools/calc2/binary/config.in
@@ -0,0 +1,4 @@
1# config #BINARY
2# boolean "binary"
3# default "y"
4# depends LIBQPE && LIBOPIE
diff --git a/noncore/tools/calc2/simple/config.in b/noncore/tools/calc2/simple/config.in
new file mode 100644
index 0000000..726b78d
--- a/dev/null
+++ b/noncore/tools/calc2/simple/config.in
@@ -0,0 +1,4 @@
1# config #SIMPLE
2# boolean "simple"
3# default "y"
4# depends LIBQPE && LIBOPIE
diff --git a/noncore/tools/calculator/config.in b/noncore/tools/calculator/config.in
new file mode 100644
index 0000000..9a8d8be
--- a/dev/null
+++ b/noncore/tools/calculator/config.in
@@ -0,0 +1,4 @@
1 config CALCULATOR
2 boolean "calculator"
3 default "y"
4 depends LIBQPE && LIBOPIE
diff --git a/noncore/tools/clock/config.in b/noncore/tools/clock/config.in
new file mode 100644
index 0000000..c9c099c
--- a/dev/null
+++ b/noncore/tools/clock/config.in
@@ -0,0 +1,4 @@
1 config CLOCK
2 boolean "clock"
3 default "y"
4 depends LIBQPE && LIBOPIE
diff --git a/noncore/tools/formatter/config.in b/noncore/tools/formatter/config.in
new file mode 100644
index 0000000..70146bd
--- a/dev/null
+++ b/noncore/tools/formatter/config.in
@@ -0,0 +1,4 @@
1 config FORMATTER
2 boolean "formatter"
3 default "y"
4 depends LIBQPE && LIBOPIE
diff --git a/noncore/tools/opie-sh/config.in b/noncore/tools/opie-sh/config.in
new file mode 100644
index 0000000..77c1857
--- a/dev/null
+++ b/noncore/tools/opie-sh/config.in
@@ -0,0 +1,4 @@
1 config OPIE-SH
2 boolean "opie-sh"
3 default "y"
4 depends LIBQPE && LIBOPIE
diff --git a/noncore/tools/remote/config.in b/noncore/tools/remote/config.in
new file mode 100644
index 0000000..ef51047
--- a/dev/null
+++ b/noncore/tools/remote/config.in
@@ -0,0 +1,4 @@
1 config REMOTE
2 boolean "remote"
3 default "y"
4 depends LIBQPE && LIBOPIE