Browse Source

change all 'depends' lines to 'depends on' ones

This is only a formal change, the semantics stay exactly the same. But
linux-2.6's mconf forces this nowadays, so stay compatible.
Phil Sutter 15 years ago
parent
commit
24a7b2b067
93 changed files with 434 additions and 434 deletions
  1. 2 2
      package/Config.in
  2. 1 1
      package/apr/Config.in
  3. 10 10
      package/asterisk/Config.in
  4. 1 1
      package/atftp/Config.in
  5. 2 2
      package/avahi/Config.in
  6. 1 1
      package/axtls/Config.in
  7. 1 1
      package/bc/Config.in
  8. 8 8
      package/bind/Config.in
  9. 2 2
      package/bogofilter/Config.in
  10. 4 4
      package/collectd/Config.in
  11. 2 2
      package/curl/Config.in
  12. 1 1
      package/cyrus-sasl/Config.in
  13. 1 1
      package/dhcp/Config.in
  14. 1 1
      package/dropbear/Config.in
  15. 2 2
      package/e2fsprogs/Config.in
  16. 1 1
      package/expat/Config.in
  17. 1 1
      package/faad2/Config.in
  18. 1 1
      package/fetchmail/Config.in
  19. 1 1
      package/flac/Config.in
  20. 1 1
      package/freeradius-client/Config.in
  21. 14 14
      package/freeradius-server/Config.in
  22. 1 1
      package/freetype/Config.in
  23. 1 1
      package/gmp/Config.in
  24. 5 5
      package/gnutls/Config.in
  25. 2 2
      package/gsm/Config.in
  26. 1 1
      package/hostapd/Config.in
  27. 2 2
      package/iptables/Config.in
  28. 1 1
      package/irssi/Config.in
  29. 1 1
      package/jpeg/Config.in
  30. 1 1
      package/kismet/Config.in
  31. 1 1
      package/knock/Config.in
  32. 1 1
      package/libdb/Config.in
  33. 1 1
      package/libshout/Config.in
  34. 1 1
      package/libtool/Config.in
  35. 1 1
      package/libtorrent/Config.in
  36. 16 16
      package/lighttpd/Config.in
  37. 1 1
      package/lua/Config.in
  38. 1 1
      package/mini_httpd/Config.in
  39. 3 3
      package/miredo/Config.in
  40. 1 1
      package/mksh/Config.in
  41. 10 10
      package/mpd/Config.in
  42. 3 3
      package/mysql/Config.in
  43. 1 1
      package/nano/Config.in
  44. 1 1
      package/ncurses/Config.in
  45. 5 5
      package/ndisc/Config.in
  46. 4 4
      package/olsrd/Config.in
  47. 1 1
      package/opencdk/Config.in
  48. 23 23
      package/opensips/Config.in
  49. 3 3
      package/openssl/Config.in
  50. 7 7
      package/openvpn/Config.in
  51. 1 1
      package/osiris/Config.in
  52. 1 1
      package/pcre/Config.in
  53. 14 14
      package/php/Config.in
  54. 1 1
      package/pmacct/Config.in
  55. 1 1
      package/popt/Config.in
  56. 1 1
      package/postgresql/Config.in
  57. 7 7
      package/ppp/Config.in
  58. 9 9
      package/quagga/Config.in
  59. 1 1
      package/readline/Config.in
  60. 1 1
      package/rp-pppoe/Config.in
  61. 2 2
      package/rrdcollect/Config.in
  62. 1 1
      package/rrs/Config.in
  63. 1 1
      package/samba/Config.in
  64. 58 58
      package/sane-backends/Config.in
  65. 2 2
      package/shorewall-common/Config.in
  66. 1 1
      package/shorewall-shell/Config.in
  67. 2 2
      package/speex/Config.in
  68. 2 2
      package/sqlite/Config.in
  69. 9 9
      package/squid/Config.in
  70. 1 1
      package/subversion/Config.in
  71. 1 1
      package/tcp_wrappers/Config.in
  72. 3 3
      package/tinyproxy/Config.in
  73. 2 2
      package/tntnet/Config.in
  74. 5 5
      package/ulogd/Config.in
  75. 9 9
      package/updatedd/Config.in
  76. 1 1
      package/usbutils/Config.in
  77. 1 1
      package/util-linux-ng/Config.in
  78. 2 2
      package/weechat/Config.in
  79. 2 2
      package/wpa_supplicant/Config.in
  80. 1 1
      target/Config.in
  81. 7 7
      target/linux/config/Config.in.block
  82. 12 12
      target/linux/config/Config.in.bluetooth
  83. 2 2
      target/linux/config/Config.in.fs
  84. 1 1
      target/linux/config/Config.in.fsnet
  85. 4 4
      target/linux/config/Config.in.ipvs
  86. 1 1
      target/linux/config/Config.in.lib
  87. 6 6
      target/linux/config/Config.in.multimedia
  88. 22 22
      target/linux/config/Config.in.netfilter
  89. 6 6
      target/linux/config/Config.in.network
  90. 38 38
      target/linux/config/Config.in.nls
  91. 2 2
      target/linux/config/Config.in.pcmcia
  92. 10 10
      target/linux/config/Config.in.sched
  93. 22 22
      target/linux/config/Config.in.usb

+ 2 - 2
package/Config.in

@@ -201,7 +201,7 @@ source "package/wput/Config.in"
 endmenu
 
 menu "IPv6"
-depends ADK_IPV6
+depends on ADK_IPV6
 source "package/6tunnel/Config.in"
 source "package/aiccu/Config.in"
 source "package/miredo/Config.in"
@@ -452,7 +452,7 @@ source "package/zlib/Config.in"
 endmenu
 
 menu "X"
-depends ADK_X11
+depends on ADK_X11
 source "package/xorg-server/Config.in"
 source "package/xf86-video-geode/Config.in"
 

+ 1 - 1
package/apr/Config.in

@@ -11,6 +11,6 @@ config ADK_PACKAGE_APR_THREADING
         prompt "  Enable threading support"
         bool
         default n
-        depends ADK_PACKAGE_APR
+        depends on ADK_PACKAGE_APR
         help
 	  Enable threading support in APR.

+ 10 - 10
package/asterisk/Config.in

@@ -12,7 +12,7 @@ config ADK_PACKAGE_ASTERISK_CHAN_MGCP
 	prompt   "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
 	tristate
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	  Media Gateway Control Protocol implementation for Asterisk
 
@@ -20,7 +20,7 @@ config ADK_PACKAGE_ASTERISK_CHAN_SKINNY
 	prompt   "asterisk-chan-skinny............ Skinny Client Control Protocol implementation"
 	tristate
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	  Skinny Client Control Protocol implementation for Asterisk
 
@@ -28,7 +28,7 @@ config ADK_PACKAGE_ASTERISK_CHAN_IAX2
 	prompt   "asterisk-chan-iax2.............. Support for the Inter Asterisk Protocol"
 	tristate
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	  IAX2 allows trunking communication channels together.
 
@@ -39,7 +39,7 @@ config ADK_PACKAGE_ASTERISK_CODEC_SPEEX
 	prompt   "asterisk-codec-speex............ Speex/PCM16 Codec Translator"
 	tristate
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	select ADK_PACKAGE_LIBSPEEX
 	help
 	  The Speex speech compression codec for Asterisk
@@ -48,7 +48,7 @@ config ADK_PACKAGE_ASTERISK_CODEC_GSM
 	prompt   "asterisk-codec-gsm.............. GSM Codec"
 	tristate
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	  The GSM codec for Asterisk
 
@@ -56,7 +56,7 @@ config ADK_PACKAGE_ASTERISK_PBX_DUNDI
 	prompt   "asterisk-pbx-dundi.............. Distributed Universal Number Discovery (DUNDi) support"
 	tristate
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	  Distributed Universal Number Discovery (DUNDi) support for Asterisk
 
@@ -64,7 +64,7 @@ config ADK_PACKAGE_ASTERISK_RES_AGI
 	prompt   "asterisk-res-agi................ Asterisk Gateway Interface module"
 	tristate
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	  Asterisk Gateway Interface module
 
@@ -72,7 +72,7 @@ config ADK_PACKAGE_ASTERISK_PGSQL
 	prompt   "asterisk-pgsql.................. PostgreSQL modules"
 	tristate
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	select ADK_PACKAGE_LIBPQ
 	help
 	  PostgreSQL modules for Asterisk
@@ -81,7 +81,7 @@ config ADK_PACKAGE_ASTERISK_SOUNDS
 	prompt   "asterisk-sounds................. Sound files"
 	tristate
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	  Sound files for Asterisk
 
@@ -89,7 +89,7 @@ config ADK_PACKAGE_ASTERISK_VOICEMAIL
 	prompt   "asterisk-voicemail.............. Voicemail support"
 	tristate
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	  Voicemail related modules for Asterisk
 

+ 1 - 1
package/atftp/Config.in

@@ -3,7 +3,7 @@
 config ADK_COMPILE_ATFTP
 	tristate
 	default n
-	depends ADK_PACKAGE_ATFTP || ADK_PACKAGE_ATFTPD
+	depends on ADK_PACKAGE_ATFTP || ADK_PACKAGE_ATFTPD
 	select ADK_PACKAGE_LIBREADLINE
 	
 config ADK_PACKAGE_ATFTP

+ 2 - 2
package/avahi/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_AVAHI
 	tristate
 	default n
-	depends ADK_PACKAGE_AVAHI_DAEMON || ADK_PACKAGE_AVAHI_DNSCONFD || ADK_PACKAGE_LIBAVAHI
+	depends on ADK_PACKAGE_AVAHI_DAEMON || ADK_PACKAGE_AVAHI_DNSCONFD || ADK_PACKAGE_LIBAVAHI
 
 config ADK_PACKAGE_AVAHI_DAEMON
 	prompt   "avahi-daemon...................... An mDNS/DNS-SD (ZeroConf) implementation (daemon)"
@@ -28,7 +28,7 @@ config ADK_PACKAGE_AVAHI_DNSCONFD
 	tristate
 	default n
 	select ADK_COMPILE_AVAHI
-	depends ADK_PACKAGE_AVAHI_DAEMON
+	depends on ADK_PACKAGE_AVAHI_DAEMON
 	help
 	  Avahi is a system which facilitates service discovery on a local network --
 	  this means that you can plug your laptop or computer into a network and

+ 1 - 1
package/axtls/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_AXTLS
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBAXTLS || ADK_PACKAGE_AXHTTPD
+	depends on ADK_PACKAGE_LIBAXTLS || ADK_PACKAGE_AXHTTPD
 
 config ADK_PACKAGE_AXHTTPD
 	prompt   "axhttpd........................... small embedded webserver"

+ 1 - 1
package/bc/Config.in

@@ -1,6 +1,6 @@
 config ADK_COMPILE_BC
 	tristate
-	depends ADK_PACKAGE_BC || ADK_PACKAGE_DC
+	depends on ADK_PACKAGE_BC || ADK_PACKAGE_DC
 	default n
 
 config ADK_PACKAGE_BC

+ 8 - 8
package/bind/Config.in

@@ -12,7 +12,7 @@ config ADK_PACKAGE_BIND_RNDC
 	prompt "bind-rndc......................... Bind administration tools (rndc & rndc-confgen only)"
 	tristate
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	help
@@ -23,7 +23,7 @@ config ADK_PACKAGE_BIND_CHECK
 	prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)"
 	tristate
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	help
@@ -34,7 +34,7 @@ config ADK_PACKAGE_BIND_DNSSEC
 	prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)"
 	tristate
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	help
@@ -45,7 +45,7 @@ config ADK_PACKAGE_BIND_HOST
 	prompt "bind-host......................... A simple DNS client"
 	tristate
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	help
@@ -57,7 +57,7 @@ config ADK_PACKAGE_BIND_DIG
 	prompt "bind-dig.......................... A DNS client"
 	tristate
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	help
@@ -69,7 +69,7 @@ config ADK_PACKAGE_BIND_CLIENT
 	prompt "bind-client....................... A dynamic DNS client"
 	tristate
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	help
@@ -80,7 +80,7 @@ config ADK_PACKAGE_BIND_SERVER
 	prompt "bind-server....................... A DNS server"
 	tristate
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	help
@@ -91,7 +91,7 @@ config ADK_PACKAGE_LIBBIND
         prompt "libbind........................... Support library for the bind tools and dns server/client."
         tristate
         default n
-        depends ADK_DUMMY_BIND
+        depends on ADK_DUMMY_BIND
         select ADK_COMPILE_BIND
         help
           http://www.isc.org/sw/bind/

+ 2 - 2
package/bogofilter/Config.in

@@ -15,12 +15,12 @@ config ADK_PACKAGE_BOGOFILTER_BOGOUTIL
 	prompt "    include bogoutil in firmware image and package file"
 	bool
 	default n
-	depends ADK_PACKAGE_BOGOFILTER
+	depends on ADK_PACKAGE_BOGOFILTER
 
 config ADK_PACKAGE_BOGOFILTER_BOGOTUNE
 	prompt "    include bogotune in firmware image and package file"
 	bool
 	default n
-	depends ADK_PACKAGE_BOGOFILTER
+	depends on ADK_PACKAGE_BOGOFILTER
 
 

+ 4 - 4
package/collectd/Config.in

@@ -15,22 +15,22 @@ config ADK_PACKAGE_COLLECTD_CPU
         prompt "Enable cpu support"
 	bool
 	default y
-	depends ADK_PACKAGE_COLLECTD
+	depends on ADK_PACKAGE_COLLECTD
 
 config ADK_PACKAGE_COLLECTD_LOAD
         prompt "Enable load support"
 	bool
 	default y
-	depends ADK_PACKAGE_COLLECTD
+	depends on ADK_PACKAGE_COLLECTD
 
 config ADK_PACKAGE_COLLECTD_MEMORY
 	prompt "Enable memory support"
 	bool
 	default y
-	depends ADK_PACKAGE_COLLECTD
+	depends on ADK_PACKAGE_COLLECTD
 
 config ADK_PACKAGE_COLLECTD_PING
 	prompt "Enable ping support"
 	bool
 	default y
-	depends ADK_PACKAGE_COLLECTD
+	depends on ADK_PACKAGE_COLLECTD

+ 2 - 2
package/curl/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_CURL
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBCURL
+	depends on ADK_PACKAGE_LIBCURL
 
 config ADK_PACKAGE_LIBCURL
 	prompt "libcurl........................... A client-side URL transfer library"
@@ -19,7 +19,7 @@ config ADK_PACKAGE_CURL
 	prompt   "curl............................ A client-side URL transfer tool"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBCURL
+	depends on ADK_PACKAGE_LIBCURL
 	help
 	  A client-side URL transfer tool.
 

+ 1 - 1
package/cyrus-sasl/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_CYRUS_SASL
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBSASL2
+	depends on ADK_PACKAGE_LIBSASL2
 
 config ADK_PACKAGE_LIBSASL2
 	prompt "libsasl2.......................... General purpose authentication library"

+ 1 - 1
package/dhcp/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_DHCP
 	tristate
 	default n
-	depends ADK_PACKAGE_DHCP_RELAY || ADK_PACKAGE_DHCP_SERVER
+	depends on ADK_PACKAGE_DHCP_RELAY || ADK_PACKAGE_DHCP_SERVER
 
 config ADK_PACKAGE_DHCP_RELAY
 	prompt "dhcp-relay........................ ISC DHCP relay"

+ 1 - 1
package/dropbear/Config.in

@@ -11,4 +11,4 @@ config ADK_PACKAGE_DBCONVERT
 	prompt   "dropbearconvert................. Utility for converting SSH keys"
 	tristate
 	default n
-	depends ADK_PACKAGE_DROPBEAR
+	depends on ADK_PACKAGE_DROPBEAR

+ 2 - 2
package/e2fsprogs/Config.in

@@ -13,14 +13,14 @@ config ADK_PACKAGE_E2FSPROGS
 
 config ADK_PACKAGE_LIBUUID
 	prompt "libuuid......................... UUID library"
-	depends ADK_PACKAGE_E2FSPROGS
+	depends on ADK_PACKAGE_E2FSPROGS
 	tristate
 	default n
 	help
 
 config ADK_PACKAGE_LIBCOM_ERR
 	prompt "libcom_err...................... Common error library"
-	depends ADK_PACKAGE_E2FSPROGS
+	depends on ADK_PACKAGE_E2FSPROGS
 	tristate
 	default n
 	help

+ 1 - 1
package/expat/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_EXPAT
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBEXPAT
+	depends on ADK_PACKAGE_LIBEXPAT
 
 config ADK_PACKAGE_LIBEXPAT
 	prompt "libexpat.......................... A fast, non-validating, stream-oriented XML parsing library"

+ 1 - 1
package/faad2/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_FAAD2
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBFAAD2
+	depends on ADK_PACKAGE_LIBFAAD2
 
 config ADK_PACKAGE_LIBFAAD2
 	prompt "libfaad2.......................... MP4 decoding library"

+ 1 - 1
package/fetchmail/Config.in

@@ -10,7 +10,7 @@ config ADK_PACKAGE_FETCHMAIL
 
 config ADK_PACKAGE_FETCHMAIL_SSL
 	bool "  Enable SSL/TLS support"
-	depends ADK_PACKAGE_FETCHMAIL
+	depends on ADK_PACKAGE_FETCHMAIL
 	select ADK_PACKAGE_LIBOPENSSL
 	default n
 	help

+ 1 - 1
package/flac/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_FLAC
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBFLAC
+	depends on ADK_PACKAGE_LIBFLAC
 
 config ADK_PACKAGE_LIBFLAC
 	prompt "libflac........................... Free Lossless Audio Codec library"

+ 1 - 1
package/freeradius-client/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_FREERADIUS_CLIENT
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBFREERADIUS_CLIENT
+	depends on ADK_PACKAGE_LIBFREERADIUS_CLIENT
 
 config ADK_PACKAGE_FREERADIUS_CLIENT
 	prompt "freeradius-client................. RADIUS client"

+ 14 - 14
package/freeradius-server/Config.in

@@ -13,86 +13,86 @@ config ADK_PACKAGE_FREERADIUS_DEMOCERTS
 	prompt   "  freeradius-democerts.......... Demo certificates to test the server"
 	tristate
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_CHAP
 	prompt   "  freeradius-mod-chap........... CHAP module"
 	tristate
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_DETAIL
 	prompt   "  freeradius-mod-detail......... Detailed accounting module"
 	tristate
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_DIGEST
 	prompt   "  freeradius-mod-digest......... Digest authentication"
 	tristate
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_FILES
 	prompt   "  freeradius-mod-files.......... Module using local files for authorization"
 	tristate
 	default y
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_LDAP
 	prompt   "  freeradius-mod-ldap........... LDAP module"
 	tristate
 	default n
 	select ADK_PACKAGE_LIBOPENLDAP
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_MSCHAP
 	prompt   "  freeradius-mod-mschap......... MS-CHAP and MS-CHAPv2 module"
 	tristate
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_PAP
 	prompt   "  freeradius-mod-pap............ PAP module"
 	tristate
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_PREPROCESS
 	prompt   "  freeradius-mod-preprocess..... Request pre-processing module"
 	tristate
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_REALM
 	prompt   "  freeradius-mod-realm.......... Realms handling module"
 	tristate
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_SQL
 	prompt   "  freeradius-mod-sql............ Base SQL module"
 	tristate
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_SQL_MYSQL
 	prompt     "  freeradius-mod-sql-mysql.... MySQL module"
 	tristate
 	default n
 	depends on ADK_CXX
-	depends ADK_PACKAGE_FREERADIUS_MOD_SQL
+	depends on ADK_PACKAGE_FREERADIUS_MOD_SQL
 	select ADK_PACKAGE_LIBMYSQLCLIENT
 
 config ADK_PACKAGE_FREERADIUS_MOD_SQL_PGSQL
 	prompt     "  freeradius-mod-sql-pgsql.... PostgreSQL module"
 	tristate
 	default n
-	depends ADK_PACKAGE_FREERADIUS_MOD_SQL
+	depends on ADK_PACKAGE_FREERADIUS_MOD_SQL
 	select ADK_PACKAGE_LIBPQ
 
 config ADK_PACKAGE_FREERADIUS_UTILS
 	prompt   "  freeradius-utils.............. Misc. client utilities"
 	tristate
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER

+ 1 - 1
package/freetype/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_FREETYPE
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBFREETYPE
+	depends on ADK_PACKAGE_LIBFREETYPE
 
 config ADK_PACKAGE_LIBFREETYPE
 	tristate "libfreetype....................... A free, high-quality and portable font engine"

+ 1 - 1
package/gmp/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_GMP
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBGMP
+	depends on ADK_PACKAGE_LIBGMP
 
 config ADK_PACKAGE_LIBGMP
 	prompt "libgmp............................ GNU multiprecision arithmetic library"

+ 5 - 5
package/gnutls/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_GNUTLS
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBGNUTLS
+	depends on ADK_PACKAGE_LIBGNUTLS
 
 config ADK_PACKAGE_LIBGNUTLS
 	prompt "libgnutls......................... The GNU TLS library"
@@ -41,7 +41,7 @@ config ADK_PACKAGE_LIBGNUTLS_EXTRA
 	prompt "libgnutls-extra................... The GNU TLS extra library"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBGNUTLS
+	depends on ADK_PACKAGE_LIBGNUTLS
 	select ADK_PACKAGE_LIBOPENCDK
 	select ADK_PACKAGE_LIBLZO
 	help
@@ -58,7 +58,7 @@ config ADK_PACKAGE_LIBGNUTLS_OPENSSL
 	prompt "libgnutls-openssl................. The GNU TLS OpenSSL compatibility layer library"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBGNUTLS
+	depends on ADK_PACKAGE_LIBGNUTLS
 	help
 	  GnuTLS is a project that aims to develop a library which provides a
 	  secure layer, over a reliable transport layer. Currently the GnuTLS
@@ -73,7 +73,7 @@ config ADK_PACKAGE_LIBGNUTLSXX
 	tristate
 	default n
 	depends on ADK_CXX
-	depends ADK_PACKAGE_LIBGNUTLS
+	depends on ADK_PACKAGE_LIBGNUTLS
 	help
 	  GnuTLS is a project that aims to develop a library which provides a
 	  secure layer, over a reliable transport layer. Currently the GnuTLS
@@ -104,7 +104,7 @@ config ADK_PACKAGE_GNUTLS_UTILS
 	prompt "gnutls-utils...................... The GNU TLS utilities"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBGNUTLS
+	depends on ADK_PACKAGE_LIBGNUTLS
 	select ADK_PACKAGE_LIBGNUTLS_EXTRA
 	help
 	  GnuTLS is a project that aims to develop a library which provides a

+ 2 - 2
package/gsm/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_GSM
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBGSM
+	depends on ADK_PACKAGE_LIBGSM
 
 config ADK_PACKAGE_LIBGSM
 	prompt "libgsm............................ A GSM 06.10 full-rate speech transcoding implementation (library)"
@@ -20,7 +20,7 @@ config ADK_PACKAGE_GSM_UTILS
 	prompt   "gsm-utils....................... A GSM 06.10 full-rate speech transcoding implementation (utilities)"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBGSM
+	depends on ADK_PACKAGE_LIBGSM
 	help
 	  An implementation of the European GSM 06.10 provisional standard
 	  for full-rate speech transcoding, prI-ETS 300 036, which uses

+ 1 - 1
package/hostapd/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_HOSTAPD
 	tristate
 	default n
-	depends ADK_PACKAGE_HOSTAPD || ADK_PACKAGE_HOSTAPD_UTILS
+	depends on ADK_PACKAGE_HOSTAPD || ADK_PACKAGE_HOSTAPD_UTILS
 
 config ADK_PACKAGE_HOSTAPD
 	prompt "hostapd........................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator"

+ 2 - 2
package/iptables/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_IPTABLES
 	bool
 	default n
-	depends ADK_PACKAGE_IPTABLES || ADK_PACKAGE_IP6TABLES
+	depends on ADK_PACKAGE_IPTABLES || ADK_PACKAGE_IP6TABLES
 
 config ADK_PACKAGE_IPTABLES
 	prompt "iptables.......................... IPv4 firewall administration tool"
@@ -25,7 +25,7 @@ config ADK_PACKAGE_IPTABLES_UTILS
 	prompt   "iptables-utils.................. Save and restore utilities"
 	tristate
 	default n
-	depends ADK_PACKAGE_IPTABLES
+	depends on ADK_PACKAGE_IPTABLES
 	help
 	  iptables-save and iptables-restore for Iptables (IPv4)
 

+ 1 - 1
package/irssi/Config.in

@@ -11,7 +11,7 @@ config ADK_PACKAGE_IRSSI
 
 config ADK_PACKAGE_IRSSI_SSL
 	bool "  Enable SSL/TLS support"
-	depends ADK_PACKAGE_IRSSI
+	depends on ADK_PACKAGE_IRSSI
 	select ADK_PACKAGE_LIBOPENSSL
 	default n
 	help

+ 1 - 1
package/jpeg/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_JPEG
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBJPEG
+	depends on ADK_PACKAGE_LIBJPEG
 
 config ADK_PACKAGE_LIBJPEG
 	prompt "libjpeg........................... The Independent JPEG Group's JPEG runtime library"

+ 1 - 1
package/kismet/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_KISMET
 	tristate
 	default n
-	depends ADK_PACKAGE_KISMET_CLIENT || ADK_PACKAGE_KISMET_DRONE || ADK_PACKAGE_KISMET_SERVER
+	depends on ADK_PACKAGE_KISMET_CLIENT || ADK_PACKAGE_KISMET_DRONE || ADK_PACKAGE_KISMET_SERVER
 
 config ADK_PACKAGE_KISMET_CLIENT
 	prompt "kismet-client..................... The Kismet client"

+ 1 - 1
package/knock/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_KNOCK
 	tristate
 	default n
-	depends ADK_PACKAGE_KNOCK || ADK_PACKAGE_KNOCKD
+	depends on ADK_PACKAGE_KNOCK || ADK_PACKAGE_KNOCKD
 
 config ADK_PACKAGE_KNOCK
 	prompt "knock............................. A port-knocking client"

+ 1 - 1
package/libdb/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_DB
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBDB
+	depends on ADK_PACKAGE_LIBDB
 
 config ADK_PACKAGE_LIBDB
 	prompt "libdb............................. Berkeley DB"

+ 1 - 1
package/libshout/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_LIBSHOUT
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBSHOUT
+	depends on ADK_PACKAGE_LIBSHOUT
 
 config ADK_PACKAGE_LIBSHOUT
 	prompt "libshout.......................... Streaming library"

+ 1 - 1
package/libtool/Config.in

@@ -1,6 +1,6 @@
 config ADK_COMPILE_LIBTOOL
 	tristate
-	depends ADK_PACKAGE_LIBLTDL
+	depends on ADK_PACKAGE_LIBLTDL
 
 config ADK_PACKAGE_LIBLTDL
 	prompt "libltdl........................... A generic dynamic object loading library"

+ 1 - 1
package/libtorrent/Config.in

@@ -22,7 +22,7 @@ config ADK_COMPILE_LIBTORRENT_WITH_STDCXX
 config ADK_COMPILE_LIBTORRENT_WITH_UCLIBCXX
 	bool "Embedded uClibc++ library"
 	select ADK_PACKAGE_UCLIBCXX
-	depends ADK_BROKEN
+	depends on ADK_BROKEN
 	help
 
 endchoice

+ 16 - 16
package/lighttpd/Config.in

@@ -20,94 +20,94 @@ config ADK_PACKAGE_LIGHTTPD_MOD_ACCESSLOG
 	prompt   "  lighttpd-mod-accesslog........ Access logging module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_ALIAS
 	prompt   "  lighttpd-mod-alias............ Directory alias module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_AUTH
 	prompt   "  lighttpd-mod-auth............. Authentication module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_CGI
 	prompt   "  lighttpd-mod-cgi.............. CGI module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_EVASIVE
 	prompt   "  lighttpd-mod-evasive.......... Evasive module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_EXPIRE
 	prompt   "  lighttpd-mod-expire........... Expire module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_FASTCGI
 	prompt   "  lighttpd-mod-fastcgi.......... FastCGI module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_PROXY
 	prompt   "  lighttpd-mod-proxy............ Proxy module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_REDIRECT
 	prompt   "  lighttpd-mod-redirect......... URL redirection module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_REWRITE
 	prompt   "  lighttpd-mod-rewrite.......... URL rewriting module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_SETENV
 	prompt   "  lighttpd-mod-setenv........... Environment variable setting module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_SIMPLE_VHOST
 	prompt   "  lighttpd-mod-simple-vhost..... Simple virtual hosting module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_SSI
 	prompt   "  lighttpd-mod-ssi.............. SSI module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_STATUS
 	prompt   "  lighttpd-mod-status........... Server status display module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_USERTRACK
 	prompt   "  lighttpd-mod-usertrack........ User tracking module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD
 
 config ADK_PACKAGE_LIGHTTPD_MOD_WEBDAV
 	prompt   "  lighttpd-mod-webdav........... webdav module"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIGHTTPD
+	depends on ADK_PACKAGE_LIGHTTPD

+ 1 - 1
package/lua/Config.in

@@ -3,7 +3,7 @@
 config ADK_COMPILE_LUA
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBLUA
+	depends on ADK_PACKAGE_LIBLUA
 
 config ADK_PACKAGE_LIBLUA
 	prompt "liblua............................ LUA programming language shared libraries"

+ 1 - 1
package/mini_httpd/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_MINI_HTTPD
 	tristate
 	default n
-	depends ADK_PACKAGE_MINI_HTTPD || ADK_PACKAGE_MINI_HTTPD_OPENSSL
+	depends on ADK_PACKAGE_MINI_HTTPD || ADK_PACKAGE_MINI_HTTPD_OPENSSL
 
 config ADK_PACKAGE_MINI_HTTPD
 	prompt "mini-httpd........................ A small web server"

+ 3 - 3
package/miredo/Config.in

@@ -3,13 +3,13 @@ config ADK_COMPILE_MIREDO
 	default n
 	depends on ADK_CXX
 	depends on ADK_IPV6
-	depends ADK_PACKAGE_MIREDO || ADK_PACKAGE_MIREDO_SERVER
+	depends on ADK_PACKAGE_MIREDO || ADK_PACKAGE_MIREDO_SERVER
 
 config ADK_PACKAGE_MIREDO
 	prompt "miredo............................ Teredo (IPv6 tunneling over UDP through NAT) client and relay daemon"
 	tristate
 	default n
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	depends on ADK_CXX
 	select ADK_COMPILE_MIREDO
 	select ADK_KPACKAGE_KMOD_IPV6
@@ -23,7 +23,7 @@ config ADK_PACKAGE_MIREDO_SERVER
 	prompt "miredo-server..................... Teredo (IPv6 tunneling over UDP through NAT) server daemon"
 	tristate
 	default n
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	depends on ADK_CXX
 	select ADK_COMPILE_MIREDO
 	select ADK_KPACKAGE_KMOD_IPV6

+ 1 - 1
package/mksh/Config.in

@@ -22,7 +22,7 @@ config ADK_PACKAGE_MKSH
 
 config ADK_PACKAGE_MKSH_FULL
 	bool "  Include all features"
-	depends ADK_PACKAGE_MKSH
+	depends on ADK_PACKAGE_MKSH
 	default y
 	help
 	  Disable this to remove a few functions from mksh to make it smaller.

+ 10 - 10
package/mpd/Config.in

@@ -18,7 +18,7 @@ config ADK_COMPILE_MPD_WITH_MP3
 	prompt   "  MP3 support"
 	bool
 	default y
-	depends ADK_PACKAGE_MPD
+	depends on ADK_PACKAGE_MPD
 	select ADK_PACKAGE_LIBMAD
 	select ADK_PACKAGE_LIBID3TAG
 	help
@@ -28,7 +28,7 @@ config ADK_COMPILE_MPD_WITH_MP4
 	prompt   "  MP4/AAC support"
 	bool
 	default y
-	depends ADK_PACKAGE_MPD
+	depends on ADK_PACKAGE_MPD
 	select ADK_PACKAGE_LIBFAAD2
 	help
 	  Enable mp4/aac support (libfaad2).
@@ -36,7 +36,7 @@ config ADK_COMPILE_MPD_WITH_MP4
 config ADK_COMPILE_MPD_OGG
 	prompt   "  Ogg/Vorbis Support"
 	tristate
-	depends ADK_PACKAGE_MPD
+	depends on ADK_PACKAGE_MPD
 	select ADK_COMPILE_MPD_WITH_OGG if ADK_COMPILE_MPD_OGG_FLOAT
 	select ADK_COMPILE_MPD_WITH_TREMOR if ADK_COMPILE_MPD_OGG_FIXED
 	default y
@@ -55,8 +55,8 @@ endchoice
 config ADK_COMPILE_MPD_WITH_OGG
 	bool
 	default n
-	depends ADK_PACKAGE_MPD
-	depends ADK_COMPILE_MPD_OGG_FLOAT
+	depends on ADK_PACKAGE_MPD
+	depends on ADK_COMPILE_MPD_OGG_FLOAT
 	select ADK_PACKAGE_LIBOGG
 	select ADK_PACKAGE_LIBVORBIS
 	help
@@ -65,8 +65,8 @@ config ADK_COMPILE_MPD_WITH_OGG
 config ADK_COMPILE_MPD_WITH_TREMOR
 	bool
 	default n
-	depends ADK_PACKAGE_MPD
-	depends ADK_COMPILE_MPD_OGG_FIXED
+	depends on ADK_PACKAGE_MPD
+	depends on ADK_COMPILE_MPD_OGG_FIXED
 	select ADK_PACKAGE_LIBVORBISIDEC
 	help
 	  Enable ogg support (tremor).
@@ -76,7 +76,7 @@ config ADK_COMPILE_MPD_WITH_FLAC
 	prompt   "  FLAC Support"
 	bool
 	default y
-	depends ADK_PACKAGE_MPD
+	depends on ADK_PACKAGE_MPD
 	select ADK_PACKAGE_LIBFLAC
 	help
 	  Enable flac support (libflac).
@@ -85,8 +85,8 @@ config ADK_COMPILE_MPD_WITH_SHOUT
 	prompt   "  Shout Support (Streaming support)"
 	bool
 	default y
-	depends ADK_PACKAGE_MPD
-	depends ADK_COMPILE_MPD_WITH_OGG
+	depends on ADK_PACKAGE_MPD
+	depends on ADK_COMPILE_MPD_WITH_OGG
 	select ADK_PACKAGE_LIBSHOUT
 	select ADK_PACKAGE_LIBVORBISENC
 	select ADK_PACKAGE_LIBLAME

+ 3 - 3
package/mysql/Config.in

@@ -1,8 +1,8 @@
 config ADK_COMPILE_MYSQL
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBMYSQLCLIENT
-	depends ADK_CXX
+	depends on ADK_PACKAGE_LIBMYSQLCLIENT
+	depends on ADK_CXX
 	select ADK_PACKAGE_LIBNCURSES
 	select ADK_PACKAGE_ZLIB
 	select ADK_PACKAGE_LIBREADLINE
@@ -11,7 +11,7 @@ config ADK_PACKAGE_LIBMYSQLCLIENT
 	prompt "libmysqlclient.................... MySQL client library"
 	tristate
 	default n
-	depends ADK_CXX
+	depends on ADK_CXX
 	select ADK_COMPILE_MYSQL
 	help
 	  MySQL client library.

+ 1 - 1
package/nano/Config.in

@@ -12,7 +12,7 @@ config ADK_PACKAGE_NANO_TINY
 	prompt "   only compile a minimal nano (using --enable-tiny)"
 	bool
 	default y
-	depends ADK_PACKAGE_NANO
+	depends on ADK_PACKAGE_NANO
 	help
 	  If not selected, nano will support justify, line wrapping, tab completion and multiple open file buffers.
 

+ 1 - 1
package/ncurses/Config.in

@@ -1,6 +1,6 @@
 config ADK_COMPILE_NCURSES
 	tristate
-	depends ADK_PACKAGE_LIBNCURSES
+	depends on ADK_PACKAGE_LIBNCURSES
 
 config ADK_PACKAGE_LIBNCURSES
 	prompt "libncurses........................ Terminal handling library"

+ 5 - 5
package/ndisc/Config.in

@@ -3,14 +3,14 @@
 config ADK_COMPILE_NDISC6
 	tristate
 	default n
-	depends ADK_IPV6
-	depends ADK_PACKAGE_NDISC6 || ADK_PACKAGE_RDISC6 || ADK_PACKAGE_TCPTRACEROUTE6
+	depends on ADK_IPV6
+	depends on ADK_PACKAGE_NDISC6 || ADK_PACKAGE_RDISC6 || ADK_PACKAGE_TCPTRACEROUTE6
 
 config ADK_PACKAGE_NDISC6
 	prompt "ndisc6............................ An ICMPv6 neighbour discovery tool"
 	tristate
 	default n
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	select ADK_COMPILE_NDISC6
 	help
 	  
@@ -22,7 +22,7 @@ config ADK_PACKAGE_RDISC6
 	prompt "rdisc6............................ An ICMPv6 router discovery tool"
 	tristate
 	default n
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	select ADK_COMPILE_NDISC6
 	help
 	  
@@ -34,7 +34,7 @@ config ADK_PACKAGE_TCPTRACEROUTE6
 	prompt "tcptraceroute6.................... A TCP/IPv6-based traceroute implementation"
 	tristate
 	default n
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	select ADK_COMPILE_NDISC6
 	help
 	  

+ 4 - 4
package/olsrd/Config.in

@@ -13,24 +13,24 @@ config ADK_PACKAGE_OLSRD_MOD_DYN_GW
 	prompt   "  olsrd-mod-dyn-gw.............. Dynamic internet gateway plugin"
 	tristate
 	default n
-	depends ADK_PACKAGE_OLSRD
+	depends on ADK_PACKAGE_OLSRD
 
 config ADK_PACKAGE_OLSRD_MOD_HTTPINFO
 	prompt   "  olsrd-mod-httpinfo............ Small informative web server plugin"
 	tristate
 	default n
-	depends ADK_PACKAGE_OLSRD
+	depends on ADK_PACKAGE_OLSRD
 
 config ADK_PACKAGE_OLSRD_MOD_NAMESERVICE
 	prompt   "  olsrd-mod-nameservice......... Lightweight hostname resolver plugin"
 	tristate
 	default n
-	depends ADK_PACKAGE_OLSRD
+	depends on ADK_PACKAGE_OLSRD
 
 config ADK_PACKAGE_OLSRD_MOD_TAS
 	prompt   "  olsrd-mod-tas................. Tiny Application Server (TAS) plugin for olsrd"
 	tristate
 	default n
-	depends ADK_PACKAGE_OLSRD
+	depends on ADK_PACKAGE_OLSRD
 
 #endmenu

+ 1 - 1
package/opencdk/Config.in

@@ -1,7 +1,7 @@
 config ADK_PACKAGE_OPENCDK
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBOPENCDK
+	depends on ADK_PACKAGE_LIBOPENCDK
 
 config ADK_PACKAGE_LIBOPENCDK
 	prompt "libopencdk........................ The Open Crypto Development Kit library"

+ 23 - 23
package/opensips/Config.in

@@ -13,7 +13,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_ACCOUNTING
 	prompt   "  opensips-mod-acc............... Accounting support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable accounting support
 
@@ -21,7 +21,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_AUTH
 	prompt   "  opensips-mod-auth.............. Authentication support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable authentication support
 
@@ -29,7 +29,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_AUTH_DB
 	prompt     "  opensips-mod-auth-db......... Authentication with database support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS_MOD_AUTH
+	depends on ADK_PACKAGE_OPENSIPS_MOD_AUTH
 	help
 	  Enable authentication with database support
 
@@ -37,7 +37,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_AVPOPS
 	prompt   "  opensips-mod-avpops............ AVP options support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable AVP options support
 
@@ -45,7 +45,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_DISPATCHER
 	prompt   "  opensips-mod-dispatcher........ dispatcher support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable dispatcher options support
 
@@ -53,7 +53,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_DIVERSION
 	prompt   "  opensips-mod-diversion......... diversion support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable diversion options support
 
@@ -61,7 +61,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_FLATSTORE
 	prompt   "  opensips-mod-flatstore......... flatstore support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable flatstore support
 
@@ -69,7 +69,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_GFLAGS
 	prompt   "  opensips-mod-gflags............ gflags support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable GFlags support
 
@@ -77,7 +77,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_GROUP
 	prompt   "  opensips-mod-group............. group support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable group support
 
@@ -85,7 +85,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_MEDIAPROXY
 	prompt   "  opensips-mod-mediaproxy........ Mediaproxy support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable mediaproxy support
 
@@ -93,7 +93,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_MSILO
 	prompt   "  opensips-mod-msilo............. MSilo support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable msilo support
 
@@ -101,7 +101,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_NATHELPER
 	prompt   "  opensips-mod-nathelper......... NAT helper support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  NAT helper support
 
@@ -109,7 +109,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_OPTIONS
 	prompt   "  opensips-mod-options........... options support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable options support
 
@@ -117,7 +117,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_PDT
 	prompt   "  opensips-mod-pdt............... PDT support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable pdt support
 
@@ -125,7 +125,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_PERMISSIONS
 	prompt   "  opensips-mod-permissions....... Permissions support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable permissions support
 
@@ -133,7 +133,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_PIKE
 	prompt   "  opensips-mod-pike.............. PIKE support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable pike support
 
@@ -141,7 +141,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_SMS
 	prompt   "  opensips-mod-sms............... SMS support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  SMS support
 
@@ -149,7 +149,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_SPEEDDIAL
 	prompt   "  opensips-mod-speeddial......... Speed Dial support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Speed Dial support
 
@@ -157,7 +157,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_UAC
 	prompt   "  opensips-mod-uac............... UAC support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable UAC support
 
@@ -165,7 +165,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_UAC_REDIRECT
 	prompt   "  opensips-mod-uac............... UAC redirect support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable UAC redirect support
 
@@ -173,7 +173,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_URI
 	prompt   "  opensips-mod-uri............... URI support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable URI support
 
@@ -181,7 +181,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_URI_DB
 	prompt   "  opensips-mod-uri-db............ URI database support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Enable URI database support
 
@@ -189,7 +189,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_XLOG
 	prompt   "  opensips-mod-xlog.............. Logging support"
 	tristate
 	default n
-	depends ADK_PACKAGE_OPENSIPS
+	depends on ADK_PACKAGE_OPENSIPS
 	help
 	  Logging support
 

+ 3 - 3
package/openssl/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_OPENSSL
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBOPENSSL
+	depends on ADK_PACKAGE_LIBOPENSSL
 	
 config ADK_PACKAGE_LIBOPENSSL
 	prompt "openssl........................... Open source SSL (Secure Socket Layer) libraries"
@@ -23,7 +23,7 @@ config ADK_PACKAGE_OPENSSL_UTIL
 	prompt   "openssl-util.................... OpenSSL command line tool"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBOPENSSL
+	depends on ADK_PACKAGE_LIBOPENSSL
 	help
 	  The OpenSSL Project is a collaborative effort to develop a robust, 
 	  commercial-grade, full-featured, and Open Source toolkit implementing 
@@ -38,4 +38,4 @@ config ADK_PACKAGE_CA_CERTS
 	prompt "ca-certificates................... X.509 Root CA Certs of common CAs"
 	tristate
 	default n
-	depends ADK_COMPILE_OPENSSL
+	depends on ADK_COMPILE_OPENSSL

+ 7 - 7
package/openvpn/Config.in

@@ -15,19 +15,19 @@ config ADK_COMPILE_OPENVPN_WITH_SERVER
 	prompt "server support.................. enable to use OpenVPN as server"
 	bool
 	default y
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 
 config ADK_COMPILE_OPENVPN_WITH_HTTP
 	prompt "enable http proxy support....... allow tunneling through http-proxy"
 	bool
 	default y
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 
 config ADK_COMPILE_OPENVPN_WITH_OPENSSL
 	prompt "enable openssl.................. encryption support"
 	bool
 	default y
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 	select ADK_PACKAGE_LIBOPENSSL
 	help
 	  if unsure say "y" you really want that!
@@ -36,27 +36,27 @@ config ADK_COMPILE_OPENVPN_WITH_LZO
 	prompt "enable lzo...................... Enable transparent compression"
 	bool
 	default y
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 	select ADK_PACKAGE_LIBLZO
 
 config ADK_COMPILE_OPENVPN_WITH_PASSWORD_SAVE
 	prompt "Enable password saving.......... allow to read passwords for PKCS12 from file"
 	bool
 	default y
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 
 config ADK_COMPILE_OPENVPN_WITH_SMALL
 	prompt "Reduce executable size.......... disable OCC, usage message, and verb 4 parm list"
 	bool
 	default n
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 
 config ADK_PACKAGE_OPENVPN_EASY_RSA
 	prompt "openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority"
 	tristate
 	default n
 	select ADK_PACKAGE_OPENSSL_UTIL
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 	help
 	  collection of shell scripts to manage a simple CA infrastructure
 

+ 1 - 1
package/osiris/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_OSIRIS
 	tristate
 	default n
-	depends ADK_PACKAGE_OSIRISD
+	depends on ADK_PACKAGE_OSIRISD
 
 config ADK_PACKAGE_OSIRISD
 	prompt "osirisd........................... Host integrity monitoring system (scanning agent)"

+ 1 - 1
package/pcre/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_PCRE
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBPCRE
+	depends on ADK_PACKAGE_LIBPCRE
 
 config ADK_PACKAGE_LIBPCRE
 	prompt "libpcre........................... A Perl Compatible Regular Expression library"

+ 14 - 14
package/php/Config.in

@@ -27,20 +27,20 @@ config ADK_PACKAGE_PHP_MOD_CURL
 	prompt "php-mod-curl..................... cURL module"
 	tristate 
 	default n
-	depends ADK_COMPILE_PHP
+	depends on ADK_COMPILE_PHP
 	select ADK_PACKAGE_LIBCURL
 
 config ADK_PACKAGE_PHP_MOD_FTP
 	prompt "php-mod-ftp...................... FTP module"
 	tristate 
 	default n
-	depends ADK_COMPILE_PHP
+	depends on ADK_COMPILE_PHP
 
 config ADK_PACKAGE_PHP_MOD_GD
 	prompt "php-mod-gd....................... GD graphics library module"
 	tristate 
 	default n
-	depends ADK_COMPILE_PHP
+	depends on ADK_COMPILE_PHP
 	select ADK_PACKAGE_LIBGD
 	select ADK_PACKAGE_LIBPNG
 
@@ -48,69 +48,69 @@ config ADK_PACKAGE_PHP_MOD_GMP
 	prompt "php-mod-gmp...................... GMP module"
 	tristate 
 	default n
-	depends ADK_COMPILE_PHP
+	depends on ADK_COMPILE_PHP
 	select ADK_PACKAGE_LIBGMP
 
 config ADK_PACKAGE_PHP_MOD_LDAP
 	prompt "php-mod-ldap..................... LDAP module"
 	tristate 
 	default n
-	depends ADK_COMPILE_PHP
+	depends on ADK_COMPILE_PHP
 	select ADK_PACKAGE_LIBOPENLDAP
 
 config ADK_PACKAGE_PHP_MOD_MYSQL
 	prompt "php-mod-mysql.................... MySQL module"
 	tristate 
 	default n
-	depends ADK_CXX
-	depends ADK_COMPILE_PHP
+	depends on ADK_CXX
+	depends on ADK_COMPILE_PHP
 	select ADK_PACKAGE_LIBMYSQLCLIENT
 
 config ADK_PACKAGE_PHP_MOD_OPENSSL
 	prompt "php-mod-openssl.................. OpenSSL module"
 	tristate 
 	default n
-	depends ADK_COMPILE_PHP
+	depends on ADK_COMPILE_PHP
 	select ADK_PACKAGE_LIBOPENSSL
 
 config ADK_PACKAGE_PHP_MOD_PCRE
 	prompt "php-mod-pcre..................... PCRE module"
 	tristate 
 	default n
-	depends ADK_COMPILE_PHP
+	depends on ADK_COMPILE_PHP
 	select ADK_PACKAGE_LIBPCRE
 
 config ADK_PACKAGE_PHP_MOD_PGSQL
 	prompt "php-mod-pgsql.................... PostgreSQL module"
 	tristate 
 	default n
-	depends ADK_COMPILE_PHP
+	depends on ADK_COMPILE_PHP
 	select ADK_PACKAGE_LIBPQ
 
 config ADK_PACKAGE_PHP_MOD_SESSION
 	prompt "php-mod-session.................. Sessions module"
 	tristate 
 	default n
-	depends ADK_COMPILE_PHP
+	depends on ADK_COMPILE_PHP
 
 config ADK_PACKAGE_PHP_MOD_SQLITE
 	prompt "php-mod-sqlite................... SQLite module"
 	tristate 
 	default n
-	depends ADK_COMPILE_PHP
+	depends on ADK_COMPILE_PHP
 	select ADK_PACKAGE_LIBSQLITE
 
 config ADK_PACKAGE_PHP_MOD_SOCKETS
 	prompt "php-mod-sockets.................. Sockets module"
 	tristate 
 	default n
-	depends ADK_COMPILE_PHP
+	depends on ADK_COMPILE_PHP
 
 config ADK_PACKAGE_PHP_MOD_XML
 	prompt "php-mod-xml...................... XML module"
 	tristate 
 	default n
-	depends ADK_COMPILE_PHP
+	depends on ADK_COMPILE_PHP
 	select ADK_PACKAGE_LIBEXPAT
 
 endmenu

+ 1 - 1
package/pmacct/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_PMACCT
 	tristate
 	default n
-	depends ADK_PACKAGE_PMACCTD || ADK_PACKAGE_PMACCT_CLIENT || ADK_PACKAGE_SFACCTD || ADK_PACKAGE_NFACCTD
+	depends on ADK_PACKAGE_PMACCTD || ADK_PACKAGE_PMACCT_CLIENT || ADK_PACKAGE_SFACCTD || ADK_PACKAGE_NFACCTD
 
 config ADK_PACKAGE_PMACCTD
 	prompt     "pmacctd....................... IP accounting daemon (libpcap based)"

+ 1 - 1
package/popt/Config.in

@@ -1,6 +1,6 @@
 config ADK_COMPILE_POPT
 	tristate
-	depends ADK_PACKAGE_LIBPOPT
+	depends on ADK_PACKAGE_LIBPOPT
 
 config ADK_PACKAGE_LIBPOPT
 	prompt "libpopt........................... Command line option parsing library"

+ 1 - 1
package/postgresql/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_POSTGRESQL
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBPQ
+	depends on ADK_PACKAGE_LIBPQ
 
 config ADK_PACKAGE_LIBPQ
 	prompt "libpq............................. PostgreSQL client library"

+ 7 - 7
package/ppp/Config.in

@@ -10,38 +10,38 @@ config ADK_PACKAGE_PPP
 #	tristate
 #	default n
 #	select ADK_KPACKAGE_KMOD_PPPOATM
-#	depends ADK_PACKAGE_PPP
+#	depends on ADK_PACKAGE_PPP
 
 config ADK_PACKAGE_PPP_MOD_PPPOE
 	prompt "ppp-mod-pppoe................... PPPoE (PPP over Ethernet) plugin"
 	tristate
 	default n
 	select ADK_KPACKAGE_KMOD_PPPOE
-	depends ADK_PACKAGE_PPP
+	depends on ADK_PACKAGE_PPP
 
 config ADK_PACKAGE_PPP_MOD_RADIUS
 	prompt "ppp-mod-radius.................. RADIUS (Remote Authentication Dial-In User Service) plugin"
 	tristate
 	default n
-	depends ADK_PACKAGE_PPP
+	depends on ADK_PACKAGE_PPP
 
 config ADK_PACKAGE_PPP_MOD_CHAT
 	prompt "chat............................ Utility to establish conversation with other PPP servers (via a modem)"
 	tristate
 	default n
-	depends ADK_PACKAGE_PPP
+	depends on ADK_PACKAGE_PPP
 
 config ADK_PACKAGE_PPP_MOD_PPPDUMP
 	prompt "pppdump......................... Utility to read PPP record file"
 	tristate
 	default n
-	depends ADK_PACKAGE_PPP
+	depends on ADK_PACKAGE_PPP
 
 config ADK_PACKAGE_PPP_MOD_PPPSTATS
 	prompt "pppstats........................ Utility to report PPP statistics"
 	tristate
 	default n
-	depends ADK_PACKAGE_PPP
+	depends on ADK_PACKAGE_PPP
 
 config ADK_PACKAGE_PPP_MOD_PPPUMTS
 	prompt "GPRS/UMTS support............... Package with scripts and dependencies to run UMTS/GRPS"
@@ -49,4 +49,4 @@ config ADK_PACKAGE_PPP_MOD_PPPUMTS
 	default n
 	select ADK_PACKAGE_COMGT
 	select ADK_KPACKAGE_KMOD_USB_SERIAL
-	depends ADK_PACKAGE_PPP
+	depends on ADK_PACKAGE_PPP

+ 9 - 9
package/quagga/Config.in

@@ -3,7 +3,7 @@
 config ADK_PACKAGE_QUAGGA
 	prompt "quagga............................ The Quagga Software Routing Suite"
 	tristate
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	default n
 	help
 	  A routing software package that provides TCP/IP based routing services
@@ -16,7 +16,7 @@ config ADK_PACKAGE_QUAGGA_BGPD
 	prompt   "  quagga-bgpd................... BGPv4, BGPv4+, BGPv4- routing engine"
 	tristate
 	default n
-	depends ADK_PACKAGE_QUAGGA
+	depends on ADK_PACKAGE_QUAGGA
 	help
 	  A BGPv4, BGPv4+, BGPv4- routing engine for use with Quagga routing
 	  software.
@@ -25,7 +25,7 @@ config ADK_PACKAGE_QUAGGA_OSPFD
 	prompt   "  quagga-ospfd.................. OSPFv2 routing engine"
 	tristate
 	default n
-	depends ADK_PACKAGE_QUAGGA
+	depends on ADK_PACKAGE_QUAGGA
 	help
 	  An OSPFv2 (IPv4) routing engine for use with Quagga routing software.
 
@@ -33,8 +33,8 @@ config ADK_PACKAGE_QUAGGA_OSPF6D
 	prompt   "  quagga-ospf6d................. OSPFv3 routing engine"
 	tristate
 	default n
-	depends ADK_PACKAGE_QUAGGA
-	depends ADK_IPV6
+	depends on ADK_PACKAGE_QUAGGA
+	depends on ADK_IPV6
 	help
 	  An OSPFv3 (IPv6) routing engine for use with Quagga routing software.
 
@@ -42,7 +42,7 @@ config ADK_PACKAGE_QUAGGA_RIPD
 	prompt   "  quagga-ripd................... RIP routing engine"
 	tristate
 	default n
-	depends ADK_PACKAGE_QUAGGA
+	depends on ADK_PACKAGE_QUAGGA
 	help
 	  A RIP (IPv4) routing engine for use with Quagga routing software.
 
@@ -50,8 +50,8 @@ config ADK_PACKAGE_QUAGGA_RIPNGD
 	prompt   "  quagga-ripngd................. RIPNG routing engine"
 	tristate
 	default n
-	depends ADK_PACKAGE_QUAGGA
-	depends ADK_IPV6
+	depends on ADK_PACKAGE_QUAGGA
+	depends on ADK_IPV6
 	help
 	  A RIPNG (IPv6) routing engine for use with Quagga routing software.
 
@@ -59,7 +59,7 @@ config ADK_PACKAGE_QUAGGA_VTYSH
 	prompt   "  quagga-vtysh.................. integrated shell for Quagga routing software"
 	tristate
 	default n
-	depends ADK_PACKAGE_QUAGGA
+	depends on ADK_PACKAGE_QUAGGA
 	select ADK_PACKAGE_LIBREADLINE
 	select ADK_PACKAGE_LIBNCURSES
 	help

+ 1 - 1
package/readline/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_READLINE
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBREADLINE
+	depends on ADK_PACKAGE_LIBREADLINE
 
 config ADK_PACKAGE_LIBREADLINE
 	prompt "libreadline....................... Command lines edition library"

+ 1 - 1
package/rp-pppoe/Config.in

@@ -3,7 +3,7 @@
 config ADK_COMPILE_RP_PPPOE
 	tristate
 	default n
-	depends ADK_PACKAGE_PPPOE_CLIENT || ADK_PACKAGE_PPPOE_RELAY || ADK_PACKAGE_PPPOE_SERVER || ADK_PACKAGE_PPPOE_SNIFF
+	depends on ADK_PACKAGE_PPPOE_CLIENT || ADK_PACKAGE_PPPOE_RELAY || ADK_PACKAGE_PPPOE_SERVER || ADK_PACKAGE_PPPOE_SNIFF
 
 config ADK_PACKAGE_PPPOE_CLIENT
 	prompt "pppoe-client...................... PPPoE (PPP over Ethernet) client"

+ 2 - 2
package/rrdcollect/Config.in

@@ -2,7 +2,7 @@ config ADK_PACKAGE_RRDCOLLECT
 	prompt "  rrdcollect...................... Round-Robin Database (RRD) collecting daemon"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBRRD || ADK_PACKAGE_LIBRRD1
+	depends on ADK_PACKAGE_LIBRRD || ADK_PACKAGE_LIBRRD1
 	help
 	  RRDcollect is a daemon which polls ceratin files in /proc/
 	  directory, gathering data and storing it inside RRDtool's
@@ -18,7 +18,7 @@ config ADK_PACKAGE_RRDCOLLECT_EXAMPLE
 	prompt   "    rrdcollect-example.......... Example setup for RRD collecting daemon above"
 	tristate
 	default n
-	depends ADK_PACKAGE_RRDCOLLECT
+	depends on ADK_PACKAGE_RRDCOLLECT
 	help
 	  RRDcollect is a daemon which polls ceratin files in /proc/
 	  directory, gathering data and storing it inside RRDtool's

+ 1 - 1
package/rrs/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_RRS
 	tristate
 	default n
-	depends ADK_PACKAGE_RRS || ADK_PACKAGE_RRS_NOSSL
+	depends on ADK_PACKAGE_RRS || ADK_PACKAGE_RRS_NOSSL
 
 config ADK_PACKAGE_RRS
 	prompt "rrs............................... A reverse (connecting) remote shell, with SSL support"

+ 1 - 1
package/samba/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_SAMBA
 	tristate
 	default n
-	depends ADK_PACKAGE_SAMBA || ADK_PACKAGE_SAMBA_CLIENT || ADK_PACKAGE_SMBFS
+	depends on ADK_PACKAGE_SAMBA || ADK_PACKAGE_SAMBA_CLIENT || ADK_PACKAGE_SMBFS
 
 config ADK_PACKAGE_SAMBA
 	prompt "samba............................. NetBIOS/SMB file and print server"

+ 58 - 58
package/sane-backends/Config.in

@@ -20,7 +20,7 @@ config ADK_PACKAGE_SANE_BACKEND_ABATON
 	prompt "sane-backend-abaton............. Scanner Access Now Easy (ABATON)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -31,7 +31,7 @@ config ADK_PACKAGE_SANE_BACKEND_AGFAFOCUS
 	prompt "sane-backend-agfafocus.......... Scanner Access Now Easy (AGFAFOCUS)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -42,7 +42,7 @@ config ADK_PACKAGE_SANE_BACKEND_APPLE
 	prompt "sane-backend-apple.............. Scanner Access Now Easy (APPLE)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -53,7 +53,7 @@ config ADK_PACKAGE_SANE_BACKEND_ARTEC_EPLUS48U
 	prompt "sane-backend-artec-eplus48u..... Scanner Access Now Easy (ARTEC_EPLUS48U)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -64,7 +64,7 @@ config ADK_PACKAGE_SANE_BACKEND_ARTEC
 	prompt "sane-backend-artec.............. Scanner Access Now Easy (ARTEC)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -75,7 +75,7 @@ config ADK_PACKAGE_SANE_BACKEND_AS6E
 	prompt "sane-backend-as6e............... Scanner Access Now Easy (AS6E)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -86,7 +86,7 @@ config ADK_PACKAGE_SANE_BACKEND_AVISION
 	prompt "sane-backend-avision............ Scanner Access Now Easy (AVISION)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -97,7 +97,7 @@ config ADK_PACKAGE_SANE_BACKEND_BH
 	prompt "sane-backend-bh................. Scanner Access Now Easy (BH)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -108,7 +108,7 @@ config ADK_PACKAGE_SANE_BACKEND_CANON630U
 	prompt "sane-backend-canon630u.......... Scanner Access Now Easy (CANON630U)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -119,7 +119,7 @@ config ADK_PACKAGE_SANE_BACKEND_CANON
 	prompt "sane-backend-canon.............. Scanner Access Now Easy (CANON)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -130,7 +130,7 @@ config ADK_PACKAGE_SANE_BACKEND_COOLSCAN2
 	prompt "sane-backend-coolscan2.......... Scanner Access Now Easy (COOLSCAN2)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -141,7 +141,7 @@ config ADK_PACKAGE_SANE_BACKEND_COOLSCAN
 	prompt "sane-backend-coolscan........... Scanner Access Now Easy (COOLSCAN)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -152,7 +152,7 @@ config ADK_PACKAGE_SANE_BACKEND_DC25
 	prompt "sane-backend-dc25............... Scanner Access Now Easy (DC25)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -163,7 +163,7 @@ config ADK_PACKAGE_SANE_BACKEND_DMC
 	prompt "sane-backend-dmc................ Scanner Access Now Easy (DMC)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -174,7 +174,7 @@ config ADK_PACKAGE_SANE_BACKEND_EPSON
 	prompt "sane-backend-epson.............. Scanner Access Now Easy (EPSON)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -185,7 +185,7 @@ config ADK_PACKAGE_SANE_BACKEND_FUJITSU
 	prompt "sane-backend-fujitsu............ Scanner Access Now Easy (FUJITSU)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -196,7 +196,7 @@ config ADK_PACKAGE_SANE_BACKEND_GENESYS
 	prompt "sane-backend-genesys............ Scanner Access Now Easy (GENESYS)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -207,7 +207,7 @@ config ADK_PACKAGE_SANE_BACKEND_GT68XX
 	prompt "sane-backend-gt68xx............. Scanner Access Now Easy (GT68XX)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -218,7 +218,7 @@ config ADK_PACKAGE_SANE_BACKEND_HP3500
 	prompt "sane-backend-hp3500............. Scanner Access Now Easy (HP3500)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -229,7 +229,7 @@ config ADK_PACKAGE_SANE_BACKEND_HP4200
 	prompt "sane-backend-hp4200............. Scanner Access Now Easy (HP4200)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -240,7 +240,7 @@ config ADK_PACKAGE_SANE_BACKEND_HP5400
 	prompt "sane-backend-hp5400............. Scanner Access Now Easy (HP5400)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -251,7 +251,7 @@ config ADK_PACKAGE_SANE_BACKEND_HP
 	prompt "sane-backend-hp................. Scanner Access Now Easy (HP)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -262,7 +262,7 @@ config ADK_PACKAGE_SANE_BACKEND_IBM
 	prompt "sane-backend-ibm................ Scanner Access Now Easy (IBM)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -273,7 +273,7 @@ config ADK_PACKAGE_SANE_BACKEND_LEO
 	prompt "sane-backend-leo................ Scanner Access Now Easy (LEO)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -284,7 +284,7 @@ config ADK_PACKAGE_SANE_BACKEND_LEXMARK
 	prompt "sane-backend-lexmark............ Scanner Access Now Easy (LEXMARK)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -295,7 +295,7 @@ config ADK_PACKAGE_SANE_BACKEND_MA1509
 	prompt "sane-backend-ma1509............. Scanner Access Now Easy (MA1509)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -306,7 +306,7 @@ config ADK_PACKAGE_SANE_BACKEND_MATSUSHITA
 	prompt "sane-backend-matsushita......... Scanner Access Now Easy (MATSUSHITA)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -317,7 +317,7 @@ config ADK_PACKAGE_SANE_BACKEND_MICROTEK2
 	prompt "sane-backend-microtek2.......... Scanner Access Now Easy (MICROTEK2)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -328,7 +328,7 @@ config ADK_PACKAGE_SANE_BACKEND_MICROTEK
 	prompt "sane-backend-microtek........... Scanner Access Now Easy (MICROTEK)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -339,7 +339,7 @@ config ADK_PACKAGE_SANE_BACKEND_MUSTEK
 	prompt "sane-backend-mustek............. Scanner Access Now Easy (MUSTEK)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -350,7 +350,7 @@ config ADK_PACKAGE_SANE_BACKEND_MUSTEK_USB2
 	prompt "sane-backend-mustek-usb2........ Scanner Access Now Easy (MUSTEK_USB2)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -361,7 +361,7 @@ config ADK_PACKAGE_SANE_BACKEND_MUSTEK_USB
 	prompt "sane-backend-mustek-usb......... Scanner Access Now Easy (MUSTEK_USB)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -372,7 +372,7 @@ config ADK_PACKAGE_SANE_BACKEND_NEC
 	prompt "sane-backend-nec................ Scanner Access Now Easy (NEC)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -383,7 +383,7 @@ config ADK_PACKAGE_SANE_BACKEND_NIASH
 	prompt "sane-backend-niash.............. Scanner Access Now Easy (NIASH)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -394,7 +394,7 @@ config ADK_PACKAGE_SANE_BACKEND_PIE
 	prompt "sane-backend-pie................ Scanner Access Now Easy (PIE)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -405,7 +405,7 @@ config ADK_PACKAGE_SANE_BACKEND_PIXMA
 	prompt "sane-backend-pixma.............. Scanner Access Now Easy (PIXMA)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -416,7 +416,7 @@ config ADK_PACKAGE_SANE_BACKEND_PLUSTEK_PP
 	prompt "sane-backend-plustek-pp......... Scanner Access Now Easy (PLUSTEK_PP)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  
@@ -426,7 +426,7 @@ config ADK_PACKAGE_SANE_BACKEND_PLUSTEK
 	prompt "sane-backend-plustek............ Scanner Access Now Easy (PLUSTEK)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -437,7 +437,7 @@ config ADK_PACKAGE_SANE_BACKEND_QCAM
 	prompt "sane-backend-qcam............... Scanner Access Now Easy (QCAM)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -448,7 +448,7 @@ config ADK_PACKAGE_SANE_BACKEND_RICOH
 	prompt "sane-backend-ricoh.............. Scanner Access Now Easy (RICOH)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -459,7 +459,7 @@ config ADK_PACKAGE_SANE_BACKEND_S9036
 	prompt "sane-backend-s9036.............. Scanner Access Now Easy (S9036)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -470,7 +470,7 @@ config ADK_PACKAGE_SANE_BACKEND_SCEPTRE
 	prompt "sane-backend-sceptre............ Scanner Access Now Easy (SCEPTRE)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -481,7 +481,7 @@ config ADK_PACKAGE_SANE_BACKEND_SHARP
 	prompt "sane-backend-sharp.............. Scanner Access Now Easy (SHARP)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -492,7 +492,7 @@ config ADK_PACKAGE_SANE_BACKEND_SM3600
 	prompt "sane-backend-sm3600............. Scanner Access Now Easy (SM3600)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -503,7 +503,7 @@ config ADK_PACKAGE_SANE_BACKEND_SM3840
 	prompt "sane-backend-sm3840............. Scanner Access Now Easy (SM3840)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -514,7 +514,7 @@ config ADK_PACKAGE_SANE_BACKEND_SNAPSCAN
 	prompt "sane-backend-snapscan........... Scanner Access Now Easy (SNAPSCAN)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -525,7 +525,7 @@ config ADK_PACKAGE_SANE_BACKEND_SP15C
 	prompt "sane-backend-sp15c.............. Scanner Access Now Easy (SP15C)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -536,7 +536,7 @@ config ADK_PACKAGE_SANE_BACKEND_ST400
 	prompt "sane-backend-st400.............. Scanner Access Now Easy (ST400)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -547,7 +547,7 @@ config ADK_PACKAGE_SANE_BACKEND_STV680
 	prompt "sane-backend-stv680............. Scanner Access Now Easy (STV680)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -558,7 +558,7 @@ config ADK_PACKAGE_SANE_BACKEND_TAMARACK
 	prompt "sane-backend-tamarack........... Scanner Access Now Easy (TAMARACK)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -569,7 +569,7 @@ config ADK_PACKAGE_SANE_BACKEND_TECO1
 	prompt "sane-backend-teco1.............. Scanner Access Now Easy (TECO1)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -580,7 +580,7 @@ config ADK_PACKAGE_SANE_BACKEND_TECO2
 	prompt "sane-backend-teco2.............. Scanner Access Now Easy (TECO2)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -591,7 +591,7 @@ config ADK_PACKAGE_SANE_BACKEND_TECO3
 	prompt "sane-backend-teco3.............. Scanner Access Now Easy (TECO3)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -602,7 +602,7 @@ config ADK_PACKAGE_SANE_BACKEND_TEST
 	prompt "sane-backend-test............... Scanner Access Now Easy (TEST)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -613,7 +613,7 @@ config ADK_PACKAGE_SANE_BACKEND_U12
 	prompt "sane-backend-u12................ Scanner Access Now Easy (U12)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -624,7 +624,7 @@ config ADK_PACKAGE_SANE_BACKEND_UMAX1220U
 	prompt "sane-backend-umax1220u.......... Scanner Access Now Easy (UMAX1220U)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
@@ -635,7 +635,7 @@ config ADK_PACKAGE_SANE_BACKEND_UMAX_PP
 	prompt "sane-backend-umax-pp............ Scanner Access Now Easy (UMAX_PP)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  
@@ -645,7 +645,7 @@ config ADK_PACKAGE_SANE_BACKEND_UMAX
 	prompt "sane-backend-umax............... Scanner Access Now Easy (UMAX)"
 	tristate
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.

+ 2 - 2
package/shorewall-common/Config.in

@@ -17,7 +17,7 @@ config ADK_PACKAGE_SHOREWALL_STRIPCONF
 	prompt "Strip shorewall configuration files"
 	bool
 	default n
-	depends ADK_PACKAGE_SHOREWALL
+	depends on ADK_PACKAGE_SHOREWALL
 	help
 	  To save space, all shorewall files in /etc/shorewall will get striped.
 	  This means that all comments, empty lines etc. are removed.
@@ -29,7 +29,7 @@ config ADK_PACKAGE_SHOREWALL_STRIPSHARED
 	prompt "Strip shared shorewall files (macros & actions mainly)"
 	bool
 	default y
-	depends ADK_PACKAGE_SHOREWALL
+	depends on ADK_PACKAGE_SHOREWALL
 	help
 	  To save space, all shared shorewall files in /usr/share/shorewall
 	  will get striped. This means that all comments, empty lines etc. 

+ 1 - 1
package/shorewall-shell/Config.in

@@ -1,7 +1,7 @@
 config ADK_PACKAGE_SHOREWALL_SHELL
 	prompt "shorewall-shell................. shorewall shell compiler"
 	tristate
-	depends ADK_PACKAGE_SHOREWALL
+	depends on ADK_PACKAGE_SHOREWALL
 	default y
 	help
 	  http://www.shorewall.net/

+ 2 - 2
package/speex/Config.in

@@ -1,8 +1,8 @@
 config ADK_COMPILE_SPEEX
 	tristate
 	default n
-	depends ADK_CXX
-	depends ADK_PACKAGE_LIBSPEEX
+	depends on ADK_CXX
+	depends on ADK_PACKAGE_LIBSPEEX
 
 config ADK_PACKAGE_LIBSPEEX
 	prompt "libspeex.......................... Open source patent-free speech compression codec"

+ 2 - 2
package/sqlite/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_SQLITE
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBSQLITE
+	depends on ADK_PACKAGE_LIBSQLITE
 
 config ADK_PACKAGE_LIBSQLITE
 	prompt "libsqlite......................... Self-contained, embeddable, zero-configuration SQL database engine"
@@ -42,7 +42,7 @@ config ADK_PACKAGE_SQLITE_CLI
 	prompt   "sqlite-cli...................... Command line interface for SQLite"
 	tristate
 	default n
-	depends ADK_PACKAGE_LIBSQLITE
+	depends on ADK_PACKAGE_LIBSQLITE
 	help
 	  SQLite is a small C library that implements a self-contained, embeddable, 
 	  zero-configuration SQL database engine. Features include:

+ 9 - 9
package/squid/Config.in

@@ -3,7 +3,7 @@ config ADK_PACKAGE_SQUID
 	prompt "squid............................. full-featured Web proxy cache"
 	tristate
 	default n
-	depends ADK_CXX
+	depends on ADK_CXX
 	select ADK_PACKAGE_LIBOPENSSL
 	help
 	  Squid is a high-performance proxy caching server for web clients, 
@@ -18,56 +18,56 @@ menu "squid............................. proxy and web cache modules"
 config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM
 	prompt "  squid-mod-basic-auth-getpwnam....... getpwnam basic authentication helper"
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	  Password basic authentication helper
 
 config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA
 	prompt "  squid-mod-basic-auth-ncsa........... NCSA basic authentication helper"
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	  NCSA basic authentication helper
 
 config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB
 	prompt "  squid-mod-basic-auth-smb............ Samba basic authentication helper"
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	  Samba basic authentication helper
 
 config ADK_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD
 	prompt "  squid-mod-digest-auth-password...... Password digest authentication ehlper"
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	  Password digest authentication helper
 
 config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER
 	prompt "  squid-mod-external-acl-ip_user...... IP user external ACL helper"
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	  IP user external ACL helper
 
 config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP
 	prompt "  squid-mod-external-acl-unix-group... Unix group external ACL helper"
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	  Unix group external ACL helper
 
 config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH
 	prompt "  squid-mod-ntlm-auth-fakeauth........ Fakeauth NTLM authentication helper"
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	  Fakeauth NTLM authentication helper
 
 config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH
 	prompt "  squid-mod-ntlm-auth-smb-auth........ Samba NTLM authentication helper"
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	  Samba NTLM authentication helper
 

+ 1 - 1
package/subversion/Config.in

@@ -15,7 +15,7 @@ config ADK_PACKAGE_SUBVERSION_NEON
 	prompt "  Enable interaction with remote repositories over WebDAV"
 	bool
 	default n
-	depends ADK_PACKAGE_SUBVERSION
+	depends on ADK_PACKAGE_SUBVERSION
 	select ADK_PACKAGE_NEON
 	help
 	 Allows a Subversion client to interact with remote

+ 1 - 1
package/tcp_wrappers/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_TCP_WRAPPERS
 	bool
 	default n
-	depends ADK_PACKAGE_LIBWRAP
+	depends on ADK_PACKAGE_LIBWRAP
 
 config ADK_PACKAGE_LIBWRAP
 	prompt "libwrap........................... Security wrapper library for TCP services"

+ 3 - 3
package/tinyproxy/Config.in

@@ -13,18 +13,18 @@ config ADK_COMPILE_TINYPROXY_WITH_TRANSPARENT_PROXY
 	prompt "  Enable transparent proxying"
 	bool
 	default y
-	depends ADK_PACKAGE_TINYPROXY
+	depends on ADK_PACKAGE_TINYPROXY
 
 config ADK_COMPILE_TINYPROXY_WITH_FILTER
 	prompt "  Enable filtering support"
 	bool
 	default y
-	depends ADK_PACKAGE_TINYPROXY
+	depends on ADK_PACKAGE_TINYPROXY
 
 config ADK_COMPILE_TINYPROXY_WITH_UPSTREAM
 	prompt "  Enable upstream support"
 	bool
 	default y
-	depends ADK_PACKAGE_TINYPROXY
+	depends on ADK_PACKAGE_TINYPROXY
 
 #endmenu

+ 2 - 2
package/tntnet/Config.in

@@ -24,13 +24,13 @@ config ADK_COMPILE_TNTNET_WITHOUT_OPENSSL
 
 config ADK_COMPILE_TNTNET_WITH_OPENSSL
 	bool "enable openssl encryption support"
-	depends ADK_PACKAGE_TNTNET
+	depends on ADK_PACKAGE_TNTNET
 	select ADK_PACKAGE_LIBOPENSSL
 	help
 
 config ADK_COMPILE_TNTNET_WITH_GNUTLS
 	bool "enable gnutls encryption support"
-	depends ADK_PACKAGE_TNTNET
+	depends on ADK_PACKAGE_TNTNET
 	select ADK_PACKAGE_LIBGNUTLS
 	help
 

+ 5 - 5
package/ulogd/Config.in

@@ -15,34 +15,34 @@ config ADK_PACKAGE_ULOGD_MOD_MYSQL
 	tristate
 	default n
 	depends on ADK_CXX
-	depends ADK_PACKAGE_ULOGD
+	depends on ADK_PACKAGE_ULOGD
 	select ADK_PACKAGE_LIBMYSQLCLIENT
 
 config ADK_PACKAGE_ULOGD_MOD_PCAP
         prompt  "  ulogd-mod-pcap................. Output plugin for logging into pcap format"
 	tristate
 	default n
-	depends ADK_PACKAGE_ULOGD
+	depends on ADK_PACKAGE_ULOGD
 	select ADK_PACKAGE_LIBPCAP
 
 config ADK_PACKAGE_ULOGD_MOD_PGSQL
 	prompt   "  ulogd-mod-pgsql............... Output plugin for logging into a PostgreSQL database"
 	tristate
 	default n
-	depends ADK_PACKAGE_ULOGD
+	depends on ADK_PACKAGE_ULOGD
 	select ADK_PACKAGE_LIBPQ
 
 config ADK_PACKAGE_ULOGD_MOD_SQLITE
 	prompt   "  ulogd-mod-sqlite.............. Output plugin for logging into an SQLite database"
 	tristate
 	default n
-	depends ADK_PACKAGE_ULOGD
+	depends on ADK_PACKAGE_ULOGD
 	select ADK_PACKAGE_LIBSQLITE
 
 config ADK_PACKAGE_ULOGD_MOD_EXTRA
 	prompt   "  ulogd-mod-extra............... All other plugins"
 	tristate
 	default n
-	depends ADK_PACKAGE_ULOGD
+	depends on ADK_PACKAGE_ULOGD
 
 #endmenu

+ 9 - 9
package/updatedd/Config.in

@@ -14,54 +14,54 @@ config ADK_PACKAGE_UPDATEDD
 config ADK_PACKAGE_UPDATEDD_MOD_CHANGEIP
 	prompt "updatedd-mod-changeip........... changeip.com"
 	tristate
-	depends ADK_PACKAGE_UPDATEDD
+	depends on ADK_PACKAGE_UPDATEDD
 	default n
 
 config ADK_PACKAGE_UPDATEDD_MOD_DYNDNS
 	prompt "updatedd-mod-dyndns............. dyndns.org"
 	tristate
-	depends ADK_PACKAGE_UPDATEDD
+	depends on ADK_PACKAGE_UPDATEDD
 	default n
 
 config ADK_PACKAGE_UPDATEDD_MOD_EURODYNDNS
 	prompt "updatedd-mod-eurodyndns......... eurodyndns.org"
 	tristate
-	depends ADK_PACKAGE_UPDATEDD
+	depends on ADK_PACKAGE_UPDATEDD
 	default n
 
 config ADK_PACKAGE_UPDATEDD_MOD_HN
 	prompt "updatedd-mod-hn................. hn.org"
 	tristate
-	depends ADK_PACKAGE_UPDATEDD
+	depends on ADK_PACKAGE_UPDATEDD
 	default n
 
 config ADK_PACKAGE_UPDATEDD_MOD_NOIP
 	prompt "updatedd-mod-noip............... no-ip.com"
 	tristate
-	depends ADK_PACKAGE_UPDATEDD
+	depends on ADK_PACKAGE_UPDATEDD
 	default n
 
 config ADK_PACKAGE_UPDATEDD_MOD_ODS
 	prompt "updatedd-mod-ods................ ods.org"
 	tristate
-	depends ADK_PACKAGE_UPDATEDD
+	depends on ADK_PACKAGE_UPDATEDD
 	default n
 
 config ADK_PACKAGE_UPDATEDD_MOD_OVH
 	prompt "updatedd-mod-ovh................ ovh.com"
 	tristate
-	depends ADK_PACKAGE_UPDATEDD
+	depends on ADK_PACKAGE_UPDATEDD
 	default n
 
 config ADK_PACKAGE_UPDATEDD_MOD_REGFISH
 	prompt "updatedd-mod-regfish............ regfish.com"
 	tristate
-	depends ADK_PACKAGE_UPDATEDD
+	depends on ADK_PACKAGE_UPDATEDD
 	default n
 
 config ADK_PACKAGE_UPDATEDD_MOD_TZO
 	prompt "updatedd-mod-tzo................ tzo.com"
 	tristate
-	depends ADK_PACKAGE_UPDATEDD
+	depends on ADK_PACKAGE_UPDATEDD
 	default n
 

+ 1 - 1
package/usbutils/Config.in

@@ -1,6 +1,6 @@
 config ADK_COMPILE_USBUTILS
 	tristate
-	depends ADK_PACKAGE_LSUSB
+	depends on ADK_PACKAGE_LSUSB
 
 config ADK_PACKAGE_LSUSB
 	prompt "lsusb............................. USB devices listing program"

+ 1 - 1
package/util-linux-ng/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_UTIL_LINUX_NG
 	tristate
 	default n
-	depends ADK_PACKAGE_FDISK || ADK_PACKAGE_SWAP_UTILS
+	depends on ADK_PACKAGE_FDISK || ADK_PACKAGE_SWAP_UTILS
 
 config ADK_PACKAGE_FDISK
 	prompt "fdisk............................. Partition table manipulation utility"

+ 2 - 2
package/weechat/Config.in

@@ -15,12 +15,12 @@ config ADK_COMPILE_WEECHAT_WITH_TLS
 	prompt "  Enable TLS support"
 	bool
 	select ADK_PACKAGE_LIBGNUTLS
-	depends ADK_PACKAGE_WEECHAT
+	depends on ADK_PACKAGE_WEECHAT
 
 config ADK_COMPILE_WEECHAT_WITH_LUA
 	prompt "  Enable LUA scripting"
 	bool
 	select ADK_PACKAGE_LIBLUA
-	depends ADK_PACKAGE_WEECHAT
+	depends on ADK_PACKAGE_WEECHAT
 
 #endmenu

+ 2 - 2
package/wpa_supplicant/Config.in

@@ -18,13 +18,13 @@ default ADK_COMPILE_WPA_SUPPLICANT_WITH_OPENSSL
 
 config ADK_COMPILE_WPA_SUPPLICANT_WITH_OPENSSL
 	bool "enable openssl encryption support"
-	depends ADK_PACKAGE_WPA_SUPPLICANT
+	depends on ADK_PACKAGE_WPA_SUPPLICANT
 	select ADK_PACKAGE_LIBOPENSSL
 	help
 
 config ADK_COMPILE_WPA_SUPPLICANT_WITH_INCLUDED
 	bool "enable included encryption support"
-	depends ADK_PACKAGE_WPA_SUPPLICANT
+	depends on ADK_PACKAGE_WPA_SUPPLICANT
 	help
 
 endchoice

+ 1 - 1
target/Config.in

@@ -310,7 +310,7 @@ source "target/linux/config/Config.in.kernel"
 
 choice 
 prompt "Target C library"
-depends ! ADK_NATIVE
+depends on ! ADK_NATIVE
 config ADK_TARGET_LIB_UCLIBC
 	bool "uClibc embedded C library"
 	help

+ 7 - 7
target/linux/config/Config.in.block

@@ -157,8 +157,8 @@ config ADK_KPACKAGE_KMOD_SCSI
 
 config ADK_KPACKAGE_KMOD_BLK_DEV_SD
 	prompt "kmod-scsi-disk.................... SCSI disk support"
-	depends !ADK_KERNEL_SCSI
-	depends ADK_KPACKAGE_KMOD_SCSI
+	depends on !ADK_KERNEL_SCSI
+	depends on ADK_KPACKAGE_KMOD_SCSI
 	tristate
 	help
 	  If you want to use SCSI hard disks, Fibre Channel disks,
@@ -170,8 +170,8 @@ config ADK_KPACKAGE_KMOD_BLK_DEV_SD
 
 config ADK_KPACKAGE_KMOD_BLK_DEV_SR
 	prompt "kmod-scsi-cdrom................... SCSI CDROM support"
-	depends !ADK_KERNEL_SCSI
-	depends ADK_KPACKAGE_KMOD_SCSI
+	depends on !ADK_KERNEL_SCSI
+	depends on ADK_KPACKAGE_KMOD_SCSI
 	tristate
 	help
 	  If you want to use a SCSI or FireWire CD-ROM under Linux,
@@ -188,19 +188,19 @@ config ADK_KPACKAGE_KMOD_BLK_DEV_MD
 config ADK_KPACKAGE_KMOD_MD_RAID0
 	prompt "kmod-md-raid0..................... RAID0 support"
 	tristate
-	depends ADK_KPACKAGE_KMOD_BLK_DEV_MD
+	depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
 	help
 
 config ADK_KPACKAGE_KMOD_MD_RAID1
 	prompt "kmod-md-raid1..................... RAID1 support"
 	tristate
-	depends ADK_KPACKAGE_KMOD_BLK_DEV_MD
+	depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
 	help
 
 config ADK_KPACKAGE_KMOD_MD_RAID456
 	prompt "kmod-md-raid456................... RAID456 support"
 	tristate
-	depends ADK_KPACKAGE_KMOD_BLK_DEV_MD
+	depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
 	help
 
 config ADK_KPACKAGE_KMOD_BLK_DEV_DM

+ 12 - 12
target/linux/config/Config.in.bluetooth

@@ -25,7 +25,7 @@ config ADK_KPACKAGE_KMOD_BT_L2CAP
 	prompt "kmod-bluetooth-l2cap.............. L2CAP protocol support"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
 	help
 	  L2CAP (Logical Link Control and Adaptation Protocol) provides
 	  connection oriented and connection-less data transport.  L2CAP
@@ -36,7 +36,7 @@ config ADK_KPACKAGE_KMOD_BT_SCO
 	prompt "kmod-bluetooth-sco................ SCO links support"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
 	help
 	  SCO link provides voice transport over Bluetooth.  SCO support is
 	  required for voice applications like Headset and Audio.
@@ -45,8 +45,8 @@ config ADK_KPACKAGE_KMOD_BT_RFCOMM
 	prompt "kmod-bluetooth-rfcomm............. RFCOMM protocol support"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
-	depends ADK_KPACKAGE_KMOD_BT_L2CAP
+	depends on ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT_L2CAP
 	help
 	  RFCOMM provides connection oriented stream transport.  RFCOMM
 	  support is required for Dialup Networking, OBEX and other Bluetooth
@@ -56,8 +56,8 @@ config ADK_KPACKAGE_KMOD_BT_BNEP
 	prompt "kmod-bluetooth-bnep............... BNEP protocol support"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
-	depends ADK_KPACKAGE_KMOD_BT_L2CAP
+	depends on ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT_L2CAP
 	help
 	  BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
 	  emulation layer on top of Bluetooth.  BNEP is required for
@@ -68,8 +68,8 @@ config ADK_KPACKAGE_KMOD_BT_HIDP
 	tristate
 	default n
 	select ADK_KERNEL_HID
-	depends ADK_KPACKAGE_KMOD_BT
-	depends ADK_KPACKAGE_KMOD_BT_L2CAP
+	depends on ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT_L2CAP
 	help
 	  HIDP (Human Interface Device Protocol) is a transport layer
 	  for HID reports.  HIDP is required for the Bluetooth Human
@@ -79,7 +79,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIBTUSB
 	prompt "kmod-bluetooth-hci-usb............ HCI USB driver"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
 	help
 	  Bluetooth HCI USB driver.
 	  This driver is required if you want to use Bluetooth devices with
@@ -89,7 +89,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIUART
 	prompt "kmod-bluetooth-hci-uart........... HCI UART driver"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
 	help
 	  Bluetooth HCI UART driver.
 	  This driver is required if you want to use Bluetooth devices with
@@ -101,7 +101,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIBCM203X
 	prompt "kmod-bluetooth-hci-bcm203x........ HCI BCM203x USB driver"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
 	help
 	  Bluetooth HCI BCM203x USB driver.
 	  This driver provides the firmware loading mechanism for the Broadcom
@@ -111,7 +111,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIBPA10X
 	prompt "kmod-bluetooth-hci-bpa10x......... HCI BPA10x USB driver"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
 	help
 	  Bluetooth HCI BPA10x USB driver.
 	  This driver provides support for the Digianswer BPA 100/105 Bluetooth

+ 2 - 2
target/linux/config/Config.in.fs

@@ -21,8 +21,8 @@ config ADK_KPACKAGE_KMOD_EXT2_FS
 	prompt "kmod-fs-ext2...................... EXT2 filesystem support"
 	tristate
 	default n
-	depends !ADK_TARGET_ROOTFS_EXT2_CF
-	depends !ADK_KERNEL_EXT2_FS
+	depends on !ADK_TARGET_ROOTFS_EXT2_CF
+	depends on !ADK_KERNEL_EXT2_FS
 	help
 	  Ext2 is a standard Linux file system for hard disks.
 

+ 1 - 1
target/linux/config/Config.in.fsnet

@@ -94,7 +94,7 @@ config ADK_KPACKAGE_KMOD_NFSD
 	default n
 	select ADK_KPACKAGE_KMOD_EXPORTFS
 	select ADK_KERNEL_NFSD_V3
-	depends ADK_KPACKAGE_KMOD_NFS_FS
+	depends on ADK_KPACKAGE_KMOD_NFS_FS
 	help
 	  If you want your Linux box to act as an NFS *server*, so that other
 	  computers on your local network which support NFS can access certain

+ 4 - 4
target/linux/config/Config.in.ipvs

@@ -10,10 +10,10 @@ config ADK_KERNEL_IP_VS_DEBUG
 	prompt "enable debugging support"
 	boolean
 	default n
-	depends ADK_KPACKAGE_KMOD_IP_VS
+	depends on ADK_KPACKAGE_KMOD_IP_VS
 
 menu "IPVS transport protocol load balancing support"
-	depends ADK_KPACKAGE_KMOD_IP_VS
+	depends on ADK_KPACKAGE_KMOD_IP_VS
 
 config ADK_KERNEL_IP_VS_PROTO_TCP
 	prompt "TCP load balancing support"
@@ -50,7 +50,7 @@ config ADK_KERNEL_IP_VS_PROTO_AH
 endmenu
 
 menu "IPVS Scheduler"
-	depends ADK_KPACKAGE_KMOD_IP_VS
+	depends on ADK_KPACKAGE_KMOD_IP_VS
 
 config ADK_KPACKAGE_KMOD_IP_VS_RR
 	prompt "kmod-ip-vs-rr......................... round-robin"
@@ -105,7 +105,7 @@ config ADK_KPACKAGE_KMOD_IP_VS_NQ
 endmenu
 
 menu "IPVS application helper"
-	depends ADK_KPACKAGE_KMOD_IP_VS
+	depends on ADK_KPACKAGE_KMOD_IP_VS
 
 config ADK_KPACKAGE_KMOD_IP_VS_FTP
 	prompt "kmod-ip-vs-ftp........................ FTP protocol"

+ 1 - 1
target/linux/config/Config.in.lib

@@ -17,7 +17,7 @@ config ADK_KPACKAGE_KMOD_CRC_ITU_T
 config ADK_KPACKAGE_KMOD_CRC32
 	prompt "kmod-crc32.......................... provide CRC32 library functions"
 	tristate
-        depends ! ADK_KERNEL_CRC32
+        depends on ! ADK_KERNEL_CRC32
 	default n
 	help
 

+ 6 - 6
target/linux/config/Config.in.multimedia

@@ -39,7 +39,7 @@ config ADK_KPACKAGE_KMOD_SND
 
 config ADK_KPACKAGE_KMOD_SND_OSSEMUL
 	prompt "kmod-sound-alsa-oss-emul........ ALSA OSS Emulation"
-	depends ADK_KPACKAGE_KMOD_SND
+	depends on ADK_KPACKAGE_KMOD_SND
 	select ADK_KERNEL_SND_MIXER_OSS
 	select ADK_KERNEL_SND_PCM_OSS
 	tristate
@@ -49,7 +49,7 @@ config ADK_KPACKAGE_KMOD_SND_OSSEMUL
 
 config ADK_KPACKAGE_KMOD_SND_AC97_CODEC
 	prompt "kmod-sound-alsa-ac97-codec..... ALSA AC97 codec"
-	depends ADK_KPACKAGE_KMOD_SND
+	depends on ADK_KPACKAGE_KMOD_SND
 	tristate
 	default n
 	help
@@ -57,7 +57,7 @@ config ADK_KPACKAGE_KMOD_SND_AC97_CODEC
 
 config ADK_KPACKAGE_KMOD_SND_VIA82XX
 	prompt "kmod-sound-alsa-via82xx........ ALSA VIA82XX driver"
-	depends ADK_KPACKAGE_KMOD_SND
+	depends on ADK_KPACKAGE_KMOD_SND
 	select ADK_KPACKAGE_KMOD_SND_AC97_CODEC
 	tristate
 	default n
@@ -66,7 +66,7 @@ config ADK_KPACKAGE_KMOD_SND_VIA82XX
 
 config ADK_KPACKAGE_KMOD_SND_CS5535AUDIO
 	prompt "kmod-sound-alsa-cs5535......... ALSA AMD CS5535 driver (ALIX1C)"
-	depends ADK_KPACKAGE_KMOD_SND
+	depends on ADK_KPACKAGE_KMOD_SND
 	select ADK_KPACKAGE_KMOD_SND_AC97_CODEC
 	depends on ADK_LINUX_X86_ALIX1C
 	tristate
@@ -97,7 +97,7 @@ config ADK_KPACKAGE_KMOD_VIDEO_V4L1
 	prompt "................................ Enable Video For Linux API 1 (DEPRECATED)"
 	boolean
 	default n
-	depends ADK_KPACKAGE_KMOD_VIDEO_DEV
+	depends on ADK_KPACKAGE_KMOD_VIDEO_DEV
 	help
 	  Enables a compatibility API used by most V4L2 devices to allow
 	  its usage with legacy applications that supports only V4L1 api.
@@ -105,7 +105,7 @@ config ADK_KPACKAGE_KMOD_VIDEO_V4L1
 config ADK_KPACKAGE_KMOD_USB_PWC
 	prompt "kmod-usb-pwc.................... Kernel driver for USB Philips Cameras"
 	tristate
-	depends ADK_KPACKAGE_KMOD_USB
+	depends on ADK_KPACKAGE_KMOD_USB
 	default n
 	help
 

+ 22 - 22
target/linux/config/Config.in.netfilter

@@ -199,7 +199,7 @@ config ADK_KPACKAGE_KMOD_NF_CONNTRACK_IPV4
 
 config ADK_KPACKAGE_KMOD_IP_NF_CT_ACCT
 	bool 'Connection tracking flow accounting'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	  If this option is enabled, the connection tracking code will
 	  keep per-flow packet and byte counters.
@@ -209,7 +209,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_CT_ACCT
 
 config ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK_MARK
 	bool 'Connection mark tracking support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	select ADK_KERNEL_IP_NF_MATCH_CONNMARK
 	help
 	  This option enables support for connection marks, used by the
@@ -219,7 +219,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK_MARK
 
 config ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK_SECMARK
 	bool 'Connection tracking security mark support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	#FIXME select NETWORK_SECMARK
 	help
 	  This option enables security markings to be applied to
@@ -230,7 +230,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK_SECMARK
 
 config ADK_KPACKAGE_KMOD_IP_NF_FTP
 	tristate 'FTP protocol support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	  Tracking FTP connections is problematic: special helpers are
 	  required for tracking them, and doing masquerading and other forms
@@ -238,7 +238,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_FTP
 
 config ADK_KPACKAGE_KMOD_IP_NF_IRC
 	tristate 'IRC protocol support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	  There is a commonly-used extension to IRC called
 	  Direct Client-to-Client Protocol (DCC).  This enables users to send
@@ -251,7 +251,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_IRC
 
 config ADK_KPACKAGE_KMOD_IP_NF_NETBIOS_NS
 	tristate 'NetBIOS name service protocol support (EXPERIMENTAL)'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	  NetBIOS name service requests are sent as broadcast messages from an
 	  unprivileged port and responded to with unicast messages to the
@@ -268,7 +268,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_NETBIOS_NS
 
 config ADK_KPACKAGE_KMOD_IP_NF_TFTP
 	tristate 'TFTP protocol support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	  TFTP connection tracking helper, this is required depending
 	  on how restrictive your ruleset is.
@@ -277,7 +277,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_TFTP
 
 config ADK_KPACKAGE_KMOD_IP_NF_AMANDA
 	tristate 'Amanda backup protocol support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	#FIXME TEXTSEARCH && TEXTSEARCH_KMP
 	help
 	  If you are running the Amanda backup package <http://www.amanda.org/>
@@ -289,7 +289,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_AMANDA
 
 config ADK_KPACKAGE_KMOD_IP_NF_PPTP
 	tristate 'PPTP protocol support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	  This module adds support for PPTP (Point to Point Tunnelling
 	  Protocol, RFC2637) connection tracking and NAT. 
@@ -303,7 +303,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_PPTP
 
 config ADK_KPACKAGE_KMOD_IP_NF_H323
 	tristate 'H.323 protocol support (EXPERIMENTAL)'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	  H.323 is a VoIP signalling protocol from ITU-T. As one of the most
 	  important VoIP protocols, it is widely used by voice hardware and
@@ -320,7 +320,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_H323
 
 config ADK_KPACKAGE_KMOD_IP_NF_SIP
 	tristate 'SIP protocol support (EXPERIMENTAL)'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	  SIP is an application-layer control protocol that can establish,
 	  modify, and terminate multimedia sessions (conferences) such as
@@ -340,7 +340,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
 
 config ADK_KPACKAGE_KMOD_IP_NF_FILTER
 	tristate 'Packet Filtering'
-	depends ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
+	depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
 	help
 	  Packet filtering defines a table `filter', which has a series of
 	  rules for simple packet filtering at local input, forwarding and
@@ -348,7 +348,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_FILTER
 
 config ADK_KPACKAGE_KMOD_NF_NAT
 	tristate 'Full NAT'
-	depends ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
+	depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
 	help
 	  The Full NAT option allows masquerading, port forwarding and other
 	  forms of full Network Address Port Translation.  It is controlled by
@@ -356,7 +356,7 @@ config ADK_KPACKAGE_KMOD_NF_NAT
 
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_MASQUERADE
 	tristate 'MASQUERADE target support'
-	depends ADK_KPACKAGE_KMOD_NF_NAT
+	depends on ADK_KPACKAGE_KMOD_NF_NAT
 	help
 	  Masquerading is a special case of NAT: all outgoing connections are
 	  changed to seem to come from a particular interface's address, and
@@ -366,7 +366,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_TARGET_MASQUERADE
 
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_REJECT
 	tristate 'REJECT target support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_FILTER
+	depends on ADK_KPACKAGE_KMOD_IP_NF_FILTER
 	help
 	  The REJECT target allows a filtering rule to specify that an ICMP
 	  error should be issued in response to an incoming packet, rather
@@ -374,14 +374,14 @@ config ADK_KPACKAGE_KMOD_IP_NF_TARGET_REJECT
 
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_LOG
 	tristate 'LOG target support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_FILTER
+	depends on ADK_KPACKAGE_KMOD_IP_NF_FILTER
 	help
 	  This option adds a `LOG' target, which allows you to create rules in
 	  any iptables table which records the packet header to the syslog.
 
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_ULOG
 	tristate 'ULOG target support (ipv4 only)'
-	depends ADK_KPACKAGE_KMOD_IP_NF_FILTER
+	depends on ADK_KPACKAGE_KMOD_IP_NF_FILTER
 	help
 	  This option enables the old IPv4-only "ipt_ULOG" implementation
 	  which has been obsoleted by the new "nfnetlink_log" code (see
@@ -397,7 +397,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_TARGET_ULOG
 
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_REDIRECT
 	tristate 'REDIRECT target support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_NAT
+	depends on ADK_KPACKAGE_KMOD_IP_NF_NAT
 	help
 	  REDIRECT is a special case of NAT: all incoming connections are
 	  mapped onto the incoming interface's address, causing the packets to
@@ -406,7 +406,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_TARGET_REDIRECT
 
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_NETMAP
 	tristate 'NETMAP target support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_NAT
+	depends on ADK_KPACKAGE_KMOD_IP_NF_NAT
 	help
 	  NETMAP is an implementation of static 1:1 NAT mapping of network
 	  addresses. It maps the network address part, while keeping the host
@@ -415,14 +415,14 @@ config ADK_KPACKAGE_KMOD_IP_NF_TARGET_NETMAP
 
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_SAME
 	tristate 'SAME target support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_NAT
+	depends on ADK_KPACKAGE_KMOD_IP_NF_NAT
 	help
 	  This option adds a `SAME' target, which works like the standard SNAT
 	  target, but attempts to give clients the same IP for all connections.
 
 config ADK_KPACKAGE_KMOD_IP_NF_MANGLE
 	tristate 'Packet mangling'
-	depends ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
+	depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
 	help
 	  This option adds a `mangle' table to iptables: see the man page for
 	  iptables(8).  This table is used for various packet alterations
@@ -430,7 +430,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_MANGLE
 
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_ECN
 	tristate 'ECN target support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_MANGLE
+	depends on ADK_KPACKAGE_KMOD_IP_NF_MANGLE
 	help
 	  This option adds a `ECN' target, which can be used in the iptables mangle
 	  table.  

+ 6 - 6
target/linux/config/Config.in.network

@@ -108,7 +108,7 @@ config ADK_KPACKAGE_KMOD_NET_IPIP
 config ADK_KPACKAGE_KMOD_NET_IPGRE
 	prompt "kmod-net-ipgre.................... GRE tunnels over IP"
 	tristate
-	#depends ADK_KPACKAGE_KMOD_NET_IPGRE_BROADCAST
+	#depends on ADK_KPACKAGE_KMOD_NET_IPGRE_BROADCAST
 	default n
 	help
 	  Tunneling means encapsulating data of one protocol type within
@@ -124,7 +124,7 @@ config ADK_KPACKAGE_KMOD_NET_IPGRE
 config ADK_KPACKAGE_KMOD_IPV6
 	prompt "kmod-ipv6......................... IPv6 support"
 	tristate
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	default n
 	help
 	  This is complemental support for the IP version 6.
@@ -139,7 +139,7 @@ config ADK_KPACKAGE_KMOD_IPV6
 config ADK_KPACKAGE_KMOD_IPV6_SIT
 	prompt "kmod-ipv6-sit..................... IPv6-in-IPv4 tunnel (SIT driver)"
 	tristate
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	select ADK_KPACKAGE_KMOD_INET_TUNNEL
 	default n
 	help
@@ -182,7 +182,7 @@ config ADK_KPACKAGE_KMOD_PPP_MPPE
 	prompt   "kmod-ppp-mppe................... PPP MPPE/MPPC module"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_PPP
+	depends on ADK_KPACKAGE_KMOD_PPP
 	select ADK_KERNEL_CRYPTO
 	select ADK_KPACKAGE_KMOD_CRYPTO_ARC4
 	select ADK_KPACKAGE_KMOD_CRYPTO_SHA1
@@ -198,7 +198,7 @@ config ADK_KPACKAGE_KMOD_PPP_MPPE
 #	prompt   "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support"
 #	tristate
 #	default n
-#	depends ADK_KPACKAGE_KMOD_PPP
+#	depends on ADK_KPACKAGE_KMOD_PPP
 #	select ADK_KPACKAGE_KMOD_ATM
 #	help
 #	  Support for PPP over ATM
@@ -207,7 +207,7 @@ config ADK_KPACKAGE_KMOD_PPPOE
 	prompt   "kmod-pppoe...................... PPPoE (PPP over Ethernet) kernel support"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_PPP
+	depends on ADK_KPACKAGE_KMOD_PPP
 	help
 	  Support for PPP over Ethernet
 

+ 38 - 38
target/linux/config/Config.in.nls

@@ -18,7 +18,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_437
 	prompt   "kmod-nls-codepage-437........... Codepage 437 (United States, Canada)"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored
@@ -33,7 +33,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_737
 	prompt   "kmod-nls-codepage-737........... Codepage 737 (Greek)"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored
@@ -48,7 +48,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_775
 	prompt   "kmod-nls-codepage-775........... Codepage 775 (Baltic Rim)"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored
@@ -64,7 +64,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_850
 	prompt   "kmod-nls-codepage-850........... Codepage 850 (Western European Languages)"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -81,7 +81,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_852
         prompt   "kmod-nls-codepage-852........... Codepage 852 (Eastern European Languages)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -99,7 +99,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_855
         prompt   "kmod-nls-codepage-855........... Codepage 855 (Cyrillic)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -113,7 +113,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_857
         prompt   "kmod-nls-codepage-857........... Codepage 857 (Turkish)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -127,7 +127,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_860
         prompt   "kmod-nls-codepage-860........... Codepage 860 (Portuguese)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -141,7 +141,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_861
         prompt   "kmod-nls-codepage-861........... Codepage 861 (Icelandic)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -155,7 +155,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_862
         prompt   "kmod-nls-codepage-862........... Codepage 862 (Hebrew)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -169,7 +169,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_863
         prompt   "kmod-nls-codepage-863........... Codepage 863 (French Canadian)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -184,7 +184,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_864
         prompt   "kmod-nls-codepage-864........... Codepage 864 (Arabic)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -198,7 +198,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_865
         prompt   "kmod-nls-codepage-865........... Codepage 865 (Norwegian, Danish)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -213,7 +213,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_866
         prompt   "kmod-nls-codepage-866........... Codepage 866 (Cyrillic/Russian)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -228,7 +228,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_869
         prompt   "kmod-nls-codepage-869........... Codepage 869 (Greek)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -242,7 +242,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_874
         prompt   "kmod-nls-codepage-874........... Codepage 874 (Thai)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -256,7 +256,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_932
         prompt   "kmod-nls-codepage-932........... Codepage 932 (Japanese)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -272,7 +272,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_936
         prompt   "kmod-nls-codepage-936........... Codepage 936 (Simplified Chinese)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -287,7 +287,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_949
         prompt   "kmod-nls-codepage-949........... Codepage 949 (Korean)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -301,7 +301,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_950
         prompt   "kmod-nls-codepage-950........... Codepage 950 (Traditional Chinese)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -316,7 +316,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_1250
         prompt   "kmod-nls-codepage-1250.......... Codepage 1250 (Slavic/Central European)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CDROMs
@@ -330,7 +330,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_1251
         prompt   "kmod-nls-codepage-1251.......... Codepage 1251 (Bulgarian, Belarusian)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored in
@@ -345,7 +345,7 @@ config ADK_KPACKAGE_KMOD_NLS_ASCII
 	prompt   "kmod-nls-ascii.................. ASCII (United States)"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	  An ASCII NLS module is needed if you want to override the
 	  DEFAULT NLS with this very basic charset and don't want any
@@ -355,7 +355,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_1
 	prompt   "kmod-nls-iso8859-1.............. NLS ISO 8859-1 (Latin-1; Western European Languages)"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -370,7 +370,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_2
         prompt   "kmod-nls-iso8859-2.............. NLS ISO 8859-2 (Latin-2; Central European Languages)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -384,7 +384,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_3
         prompt   "kmod-nls-iso8859-3.............. NLS ISO 8859-3 (Latin-3; Esperanto, Galician, Maltese, Turkish)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -397,7 +397,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_4
         prompt   "kmod-nls-iso8859-4.............. NLS ISO 8859-4 (Latin-4; old Baltic charset)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -410,7 +410,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_5
         prompt   "kmod-nls-iso8859-5.............. NLS ISO 8859-5 (Cyrillic)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -424,7 +424,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_6
         prompt   "kmod-nls-iso8859-6.............. NLS ISO 8859-6 (Arabic)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -436,7 +436,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_7
         prompt   "kmod-nls-iso8859-7.............. NLS ISO 8859-7 (Greek)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -448,7 +448,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_8
         prompt   "kmod-nls-iso8859-8.............. NLS ISO 8859-8 (Hebrew)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -460,7 +460,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_9
         prompt   "kmod-nls-iso8859-9.............. NLS ISO 8859-9 (Latin-5; Turkish)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -473,7 +473,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_13
         prompt   "kmod-nls-iso8859-13............. NLS ISO 8859-13 (Latin-7; Baltic Rim)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -486,7 +486,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_14
         prompt   "kmod-nls-iso8859-14............. NLS ISO 8859-14 (Latin-8; Celtic)"
         tristate
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -500,7 +500,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_15
 	prompt   "kmod-nls-iso8859-15............. NLS ISO 8859-15 (Latin-9; Western European Languages with Euro)"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -519,7 +519,7 @@ config ADK_KPACKAGE_KMOD_NLS_KOI8_R
 	prompt   "kmod-nls-koi8-r................. NLS KOI8-R (Cryllic for Russian and Bulgarian"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -531,7 +531,7 @@ config ADK_KPACKAGE_KMOD_NLS_KOI8_U
 	prompt   "kmod-nls-koi8-u................. NLS KOI8-U (Cyrillic for Russian, Bulgarian and Ukrainian"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -543,7 +543,7 @@ config ADK_KPACKAGE_KMOD_NLS_UTF8
 	prompt   "kmod-nls-utf8................... NLS UTF8"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs

+ 2 - 2
target/linux/config/Config.in.pcmcia

@@ -12,14 +12,14 @@ config ADK_KPACKAGE_KMOD_PCCARD
 config ADK_KPACKAGE_KMOD_PCMCIA
 	prompt "kmod-pcmcia....................... 16-bit PCMCIA support"
 	tristate
-	depends ADK_KPACKAGE_KMOD_PCCARD
+	depends on ADK_KPACKAGE_KMOD_PCCARD
 	select ADK_KERNEL_CRC32
 	default n
 
 config ADK_KPACKAGE_KMOD_YENTA
 	prompt "kmod-cardbus...................... 32-bit CardBus support"
 	tristate
-	depends ADK_KPACKAGE_KMOD_PCCARD
+	depends on ADK_KPACKAGE_KMOD_PCCARD
 	select ADK_KERNEL_CARDBUS
 	default n
 

+ 10 - 10
target/linux/config/Config.in.sched

@@ -92,7 +92,7 @@ config ADK_KPACKAGE_KMOD_NET_SCH_HFSC
 config ADK_KPACKAGE_KMOD_NET_SCH_ATM
 	prompt "kmod-sched-atm.................... ATM Virtual Circuits (ATM)"
 	tristate
-	depends ADK_KPACKAGE_KMOD_ATM
+	depends on ADK_KPACKAGE_KMOD_ATM
 	select ADK_KERNEL_NET_SCHED
 	default n
 	help
@@ -248,7 +248,7 @@ config ADK_KPACKAGE_KMOD_NET_CLS_U32_PERF
 	prompt ".................................. Performance counters support"
 	bool
 	select ADK_KERNEL_NET_CLS
-	depends ADK_KPACKAGE_KMOD_NET_CLS_U32
+	depends on ADK_KPACKAGE_KMOD_NET_CLS_U32
 	default n
 	help
 	  Say Y here to make u32 gather additional statistics useful for
@@ -258,8 +258,8 @@ config ADK_KPACKAGE_KMOD_NET_CLS_U32_MARK
 	prompt ".................................. Netfilter marks support"
 	bool
 	select ADK_KERNEL_NET_CLS
-	depends ADK_KPACKAGE_KMOD_NET_CLS_U32
-	depends ADK_KPACKAGE_KMOD_NET_CLS_FW
+	depends on ADK_KPACKAGE_KMOD_NET_CLS_U32
+	depends on ADK_KPACKAGE_KMOD_NET_CLS_FW
 	default n
 	help
 	  Say Y here to be able to use netfilter marks as u32 key.
@@ -276,7 +276,7 @@ config ADK_KPACKAGE_KMOD_NET_CLS_POLICE
 	prompt "kmod-act-police................... Traffic Policing"
 	tristate
 	select ADK_KERNEL_NET_CLS_ACT
-	depends ADK_LINUX_2_4
+	depends on ADK_LINUX_2_4
 	default n
 	help
 	  Say Y here if you want to do traffic policing, i.e. strict
@@ -287,7 +287,7 @@ config ADK_KPACKAGE_KMOD_NET_ACT_POLICE
 	prompt "kmod-act-police................... Traffic Policing"
 	tristate
 	select ADK_KERNEL_NET_CLS_ACT
-	depends ADK_LINUX_2_6
+	depends on ADK_LINUX_2_6
 	default n
 	help
 	  Say Y here if you want to do traffic policing, i.e. strict
@@ -298,7 +298,7 @@ config ADK_KPACKAGE_KMOD_NET_ACT_GACT
 	prompt "kmod-act-gact..................... Generic actions"
 	tristate
 	select ADK_KERNEL_NET_CLS_ACT
-	depends ADK_LINUX_2_6
+	depends on ADK_LINUX_2_6
 	default n
 	help
 	  Say Y here to take generic actions such as dropping and
@@ -308,7 +308,7 @@ config ADK_KPACKAGE_KMOD_NET_ACT_MIRRED
 	prompt "kmod-act-mirred................... Redirecting and Mirroring"
 	tristate
 	select ADK_KERNEL_NET_CLS_ACT
-	depends ADK_LINUX_2_6
+	depends on ADK_LINUX_2_6
 	default n
 	help
 	  Say Y here to allow packets to be mirrored or redirected to
@@ -319,7 +319,7 @@ config ADK_KPACKAGE_KMOD_NET_ACT_IPT
 	tristate
 	select ADK_KERNEL_NET_CLS_ACT
 	select ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
-	depends ADK_LINUX_2_6
+	depends on ADK_LINUX_2_6
 	default n
 	help
 	  Say Y here to be able to invoke iptables targets after successful
@@ -329,7 +329,7 @@ config ADK_KPACKAGE_KMOD_NET_ACT_PEDIT
 	prompt "kmod-act-pedit.................... Packet Editing"
 	tristate
 	select ADK_KERNEL_NET_CLS_ACT
-	depends ADK_LINUX_2_6
+	depends on ADK_LINUX_2_6
 	default n
 	help
 	  Say Y here if you want to mangle the content of packets.

+ 22 - 22
target/linux/config/Config.in.usb

@@ -50,8 +50,8 @@ config ADK_KPACKAGE_KMOD_USB
 config ADK_KPACKAGE_KMOD_USB_UHCI_HCD
 	prompt   "kmod-usb-uhci................... Support for UHCI controllers"
 	tristate
-	depends ADK_KPACKAGE_KMOD_USB
-	depends !ADK_LINUX_CRIS_FOXBOARD
+	depends on ADK_KPACKAGE_KMOD_USB
+	depends on !ADK_LINUX_CRIS_FOXBOARD
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	help
 	  The Universal Host Controller Interface is a standard by Intel for
@@ -68,8 +68,8 @@ config ADK_KPACKAGE_KMOD_USB_OHCI_HCD
 	tristate
 	default y if ADK_LINUX_X86_ALIX1C
 	default n
-	depends !ADK_LINUX_CRIS_FOXBOARD
-	depends ADK_KPACKAGE_KMOD_USB
+	depends on !ADK_LINUX_CRIS_FOXBOARD
+	depends on ADK_KPACKAGE_KMOD_USB
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	help
 	  The Open Host Controller Interface (OHCI) is a standard for accessing
@@ -85,7 +85,7 @@ config ADK_KPACKAGE_KMOD_USB_ISP116X_HCD
 	prompt   "kmod-usb-isp116x................ ISP116X HCD support"
 	tristate
 	default n
-	depends !ADK_LINUX_CRIS_FOXBOARD
+	depends on !ADK_LINUX_CRIS_FOXBOARD
 	depends on ADK_KPACKAGE_KMOD_USB
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	help
@@ -98,7 +98,7 @@ config ADK_KPACKAGE_KMOD_USB_SL811_HCD
 	prompt   "kmod-usb-sl811.................. SL811HS HCD support"
 	tristate
 	default n
-	depends !ADK_LINUX_CRIS_FOXBOARD
+	depends on !ADK_LINUX_CRIS_FOXBOARD
 	depends on ADK_KPACKAGE_KMOD_USB
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	help
@@ -111,10 +111,10 @@ config ADK_KPACKAGE_KMOD_USB_SL811_HCD
 config ADK_KPACKAGE_KMOD_USB_EHCI_HCD
 	prompt   "kmod-usb-ehci................... Support for USB 2.0 controllers"
 	tristate
-	depends !ADK_LINUX_CRIS_FOXBOARD
+	depends on !ADK_LINUX_CRIS_FOXBOARD
 	default y if ADK_LINUX_X86_ALIX1C
 	default n
-	depends ADK_KPACKAGE_KMOD_USB
+	depends on ADK_KPACKAGE_KMOD_USB
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	help
 	  The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
@@ -145,25 +145,25 @@ config ADK_KPACKAGE_KMOD_USB_ACM
 	prompt "kmod-usb-acm...................... Support for USB modems/isdn controllers"
 	tristate
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 
 config ADK_KPACKAGE_KMOD_USB_PEGASUS
 	prompt "kmod-usb-pegasus.................. Support for USB Pegasus"
 	tristate
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 
 config ADK_KPACKAGE_KMOD_USB_PRINTER
 	prompt "kmod-usb-printer.................. Support for USB printers"
 	tristate
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 
 config ADK_KPACKAGE_KMOD_USB_SERIAL
 	prompt "kmod-usb-serial................... Support for USB-to-serial converters"
 	tristate
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 	help
 	  Say Y here if you have a USB device that provides normal serial
 	  ports, or acts like a serial device, and you want to connect it to
@@ -178,7 +178,7 @@ config ADK_KPACKAGE_KMOD_USB_SERIAL_BELKIN
 	prompt   "kmod-usb-serial-belkin.......... Support for Belkin USB-to-serial converters"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_USB_SERIAL
+	depends on ADK_KPACKAGE_KMOD_USB_SERIAL
 	help
 	  Say Y here if you want to use a Belkin USB Serial single port
 	  adaptor (F5U103 is one of the model numbers) or the Peracom single
@@ -188,7 +188,7 @@ config ADK_KPACKAGE_KMOD_USB_SERIAL_FTDI_SIO
 	prompt   "kmod-usb-serial-ftdi............ Support for FTDI USB-to-serial converter"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_USB_SERIAL
+	depends on ADK_KPACKAGE_KMOD_USB_SERIAL
 	help
 	  Say Y here if you want to use a FTDI SIO single port USB to serial
 	  converter device. The implementation I have is called the USC-1000.
@@ -201,7 +201,7 @@ config ADK_KPACKAGE_KMOD_USB_SERIAL_MCT_U232
 	prompt   "kmod-usb-serial-mct-u232........ Support for Magic Control Technology USB-to-Serial converters"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_USB_SERIAL
+	depends on ADK_KPACKAGE_KMOD_USB_SERIAL
 	help
 	  Say Y here if you want to use a USB Serial single port adapter from
 	  Magic Control Technology Corp. (U232 is one of the model numbers).
@@ -213,7 +213,7 @@ config ADK_KPACKAGE_KMOD_USB_SERIAL_PL2303
 	prompt   "kmod-usb-serial-pl2303.......... Support for Prolific PL2303 USB-to-Serial converters"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_USB_SERIAL
+	depends on ADK_KPACKAGE_KMOD_USB_SERIAL
 	help
 	  Say Y here if you want to use the PL2303 USB Serial single port
 	  adapter from Prolific.
@@ -222,7 +222,7 @@ config ADK_KPACKAGE_KMOD_USB_SERIAL_VISOR
 	prompt   "kmod-usb-serial-visor........... Support for Handspring Visor / Palm m50x / Sony Clie Driver"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_USB_SERIAL
+	depends on ADK_KPACKAGE_KMOD_USB_SERIAL
 	help
 	  Say Y here if you want to connect to your HandSpring Visor, Palm
 	  m500 or m505 through its USB docking station. See
@@ -233,7 +233,7 @@ config ADK_KPACKAGE_KMOD_USB_STORAGE
 	prompt "kmod-usb-storage.................. Support for USB storage devices"
 	tristate
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 	select ADK_KPACKAGE_KMOD_SCSI if !ADK_KERNEL_SCSI
 	select ADK_KPACKAGE_KMOD_BLK_DEV_SD if !ADK_KERNEL_SCSI
 
@@ -241,24 +241,24 @@ config ADK_KPACKAGE_KMOD_USB_ATM
         prompt "kmod-usb-atm...................... Support for USB ATM devices"
 	tristate
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 
 config ADK_KPACKAGE_KMOD_USB_ATM_SPEEDTOUCH
         prompt   "kmod-usb-atm-speedtouch......... Support for USB Speedtouch ADSL modem"
 	tristate
 	default n
-	depends ADK_KPACKAGE_KMOD_USB_ATM
+	depends on ADK_KPACKAGE_KMOD_USB_ATM
 
 config ADK_KPACKAGE_KMOD_USB_USBNET
         prompt "kmod-usb-usbnet................... Multi-purpose USB Networking Framework"
 	tristate
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 
 config ADK_KPACKAGE_KMOD_USB_SISUSBVGA
         prompt "kmod-usb-svga..................... USB 2.0 SVGA dongle support (Net2280/SiS315)"
 	tristate
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 	
 endmenu