author | kergoth <kergoth> | 2002-11-07 19:25:05 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-07 19:25:05 (UTC) |
commit | 5a6b9ad842790b9216d4018675e62ac30af1bfa5 (patch) (unidiff) | |
tree | 9fbc5b94445812f6471be6f1ba5be3389b980b52 | |
parent | d59ed540bb604d8480fcee64034d69ec393c71bd (diff) | |
download | opie-5a6b9ad842790b9216d4018675e62ac30af1bfa5.zip opie-5a6b9ad842790b9216d4018675e62ac30af1bfa5.tar.gz opie-5a6b9ad842790b9216d4018675e62ac30af1bfa5.tar.bz2 |
no need to allow user to disable/enable interfaces, its required for networksetup
-rw-r--r-- | noncore/net/networksetup/interfaces/config.in | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/interfaces/config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/networksetup/interfaces/config.in b/noncore/net/networksetup/interfaces/config.in index c379ad0..6c21aeb 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 "interfaces" | 2 | boolean |
3 | default "y" if NETWORKSETUP | 3 | default "y" if NETWORKSETUP |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/networksettings/interfaces/config.in b/noncore/settings/networksettings/interfaces/config.in index c379ad0..6c21aeb 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 "interfaces" | 2 | boolean |
3 | default "y" if NETWORKSETUP | 3 | default "y" if NETWORKSETUP |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |