summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/bluetooth/config.in4
-rw-r--r--noncore/settings/networksettings2/cable/config.in4
-rw-r--r--noncore/settings/networksettings2/config.in9
-rw-r--r--noncore/settings/networksettings2/irda/config.in4
-rw-r--r--noncore/settings/networksettings2/lancard/config.in4
-rw-r--r--noncore/settings/networksettings2/main.cpp1
-rw-r--r--noncore/settings/networksettings2/modem/config.in4
-rw-r--r--noncore/settings/networksettings2/network/config.in4
-rw-r--r--noncore/settings/networksettings2/networksettings2/config.in6
-rw-r--r--noncore/settings/networksettings2/networksettings2/wextensions.cpp14
-rw-r--r--noncore/settings/networksettings2/ppp/config.in4
-rw-r--r--noncore/settings/networksettings2/profile/config.in4
-rw-r--r--noncore/settings/networksettings2/usb/config.in4
-rw-r--r--noncore/settings/networksettings2/vpn/config.in4
-rw-r--r--noncore/settings/networksettings2/wlan/config.in4
15 files changed, 40 insertions, 34 deletions
diff --git a/noncore/settings/networksettings2/bluetooth/config.in b/noncore/settings/networksettings2/bluetooth/config.in
index e5155e8..b1a5a58 100644
--- a/noncore/settings/networksettings2/bluetooth/config.in
+++ b/noncore/settings/networksettings2/bluetooth/config.in
@@ -1,4 +1,4 @@
1 config NS2BT 1 config NS2BT
2 boolean "opie-networksettings2plugin-bluetooth (set up BLUETOOTH)" 2 boolean "opie-networksettings2plugin-bluetooth (set up BLUETOOTH)"
3 default "n" if NS2 3 default "n"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2 && NS2CORE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2MAIN && NS2CORE
diff --git a/noncore/settings/networksettings2/cable/config.in b/noncore/settings/networksettings2/cable/config.in
index 1cdcaa1..9007f14 100644
--- a/noncore/settings/networksettings2/cable/config.in
+++ b/noncore/settings/networksettings2/cable/config.in
@@ -1,4 +1,4 @@
1 config NS2CABLE 1 config NS2CABLE
2 boolean "opie-networksettings2plugin-cable (set up Cable)" 2 boolean "opie-networksettings2plugin-cable (set up Cable)"
3 default "n" if NS2 3 default "n" if NS2MAIN
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2 && NS2CORE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2MAIN && NS2CORE
diff --git a/noncore/settings/networksettings2/config.in b/noncore/settings/networksettings2/config.in
index 1004ce4..ac38c2f 100644
--- a/noncore/settings/networksettings2/config.in
+++ b/noncore/settings/networksettings2/config.in
@@ -1,22 +1,23 @@
1 source noncore/settings/networksettings2/networksettings2/config.in
2
1config NS2 3config NS2
2 boolean "opie-networksettings-2 (TCP/IP network settings)" 4 boolean
3 default "y" 5 default "y" if NS2MAIN
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE 6 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2MAIN
5 7
6config NS2CORE 8config NS2CORE
7 boolean 9 boolean
8 default "y" if NS2 10 default "y" if NS2
9 depends ( LIBQPE || LIBQPE-X11 ) && NS2 11 depends ( LIBQPE || LIBQPE-X11 ) && NS2
10 12
11 source noncore/settings/networksettings2/profile/config.in 13 source noncore/settings/networksettings2/profile/config.in
12 source noncore/settings/networksettings2/network/config.in 14 source noncore/settings/networksettings2/network/config.in
13 source noncore/settings/networksettings2/lancard/config.in 15 source noncore/settings/networksettings2/lancard/config.in
14 source noncore/settings/networksettings2/ppp/config.in 16 source noncore/settings/networksettings2/ppp/config.in
15 source noncore/settings/networksettings2/wlan/config.in 17 source noncore/settings/networksettings2/wlan/config.in
16 source noncore/settings/networksettings2/usb/config.in 18 source noncore/settings/networksettings2/usb/config.in
17 source noncore/settings/networksettings2/irda/config.in 19 source noncore/settings/networksettings2/irda/config.in
18 source noncore/settings/networksettings2/vpn/config.in 20 source noncore/settings/networksettings2/vpn/config.in
19 source noncore/settings/networksettings2/bluetooth/config.in 21 source noncore/settings/networksettings2/bluetooth/config.in
20 source noncore/settings/networksettings2/cable/config.in 22 source noncore/settings/networksettings2/cable/config.in
21 source noncore/settings/networksettings2/modem/config.in 23 source noncore/settings/networksettings2/modem/config.in
22 source noncore/settings/networksettings2/networksettings2/config.in
diff --git a/noncore/settings/networksettings2/irda/config.in b/noncore/settings/networksettings2/irda/config.in
index dd86b61..0da9a25 100644
--- a/noncore/settings/networksettings2/irda/config.in
+++ b/noncore/settings/networksettings2/irda/config.in
@@ -1,4 +1,4 @@
1 config NS2IRDA 1 config NS2IRDA
2 boolean "opie-networksettings2plugin-irda (set up IRDA)" 2 boolean "opie-networksettings2plugin-irda (set up IRDA)"
3 default "n" if NS2 3 default "n" if NS2MAIN
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2 && NS2CORE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2MAIN && NS2CORE
diff --git a/noncore/settings/networksettings2/lancard/config.in b/noncore/settings/networksettings2/lancard/config.in
index 71fb83e..c694908 100644
--- a/noncore/settings/networksettings2/lancard/config.in
+++ b/noncore/settings/networksettings2/lancard/config.in
@@ -1,4 +1,4 @@
1 config NS2LANCARD 1 config NS2LANCARD
2 boolean "opie-networksettings2plugin-lancard (regular wired lan card)" 2 boolean "opie-networksettings2plugin-lancard (regular wired lan card)"
3 default "n" if NS2 3 default "n" if NS2MAIN
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2 && NS2CORE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2MAIN && NS2CORE
diff --git a/noncore/settings/networksettings2/main.cpp b/noncore/settings/networksettings2/main.cpp
index b32b323..200e31b 100644
--- a/noncore/settings/networksettings2/main.cpp
+++ b/noncore/settings/networksettings2/main.cpp
@@ -18,96 +18,97 @@ OPIE_EXPORT_APP( OApplicationFactory<NetworkSettings> )
18#define ACT_GUI 0 18#define ACT_GUI 0
19// used by interfaces to request for allow of up/down 19// used by interfaces to request for allow of up/down
20#define ACT_REQUEST 1 20#define ACT_REQUEST 1
21// regenerate config files 21// regenerate config files
22#define ACT_REGEN 2 22#define ACT_REGEN 2
23// used by interfaces to request user prompt 23// used by interfaces to request user prompt
24#define ACT_PROMPT 3 24#define ACT_PROMPT 3
25// used by interfaces to trigger VPN 25// used by interfaces to trigger VPN
26#define ACT_VPN 4 26#define ACT_VPN 4
27 27
28int main( int argc, char * argv[] ) { 28int main( int argc, char * argv[] ) {
29 int rv = 0; 29 int rv = 0;
30 int Action = ACT_GUI; 30 int Action = ACT_GUI;
31 // could be overruled by -qws 31 // could be overruled by -qws
32 QApplication::Type GuiType = QApplication::GuiClient; 32 QApplication::Type GuiType = QApplication::GuiClient;
33 33
34#ifdef _WS_QWS_ 34#ifdef _WS_QWS_
35 QPEApplication * TheApp; 35 QPEApplication * TheApp;
36#else 36#else
37 QApplication * TheApp; 37 QApplication * TheApp;
38#endif 38#endif
39 39
40 for ( int i = 1; i < argc; i ++ ) { 40 for ( int i = 1; i < argc; i ++ ) {
41 int rmv; 41 int rmv;
42 rmv = 0; 42 rmv = 0;
43 if( strcmp( argv[i], "--regen" ) == 0 ) { 43 if( strcmp( argv[i], "--regen" ) == 0 ) {
44 Action = ACT_REGEN; 44 Action = ACT_REGEN;
45 GuiType = QApplication::Tty; 45 GuiType = QApplication::Tty;
46 rmv = 1; 46 rmv = 1;
47 } else if( strcmp( argv[i], "--prompt" ) == 0 ) { 47 } else if( strcmp( argv[i], "--prompt" ) == 0 ) {
48 Action = ACT_PROMPT; 48 Action = ACT_PROMPT;
49 rmv = 1; 49 rmv = 1;
50 } else if( strcmp( argv[i], "--triggervpn" ) == 0 ) { 50 } else if( strcmp( argv[i], "--triggervpn" ) == 0 ) {
51 Action = ACT_VPN; 51 Action = ACT_VPN;
52 rmv = 1; 52 rmv = 1;
53 } 53 }
54 if( rmv ) { 54 if( rmv ) {
55 memmove( argv+i, argv+i+rmv, 55 memmove( argv+i, argv+i+rmv,
56 sizeof( char * ) * (argc-i-rmv) ); 56 sizeof( char * ) * (argc-i-rmv) );
57 i --; 57 i --;
58 argc -= rmv; 58 argc -= rmv;
59 } 59 }
60 } 60 }
61 61
62 if( strstr( argv[0], "-request" ) ) { 62 if( strstr( argv[0], "-request" ) ) {
63 // called from system to request something 63 // called from system to request something
64 GuiType = QApplication::Tty; 64 GuiType = QApplication::Tty;
65 Action = ACT_REQUEST; 65 Action = ACT_REQUEST;
66 Log(("Request : %s\n", argv[1] ));
66 } 67 }
67 68
68 // Start Qt 69 // Start Qt
69#ifdef _WS_QWS_ 70#ifdef _WS_QWS_
70 // because QPEApplication does not handle GuiType well 71 // because QPEApplication does not handle GuiType well
71 if( GuiType == QApplication::Tty ) { 72 if( GuiType == QApplication::Tty ) {
72 // this cast is NOT correct but we do not use 73 // this cast is NOT correct but we do not use
73 // TheApp anymore ... 74 // TheApp anymore ...
74 TheApp = (QPEApplication *)new QApplication( argc, argv, GuiType ); 75 TheApp = (QPEApplication *)new QApplication( argc, argv, GuiType );
75 } else { 76 } else {
76 TheApp = new QPEApplication( argc, argv, GuiType ); 77 TheApp = new QPEApplication( argc, argv, GuiType );
77 } 78 }
78#else 79#else
79 TheApp = new QApplication( argc, argv, GuiType ); 80 TheApp = new QApplication( argc, argv, GuiType );
80#endif 81#endif
81 82
82 // init qt with app widget 83 // init qt with app widget
83 84
84 switch( Action ) { 85 switch( Action ) {
85 case ACT_REQUEST : 86 case ACT_REQUEST :
86 { NetworkSettingsData NS; 87 { NetworkSettingsData NS;
87 if( NS.canStart( argv[1] ) ) { 88 if( NS.canStart( argv[1] ) ) {
88 QString S; 89 QString S;
89 S.sprintf( QPEApplication::qpeDir()+ 90 S.sprintf( QPEApplication::qpeDir()+
90 "/bin/networksettings2" ); 91 "/bin/networksettings2" );
91 char * MyArgv[4]; 92 char * MyArgv[4];
92 MyArgv[0] = "networksettings2"; 93 MyArgv[0] = "networksettings2";
93 MyArgv[1] = "--prompt"; 94 MyArgv[1] = "--prompt";
94 MyArgv[2] = argv[1]; 95 MyArgv[2] = argv[1];
95 MyArgv[3] = NULL; 96 MyArgv[3] = NULL;
96 NSResources->system().execAsUser( S, MyArgv ); 97 NSResources->system().execAsUser( S, MyArgv );
97 // if we come here , failed 98 // if we come here , failed
98 printf( "%s-cNN-disallowed", argv[1] ); 99 printf( "%s-cNN-disallowed", argv[1] );
99 } 100 }
100 } 101 }
101 break; 102 break;
102 case ACT_REGEN : 103 case ACT_REGEN :
103 { NetworkSettingsData NS; 104 { NetworkSettingsData NS;
104 // regen returns 0 if OK 105 // regen returns 0 if OK
105 rv = (NS.regenerate()) ? 1 : 0; 106 rv = (NS.regenerate()) ? 1 : 0;
106 } 107 }
107 break; 108 break;
108 case ACT_PROMPT : 109 case ACT_PROMPT :
109 { ActivateProfile AP(argv[1]); 110 { ActivateProfile AP(argv[1]);
110 if( AP.exec() == QDialog::Accepted ) { 111 if( AP.exec() == QDialog::Accepted ) {
111 printf( "%s-c%ld-allowed", argv[1], AP.selectedProfile() ); 112 printf( "%s-c%ld-allowed", argv[1], AP.selectedProfile() );
112 } else { 113 } else {
113 printf( "%s-cNN-disallowed", argv[1] ); 114 printf( "%s-cNN-disallowed", argv[1] );
diff --git a/noncore/settings/networksettings2/modem/config.in b/noncore/settings/networksettings2/modem/config.in
index 1a36636..a354da0 100644
--- a/noncore/settings/networksettings2/modem/config.in
+++ b/noncore/settings/networksettings2/modem/config.in
@@ -1,4 +1,4 @@
1 config NS2MODEM 1 config NS2MODEM
2 boolean "opie-networksettings2plugin-modem (set up DIALUP)" 2 boolean "opie-networksettings2plugin-modem (set up DIALUP)"
3 default "n" if NS2 3 default "n" if NS2MAIN
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2 && NS2CORE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2MAIN && NS2CORE
diff --git a/noncore/settings/networksettings2/network/config.in b/noncore/settings/networksettings2/network/config.in
index 4c37974..725b7f0 100644
--- a/noncore/settings/networksettings2/network/config.in
+++ b/noncore/settings/networksettings2/network/config.in
@@ -1,4 +1,4 @@
1 config NS2NETWORK 1 config NS2NETWORK
2 boolean "opie-networksettings2plugin-ipsetup (set up TCP/IP)" 2 boolean "opie-networksettings2plugin-ipsetup (set up TCP/IP)"
3 default "n" if NS2 3 default "n" if NS2MAIN
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2 && NS2CORE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2MAIN && NS2CORE
diff --git a/noncore/settings/networksettings2/networksettings2/config.in b/noncore/settings/networksettings2/networksettings2/config.in
index 907f1a0..2b4e2f3 100644
--- a/noncore/settings/networksettings2/networksettings2/config.in
+++ b/noncore/settings/networksettings2/networksettings2/config.in
@@ -1,4 +1,4 @@
1 config NS2MAIN 1 config NS2MAIN
2 boolean 2 boolean "opie-networksettings2 (TCP/IP network settings)"
3 default "y" if NS2 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/settings/networksettings2/networksettings2/wextensions.cpp b/noncore/settings/networksettings2/networksettings2/wextensions.cpp
index 778990c..c10bdc3 100644
--- a/noncore/settings/networksettings2/networksettings2/wextensions.cpp
+++ b/noncore/settings/networksettings2/networksettings2/wextensions.cpp
@@ -7,111 +7,115 @@
7#include <sys/socket.h> 7#include <sys/socket.h>
8#include <sys/ioctl.h> 8#include <sys/ioctl.h>
9 9
10#include <opie2/odebug.h> 10#include <opie2/odebug.h>
11using namespace Opie::Core; 11using namespace Opie::Core;
12 12
13#include <math.h> 13#include <math.h>
14 14
15#define PROCNETWIRELESS "/proc/net/wireless" 15#define PROCNETWIRELESS "/proc/net/wireless"
16#define IW_LOWER 0 16#define IW_LOWER 0
17#define IW_UPPER 256 17#define IW_UPPER 256
18 18
19/** 19/**
20 * Constructor. Sets hasWirelessExtensions 20 * Constructor. Sets hasWirelessExtensions
21 */ 21 */
22WExtensions::WExtensions(QString interfaceName): hasWirelessExtensions(false), interface(interfaceName) { 22WExtensions::WExtensions(QString interfaceName): hasWirelessExtensions(false), interface(interfaceName) {
23 fd = socket( AF_INET, SOCK_DGRAM, 0 ); 23 fd = socket( AF_INET, SOCK_DGRAM, 0 );
24 if(fd == -1) 24 if(fd == -1)
25 return; 25 return;
26 26
27 const char* buffer[200]; 27 const char* buffer[200];
28 memset( &iwr, 0, sizeof( iwr ) ); 28 memset( &iwr, 0, sizeof( iwr ) );
29 iwr.u.essid.pointer = (caddr_t) buffer; 29 iwr.u.essid.pointer = (caddr_t) buffer;
30 iwr.u.essid.length = IW_ESSID_MAX_SIZE; 30 iwr.u.essid.length = IW_ESSID_MAX_SIZE;
31 iwr.u.essid.flags = 0; 31 iwr.u.essid.flags = 0;
32 32
33 // check if it is an IEEE 802.11 standard conform 33 // check if it is an IEEE 802.11 standard conform
34 // wireless device by sending SIOCGIWESSID 34 // wireless device by sending SIOCGIWESSID
35 // which also gives back the Extended Service Set ID 35 // which also gives back the Extended Service Set ID
36 // (see IEEE 802.11 for more information) 36 // (see IEEE 802.11 for more information)
37 37
38 const char* iname = interface.latin1(); 38 const char* iname = interface.latin1();
39 strcpy( iwr.ifr_ifrn.ifrn_name, (const char *)iname ); 39 strcpy( iwr.ifr_ifrn.ifrn_name, (const char *)iname );
40 if ( 0 == ioctl( fd, SIOCGIWESSID, &iwr ) ) 40 if ( 0 == ioctl( fd, SIOCGIWESSID, &iwr ) )
41 hasWirelessExtensions = true; 41 hasWirelessExtensions = true;
42} 42}
43 43
44/** 44/**
45 * @return QString the station name of the access point. 45 * @return QString the station name of the access point.
46 */ 46 */
47QString WExtensions::station(){ 47QString WExtensions::station(){
48 if(!hasWirelessExtensions) 48 if(!hasWirelessExtensions)
49 return QString(); 49 return QString();
50 const char* buffer[200]; 50 const char* buffer[200];
51 iwr.u.data.pointer = (caddr_t) buffer; 51 iwr.u.data.pointer = (caddr_t) buffer;
52 iwr.u.data.length = IW_ESSID_MAX_SIZE; 52 iwr.u.data.length = IW_ESSID_MAX_SIZE;
53 iwr.u.data.flags = 0; 53 iwr.u.data.flags = 0;
54 if ( 0 == ioctl( fd, SIOCGIWNICKN, &iwr )){ 54 if ( 0 == ioctl( fd, SIOCGIWNICKN, &iwr )){
55 iwr.u.data.pointer[(unsigned int) iwr.u.data.length-1] = '\0'; 55 buffer[(unsigned int) iwr.u.data.length-1] = '\0';
56 return QString(iwr.u.data.pointer); 56 return (const char *)buffer;
57 } 57 }
58 return QString(); 58 return QString::null;
59} 59}
60 60
61/** 61/**
62 * @return QString the essid of the host 802.11 access point. 62 * @return QString the essid of the host 802.11 access point.
63 */ 63 */
64QString WExtensions::essid(){ 64QString WExtensions::essid(){
65 if(!hasWirelessExtensions) 65 if(!hasWirelessExtensions)
66 return QString(); 66 return QString();
67 const char* buffer[200];
68 iwr.u.data.pointer = (caddr_t) buffer;
69 iwr.u.data.length = IW_ESSID_MAX_SIZE;
70 iwr.u.data.flags = 0;
67 if ( 0 == ioctl( fd, SIOCGIWESSID, &iwr )){ 71 if ( 0 == ioctl( fd, SIOCGIWESSID, &iwr )){
68 iwr.u.essid.pointer[(unsigned int) iwr.u.essid.length] = '\0'; 72 buffer[(unsigned int) iwr.u.essid.length] = '\0';
69 return QString(iwr.u.essid.pointer); 73 return (const char *)buffer;
70 } 74 }
71 return QString(); 75 return QString();
72} 76}
73 77
74/** 78/**
75 * @return QString the mode of interface 79 * @return QString the mode of interface
76 */ 80 */
77QString WExtensions::mode(){ 81QString WExtensions::mode(){
78 if(!hasWirelessExtensions) 82 if(!hasWirelessExtensions)
79 return QString(); 83 return QString();
80 if ( 0 == ioctl( fd, SIOCGIWMODE, &iwr ) ) 84 if ( 0 == ioctl( fd, SIOCGIWMODE, &iwr ) )
81 return QString("%1").arg(iwr.u.mode == IW_MODE_ADHOC ? "Ad-Hoc" : "Managed"); 85 return QString("%1").arg(iwr.u.mode == IW_MODE_ADHOC ? "Ad-Hoc" : "Managed");
82 return QString(); 86 return QString();
83} 87}
84 88
85/** 89/**
86 * Get the frequency that the interface is running at. 90 * Get the frequency that the interface is running at.
87 * @return int the frequency that the interfacae is running at. 91 * @return int the frequency that the interfacae is running at.
88 */ 92 */
89double WExtensions::frequency(){ 93double WExtensions::frequency(){
90 if(!hasWirelessExtensions) 94 if(!hasWirelessExtensions)
91 return 0; 95 return 0;
92 if ( 0 == ioctl( fd, SIOCGIWFREQ, &iwr )) 96 if ( 0 == ioctl( fd, SIOCGIWFREQ, &iwr ))
93 return (double( iwr.u.freq.m ) * pow( 10, iwr.u.freq.e ) / 1000000000); 97 return (double( iwr.u.freq.m ) * pow( 10, iwr.u.freq.e ) / 1000000000);
94 return 0; 98 return 0;
95} 99}
96 100
97/** 101/**
98 * Get the channel that the interface is running at. 102 * Get the channel that the interface is running at.
99 * @return int the channel that the interfacae is running at. 103 * @return int the channel that the interfacae is running at.
100 */ 104 */
101int WExtensions::channel(){ 105int WExtensions::channel(){
102 if(!hasWirelessExtensions) 106 if(!hasWirelessExtensions)
103 return 0; 107 return 0;
104 if ( 0 != ioctl( fd, SIOCGIWFREQ, &iwr )) 108 if ( 0 != ioctl( fd, SIOCGIWFREQ, &iwr ))
105 return 0; 109 return 0;
106 110
107 // http://www.elanix.com/pdf/an137e.pdf 111 // http://www.elanix.com/pdf/an137e.pdf
108 112
109 double num = (double( iwr.u.freq.m ) * pow( 10, iwr.u.freq.e ) / 1000000000); 113 double num = (double( iwr.u.freq.m ) * pow( 10, iwr.u.freq.e ) / 1000000000);
110 double left = 2.401; 114 double left = 2.401;
111 double right = 2.416; 115 double right = 2.416;
112 for(int channel = 1; channel<= 15; channel++){ 116 for(int channel = 1; channel<= 15; channel++){
113 if( num >= left && num <= right ) 117 if( num >= left && num <= right )
114 return channel; 118 return channel;
115 left += 0.005; 119 left += 0.005;
116 right += 0.005; 120 right += 0.005;
117 } 121 }
diff --git a/noncore/settings/networksettings2/ppp/config.in b/noncore/settings/networksettings2/ppp/config.in
index 9e3cd35..c722a10 100644
--- a/noncore/settings/networksettings2/ppp/config.in
+++ b/noncore/settings/networksettings2/ppp/config.in
@@ -1,4 +1,4 @@
1 config NS2PPP 1 config NS2PPP
2 boolean "opie-networksettings2plugin-ppp (set up PPP)" 2 boolean "opie-networksettings2plugin-ppp (set up PPP)"
3 default "n" if NS2 3 default "n" if NS2MAIN
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2 && NS2CORE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2MAIN && NS2CORE
diff --git a/noncore/settings/networksettings2/profile/config.in b/noncore/settings/networksettings2/profile/config.in
index c5f2075..f99ef99 100644
--- a/noncore/settings/networksettings2/profile/config.in
+++ b/noncore/settings/networksettings2/profile/config.in
@@ -1,4 +1,4 @@
1 config NS2PROFILE 1 config NS2PROFILE
2 boolean "opie-networksettings2plugin-profiles (User profiles)" 2 boolean "opie-networksettings2plugin-profiles (User profiles)"
3 default "n" if NS2 3 default "n" if NS2MAIN
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2 && NS2CORE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2MAIN && NS2CORE
diff --git a/noncore/settings/networksettings2/usb/config.in b/noncore/settings/networksettings2/usb/config.in
index 136806d..d0c6cba 100644
--- a/noncore/settings/networksettings2/usb/config.in
+++ b/noncore/settings/networksettings2/usb/config.in
@@ -1,4 +1,4 @@
1 config NS2USB 1 config NS2USB
2 boolean "opie-networksettings2plugin-usb (set up USB)" 2 boolean "opie-networksettings2plugin-usb (set up USB)"
3 default "n" if NS2 3 default "n" if NS2MAIN
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2 && NS2CORE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2MAIN && NS2CORE
diff --git a/noncore/settings/networksettings2/vpn/config.in b/noncore/settings/networksettings2/vpn/config.in
index fff52c3..0d2cb3a 100644
--- a/noncore/settings/networksettings2/vpn/config.in
+++ b/noncore/settings/networksettings2/vpn/config.in
@@ -1,4 +1,4 @@
1 config NS2VPN 1 config NS2VPN
2 boolean "opie-networksettings2plugin-vpn (set up VPN)" 2 boolean "opie-networksettings2plugin-vpn (set up VPN)"
3 default "n" if NS2 3 default "n" if NS2MAIN
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2 && NS2CORE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2MAIN && NS2CORE
diff --git a/noncore/settings/networksettings2/wlan/config.in b/noncore/settings/networksettings2/wlan/config.in
index 328287b..13ef9da 100644
--- a/noncore/settings/networksettings2/wlan/config.in
+++ b/noncore/settings/networksettings2/wlan/config.in
@@ -1,4 +1,4 @@
1 config NS2WLAN 1 config NS2WLAN
2 boolean "opie-networksettings2plugin-wlan (set up Wireless LAN)" 2 boolean "opie-networksettings2plugin-wlan (set up Wireless LAN)"
3 default "n" if NS2 3 default "n" if NS2MAIN
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2 && NS2CORE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && NS2MAIN && NS2CORE