author | kergoth <kergoth> | 2003-01-16 04:39:25 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 04:39:25 (UTC) |
commit | 21cee2677c4a480f00675cdc9160e5d7e97e7122 (patch) (unidiff) | |
tree | a2e3b3f9675949fae2cf57e0f7b44441e7bfa06c | |
parent | 7ffd4623880396f07e34faf195f8c131218cf682 (diff) | |
download | opie-21cee2677c4a480f00675cdc9160e5d7e97e7122.zip opie-21cee2677c4a480f00675cdc9160e5d7e97e7122.tar.gz opie-21cee2677c4a480f00675cdc9160e5d7e97e7122.tar.bz2 |
*** empty log message ***
-rw-r--r-- | Makefile.test | 2 | ||||
-rw-r--r-- | config.in.in | 73 | ||||
-rw-r--r-- | development/keyview/config.in | 8 | ||||
-rw-r--r-- | example/config.in | 4 | ||||
-rw-r--r-- | libopie/config.in | 3 | ||||
-rw-r--r-- | libsql/test/config.in | 4 | ||||
-rwxr-xr-x | scripts/deps.pl | 2 | ||||
-rw-r--r-- | share/opie-login/pre-session | 42 |
8 files changed, 47 insertions, 91 deletions
diff --git a/Makefile.test b/Makefile.test index c15916d..7befb39 100644 --- a/Makefile.test +++ b/Makefile.test | |||
@@ -5,13 +5,13 @@ export QMAKE:=$(OPIEDIR)/qmake/qmake | |||
5 | 5 | ||
6 | export QMAKESPECSDIR=$(OPIEDIR)/mkspecs | 6 | export QMAKESPECSDIR=$(OPIEDIR)/mkspecs |
7 | 7 | ||
8 | noconfig_targets := xconfig menuconfig config oldconfig randconfig \ | 8 | noconfig_targets := xconfig menuconfig config oldconfig randconfig \ |
9 | defconfig allyesconfig allnoconfig allmodconfig | 9 | defconfig allyesconfig allnoconfig allmodconfig |
10 | 10 | ||
11 | configs += $(TOPDIR)/core/applets/restartapplet2/config.in $(TOPDIR)/core/applets/config.in $(TOPDIR)/core/apps/config.in $(TOPDIR)/core/multimedia/config.in $(TOPDIR)/core/pim/config.in $(TOPDIR)/core/pim/today/plugins/config.in $(TOPDIR)/core/settings/config.in $(TOPDIR)/core/config.in $(TOPDIR)/development/config.in $(TOPDIR)/inputmethods/config.in $(TOPDIR)/libopie/ofileselector/config.in $(TOPDIR)/libopie/pim/config.in $(TOPDIR)/libsql/config.in $(TOPDIR)/noncore/applets/config.in $(TOPDIR)/noncore/apps/opie-console/test/config.in $(TOPDIR)/noncore/apps/config.in $(TOPDIR)/noncore/comm/config.in $(TOPDIR)/noncore/decorations/config.in $(TOPDIR)/noncore/games/config.in $(TOPDIR)/noncore/graphics/config.in $(TOPDIR)/noncore/multimedia/config.in $(TOPDIR)/noncore/net/config.in $(TOPDIR)/noncore/net/opietooth/config.in $(TOPDIR)/noncore/settings/config.in $(TOPDIR)/noncore/styles/config.in $(TOPDIR)/noncore/tools/calc2/config.in $(TOPDIR)/noncore/tools/config.in $(TOPDIR)/noncore/unsupported/opiemail/ifaces/config.in $(TOPDIR)/noncore/unsupported/config.in $(TOPDIR)/noncore/config.in $(TOPDIR)/noncore/todayplugins/config.in $(TOPDIR)/config.in | 11 | configs += $(TOPDIR)/core/applets/restartapplet2/config.in $(TOPDIR)/core/applets/config.in $(TOPDIR)/core/apps/config.in $(TOPDIR)/core/multimedia/config.in $(TOPDIR)/core/pim/config.in $(TOPDIR)/core/pim/today/plugins/config.in $(TOPDIR)/core/settings/config.in $(TOPDIR)/core/config.in $(TOPDIR)/development/config.in $(TOPDIR)/inputmethods/config.in $(TOPDIR)/libopie/ofileselector/config.in $(TOPDIR)/libopie/pim/config.in $(TOPDIR)/libsql/config.in $(TOPDIR)/noncore/applets/config.in $(TOPDIR)/noncore/apps/opie-console/test/config.in $(TOPDIR)/noncore/apps/config.in $(TOPDIR)/noncore/comm/config.in $(TOPDIR)/noncore/decorations/config.in $(TOPDIR)/noncore/games/config.in $(TOPDIR)/noncore/graphics/config.in $(TOPDIR)/noncore/multimedia/config.in $(TOPDIR)/noncore/net/config.in $(TOPDIR)/noncore/net/opietooth/config.in $(TOPDIR)/noncore/settings/config.in $(TOPDIR)/noncore/styles/config.in $(TOPDIR)/noncore/tools/calc2/config.in $(TOPDIR)/noncore/tools/config.in $(TOPDIR)/noncore/unsupported/opiemail/ifaces/config.in $(TOPDIR)/noncore/unsupported/config.in $(TOPDIR)/noncore/config.in $(TOPDIR)/noncore/todayplugins/config.in |
12 | 12 | ||
13 | # $(TOPDIR)/.config depends on .depends.cfgs, as it depends on $(configs) | 13 | # $(TOPDIR)/.config depends on .depends.cfgs, as it depends on $(configs) |
14 | # in order to have a full set of config.in files. | 14 | # in order to have a full set of config.in files. |
15 | # .depends depends on $(TOPDIR)/.config | 15 | # .depends depends on $(TOPDIR)/.config |
16 | # everything else depends on .depends, to ensure the dependencies are | 16 | # everything else depends on .depends, to ensure the dependencies are |
17 | # intact. | 17 | # intact. |
diff --git a/config.in.in b/config.in.in deleted file mode 100644 index 679292f..0000000 --- a/config.in.in +++ b/dev/null | |||
@@ -1,73 +0,0 @@ | |||
1 | mainmenu "Opie Configuration" | ||
2 | menu "Build Parameters" | ||
3 | |||
4 | #choice | ||
5 | # prompt "Build Processor family" | ||
6 | # default BUILD_X86 | ||
7 | # help | ||
8 | # Please select the architecture of the machine you will be | ||
9 | # building the OpenZaurus buildroot on. | ||
10 | # | ||
11 | # config BUILD_X86 | ||
12 | # boolean "X86 Architecture" | ||
13 | # | ||
14 | #endchoice | ||
15 | |||
16 | choice | ||
17 | prompt "Target Machine" | ||
18 | default TARGET_X86 | ||
19 | help | ||
20 | Please select the architecture of the machine you will be | ||
21 | building the OpenZaurus buildroot for. | ||
22 | |||
23 | config TARGET_X86 | ||
24 | boolean "Intel X86" | ||
25 | |||
26 | config TARGET_SHARP | ||
27 | boolean "Sharp Zaurus SL-5x00 - stock" | ||
28 | |||
29 | # config TARGET_OZ | ||
30 | # boolean "Sharp Zaurus SL-5x00 - OpenZaurus" | ||
31 | |||
32 | config TARGET_IPAQ | ||
33 | boolean "Ipaq" | ||
34 | |||
35 | endchoice | ||
36 | |||
37 | config OPTIMIZE | ||
38 | boolean "Use optimizations" | ||
39 | default "y" if ! TARGET_X86 | ||
40 | |||
41 | config SPECFILE | ||
42 | string | ||
43 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) | ||
44 | default "linux-g++" if TARGET_X86 && X11 | ||
45 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) | ||
46 | default "linux-g++" if TARGET_SHARP && X11 | ||
47 | # default "linux-oz-g++" if TARGET_OZ | ||
48 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) | ||
49 | default "linux-g++" if TARGET_IPAQ && X11 | ||
50 | |||
51 | config CUSTOMFILE | ||
52 | string | ||
53 | default "custom-ipaq.h" if TARGET_IPAQ | ||
54 | default "custom-sharp.h" if TARGET_SHARP | ||
55 | |||
56 | |||
57 | config OPTIMIZATIONS | ||
58 | string "Optimization flags" | ||
59 | depends OPTIMIZE | ||
60 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ | ||
61 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP | ||
62 | |||
63 | #config CROSS | ||
64 | # string "Crosscompilation prefix" | ||
65 | # default "arm-linux-" | ||
66 | # help | ||
67 | # Crosscompilation prefix is the prefix which will be prepended | ||
68 | # to all compilation commands. For example, a crosscompilation prefix | ||
69 | # of arm-linux-, results in the build calling arm-linux-gcc as its CC. | ||
70 | |||
71 | endmenu | ||
72 | |||
73 | @sources@ | ||
diff --git a/development/keyview/config.in b/development/keyview/config.in index ce934d3..6c29e1d 100644 --- a/development/keyview/config.in +++ b/development/keyview/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #KEYVIEW | 1 | config KEYVIEW |
2 | # boolean "keyview" | 2 | boolean "Keyview (Debugging tool for viewing keypresses)" |
3 | # default "y" | 3 | default "y" |
4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/example/config.in b/example/config.in deleted file mode 100644 index b3e07d3..0000000 --- a/example/config.in +++ b/dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | # config #EXAMPLE | ||
2 | # boolean "example" | ||
3 | # default "y" | ||
4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | ||
diff --git a/libopie/config.in b/libopie/config.in index 5894d0f..19279d8 100644 --- a/libopie/config.in +++ b/libopie/config.in | |||
@@ -1,6 +1,3 @@ | |||
1 | config LIBOPIE | 1 | config LIBOPIE |
2 | boolean "Opie library" | 2 | boolean "Opie library" |
3 | default "y" | 3 | default "y" |
4 | |||
5 | source libopie/ofileselector/config.in | ||
6 | source libopie/pim/config.in | ||
diff --git a/libsql/test/config.in b/libsql/test/config.in deleted file mode 100644 index 238d27f..0000000 --- a/libsql/test/config.in +++ b/dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | # config #TEST | ||
2 | # boolean "test" | ||
3 | # default "y" | ||
4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | ||
diff --git a/scripts/deps.pl b/scripts/deps.pl index feced6e..a219e36 100755 --- a/scripts/deps.pl +++ b/scripts/deps.pl | |||
@@ -50,13 +50,13 @@ sub makedepends ($$) | |||
50 | /^\)$/ && next; | 50 | /^\)$/ && next; |
51 | /^on$/ && next; | 51 | /^on$/ && next; |
52 | /^!$/ && next; | 52 | /^!$/ && next; |
53 | if(defined(${$tokenpath}{"CONFIG_" . $_})){ | 53 | if(defined(${$tokenpath}{"CONFIG_" . $_})){ |
54 | print '$(if $(CONFIG_' . $_ . '),' . ${$tokenpath}{"CONFIG_" . $_} . ') '; | 54 | print '$(if $(CONFIG_' . $_ . '),' . ${$tokenpath}{"CONFIG_" . $_} . ') '; |
55 | } else { | 55 | } else { |
56 | print STDERR "Warning: unable to locate path for token CONFIG_$_\n"; | 56 | # print STDERR "Warning: unable to locate path for token CONFIG_$_\n"; |
57 | } | 57 | } |
58 | } | 58 | } |
59 | print "\n"; | 59 | print "\n"; |
60 | } | 60 | } |
61 | } | 61 | } |
62 | 62 | ||
diff --git a/share/opie-login/pre-session b/share/opie-login/pre-session index 8219f94..6bf9e4c 100644 --- a/share/opie-login/pre-session +++ b/share/opie-login/pre-session | |||
@@ -1,16 +1,56 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | USER=$1 | 3 | USER=$1 |
4 | 4 | ||
5 | # NOTE about permissions in OpenZaurus | ||
6 | # The devices in question here by default | ||
7 | #are accessible to everyone in the group in | ||
8 | #question. We wish to ensure that, as a policy | ||
9 | #choice, a login to opie makes access to these | ||
10 | #devices exclusive by 1) changing device ownership | ||
11 | #to the user, and 2) removing group access. | ||
12 | # | ||
13 | #A better implementation would probably be to store | ||
14 | #existing device permissions at load time, and restore | ||
15 | #them at exit, rather than making assumptions about | ||
16 | #user/group ownership, or permissions. | ||
17 | |||
18 | permin () | ||
19 | { | ||
20 | if [ -e $1 ] | ||
21 | then | ||
22 | |||
23 | chown $USER $1 | ||
24 | chmod g-rw $1 | ||
25 | |||
26 | else | ||
27 | return 1 | ||
28 | fi | ||
29 | } | ||
30 | |||
31 | permout () | ||
32 | { | ||
33 | [ -e $1 ]&& chown root $1 | ||
34 | [ -e $1 ]&& chmod g+rw $1 | ||
35 | } | ||
36 | |||
5 | if [ -e /proc/hal/model ]; then | 37 | if [ -e /proc/hal/model ]; then |
6 | 38 | ||
7 | # fix for misconfigured devfsd | 39 | # fix for misconfigured devfsd |
8 | chmod +x /dev/sound /dev/touchscreen /dev/fb /dev/vc | 40 | chmod +x /dev/sound /dev/touchscreen /dev/fb /dev/vc |
9 | 41 | ||
10 | [ -e /dev/sound/dsp ] && chown $USER /dev/sound/dsp | 42 | [ -e /dev/sound/dsp ] && chown $USER /dev/sound/dsp |
11 | [ -e /dev/sound/mixer ] && chown $USER /dev/sound/mixer | 43 | [ -e /dev/sound/mixer ] && chown $USER /dev/sound/mixer |
12 | [ -e /dev/touchscreen/0 ] && chown $USER /dev/touchscreen/0 | 44 | [ -e /dev/touchscreen/0 ] && chown $USER /dev/touchscreen/0 |
13 | [ -e /dev/fb/0 ] && chown $USER /dev/fb/0 | 45 | [ -e /dev/fb/0 ] && chown $USER /dev/fb/0 |
14 | [ -e /dev/vc/0 ] && chown $USER /dev/vc/0 | 46 | [ -e /dev/vc/0 ] && chown $USER /dev/vc/0 |
15 | fi | ||
16 | 47 | ||
48 | else | ||
49 | |||
50 | for dev in /dev/dsp /dev/dsp1 /dev/mixer \ | ||
51 | /dev/ts /dev/fb0 | ||
52 | do | ||
53 | permin( $dev ) | ||
54 | done | ||
55 | |||
56 | fi | ||