author | kergoth <kergoth> | 2002-11-05 02:44:15 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 02:44:15 (UTC) |
commit | 4caab5d30f9a03dad052ea84216ddad944eb806c (patch) (unidiff) | |
tree | 64400ee9345513afa5ec40747279d20592a06b6e /noncore | |
parent | ed163d67a674b1c4ac6b7e917a509029da446dfb (diff) | |
download | opie-4caab5d30f9a03dad052ea84216ddad944eb806c.zip opie-4caab5d30f9a03dad052ea84216ddad944eb806c.tar.gz opie-4caab5d30f9a03dad052ea84216ddad944eb806c.tar.bz2 |
Adding initial config.in files
85 files changed, 367 insertions, 16 deletions
diff --git a/noncore/applets/notesapplet/config.in b/noncore/applets/notesapplet/config.in new file mode 100644 index 0000000..a2f7d4d --- a/dev/null +++ b/noncore/applets/notesapplet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config NOTESAPPLET | ||
2 | boolean "notesapplet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/applets/wirelessapplet/config.in b/noncore/applets/wirelessapplet/config.in new file mode 100644 index 0000000..55f1aa1 --- a/dev/null +++ b/noncore/applets/wirelessapplet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config WIRELESSAPPLET | ||
2 | boolean "wirelessapplet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/advancedfm/config.in b/noncore/apps/advancedfm/config.in new file mode 100644 index 0000000..968d373 --- a/dev/null +++ b/noncore/apps/advancedfm/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config ADVANCEDFM | ||
2 | boolean "advancedfm" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/checkbook/config.in b/noncore/apps/checkbook/config.in new file mode 100644 index 0000000..89ab053 --- a/dev/null +++ b/noncore/apps/checkbook/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config CHECKBOOK | ||
2 | boolean "checkbook" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/confedit/config.in b/noncore/apps/confedit/config.in new file mode 100644 index 0000000..13e6d27 --- a/dev/null +++ b/noncore/apps/confedit/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config CONFEDIT | ||
2 | boolean "confedit" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/dictionary/config.in b/noncore/apps/dictionary/config.in new file mode 100644 index 0000000..2527127 --- a/dev/null +++ b/noncore/apps/dictionary/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #DICTIONARY | ||
2 | # boolean "dictionary" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/opie-console/config.in b/noncore/apps/opie-console/config.in new file mode 100644 index 0000000..f7793fa --- a/dev/null +++ b/noncore/apps/opie-console/config.in | |||
@@ -0,0 +1,8 @@ | |||
1 | menu "opie-console" | ||
2 | |||
3 | config #TEST | ||
4 | boolean "opie-console" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | source noncore/apps/opie-console/test/config.in | ||
8 | endmenu | ||
diff --git a/noncore/apps/opie-reader/config.in b/noncore/apps/opie-reader/config.in new file mode 100644 index 0000000..801c4d9 --- a/dev/null +++ b/noncore/apps/opie-reader/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config OPIE-READER | ||
2 | boolean "opie-reader" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/opie-sheet/config.in b/noncore/apps/opie-sheet/config.in new file mode 100644 index 0000000..7b66faf --- a/dev/null +++ b/noncore/apps/opie-sheet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config OPIE-SHEET | ||
2 | boolean "opie-sheet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/opie-write/config.in b/noncore/apps/opie-write/config.in new file mode 100644 index 0000000..79650e9 --- a/dev/null +++ b/noncore/apps/opie-write/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #OPIE-WRITE | ||
2 | # boolean "opie-write" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/oxygen/config.in b/noncore/apps/oxygen/config.in new file mode 100644 index 0000000..b83022a --- a/dev/null +++ b/noncore/apps/oxygen/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config OXYGEN | ||
2 | boolean "oxygen" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/tableviewer/config.in b/noncore/apps/tableviewer/config.in new file mode 100644 index 0000000..8490d5d --- a/dev/null +++ b/noncore/apps/tableviewer/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TABLEVIEWER | ||
2 | boolean "tableviewer" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/comm/keypebble/config.in b/noncore/comm/keypebble/config.in new file mode 100644 index 0000000..7a81539 --- a/dev/null +++ b/noncore/comm/keypebble/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config KEYPEBBLE | ||
2 | boolean "keypebble" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/comm/mobilemsg/config.in b/noncore/comm/mobilemsg/config.in new file mode 100644 index 0000000..a7f92ff --- a/dev/null +++ b/noncore/comm/mobilemsg/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #MOBILEMSG | ||
2 | # boolean "mobilemsg" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/decorations/flat/config.in b/noncore/decorations/flat/config.in new file mode 100644 index 0000000..80dc87d --- a/dev/null +++ b/noncore/decorations/flat/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config DECO_FLAT | ||
2 | boolean "flat" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/decorations/liquid/config.in b/noncore/decorations/liquid/config.in new file mode 100644 index 0000000..946d97d --- a/dev/null +++ b/noncore/decorations/liquid/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config DECO_LIQUID | ||
2 | boolean "liquid" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/decorations/polished/config.in b/noncore/decorations/polished/config.in new file mode 100644 index 0000000..9feb134 --- a/dev/null +++ b/noncore/decorations/polished/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config DECO_POLISHED | ||
2 | boolean "polished" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/bounce/config.in b/noncore/games/bounce/config.in new file mode 100644 index 0000000..c7f2c02 --- a/dev/null +++ b/noncore/games/bounce/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config BOUNCE | ||
2 | boolean "bounce" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/buzzword/config.in b/noncore/games/buzzword/config.in new file mode 100644 index 0000000..ad2525e --- a/dev/null +++ b/noncore/games/buzzword/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config BUZZWORD | ||
2 | boolean "buzzword" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/chess/config.in b/noncore/games/chess/config.in new file mode 100644 index 0000000..e64e73c --- a/dev/null +++ b/noncore/games/chess/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #CHESS | ||
2 | # boolean "chess" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/fifteen/config.in b/noncore/games/fifteen/config.in new file mode 100644 index 0000000..da35a05 --- a/dev/null +++ b/noncore/games/fifteen/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config FIFTEEN | ||
2 | boolean "fifteen" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/go/config.in b/noncore/games/go/config.in new file mode 100644 index 0000000..da542c3 --- a/dev/null +++ b/noncore/games/go/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config GO | ||
2 | boolean "go" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/kbill/config.in b/noncore/games/kbill/config.in new file mode 100644 index 0000000..91a14d1 --- a/dev/null +++ b/noncore/games/kbill/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config KBILL | ||
2 | boolean "kbill" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/kcheckers/config.in b/noncore/games/kcheckers/config.in new file mode 100644 index 0000000..1a3c60b --- a/dev/null +++ b/noncore/games/kcheckers/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config KCHECKERS | ||
2 | boolean "kcheckers" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/kpacman/config.in b/noncore/games/kpacman/config.in new file mode 100644 index 0000000..c8a4bc6 --- a/dev/null +++ b/noncore/games/kpacman/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config KPACMAN | ||
2 | boolean "kpacman" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/mindbreaker/config.in b/noncore/games/mindbreaker/config.in new file mode 100644 index 0000000..f141ebc --- a/dev/null +++ b/noncore/games/mindbreaker/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config MINDBREAKER | ||
2 | boolean "mindbreaker" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/minesweep/config.in b/noncore/games/minesweep/config.in new file mode 100644 index 0000000..90934b9 --- a/dev/null +++ b/noncore/games/minesweep/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config MINESWEEP | ||
2 | boolean "minesweep" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/parashoot/config.in b/noncore/games/parashoot/config.in new file mode 100644 index 0000000..db6239c --- a/dev/null +++ b/noncore/games/parashoot/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config PARASHOOT | ||
2 | boolean "parashoot" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/qasteroids/config.in b/noncore/games/qasteroids/config.in new file mode 100644 index 0000000..a619624 --- a/dev/null +++ b/noncore/games/qasteroids/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config QASTEROIDS | ||
2 | boolean "qasteroids" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/snake/config.in b/noncore/games/snake/config.in new file mode 100644 index 0000000..0048f9c --- a/dev/null +++ b/noncore/games/snake/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SNAKE | ||
2 | boolean "snake" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/solitaire/config.in b/noncore/games/solitaire/config.in new file mode 100644 index 0000000..8264469 --- a/dev/null +++ b/noncore/games/solitaire/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SOLITAIRE | ||
2 | boolean "solitaire" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/tetrix/config.in b/noncore/games/tetrix/config.in new file mode 100644 index 0000000..596d2b5 --- a/dev/null +++ b/noncore/games/tetrix/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TETRIX | ||
2 | boolean "tetrix" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/tictac/config.in b/noncore/games/tictac/config.in new file mode 100644 index 0000000..9b65b8d --- a/dev/null +++ b/noncore/games/tictac/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TICTAC | ||
2 | boolean "tictac" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/wordgame/config.in b/noncore/games/wordgame/config.in new file mode 100644 index 0000000..3969dc8 --- a/dev/null +++ b/noncore/games/wordgame/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config WORDGAME | ||
2 | boolean "wordgame" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/graphics/drawpad/config.in b/noncore/graphics/drawpad/config.in new file mode 100644 index 0000000..732330b --- a/dev/null +++ b/noncore/graphics/drawpad/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config DRAWPAD | ||
2 | boolean "drawpad" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/multimedia/opieplayer2/config.in b/noncore/multimedia/opieplayer2/config.in new file mode 100644 index 0000000..2a03125 --- a/dev/null +++ b/noncore/multimedia/opieplayer2/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #OPIEPLAYER2 | ||
2 | # boolean "opieplayer2" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/multimedia/showimg/config.in b/noncore/multimedia/showimg/config.in new file mode 100644 index 0000000..0316ea6 --- a/dev/null +++ b/noncore/multimedia/showimg/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SHOWIMG | ||
2 | boolean "showimg" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
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 @@ | |||
1 | menu "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 | ||
9 | 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 @@ | |||
1 | config 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 @@ | |||
1 | config 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 | ||
diff --git a/noncore/settings/appearance2/config.in b/noncore/settings/appearance2/config.in new file mode 100644 index 0000000..e853545 --- a/dev/null +++ b/noncore/settings/appearance2/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config APPEARANCE2 | ||
2 | boolean "appearance2" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/aqpkg/config.in b/noncore/settings/aqpkg/config.in new file mode 100644 index 0000000..b16c0b8 --- a/dev/null +++ b/noncore/settings/aqpkg/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config AQPKG | ||
2 | boolean "aqpkg" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/backup/config.in b/noncore/settings/backup/config.in new file mode 100644 index 0000000..5fc09ef --- a/dev/null +++ b/noncore/settings/backup/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config BACKUP | ||
2 | boolean "backup" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/language/config.in b/noncore/settings/language/config.in new file mode 100644 index 0000000..1315904 --- a/dev/null +++ b/noncore/settings/language/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config LANGUAGE | ||
2 | boolean "language" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/mediummount/config.in b/noncore/settings/mediummount/config.in new file mode 100644 index 0000000..2bf9442 --- a/dev/null +++ b/noncore/settings/mediummount/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config MEDIUMMOUNT | ||
2 | boolean "mediummount" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/netsystemtime/config.in b/noncore/settings/netsystemtime/config.in new file mode 100644 index 0000000..0420d8e --- a/dev/null +++ b/noncore/settings/netsystemtime/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config NETSYSTEMTIME | ||
2 | boolean "netsystemtime" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/networksettings/config.in b/noncore/settings/networksettings/config.in new file mode 100644 index 0000000..44bc06e --- a/dev/null +++ b/noncore/settings/networksettings/config.in | |||
@@ -0,0 +1,9 @@ | |||
1 | menu "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 | ||
9 | endmenu | ||
diff --git a/noncore/settings/networksettings/interfaces/config.in b/noncore/settings/networksettings/interfaces/config.in index 18b182e..431e51b 100644 --- a/noncore/settings/networksettings/interfaces/config.in +++ b/noncore/settings/networksettings/interfaces/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config 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/settings/networksettings/wlan/config.in b/noncore/settings/networksettings/wlan/config.in index 660769d..4853a32 100644 --- a/noncore/settings/networksettings/wlan/config.in +++ b/noncore/settings/networksettings/wlan/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config 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/settings/sound/config.in b/noncore/settings/sound/config.in new file mode 100644 index 0000000..5e0b52f --- a/dev/null +++ b/noncore/settings/sound/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SOUND | ||
2 | boolean "sound" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/sshkeys/config.in b/noncore/settings/sshkeys/config.in new file mode 100644 index 0000000..634aa3a --- a/dev/null +++ b/noncore/settings/sshkeys/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SSHKEYS | ||
2 | boolean "sshkeys" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/sysinfo/config.in b/noncore/settings/sysinfo/config.in new file mode 100644 index 0000000..062f035 --- a/dev/null +++ b/noncore/settings/sysinfo/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SYSINFO | ||
2 | boolean "sysinfo" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/tabmanager/config.in b/noncore/settings/tabmanager/config.in new file mode 100644 index 0000000..f0c4c08 --- a/dev/null +++ b/noncore/settings/tabmanager/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TABMANAGER | ||
2 | boolean "tabmanager" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/usermanager/config.in b/noncore/settings/usermanager/config.in new file mode 100644 index 0000000..2dd0b9e --- a/dev/null +++ b/noncore/settings/usermanager/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config USERMANAGER | ||
2 | boolean "usermanager" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/styles/flat/config.in b/noncore/styles/flat/config.in new file mode 100644 index 0000000..1c82de1 --- a/dev/null +++ b/noncore/styles/flat/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config FLAT | ||
2 | boolean "flat" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/styles/fresh/config.in b/noncore/styles/fresh/config.in new file mode 100644 index 0000000..f71de8d --- a/dev/null +++ b/noncore/styles/fresh/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config FRESH | ||
2 | boolean "fresh" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/styles/liquid/config.in b/noncore/styles/liquid/config.in new file mode 100644 index 0000000..d2bbddb --- a/dev/null +++ b/noncore/styles/liquid/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config LIQUID | ||
2 | boolean "liquid" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/styles/metal/config.in b/noncore/styles/metal/config.in new file mode 100644 index 0000000..1d86924 --- a/dev/null +++ b/noncore/styles/metal/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config METAL | ||
2 | boolean "metal" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/styles/theme/config.in b/noncore/styles/theme/config.in new file mode 100644 index 0000000..c90a422 --- a/dev/null +++ b/noncore/styles/theme/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config THEME | ||
2 | boolean "theme" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/todayplugins/fortune/config.in b/noncore/todayplugins/fortune/config.in new file mode 100644 index 0000000..b278e58 --- a/dev/null +++ b/noncore/todayplugins/fortune/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TODAY_FORTUNE | ||
2 | boolean "fortune" | ||
3 | default "y" | ||
4 | depends TODAY | ||
diff --git a/noncore/todayplugins/stockticker/config.in b/noncore/todayplugins/stockticker/config.in new file mode 100644 index 0000000..7898f78 --- a/dev/null +++ b/noncore/todayplugins/stockticker/config.in | |||
@@ -0,0 +1,9 @@ | |||
1 | menu "stockticker" | ||
2 | |||
3 | config TODAY_STOCKTICKER | ||
4 | boolean "stockticker" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | source noncore/todayplugins/stockticker/stockticker/config.in | ||
8 | source noncore/todayplugins/stockticker/stocktickerlib/config.in | ||
9 | endmenu | ||
diff --git a/noncore/todayplugins/stockticker/stockticker/config.in b/noncore/todayplugins/stockticker/stockticker/config.in new file mode 100644 index 0000000..fd5efbc --- a/dev/null +++ b/noncore/todayplugins/stockticker/stockticker/config.in | |||
@@ -0,0 +1,7 @@ | |||
1 | menu "stockticker" | ||
2 | |||
3 | config TODAY_STOCKTICKERLIB | ||
4 | boolean "stockticker" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | endmenu | ||
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/config.in b/noncore/todayplugins/stockticker/stocktickerlib/config.in new file mode 100644 index 0000000..7478c39 --- a/dev/null +++ b/noncore/todayplugins/stockticker/stocktickerlib/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TODAY_STOCKTICKERLIB | ||
2 | boolean "stocktickerlib" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
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 | ||
diff --git a/noncore/unsupported/filebrowser/config.in b/noncore/unsupported/filebrowser/config.in new file mode 100644 index 0000000..46debbd --- a/dev/null +++ b/noncore/unsupported/filebrowser/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config FILEBROWSER | ||
2 | boolean "filebrowser" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/unsupported/gsmtool/config.in b/noncore/unsupported/gsmtool/config.in new file mode 100644 index 0000000..76c7eb7 --- a/dev/null +++ b/noncore/unsupported/gsmtool/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #GSMTOOL | ||
2 | # boolean "gsmtool" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/unsupported/mail2/bend/config.in b/noncore/unsupported/mail2/bend/config.in new file mode 100644 index 0000000..3d33fe4 --- a/dev/null +++ b/noncore/unsupported/mail2/bend/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config BEND | ||
2 | boolean "bend" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/unsupported/mail2/config.in b/noncore/unsupported/mail2/config.in new file mode 100644 index 0000000..2263230 --- a/dev/null +++ b/noncore/unsupported/mail2/config.in | |||
@@ -0,0 +1,9 @@ | |||
1 | menu "mail" | ||
2 | |||
3 | config BEND | ||
4 | boolean "mail" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | source noncore/mail/bend/config.in | ||
8 | source noncore/mail/libmail/config.in | ||
9 | endmenu | ||
diff --git a/noncore/unsupported/mail2/libmail/config.in b/noncore/unsupported/mail2/libmail/config.in new file mode 100644 index 0000000..6712dbe --- a/dev/null +++ b/noncore/unsupported/mail2/libmail/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config LIBMAIL | ||
2 | boolean "libmail" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/unsupported/oipkg/config.in b/noncore/unsupported/oipkg/config.in new file mode 100644 index 0000000..63a96e3 --- a/dev/null +++ b/noncore/unsupported/oipkg/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config OIPKG | ||
2 | boolean "oipkg" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/unsupported/qpdf/config.in b/noncore/unsupported/qpdf/config.in new file mode 100644 index 0000000..2f0dc9d --- a/dev/null +++ b/noncore/unsupported/qpdf/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config QPDF | ||
2 | boolean "qpdf" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||