author | sandman <sandman> | 2002-12-23 00:13:27 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-12-23 00:13:27 (UTC) |
commit | 4d0c43249cb07b5d68b7b4e19a9132955eaca241 (patch) (side-by-side diff) | |
tree | 38d096ede07f524a051c6444bf2b0d47d1a8f062 | |
parent | 6f82a7bad0746d37ff1545717be3fe67e2eed17c (diff) | |
download | opie-4d0c43249cb07b5d68b7b4e19a9132955eaca241.zip opie-4d0c43249cb07b5d68b7b4e19a9132955eaca241.tar.gz opie-4d0c43249cb07b5d68b7b4e19a9132955eaca241.tar.bz2 |
removed appskey / added button-settings
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | def-configs/opie | 2 | ||||
-rw-r--r-- | packages | 3 |
3 files changed, 5 insertions, 4 deletions
@@ -55,3 +55,3 @@ CORESETTINGS = core/settings/light-and-power core/settings/security \ noncore/settings/netsystemtime core/settings/citytime \ - core/settings/launcher + core/settings/launcher core/settings/button @@ -60,3 +60,3 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ noncore/settings/mediummount \ - noncore/settings/tabmanager noncore/settings/appskey \ + noncore/settings/tabmanager \ noncore/settings/sshkeys noncore/settings/usermanager \ diff --git a/def-configs/opie b/def-configs/opie index 830fede..2d67db0 100644 --- a/def-configs/opie +++ b/def-configs/opie @@ -82,3 +82,2 @@ CONFIG_LANGUAGE=y CONFIG_BACKUP=y -CONFIG_APPSKEY=y CONFIG_APPEARANCE2=y @@ -217,2 +216,3 @@ CONFIG_LAUNCHER-SETTINGS=y CONFIG_CITYTIME=y +CONFIG_BUTTON-SETTINGS=y @@ -1,2 +1,3 @@ #CONFIG_APPLET noncore/net/opietooth/applet applet.pro +#CONFIG_APPSKEY noncore/settings/appskey appskey.pro #CONFIG_BINARY noncore/tools/calc2/binary binary.pro @@ -46,3 +47,2 @@ CONFIG_ADVANCEDFM noncore/apps/advancedfm advancedfm.pro CONFIG_APPEARANCE2 noncore/settings/appearance2 appearance2.pro -CONFIG_APPSKEY noncore/settings/appskey appskey.pro CONFIG_AQPKG noncore/apps/aqpkg aqpkg.pro @@ -53,2 +53,3 @@ CONFIG_BEND noncore/mail/bend bend.pro CONFIG_BOUNCE noncore/games/bounce bounce.pro +CONFIG_BUTTON-SETTINGS core/settings/button button.pro CONFIG_BUZZWORD noncore/games/buzzword buzzword.pro |