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
 endmenu
 
 
 menu "IPv6"
 menu "IPv6"
-depends ADK_IPV6
+depends on ADK_IPV6
 source "package/6tunnel/Config.in"
 source "package/6tunnel/Config.in"
 source "package/aiccu/Config.in"
 source "package/aiccu/Config.in"
 source "package/miredo/Config.in"
 source "package/miredo/Config.in"
@@ -452,7 +452,7 @@ source "package/zlib/Config.in"
 endmenu
 endmenu
 
 
 menu "X"
 menu "X"
-depends ADK_X11
+depends on ADK_X11
 source "package/xorg-server/Config.in"
 source "package/xorg-server/Config.in"
 source "package/xf86-video-geode/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"
         prompt "  Enable threading support"
         bool
         bool
         default n
         default n
-        depends ADK_PACKAGE_APR
+        depends on ADK_PACKAGE_APR
         help
         help
 	  Enable threading support in APR.
 	  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"
 	prompt   "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	help
 	  Media Gateway Control Protocol implementation for Asterisk
 	  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"
 	prompt   "asterisk-chan-skinny............ Skinny Client Control Protocol implementation"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	help
 	  Skinny Client Control Protocol implementation for Asterisk
 	  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"
 	prompt   "asterisk-chan-iax2.............. Support for the Inter Asterisk Protocol"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	help
 	  IAX2 allows trunking communication channels together.
 	  IAX2 allows trunking communication channels together.
 
 
@@ -39,7 +39,7 @@ config ADK_PACKAGE_ASTERISK_CODEC_SPEEX
 	prompt   "asterisk-codec-speex............ Speex/PCM16 Codec Translator"
 	prompt   "asterisk-codec-speex............ Speex/PCM16 Codec Translator"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	select ADK_PACKAGE_LIBSPEEX
 	select ADK_PACKAGE_LIBSPEEX
 	help
 	help
 	  The Speex speech compression codec for Asterisk
 	  The Speex speech compression codec for Asterisk
@@ -48,7 +48,7 @@ config ADK_PACKAGE_ASTERISK_CODEC_GSM
 	prompt   "asterisk-codec-gsm.............. GSM Codec"
 	prompt   "asterisk-codec-gsm.............. GSM Codec"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	help
 	  The GSM codec for Asterisk
 	  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"
 	prompt   "asterisk-pbx-dundi.............. Distributed Universal Number Discovery (DUNDi) support"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	help
 	  Distributed Universal Number Discovery (DUNDi) support for Asterisk
 	  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"
 	prompt   "asterisk-res-agi................ Asterisk Gateway Interface module"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	help
 	  Asterisk Gateway Interface module
 	  Asterisk Gateway Interface module
 
 
@@ -72,7 +72,7 @@ config ADK_PACKAGE_ASTERISK_PGSQL
 	prompt   "asterisk-pgsql.................. PostgreSQL modules"
 	prompt   "asterisk-pgsql.................. PostgreSQL modules"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	select ADK_PACKAGE_LIBPQ
 	select ADK_PACKAGE_LIBPQ
 	help
 	help
 	  PostgreSQL modules for Asterisk
 	  PostgreSQL modules for Asterisk
@@ -81,7 +81,7 @@ config ADK_PACKAGE_ASTERISK_SOUNDS
 	prompt   "asterisk-sounds................. Sound files"
 	prompt   "asterisk-sounds................. Sound files"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	help
 	  Sound files for Asterisk
 	  Sound files for Asterisk
 
 
@@ -89,7 +89,7 @@ config ADK_PACKAGE_ASTERISK_VOICEMAIL
 	prompt   "asterisk-voicemail.............. Voicemail support"
 	prompt   "asterisk-voicemail.............. Voicemail support"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_ASTERISK
+	depends on ADK_PACKAGE_ASTERISK
 	help
 	help
 	  Voicemail related modules for Asterisk
 	  Voicemail related modules for Asterisk
 
 

+ 1 - 1
package/atftp/Config.in

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

+ 2 - 2
package/avahi/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_AVAHI
 config ADK_COMPILE_AVAHI
 	tristate
 	tristate
 	default n
 	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
 config ADK_PACKAGE_AVAHI_DAEMON
 	prompt   "avahi-daemon...................... An mDNS/DNS-SD (ZeroConf) implementation (daemon)"
 	prompt   "avahi-daemon...................... An mDNS/DNS-SD (ZeroConf) implementation (daemon)"
@@ -28,7 +28,7 @@ config ADK_PACKAGE_AVAHI_DNSCONFD
 	tristate
 	tristate
 	default n
 	default n
 	select ADK_COMPILE_AVAHI
 	select ADK_COMPILE_AVAHI
-	depends ADK_PACKAGE_AVAHI_DAEMON
+	depends on ADK_PACKAGE_AVAHI_DAEMON
 	help
 	help
 	  Avahi is a system which facilitates service discovery on a local network --
 	  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
 	  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
 config ADK_COMPILE_AXTLS
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBAXTLS || ADK_PACKAGE_AXHTTPD
+	depends on ADK_PACKAGE_LIBAXTLS || ADK_PACKAGE_AXHTTPD
 
 
 config ADK_PACKAGE_AXHTTPD
 config ADK_PACKAGE_AXHTTPD
 	prompt   "axhttpd........................... small embedded webserver"
 	prompt   "axhttpd........................... small embedded webserver"

+ 1 - 1
package/bc/Config.in

@@ -1,6 +1,6 @@
 config ADK_COMPILE_BC
 config ADK_COMPILE_BC
 	tristate
 	tristate
-	depends ADK_PACKAGE_BC || ADK_PACKAGE_DC
+	depends on ADK_PACKAGE_BC || ADK_PACKAGE_DC
 	default n
 	default n
 
 
 config ADK_PACKAGE_BC
 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)"
 	prompt "bind-rndc......................... Bind administration tools (rndc & rndc-confgen only)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	select ADK_PACKAGE_LIBBIND
 	help
 	help
@@ -23,7 +23,7 @@ config ADK_PACKAGE_BIND_CHECK
 	prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)"
 	prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	select ADK_PACKAGE_LIBBIND
 	help
 	help
@@ -34,7 +34,7 @@ config ADK_PACKAGE_BIND_DNSSEC
 	prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)"
 	prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	select ADK_PACKAGE_LIBBIND
 	help
 	help
@@ -45,7 +45,7 @@ config ADK_PACKAGE_BIND_HOST
 	prompt "bind-host......................... A simple DNS client"
 	prompt "bind-host......................... A simple DNS client"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	select ADK_PACKAGE_LIBBIND
 	help
 	help
@@ -57,7 +57,7 @@ config ADK_PACKAGE_BIND_DIG
 	prompt "bind-dig.......................... A DNS client"
 	prompt "bind-dig.......................... A DNS client"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	select ADK_PACKAGE_LIBBIND
 	help
 	help
@@ -69,7 +69,7 @@ config ADK_PACKAGE_BIND_CLIENT
 	prompt "bind-client....................... A dynamic DNS client"
 	prompt "bind-client....................... A dynamic DNS client"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	select ADK_PACKAGE_LIBBIND
 	help
 	help
@@ -80,7 +80,7 @@ config ADK_PACKAGE_BIND_SERVER
 	prompt "bind-server....................... A DNS server"
 	prompt "bind-server....................... A DNS server"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_DUMMY_BIND
+	depends on ADK_DUMMY_BIND
 	select ADK_COMPILE_BIND
 	select ADK_COMPILE_BIND
 	select ADK_PACKAGE_LIBBIND
 	select ADK_PACKAGE_LIBBIND
 	help
 	help
@@ -91,7 +91,7 @@ config ADK_PACKAGE_LIBBIND
         prompt "libbind........................... Support library for the bind tools and dns server/client."
         prompt "libbind........................... Support library for the bind tools and dns server/client."
         tristate
         tristate
         default n
         default n
-        depends ADK_DUMMY_BIND
+        depends on ADK_DUMMY_BIND
         select ADK_COMPILE_BIND
         select ADK_COMPILE_BIND
         help
         help
           http://www.isc.org/sw/bind/
           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"
 	prompt "    include bogoutil in firmware image and package file"
 	bool
 	bool
 	default n
 	default n
-	depends ADK_PACKAGE_BOGOFILTER
+	depends on ADK_PACKAGE_BOGOFILTER
 
 
 config ADK_PACKAGE_BOGOFILTER_BOGOTUNE
 config ADK_PACKAGE_BOGOFILTER_BOGOTUNE
 	prompt "    include bogotune in firmware image and package file"
 	prompt "    include bogotune in firmware image and package file"
 	bool
 	bool
 	default n
 	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"
         prompt "Enable cpu support"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_COLLECTD
+	depends on ADK_PACKAGE_COLLECTD
 
 
 config ADK_PACKAGE_COLLECTD_LOAD
 config ADK_PACKAGE_COLLECTD_LOAD
         prompt "Enable load support"
         prompt "Enable load support"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_COLLECTD
+	depends on ADK_PACKAGE_COLLECTD
 
 
 config ADK_PACKAGE_COLLECTD_MEMORY
 config ADK_PACKAGE_COLLECTD_MEMORY
 	prompt "Enable memory support"
 	prompt "Enable memory support"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_COLLECTD
+	depends on ADK_PACKAGE_COLLECTD
 
 
 config ADK_PACKAGE_COLLECTD_PING
 config ADK_PACKAGE_COLLECTD_PING
 	prompt "Enable ping support"
 	prompt "Enable ping support"
 	bool
 	bool
 	default y
 	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
 config ADK_COMPILE_CURL
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBCURL
+	depends on ADK_PACKAGE_LIBCURL
 
 
 config ADK_PACKAGE_LIBCURL
 config ADK_PACKAGE_LIBCURL
 	prompt "libcurl........................... A client-side URL transfer library"
 	prompt "libcurl........................... A client-side URL transfer library"
@@ -19,7 +19,7 @@ config ADK_PACKAGE_CURL
 	prompt   "curl............................ A client-side URL transfer tool"
 	prompt   "curl............................ A client-side URL transfer tool"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBCURL
+	depends on ADK_PACKAGE_LIBCURL
 	help
 	help
 	  A client-side URL transfer tool.
 	  A client-side URL transfer tool.
 
 

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

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

+ 1 - 1
package/dhcp/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_DHCP
 config ADK_COMPILE_DHCP
 	tristate
 	tristate
 	default n
 	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
 config ADK_PACKAGE_DHCP_RELAY
 	prompt "dhcp-relay........................ ISC 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"
 	prompt   "dropbearconvert................. Utility for converting SSH keys"
 	tristate
 	tristate
 	default n
 	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
 config ADK_PACKAGE_LIBUUID
 	prompt "libuuid......................... UUID library"
 	prompt "libuuid......................... UUID library"
-	depends ADK_PACKAGE_E2FSPROGS
+	depends on ADK_PACKAGE_E2FSPROGS
 	tristate
 	tristate
 	default n
 	default n
 	help
 	help
 
 
 config ADK_PACKAGE_LIBCOM_ERR
 config ADK_PACKAGE_LIBCOM_ERR
 	prompt "libcom_err...................... Common error library"
 	prompt "libcom_err...................... Common error library"
-	depends ADK_PACKAGE_E2FSPROGS
+	depends on ADK_PACKAGE_E2FSPROGS
 	tristate
 	tristate
 	default n
 	default n
 	help
 	help

+ 1 - 1
package/expat/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_EXPAT
 config ADK_COMPILE_EXPAT
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBEXPAT
+	depends on ADK_PACKAGE_LIBEXPAT
 
 
 config ADK_PACKAGE_LIBEXPAT
 config ADK_PACKAGE_LIBEXPAT
 	prompt "libexpat.......................... A fast, non-validating, stream-oriented XML parsing library"
 	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
 config ADK_COMPILE_FAAD2
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBFAAD2
+	depends on ADK_PACKAGE_LIBFAAD2
 
 
 config ADK_PACKAGE_LIBFAAD2
 config ADK_PACKAGE_LIBFAAD2
 	prompt "libfaad2.......................... MP4 decoding library"
 	prompt "libfaad2.......................... MP4 decoding library"

+ 1 - 1
package/fetchmail/Config.in

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

+ 1 - 1
package/flac/Config.in

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

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

@@ -1,7 +1,7 @@
 config ADK_COMPILE_FREERADIUS_CLIENT
 config ADK_COMPILE_FREERADIUS_CLIENT
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBFREERADIUS_CLIENT
+	depends on ADK_PACKAGE_LIBFREERADIUS_CLIENT
 
 
 config ADK_PACKAGE_FREERADIUS_CLIENT
 config ADK_PACKAGE_FREERADIUS_CLIENT
 	prompt "freeradius-client................. RADIUS 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"
 	prompt   "  freeradius-democerts.......... Demo certificates to test the server"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 
 config ADK_PACKAGE_FREERADIUS_MOD_CHAP
 config ADK_PACKAGE_FREERADIUS_MOD_CHAP
 	prompt   "  freeradius-mod-chap........... CHAP module"
 	prompt   "  freeradius-mod-chap........... CHAP module"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 
 config ADK_PACKAGE_FREERADIUS_MOD_DETAIL
 config ADK_PACKAGE_FREERADIUS_MOD_DETAIL
 	prompt   "  freeradius-mod-detail......... Detailed accounting module"
 	prompt   "  freeradius-mod-detail......... Detailed accounting module"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 
 config ADK_PACKAGE_FREERADIUS_MOD_DIGEST
 config ADK_PACKAGE_FREERADIUS_MOD_DIGEST
 	prompt   "  freeradius-mod-digest......... Digest authentication"
 	prompt   "  freeradius-mod-digest......... Digest authentication"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 
 config ADK_PACKAGE_FREERADIUS_MOD_FILES
 config ADK_PACKAGE_FREERADIUS_MOD_FILES
 	prompt   "  freeradius-mod-files.......... Module using local files for authorization"
 	prompt   "  freeradius-mod-files.......... Module using local files for authorization"
 	tristate
 	tristate
 	default y
 	default y
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 
 config ADK_PACKAGE_FREERADIUS_MOD_LDAP
 config ADK_PACKAGE_FREERADIUS_MOD_LDAP
 	prompt   "  freeradius-mod-ldap........... LDAP module"
 	prompt   "  freeradius-mod-ldap........... LDAP module"
 	tristate
 	tristate
 	default n
 	default n
 	select ADK_PACKAGE_LIBOPENLDAP
 	select ADK_PACKAGE_LIBOPENLDAP
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 
 config ADK_PACKAGE_FREERADIUS_MOD_MSCHAP
 config ADK_PACKAGE_FREERADIUS_MOD_MSCHAP
 	prompt   "  freeradius-mod-mschap......... MS-CHAP and MS-CHAPv2 module"
 	prompt   "  freeradius-mod-mschap......... MS-CHAP and MS-CHAPv2 module"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 
 config ADK_PACKAGE_FREERADIUS_MOD_PAP
 config ADK_PACKAGE_FREERADIUS_MOD_PAP
 	prompt   "  freeradius-mod-pap............ PAP module"
 	prompt   "  freeradius-mod-pap............ PAP module"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 
 config ADK_PACKAGE_FREERADIUS_MOD_PREPROCESS
 config ADK_PACKAGE_FREERADIUS_MOD_PREPROCESS
 	prompt   "  freeradius-mod-preprocess..... Request pre-processing module"
 	prompt   "  freeradius-mod-preprocess..... Request pre-processing module"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 
 config ADK_PACKAGE_FREERADIUS_MOD_REALM
 config ADK_PACKAGE_FREERADIUS_MOD_REALM
 	prompt   "  freeradius-mod-realm.......... Realms handling module"
 	prompt   "  freeradius-mod-realm.......... Realms handling module"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 
 config ADK_PACKAGE_FREERADIUS_MOD_SQL
 config ADK_PACKAGE_FREERADIUS_MOD_SQL
 	prompt   "  freeradius-mod-sql............ Base SQL module"
 	prompt   "  freeradius-mod-sql............ Base SQL module"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_FREERADIUS_SERVER
+	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 
 config ADK_PACKAGE_FREERADIUS_MOD_SQL_MYSQL
 config ADK_PACKAGE_FREERADIUS_MOD_SQL_MYSQL
 	prompt     "  freeradius-mod-sql-mysql.... MySQL module"
 	prompt     "  freeradius-mod-sql-mysql.... MySQL module"
 	tristate
 	tristate
 	default n
 	default n
 	depends on ADK_CXX
 	depends on ADK_CXX
-	depends ADK_PACKAGE_FREERADIUS_MOD_SQL
+	depends on ADK_PACKAGE_FREERADIUS_MOD_SQL
 	select ADK_PACKAGE_LIBMYSQLCLIENT
 	select ADK_PACKAGE_LIBMYSQLCLIENT
 
 
 config ADK_PACKAGE_FREERADIUS_MOD_SQL_PGSQL
 config ADK_PACKAGE_FREERADIUS_MOD_SQL_PGSQL
 	prompt     "  freeradius-mod-sql-pgsql.... PostgreSQL module"
 	prompt     "  freeradius-mod-sql-pgsql.... PostgreSQL module"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_FREERADIUS_MOD_SQL
+	depends on ADK_PACKAGE_FREERADIUS_MOD_SQL
 	select ADK_PACKAGE_LIBPQ
 	select ADK_PACKAGE_LIBPQ
 
 
 config ADK_PACKAGE_FREERADIUS_UTILS
 config ADK_PACKAGE_FREERADIUS_UTILS
 	prompt   "  freeradius-utils.............. Misc. client utilities"
 	prompt   "  freeradius-utils.............. Misc. client utilities"
 	tristate
 	tristate
 	default n
 	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
 config ADK_COMPILE_FREETYPE
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBFREETYPE
+	depends on ADK_PACKAGE_LIBFREETYPE
 
 
 config ADK_PACKAGE_LIBFREETYPE
 config ADK_PACKAGE_LIBFREETYPE
 	tristate "libfreetype....................... A free, high-quality and portable font engine"
 	tristate "libfreetype....................... A free, high-quality and portable font engine"

+ 1 - 1
package/gmp/Config.in

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

+ 5 - 5
package/gnutls/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_GNUTLS
 config ADK_COMPILE_GNUTLS
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBGNUTLS
+	depends on ADK_PACKAGE_LIBGNUTLS
 
 
 config ADK_PACKAGE_LIBGNUTLS
 config ADK_PACKAGE_LIBGNUTLS
 	prompt "libgnutls......................... The GNU TLS library"
 	prompt "libgnutls......................... The GNU TLS library"
@@ -41,7 +41,7 @@ config ADK_PACKAGE_LIBGNUTLS_EXTRA
 	prompt "libgnutls-extra................... The GNU TLS extra library"
 	prompt "libgnutls-extra................... The GNU TLS extra library"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBGNUTLS
+	depends on ADK_PACKAGE_LIBGNUTLS
 	select ADK_PACKAGE_LIBOPENCDK
 	select ADK_PACKAGE_LIBOPENCDK
 	select ADK_PACKAGE_LIBLZO
 	select ADK_PACKAGE_LIBLZO
 	help
 	help
@@ -58,7 +58,7 @@ config ADK_PACKAGE_LIBGNUTLS_OPENSSL
 	prompt "libgnutls-openssl................. The GNU TLS OpenSSL compatibility layer library"
 	prompt "libgnutls-openssl................. The GNU TLS OpenSSL compatibility layer library"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBGNUTLS
+	depends on ADK_PACKAGE_LIBGNUTLS
 	help
 	help
 	  GnuTLS is a project that aims to develop a library which provides a
 	  GnuTLS is a project that aims to develop a library which provides a
 	  secure layer, over a reliable transport layer. Currently the GnuTLS
 	  secure layer, over a reliable transport layer. Currently the GnuTLS
@@ -73,7 +73,7 @@ config ADK_PACKAGE_LIBGNUTLSXX
 	tristate
 	tristate
 	default n
 	default n
 	depends on ADK_CXX
 	depends on ADK_CXX
-	depends ADK_PACKAGE_LIBGNUTLS
+	depends on ADK_PACKAGE_LIBGNUTLS
 	help
 	help
 	  GnuTLS is a project that aims to develop a library which provides a
 	  GnuTLS is a project that aims to develop a library which provides a
 	  secure layer, over a reliable transport layer. Currently the GnuTLS
 	  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"
 	prompt "gnutls-utils...................... The GNU TLS utilities"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBGNUTLS
+	depends on ADK_PACKAGE_LIBGNUTLS
 	select ADK_PACKAGE_LIBGNUTLS_EXTRA
 	select ADK_PACKAGE_LIBGNUTLS_EXTRA
 	help
 	help
 	  GnuTLS is a project that aims to develop a library which provides a
 	  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
 config ADK_COMPILE_GSM
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBGSM
+	depends on ADK_PACKAGE_LIBGSM
 
 
 config ADK_PACKAGE_LIBGSM
 config ADK_PACKAGE_LIBGSM
 	prompt "libgsm............................ A GSM 06.10 full-rate speech transcoding implementation (library)"
 	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)"
 	prompt   "gsm-utils....................... A GSM 06.10 full-rate speech transcoding implementation (utilities)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBGSM
+	depends on ADK_PACKAGE_LIBGSM
 	help
 	help
 	  An implementation of the European GSM 06.10 provisional standard
 	  An implementation of the European GSM 06.10 provisional standard
 	  for full-rate speech transcoding, prI-ETS 300 036, which uses
 	  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
 config ADK_COMPILE_HOSTAPD
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_HOSTAPD || ADK_PACKAGE_HOSTAPD_UTILS
+	depends on ADK_PACKAGE_HOSTAPD || ADK_PACKAGE_HOSTAPD_UTILS
 
 
 config ADK_PACKAGE_HOSTAPD
 config ADK_PACKAGE_HOSTAPD
 	prompt "hostapd........................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator"
 	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
 config ADK_COMPILE_IPTABLES
 	bool
 	bool
 	default n
 	default n
-	depends ADK_PACKAGE_IPTABLES || ADK_PACKAGE_IP6TABLES
+	depends on ADK_PACKAGE_IPTABLES || ADK_PACKAGE_IP6TABLES
 
 
 config ADK_PACKAGE_IPTABLES
 config ADK_PACKAGE_IPTABLES
 	prompt "iptables.......................... IPv4 firewall administration tool"
 	prompt "iptables.......................... IPv4 firewall administration tool"
@@ -25,7 +25,7 @@ config ADK_PACKAGE_IPTABLES_UTILS
 	prompt   "iptables-utils.................. Save and restore utilities"
 	prompt   "iptables-utils.................. Save and restore utilities"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_IPTABLES
+	depends on ADK_PACKAGE_IPTABLES
 	help
 	help
 	  iptables-save and iptables-restore for Iptables (IPv4)
 	  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
 config ADK_PACKAGE_IRSSI_SSL
 	bool "  Enable SSL/TLS support"
 	bool "  Enable SSL/TLS support"
-	depends ADK_PACKAGE_IRSSI
+	depends on ADK_PACKAGE_IRSSI
 	select ADK_PACKAGE_LIBOPENSSL
 	select ADK_PACKAGE_LIBOPENSSL
 	default n
 	default n
 	help
 	help

+ 1 - 1
package/jpeg/Config.in

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

+ 1 - 1
package/kismet/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_KISMET
 config ADK_COMPILE_KISMET
 	tristate
 	tristate
 	default n
 	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
 config ADK_PACKAGE_KISMET_CLIENT
 	prompt "kismet-client..................... The Kismet client"
 	prompt "kismet-client..................... The Kismet client"

+ 1 - 1
package/knock/Config.in

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

+ 1 - 1
package/libdb/Config.in

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

+ 1 - 1
package/libshout/Config.in

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

+ 1 - 1
package/libtool/Config.in

@@ -1,6 +1,6 @@
 config ADK_COMPILE_LIBTOOL
 config ADK_COMPILE_LIBTOOL
 	tristate
 	tristate
-	depends ADK_PACKAGE_LIBLTDL
+	depends on ADK_PACKAGE_LIBLTDL
 
 
 config ADK_PACKAGE_LIBLTDL
 config ADK_PACKAGE_LIBLTDL
 	prompt "libltdl........................... A generic dynamic object loading library"
 	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
 config ADK_COMPILE_LIBTORRENT_WITH_UCLIBCXX
 	bool "Embedded uClibc++ library"
 	bool "Embedded uClibc++ library"
 	select ADK_PACKAGE_UCLIBCXX
 	select ADK_PACKAGE_UCLIBCXX
-	depends ADK_BROKEN
+	depends on ADK_BROKEN
 	help
 	help
 
 
 endchoice
 endchoice

+ 16 - 16
package/lighttpd/Config.in

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

+ 1 - 1
package/mini_httpd/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_MINI_HTTPD
 config ADK_COMPILE_MINI_HTTPD
 	tristate
 	tristate
 	default n
 	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
 config ADK_PACKAGE_MINI_HTTPD
 	prompt "mini-httpd........................ A small web server"
 	prompt "mini-httpd........................ A small web server"

+ 3 - 3
package/miredo/Config.in

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

+ 1 - 1
package/mksh/Config.in

@@ -22,7 +22,7 @@ config ADK_PACKAGE_MKSH
 
 
 config ADK_PACKAGE_MKSH_FULL
 config ADK_PACKAGE_MKSH_FULL
 	bool "  Include all features"
 	bool "  Include all features"
-	depends ADK_PACKAGE_MKSH
+	depends on ADK_PACKAGE_MKSH
 	default y
 	default y
 	help
 	help
 	  Disable this to remove a few functions from mksh to make it smaller.
 	  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"
 	prompt   "  MP3 support"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_MPD
+	depends on ADK_PACKAGE_MPD
 	select ADK_PACKAGE_LIBMAD
 	select ADK_PACKAGE_LIBMAD
 	select ADK_PACKAGE_LIBID3TAG
 	select ADK_PACKAGE_LIBID3TAG
 	help
 	help
@@ -28,7 +28,7 @@ config ADK_COMPILE_MPD_WITH_MP4
 	prompt   "  MP4/AAC support"
 	prompt   "  MP4/AAC support"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_MPD
+	depends on ADK_PACKAGE_MPD
 	select ADK_PACKAGE_LIBFAAD2
 	select ADK_PACKAGE_LIBFAAD2
 	help
 	help
 	  Enable mp4/aac support (libfaad2).
 	  Enable mp4/aac support (libfaad2).
@@ -36,7 +36,7 @@ config ADK_COMPILE_MPD_WITH_MP4
 config ADK_COMPILE_MPD_OGG
 config ADK_COMPILE_MPD_OGG
 	prompt   "  Ogg/Vorbis Support"
 	prompt   "  Ogg/Vorbis Support"
 	tristate
 	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_OGG if ADK_COMPILE_MPD_OGG_FLOAT
 	select ADK_COMPILE_MPD_WITH_TREMOR if ADK_COMPILE_MPD_OGG_FIXED
 	select ADK_COMPILE_MPD_WITH_TREMOR if ADK_COMPILE_MPD_OGG_FIXED
 	default y
 	default y
@@ -55,8 +55,8 @@ endchoice
 config ADK_COMPILE_MPD_WITH_OGG
 config ADK_COMPILE_MPD_WITH_OGG
 	bool
 	bool
 	default n
 	default n
-	depends ADK_PACKAGE_MPD
+	depends on ADK_PACKAGE_MPD
-	depends ADK_COMPILE_MPD_OGG_FLOAT
+	depends on ADK_COMPILE_MPD_OGG_FLOAT
 	select ADK_PACKAGE_LIBOGG
 	select ADK_PACKAGE_LIBOGG
 	select ADK_PACKAGE_LIBVORBIS
 	select ADK_PACKAGE_LIBVORBIS
 	help
 	help
@@ -65,8 +65,8 @@ config ADK_COMPILE_MPD_WITH_OGG
 config ADK_COMPILE_MPD_WITH_TREMOR
 config ADK_COMPILE_MPD_WITH_TREMOR
 	bool
 	bool
 	default n
 	default n
-	depends ADK_PACKAGE_MPD
+	depends on ADK_PACKAGE_MPD
-	depends ADK_COMPILE_MPD_OGG_FIXED
+	depends on ADK_COMPILE_MPD_OGG_FIXED
 	select ADK_PACKAGE_LIBVORBISIDEC
 	select ADK_PACKAGE_LIBVORBISIDEC
 	help
 	help
 	  Enable ogg support (tremor).
 	  Enable ogg support (tremor).
@@ -76,7 +76,7 @@ config ADK_COMPILE_MPD_WITH_FLAC
 	prompt   "  FLAC Support"
 	prompt   "  FLAC Support"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_MPD
+	depends on ADK_PACKAGE_MPD
 	select ADK_PACKAGE_LIBFLAC
 	select ADK_PACKAGE_LIBFLAC
 	help
 	help
 	  Enable flac support (libflac).
 	  Enable flac support (libflac).
@@ -85,8 +85,8 @@ config ADK_COMPILE_MPD_WITH_SHOUT
 	prompt   "  Shout Support (Streaming support)"
 	prompt   "  Shout Support (Streaming support)"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_MPD
+	depends on ADK_PACKAGE_MPD
-	depends ADK_COMPILE_MPD_WITH_OGG
+	depends on ADK_COMPILE_MPD_WITH_OGG
 	select ADK_PACKAGE_LIBSHOUT
 	select ADK_PACKAGE_LIBSHOUT
 	select ADK_PACKAGE_LIBVORBISENC
 	select ADK_PACKAGE_LIBVORBISENC
 	select ADK_PACKAGE_LIBLAME
 	select ADK_PACKAGE_LIBLAME

+ 3 - 3
package/mysql/Config.in

@@ -1,8 +1,8 @@
 config ADK_COMPILE_MYSQL
 config ADK_COMPILE_MYSQL
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBMYSQLCLIENT
+	depends on ADK_PACKAGE_LIBMYSQLCLIENT
-	depends ADK_CXX
+	depends on ADK_CXX
 	select ADK_PACKAGE_LIBNCURSES
 	select ADK_PACKAGE_LIBNCURSES
 	select ADK_PACKAGE_ZLIB
 	select ADK_PACKAGE_ZLIB
 	select ADK_PACKAGE_LIBREADLINE
 	select ADK_PACKAGE_LIBREADLINE
@@ -11,7 +11,7 @@ config ADK_PACKAGE_LIBMYSQLCLIENT
 	prompt "libmysqlclient.................... MySQL client library"
 	prompt "libmysqlclient.................... MySQL client library"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_CXX
+	depends on ADK_CXX
 	select ADK_COMPILE_MYSQL
 	select ADK_COMPILE_MYSQL
 	help
 	help
 	  MySQL client library.
 	  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)"
 	prompt "   only compile a minimal nano (using --enable-tiny)"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_NANO
+	depends on ADK_PACKAGE_NANO
 	help
 	help
 	  If not selected, nano will support justify, line wrapping, tab completion and multiple open file buffers.
 	  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
 config ADK_COMPILE_NCURSES
 	tristate
 	tristate
-	depends ADK_PACKAGE_LIBNCURSES
+	depends on ADK_PACKAGE_LIBNCURSES
 
 
 config ADK_PACKAGE_LIBNCURSES
 config ADK_PACKAGE_LIBNCURSES
 	prompt "libncurses........................ Terminal handling library"
 	prompt "libncurses........................ Terminal handling library"

+ 5 - 5
package/ndisc/Config.in

@@ -3,14 +3,14 @@
 config ADK_COMPILE_NDISC6
 config ADK_COMPILE_NDISC6
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_IPV6
+	depends on ADK_IPV6
-	depends ADK_PACKAGE_NDISC6 || ADK_PACKAGE_RDISC6 || ADK_PACKAGE_TCPTRACEROUTE6
+	depends on ADK_PACKAGE_NDISC6 || ADK_PACKAGE_RDISC6 || ADK_PACKAGE_TCPTRACEROUTE6
 
 
 config ADK_PACKAGE_NDISC6
 config ADK_PACKAGE_NDISC6
 	prompt "ndisc6............................ An ICMPv6 neighbour discovery tool"
 	prompt "ndisc6............................ An ICMPv6 neighbour discovery tool"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	select ADK_COMPILE_NDISC6
 	select ADK_COMPILE_NDISC6
 	help
 	help
 	  
 	  
@@ -22,7 +22,7 @@ config ADK_PACKAGE_RDISC6
 	prompt "rdisc6............................ An ICMPv6 router discovery tool"
 	prompt "rdisc6............................ An ICMPv6 router discovery tool"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	select ADK_COMPILE_NDISC6
 	select ADK_COMPILE_NDISC6
 	help
 	help
 	  
 	  
@@ -34,7 +34,7 @@ config ADK_PACKAGE_TCPTRACEROUTE6
 	prompt "tcptraceroute6.................... A TCP/IPv6-based traceroute implementation"
 	prompt "tcptraceroute6.................... A TCP/IPv6-based traceroute implementation"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	select ADK_COMPILE_NDISC6
 	select ADK_COMPILE_NDISC6
 	help
 	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"
 	prompt   "  olsrd-mod-dyn-gw.............. Dynamic internet gateway plugin"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_OLSRD
+	depends on ADK_PACKAGE_OLSRD
 
 
 config ADK_PACKAGE_OLSRD_MOD_HTTPINFO
 config ADK_PACKAGE_OLSRD_MOD_HTTPINFO
 	prompt   "  olsrd-mod-httpinfo............ Small informative web server plugin"
 	prompt   "  olsrd-mod-httpinfo............ Small informative web server plugin"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_OLSRD
+	depends on ADK_PACKAGE_OLSRD
 
 
 config ADK_PACKAGE_OLSRD_MOD_NAMESERVICE
 config ADK_PACKAGE_OLSRD_MOD_NAMESERVICE
 	prompt   "  olsrd-mod-nameservice......... Lightweight hostname resolver plugin"
 	prompt   "  olsrd-mod-nameservice......... Lightweight hostname resolver plugin"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_OLSRD
+	depends on ADK_PACKAGE_OLSRD
 
 
 config ADK_PACKAGE_OLSRD_MOD_TAS
 config ADK_PACKAGE_OLSRD_MOD_TAS
 	prompt   "  olsrd-mod-tas................. Tiny Application Server (TAS) plugin for olsrd"
 	prompt   "  olsrd-mod-tas................. Tiny Application Server (TAS) plugin for olsrd"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_OLSRD
+	depends on ADK_PACKAGE_OLSRD
 
 
 #endmenu
 #endmenu

+ 1 - 1
package/opencdk/Config.in

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

+ 3 - 3
package/openssl/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_OPENSSL
 config ADK_COMPILE_OPENSSL
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBOPENSSL
+	depends on ADK_PACKAGE_LIBOPENSSL
 	
 	
 config ADK_PACKAGE_LIBOPENSSL
 config ADK_PACKAGE_LIBOPENSSL
 	prompt "openssl........................... Open source SSL (Secure Socket Layer) libraries"
 	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"
 	prompt   "openssl-util.................... OpenSSL command line tool"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBOPENSSL
+	depends on ADK_PACKAGE_LIBOPENSSL
 	help
 	help
 	  The OpenSSL Project is a collaborative effort to develop a robust, 
 	  The OpenSSL Project is a collaborative effort to develop a robust, 
 	  commercial-grade, full-featured, and Open Source toolkit implementing 
 	  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"
 	prompt "ca-certificates................... X.509 Root CA Certs of common CAs"
 	tristate
 	tristate
 	default n
 	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"
 	prompt "server support.................. enable to use OpenVPN as server"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 
 
 config ADK_COMPILE_OPENVPN_WITH_HTTP
 config ADK_COMPILE_OPENVPN_WITH_HTTP
 	prompt "enable http proxy support....... allow tunneling through http-proxy"
 	prompt "enable http proxy support....... allow tunneling through http-proxy"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 
 
 config ADK_COMPILE_OPENVPN_WITH_OPENSSL
 config ADK_COMPILE_OPENVPN_WITH_OPENSSL
 	prompt "enable openssl.................. encryption support"
 	prompt "enable openssl.................. encryption support"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 	select ADK_PACKAGE_LIBOPENSSL
 	select ADK_PACKAGE_LIBOPENSSL
 	help
 	help
 	  if unsure say "y" you really want that!
 	  if unsure say "y" you really want that!
@@ -36,27 +36,27 @@ config ADK_COMPILE_OPENVPN_WITH_LZO
 	prompt "enable lzo...................... Enable transparent compression"
 	prompt "enable lzo...................... Enable transparent compression"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 	select ADK_PACKAGE_LIBLZO
 	select ADK_PACKAGE_LIBLZO
 
 
 config ADK_COMPILE_OPENVPN_WITH_PASSWORD_SAVE
 config ADK_COMPILE_OPENVPN_WITH_PASSWORD_SAVE
 	prompt "Enable password saving.......... allow to read passwords for PKCS12 from file"
 	prompt "Enable password saving.......... allow to read passwords for PKCS12 from file"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 
 
 config ADK_COMPILE_OPENVPN_WITH_SMALL
 config ADK_COMPILE_OPENVPN_WITH_SMALL
 	prompt "Reduce executable size.......... disable OCC, usage message, and verb 4 parm list"
 	prompt "Reduce executable size.......... disable OCC, usage message, and verb 4 parm list"
 	bool
 	bool
 	default n
 	default n
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 
 
 config ADK_PACKAGE_OPENVPN_EASY_RSA
 config ADK_PACKAGE_OPENVPN_EASY_RSA
 	prompt "openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority"
 	prompt "openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority"
 	tristate
 	tristate
 	default n
 	default n
 	select ADK_PACKAGE_OPENSSL_UTIL
 	select ADK_PACKAGE_OPENSSL_UTIL
-	depends ADK_PACKAGE_OPENVPN
+	depends on ADK_PACKAGE_OPENVPN
 	help
 	help
 	  collection of shell scripts to manage a simple CA infrastructure
 	  collection of shell scripts to manage a simple CA infrastructure
 
 

+ 1 - 1
package/osiris/Config.in

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

+ 1 - 1
package/pcre/Config.in

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

+ 1 - 1
package/pmacct/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_PMACCT
 config ADK_COMPILE_PMACCT
 	tristate
 	tristate
 	default n
 	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
 config ADK_PACKAGE_PMACCTD
 	prompt     "pmacctd....................... IP accounting daemon (libpcap based)"
 	prompt     "pmacctd....................... IP accounting daemon (libpcap based)"

+ 1 - 1
package/popt/Config.in

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

+ 1 - 1
package/postgresql/Config.in

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

+ 7 - 7
package/ppp/Config.in

@@ -10,38 +10,38 @@ config ADK_PACKAGE_PPP
 #	tristate
 #	tristate
 #	default n
 #	default n
 #	select ADK_KPACKAGE_KMOD_PPPOATM
 #	select ADK_KPACKAGE_KMOD_PPPOATM
-#	depends ADK_PACKAGE_PPP
+#	depends on ADK_PACKAGE_PPP
 
 
 config ADK_PACKAGE_PPP_MOD_PPPOE
 config ADK_PACKAGE_PPP_MOD_PPPOE
 	prompt "ppp-mod-pppoe................... PPPoE (PPP over Ethernet) plugin"
 	prompt "ppp-mod-pppoe................... PPPoE (PPP over Ethernet) plugin"
 	tristate
 	tristate
 	default n
 	default n
 	select ADK_KPACKAGE_KMOD_PPPOE
 	select ADK_KPACKAGE_KMOD_PPPOE
-	depends ADK_PACKAGE_PPP
+	depends on ADK_PACKAGE_PPP
 
 
 config ADK_PACKAGE_PPP_MOD_RADIUS
 config ADK_PACKAGE_PPP_MOD_RADIUS
 	prompt "ppp-mod-radius.................. RADIUS (Remote Authentication Dial-In User Service) plugin"
 	prompt "ppp-mod-radius.................. RADIUS (Remote Authentication Dial-In User Service) plugin"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_PPP
+	depends on ADK_PACKAGE_PPP
 
 
 config ADK_PACKAGE_PPP_MOD_CHAT
 config ADK_PACKAGE_PPP_MOD_CHAT
 	prompt "chat............................ Utility to establish conversation with other PPP servers (via a modem)"
 	prompt "chat............................ Utility to establish conversation with other PPP servers (via a modem)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_PPP
+	depends on ADK_PACKAGE_PPP
 
 
 config ADK_PACKAGE_PPP_MOD_PPPDUMP
 config ADK_PACKAGE_PPP_MOD_PPPDUMP
 	prompt "pppdump......................... Utility to read PPP record file"
 	prompt "pppdump......................... Utility to read PPP record file"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_PPP
+	depends on ADK_PACKAGE_PPP
 
 
 config ADK_PACKAGE_PPP_MOD_PPPSTATS
 config ADK_PACKAGE_PPP_MOD_PPPSTATS
 	prompt "pppstats........................ Utility to report PPP statistics"
 	prompt "pppstats........................ Utility to report PPP statistics"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_PPP
+	depends on ADK_PACKAGE_PPP
 
 
 config ADK_PACKAGE_PPP_MOD_PPPUMTS
 config ADK_PACKAGE_PPP_MOD_PPPUMTS
 	prompt "GPRS/UMTS support............... Package with scripts and dependencies to run UMTS/GRPS"
 	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
 	default n
 	select ADK_PACKAGE_COMGT
 	select ADK_PACKAGE_COMGT
 	select ADK_KPACKAGE_KMOD_USB_SERIAL
 	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
 config ADK_PACKAGE_QUAGGA
 	prompt "quagga............................ The Quagga Software Routing Suite"
 	prompt "quagga............................ The Quagga Software Routing Suite"
 	tristate
 	tristate
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	default n
 	default n
 	help
 	help
 	  A routing software package that provides TCP/IP based routing services
 	  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"
 	prompt   "  quagga-bgpd................... BGPv4, BGPv4+, BGPv4- routing engine"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_QUAGGA
+	depends on ADK_PACKAGE_QUAGGA
 	help
 	help
 	  A BGPv4, BGPv4+, BGPv4- routing engine for use with Quagga routing
 	  A BGPv4, BGPv4+, BGPv4- routing engine for use with Quagga routing
 	  software.
 	  software.
@@ -25,7 +25,7 @@ config ADK_PACKAGE_QUAGGA_OSPFD
 	prompt   "  quagga-ospfd.................. OSPFv2 routing engine"
 	prompt   "  quagga-ospfd.................. OSPFv2 routing engine"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_QUAGGA
+	depends on ADK_PACKAGE_QUAGGA
 	help
 	help
 	  An OSPFv2 (IPv4) routing engine for use with Quagga routing software.
 	  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"
 	prompt   "  quagga-ospf6d................. OSPFv3 routing engine"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_QUAGGA
+	depends on ADK_PACKAGE_QUAGGA
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	help
 	help
 	  An OSPFv3 (IPv6) routing engine for use with Quagga routing software.
 	  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"
 	prompt   "  quagga-ripd................... RIP routing engine"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_QUAGGA
+	depends on ADK_PACKAGE_QUAGGA
 	help
 	help
 	  A RIP (IPv4) routing engine for use with Quagga routing software.
 	  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"
 	prompt   "  quagga-ripngd................. RIPNG routing engine"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_QUAGGA
+	depends on ADK_PACKAGE_QUAGGA
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	help
 	help
 	  A RIPNG (IPv6) routing engine for use with Quagga routing software.
 	  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"
 	prompt   "  quagga-vtysh.................. integrated shell for Quagga routing software"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_QUAGGA
+	depends on ADK_PACKAGE_QUAGGA
 	select ADK_PACKAGE_LIBREADLINE
 	select ADK_PACKAGE_LIBREADLINE
 	select ADK_PACKAGE_LIBNCURSES
 	select ADK_PACKAGE_LIBNCURSES
 	help
 	help

+ 1 - 1
package/readline/Config.in

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

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

@@ -3,7 +3,7 @@
 config ADK_COMPILE_RP_PPPOE
 config ADK_COMPILE_RP_PPPOE
 	tristate
 	tristate
 	default n
 	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
 config ADK_PACKAGE_PPPOE_CLIENT
 	prompt "pppoe-client...................... PPPoE (PPP over Ethernet) 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"
 	prompt "  rrdcollect...................... Round-Robin Database (RRD) collecting daemon"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBRRD || ADK_PACKAGE_LIBRRD1
+	depends on ADK_PACKAGE_LIBRRD || ADK_PACKAGE_LIBRRD1
 	help
 	help
 	  RRDcollect is a daemon which polls ceratin files in /proc/
 	  RRDcollect is a daemon which polls ceratin files in /proc/
 	  directory, gathering data and storing it inside RRDtool's
 	  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"
 	prompt   "    rrdcollect-example.......... Example setup for RRD collecting daemon above"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_RRDCOLLECT
+	depends on ADK_PACKAGE_RRDCOLLECT
 	help
 	help
 	  RRDcollect is a daemon which polls ceratin files in /proc/
 	  RRDcollect is a daemon which polls ceratin files in /proc/
 	  directory, gathering data and storing it inside RRDtool's
 	  directory, gathering data and storing it inside RRDtool's

+ 1 - 1
package/rrs/Config.in

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

+ 1 - 1
package/samba/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_SAMBA
 config ADK_COMPILE_SAMBA
 	tristate
 	tristate
 	default n
 	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
 config ADK_PACKAGE_SAMBA
 	prompt "samba............................. NetBIOS/SMB file and print server"
 	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)"
 	prompt "sane-backend-abaton............. Scanner Access Now Easy (ABATON)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-agfafocus.......... Scanner Access Now Easy (AGFAFOCUS)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-apple.............. Scanner Access Now Easy (APPLE)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-artec-eplus48u..... Scanner Access Now Easy (ARTEC_EPLUS48U)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-artec.............. Scanner Access Now Easy (ARTEC)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-as6e............... Scanner Access Now Easy (AS6E)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-avision............ Scanner Access Now Easy (AVISION)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-bh................. Scanner Access Now Easy (BH)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-canon630u.......... Scanner Access Now Easy (CANON630U)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-canon.............. Scanner Access Now Easy (CANON)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-coolscan2.......... Scanner Access Now Easy (COOLSCAN2)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-coolscan........... Scanner Access Now Easy (COOLSCAN)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-dc25............... Scanner Access Now Easy (DC25)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-dmc................ Scanner Access Now Easy (DMC)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-epson.............. Scanner Access Now Easy (EPSON)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-fujitsu............ Scanner Access Now Easy (FUJITSU)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-genesys............ Scanner Access Now Easy (GENESYS)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-gt68xx............. Scanner Access Now Easy (GT68XX)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-hp3500............. Scanner Access Now Easy (HP3500)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-hp4200............. Scanner Access Now Easy (HP4200)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-hp5400............. Scanner Access Now Easy (HP5400)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-hp................. Scanner Access Now Easy (HP)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-ibm................ Scanner Access Now Easy (IBM)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-leo................ Scanner Access Now Easy (LEO)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-lexmark............ Scanner Access Now Easy (LEXMARK)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-ma1509............. Scanner Access Now Easy (MA1509)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-matsushita......... Scanner Access Now Easy (MATSUSHITA)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-microtek2.......... Scanner Access Now Easy (MICROTEK2)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-microtek........... Scanner Access Now Easy (MICROTEK)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-mustek............. Scanner Access Now Easy (MUSTEK)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-mustek-usb2........ Scanner Access Now Easy (MUSTEK_USB2)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-mustek-usb......... Scanner Access Now Easy (MUSTEK_USB)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-nec................ Scanner Access Now Easy (NEC)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-niash.............. Scanner Access Now Easy (NIASH)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-pie................ Scanner Access Now Easy (PIE)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-pixma.............. Scanner Access Now Easy (PIXMA)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-plustek-pp......... Scanner Access Now Easy (PLUSTEK_PP)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-plustek............ Scanner Access Now Easy (PLUSTEK)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-qcam............... Scanner Access Now Easy (QCAM)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-ricoh.............. Scanner Access Now Easy (RICOH)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-s9036.............. Scanner Access Now Easy (S9036)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-sceptre............ Scanner Access Now Easy (SCEPTRE)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-sharp.............. Scanner Access Now Easy (SHARP)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-sm3600............. Scanner Access Now Easy (SM3600)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-sm3840............. Scanner Access Now Easy (SM3840)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-snapscan........... Scanner Access Now Easy (SNAPSCAN)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-sp15c.............. Scanner Access Now Easy (SP15C)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-st400.............. Scanner Access Now Easy (ST400)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-stv680............. Scanner Access Now Easy (STV680)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-tamarack........... Scanner Access Now Easy (TAMARACK)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-teco1.............. Scanner Access Now Easy (TECO1)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-teco2.............. Scanner Access Now Easy (TECO2)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-teco3.............. Scanner Access Now Easy (TECO3)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-test............... Scanner Access Now Easy (TEST)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-u12................ Scanner Access Now Easy (U12)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-umax1220u.......... Scanner Access Now Easy (UMAX1220U)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-umax-pp............ Scanner Access Now Easy (UMAX_PP)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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)"
 	prompt "sane-backend-umax............... Scanner Access Now Easy (UMAX)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_SANE_BACKENDS
+	depends on ADK_PACKAGE_SANE_BACKENDS
 	select ADK_PACKAGE_LIBUSB
 	select ADK_PACKAGE_LIBUSB
 	help
 	help
 	  SANE (Scanner Access Now Easy) is a universal scanner interface.
 	  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"
 	prompt "Strip shorewall configuration files"
 	bool
 	bool
 	default n
 	default n
-	depends ADK_PACKAGE_SHOREWALL
+	depends on ADK_PACKAGE_SHOREWALL
 	help
 	help
 	  To save space, all shorewall files in /etc/shorewall will get striped.
 	  To save space, all shorewall files in /etc/shorewall will get striped.
 	  This means that all comments, empty lines etc. are removed.
 	  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)"
 	prompt "Strip shared shorewall files (macros & actions mainly)"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_SHOREWALL
+	depends on ADK_PACKAGE_SHOREWALL
 	help
 	help
 	  To save space, all shared shorewall files in /usr/share/shorewall
 	  To save space, all shared shorewall files in /usr/share/shorewall
 	  will get striped. This means that all comments, empty lines etc. 
 	  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
 config ADK_PACKAGE_SHOREWALL_SHELL
 	prompt "shorewall-shell................. shorewall shell compiler"
 	prompt "shorewall-shell................. shorewall shell compiler"
 	tristate
 	tristate
-	depends ADK_PACKAGE_SHOREWALL
+	depends on ADK_PACKAGE_SHOREWALL
 	default y
 	default y
 	help
 	help
 	  http://www.shorewall.net/
 	  http://www.shorewall.net/

+ 2 - 2
package/speex/Config.in

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

+ 2 - 2
package/sqlite/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_SQLITE
 config ADK_COMPILE_SQLITE
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBSQLITE
+	depends on ADK_PACKAGE_LIBSQLITE
 
 
 config ADK_PACKAGE_LIBSQLITE
 config ADK_PACKAGE_LIBSQLITE
 	prompt "libsqlite......................... Self-contained, embeddable, zero-configuration SQL database engine"
 	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"
 	prompt   "sqlite-cli...................... Command line interface for SQLite"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_LIBSQLITE
+	depends on ADK_PACKAGE_LIBSQLITE
 	help
 	help
 	  SQLite is a small C library that implements a self-contained, embeddable, 
 	  SQLite is a small C library that implements a self-contained, embeddable, 
 	  zero-configuration SQL database engine. Features include:
 	  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"
 	prompt "squid............................. full-featured Web proxy cache"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_CXX
+	depends on ADK_CXX
 	select ADK_PACKAGE_LIBOPENSSL
 	select ADK_PACKAGE_LIBOPENSSL
 	help
 	help
 	  Squid is a high-performance proxy caching server for web clients, 
 	  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
 config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM
 	prompt "  squid-mod-basic-auth-getpwnam....... getpwnam basic authentication helper"
 	prompt "  squid-mod-basic-auth-getpwnam....... getpwnam basic authentication helper"
 	tristate
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	help
 	  Password basic authentication helper
 	  Password basic authentication helper
 
 
 config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA
 config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA
 	prompt "  squid-mod-basic-auth-ncsa........... NCSA basic authentication helper"
 	prompt "  squid-mod-basic-auth-ncsa........... NCSA basic authentication helper"
 	tristate
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	help
 	  NCSA basic authentication helper
 	  NCSA basic authentication helper
 
 
 config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB
 config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB
 	prompt "  squid-mod-basic-auth-smb............ Samba basic authentication helper"
 	prompt "  squid-mod-basic-auth-smb............ Samba basic authentication helper"
 	tristate
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	help
 	  Samba basic authentication helper
 	  Samba basic authentication helper
 
 
 config ADK_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD
 config ADK_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD
 	prompt "  squid-mod-digest-auth-password...... Password digest authentication ehlper"
 	prompt "  squid-mod-digest-auth-password...... Password digest authentication ehlper"
 	tristate
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	help
 	  Password digest authentication helper
 	  Password digest authentication helper
 
 
 config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER
 config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER
 	prompt "  squid-mod-external-acl-ip_user...... IP user external ACL helper"
 	prompt "  squid-mod-external-acl-ip_user...... IP user external ACL helper"
 	tristate
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	help
 	  IP user external ACL helper
 	  IP user external ACL helper
 
 
 config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP
 config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP
 	prompt "  squid-mod-external-acl-unix-group... Unix group external ACL helper"
 	prompt "  squid-mod-external-acl-unix-group... Unix group external ACL helper"
 	tristate
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	help
 	  Unix group external ACL helper
 	  Unix group external ACL helper
 
 
 config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH
 config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH
 	prompt "  squid-mod-ntlm-auth-fakeauth........ Fakeauth NTLM authentication helper"
 	prompt "  squid-mod-ntlm-auth-fakeauth........ Fakeauth NTLM authentication helper"
 	tristate
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	help
 	  Fakeauth NTLM authentication helper
 	  Fakeauth NTLM authentication helper
 
 
 config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH
 config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH
 	prompt "  squid-mod-ntlm-auth-smb-auth........ Samba NTLM authentication helper"
 	prompt "  squid-mod-ntlm-auth-smb-auth........ Samba NTLM authentication helper"
 	tristate
 	tristate
-	depends ADK_PACKAGE_SQUID
+	depends on ADK_PACKAGE_SQUID
 	help
 	help
 	  Samba NTLM authentication helper
 	  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"
 	prompt "  Enable interaction with remote repositories over WebDAV"
 	bool
 	bool
 	default n
 	default n
-	depends ADK_PACKAGE_SUBVERSION
+	depends on ADK_PACKAGE_SUBVERSION
 	select ADK_PACKAGE_NEON
 	select ADK_PACKAGE_NEON
 	help
 	help
 	 Allows a Subversion client to interact with remote
 	 Allows a Subversion client to interact with remote

+ 1 - 1
package/tcp_wrappers/Config.in

@@ -1,7 +1,7 @@
 config ADK_COMPILE_TCP_WRAPPERS
 config ADK_COMPILE_TCP_WRAPPERS
 	bool
 	bool
 	default n
 	default n
-	depends ADK_PACKAGE_LIBWRAP
+	depends on ADK_PACKAGE_LIBWRAP
 
 
 config ADK_PACKAGE_LIBWRAP
 config ADK_PACKAGE_LIBWRAP
 	prompt "libwrap........................... Security wrapper library for TCP services"
 	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"
 	prompt "  Enable transparent proxying"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_TINYPROXY
+	depends on ADK_PACKAGE_TINYPROXY
 
 
 config ADK_COMPILE_TINYPROXY_WITH_FILTER
 config ADK_COMPILE_TINYPROXY_WITH_FILTER
 	prompt "  Enable filtering support"
 	prompt "  Enable filtering support"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_TINYPROXY
+	depends on ADK_PACKAGE_TINYPROXY
 
 
 config ADK_COMPILE_TINYPROXY_WITH_UPSTREAM
 config ADK_COMPILE_TINYPROXY_WITH_UPSTREAM
 	prompt "  Enable upstream support"
 	prompt "  Enable upstream support"
 	bool
 	bool
 	default y
 	default y
-	depends ADK_PACKAGE_TINYPROXY
+	depends on ADK_PACKAGE_TINYPROXY
 
 
 #endmenu
 #endmenu

+ 2 - 2
package/tntnet/Config.in

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

+ 5 - 5
package/ulogd/Config.in

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

+ 9 - 9
package/updatedd/Config.in

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

+ 1 - 1
package/usbutils/Config.in

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

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

@@ -1,7 +1,7 @@
 config ADK_COMPILE_UTIL_LINUX_NG
 config ADK_COMPILE_UTIL_LINUX_NG
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_FDISK || ADK_PACKAGE_SWAP_UTILS
+	depends on ADK_PACKAGE_FDISK || ADK_PACKAGE_SWAP_UTILS
 
 
 config ADK_PACKAGE_FDISK
 config ADK_PACKAGE_FDISK
 	prompt "fdisk............................. Partition table manipulation utility"
 	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"
 	prompt "  Enable TLS support"
 	bool
 	bool
 	select ADK_PACKAGE_LIBGNUTLS
 	select ADK_PACKAGE_LIBGNUTLS
-	depends ADK_PACKAGE_WEECHAT
+	depends on ADK_PACKAGE_WEECHAT
 
 
 config ADK_COMPILE_WEECHAT_WITH_LUA
 config ADK_COMPILE_WEECHAT_WITH_LUA
 	prompt "  Enable LUA scripting"
 	prompt "  Enable LUA scripting"
 	bool
 	bool
 	select ADK_PACKAGE_LIBLUA
 	select ADK_PACKAGE_LIBLUA
-	depends ADK_PACKAGE_WEECHAT
+	depends on ADK_PACKAGE_WEECHAT
 
 
 #endmenu
 #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
 config ADK_COMPILE_WPA_SUPPLICANT_WITH_OPENSSL
 	bool "enable openssl encryption support"
 	bool "enable openssl encryption support"
-	depends ADK_PACKAGE_WPA_SUPPLICANT
+	depends on ADK_PACKAGE_WPA_SUPPLICANT
 	select ADK_PACKAGE_LIBOPENSSL
 	select ADK_PACKAGE_LIBOPENSSL
 	help
 	help
 
 
 config ADK_COMPILE_WPA_SUPPLICANT_WITH_INCLUDED
 config ADK_COMPILE_WPA_SUPPLICANT_WITH_INCLUDED
 	bool "enable included encryption support"
 	bool "enable included encryption support"
-	depends ADK_PACKAGE_WPA_SUPPLICANT
+	depends on ADK_PACKAGE_WPA_SUPPLICANT
 	help
 	help
 
 
 endchoice
 endchoice

+ 1 - 1
target/Config.in

@@ -310,7 +310,7 @@ source "target/linux/config/Config.in.kernel"
 
 
 choice 
 choice 
 prompt "Target C library"
 prompt "Target C library"
-depends ! ADK_NATIVE
+depends on ! ADK_NATIVE
 config ADK_TARGET_LIB_UCLIBC
 config ADK_TARGET_LIB_UCLIBC
 	bool "uClibc embedded C library"
 	bool "uClibc embedded C library"
 	help
 	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
 config ADK_KPACKAGE_KMOD_BLK_DEV_SD
 	prompt "kmod-scsi-disk.................... SCSI disk support"
 	prompt "kmod-scsi-disk.................... SCSI disk support"
-	depends !ADK_KERNEL_SCSI
+	depends on !ADK_KERNEL_SCSI
-	depends ADK_KPACKAGE_KMOD_SCSI
+	depends on ADK_KPACKAGE_KMOD_SCSI
 	tristate
 	tristate
 	help
 	help
 	  If you want to use SCSI hard disks, Fibre Channel disks,
 	  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
 config ADK_KPACKAGE_KMOD_BLK_DEV_SR
 	prompt "kmod-scsi-cdrom................... SCSI CDROM support"
 	prompt "kmod-scsi-cdrom................... SCSI CDROM support"
-	depends !ADK_KERNEL_SCSI
+	depends on !ADK_KERNEL_SCSI
-	depends ADK_KPACKAGE_KMOD_SCSI
+	depends on ADK_KPACKAGE_KMOD_SCSI
 	tristate
 	tristate
 	help
 	help
 	  If you want to use a SCSI or FireWire CD-ROM under Linux,
 	  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
 config ADK_KPACKAGE_KMOD_MD_RAID0
 	prompt "kmod-md-raid0..................... RAID0 support"
 	prompt "kmod-md-raid0..................... RAID0 support"
 	tristate
 	tristate
-	depends ADK_KPACKAGE_KMOD_BLK_DEV_MD
+	depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
 	help
 	help
 
 
 config ADK_KPACKAGE_KMOD_MD_RAID1
 config ADK_KPACKAGE_KMOD_MD_RAID1
 	prompt "kmod-md-raid1..................... RAID1 support"
 	prompt "kmod-md-raid1..................... RAID1 support"
 	tristate
 	tristate
-	depends ADK_KPACKAGE_KMOD_BLK_DEV_MD
+	depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
 	help
 	help
 
 
 config ADK_KPACKAGE_KMOD_MD_RAID456
 config ADK_KPACKAGE_KMOD_MD_RAID456
 	prompt "kmod-md-raid456................... RAID456 support"
 	prompt "kmod-md-raid456................... RAID456 support"
 	tristate
 	tristate
-	depends ADK_KPACKAGE_KMOD_BLK_DEV_MD
+	depends on ADK_KPACKAGE_KMOD_BLK_DEV_MD
 	help
 	help
 
 
 config ADK_KPACKAGE_KMOD_BLK_DEV_DM
 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"
 	prompt "kmod-bluetooth-l2cap.............. L2CAP protocol support"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
 	help
 	help
 	  L2CAP (Logical Link Control and Adaptation Protocol) provides
 	  L2CAP (Logical Link Control and Adaptation Protocol) provides
 	  connection oriented and connection-less data transport.  L2CAP
 	  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"
 	prompt "kmod-bluetooth-sco................ SCO links support"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
 	help
 	help
 	  SCO link provides voice transport over Bluetooth.  SCO support is
 	  SCO link provides voice transport over Bluetooth.  SCO support is
 	  required for voice applications like Headset and Audio.
 	  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"
 	prompt "kmod-bluetooth-rfcomm............. RFCOMM protocol support"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
-	depends ADK_KPACKAGE_KMOD_BT_L2CAP
+	depends on ADK_KPACKAGE_KMOD_BT_L2CAP
 	help
 	help
 	  RFCOMM provides connection oriented stream transport.  RFCOMM
 	  RFCOMM provides connection oriented stream transport.  RFCOMM
 	  support is required for Dialup Networking, OBEX and other Bluetooth
 	  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"
 	prompt "kmod-bluetooth-bnep............... BNEP protocol support"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
-	depends ADK_KPACKAGE_KMOD_BT_L2CAP
+	depends on ADK_KPACKAGE_KMOD_BT_L2CAP
 	help
 	help
 	  BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
 	  BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
 	  emulation layer on top of Bluetooth.  BNEP is required for
 	  emulation layer on top of Bluetooth.  BNEP is required for
@@ -68,8 +68,8 @@ config ADK_KPACKAGE_KMOD_BT_HIDP
 	tristate
 	tristate
 	default n
 	default n
 	select ADK_KERNEL_HID
 	select ADK_KERNEL_HID
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
-	depends ADK_KPACKAGE_KMOD_BT_L2CAP
+	depends on ADK_KPACKAGE_KMOD_BT_L2CAP
 	help
 	help
 	  HIDP (Human Interface Device Protocol) is a transport layer
 	  HIDP (Human Interface Device Protocol) is a transport layer
 	  for HID reports.  HIDP is required for the Bluetooth Human
 	  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"
 	prompt "kmod-bluetooth-hci-usb............ HCI USB driver"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
 	help
 	help
 	  Bluetooth HCI USB driver.
 	  Bluetooth HCI USB driver.
 	  This driver is required if you want to use Bluetooth devices with
 	  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"
 	prompt "kmod-bluetooth-hci-uart........... HCI UART driver"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
 	help
 	help
 	  Bluetooth HCI UART driver.
 	  Bluetooth HCI UART driver.
 	  This driver is required if you want to use Bluetooth devices with
 	  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"
 	prompt "kmod-bluetooth-hci-bcm203x........ HCI BCM203x USB driver"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
 	help
 	help
 	  Bluetooth HCI BCM203x USB driver.
 	  Bluetooth HCI BCM203x USB driver.
 	  This driver provides the firmware loading mechanism for the Broadcom
 	  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"
 	prompt "kmod-bluetooth-hci-bpa10x......... HCI BPA10x USB driver"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_BT
+	depends on ADK_KPACKAGE_KMOD_BT
 	help
 	help
 	  Bluetooth HCI BPA10x USB driver.
 	  Bluetooth HCI BPA10x USB driver.
 	  This driver provides support for the Digianswer BPA 100/105 Bluetooth
 	  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"
 	prompt "kmod-fs-ext2...................... EXT2 filesystem support"
 	tristate
 	tristate
 	default n
 	default n
-	depends !ADK_TARGET_ROOTFS_EXT2_CF
+	depends on !ADK_TARGET_ROOTFS_EXT2_CF
-	depends !ADK_KERNEL_EXT2_FS
+	depends on !ADK_KERNEL_EXT2_FS
 	help
 	help
 	  Ext2 is a standard Linux file system for hard disks.
 	  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
 	default n
 	select ADK_KPACKAGE_KMOD_EXPORTFS
 	select ADK_KPACKAGE_KMOD_EXPORTFS
 	select ADK_KERNEL_NFSD_V3
 	select ADK_KERNEL_NFSD_V3
-	depends ADK_KPACKAGE_KMOD_NFS_FS
+	depends on ADK_KPACKAGE_KMOD_NFS_FS
 	help
 	help
 	  If you want your Linux box to act as an NFS *server*, so that other
 	  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
 	  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"
 	prompt "enable debugging support"
 	boolean
 	boolean
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_IP_VS
+	depends on ADK_KPACKAGE_KMOD_IP_VS
 
 
 menu "IPVS transport protocol load balancing support"
 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
 config ADK_KERNEL_IP_VS_PROTO_TCP
 	prompt "TCP load balancing support"
 	prompt "TCP load balancing support"
@@ -50,7 +50,7 @@ config ADK_KERNEL_IP_VS_PROTO_AH
 endmenu
 endmenu
 
 
 menu "IPVS Scheduler"
 menu "IPVS Scheduler"
-	depends ADK_KPACKAGE_KMOD_IP_VS
+	depends on ADK_KPACKAGE_KMOD_IP_VS
 
 
 config ADK_KPACKAGE_KMOD_IP_VS_RR
 config ADK_KPACKAGE_KMOD_IP_VS_RR
 	prompt "kmod-ip-vs-rr......................... round-robin"
 	prompt "kmod-ip-vs-rr......................... round-robin"
@@ -105,7 +105,7 @@ config ADK_KPACKAGE_KMOD_IP_VS_NQ
 endmenu
 endmenu
 
 
 menu "IPVS application helper"
 menu "IPVS application helper"
-	depends ADK_KPACKAGE_KMOD_IP_VS
+	depends on ADK_KPACKAGE_KMOD_IP_VS
 
 
 config ADK_KPACKAGE_KMOD_IP_VS_FTP
 config ADK_KPACKAGE_KMOD_IP_VS_FTP
 	prompt "kmod-ip-vs-ftp........................ FTP protocol"
 	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
 config ADK_KPACKAGE_KMOD_CRC32
 	prompt "kmod-crc32.......................... provide CRC32 library functions"
 	prompt "kmod-crc32.......................... provide CRC32 library functions"
 	tristate
 	tristate
-        depends ! ADK_KERNEL_CRC32
+        depends on ! ADK_KERNEL_CRC32
 	default n
 	default n
 	help
 	help
 
 

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

@@ -39,7 +39,7 @@ config ADK_KPACKAGE_KMOD_SND
 
 
 config ADK_KPACKAGE_KMOD_SND_OSSEMUL
 config ADK_KPACKAGE_KMOD_SND_OSSEMUL
 	prompt "kmod-sound-alsa-oss-emul........ ALSA OSS Emulation"
 	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_MIXER_OSS
 	select ADK_KERNEL_SND_PCM_OSS
 	select ADK_KERNEL_SND_PCM_OSS
 	tristate
 	tristate
@@ -49,7 +49,7 @@ config ADK_KPACKAGE_KMOD_SND_OSSEMUL
 
 
 config ADK_KPACKAGE_KMOD_SND_AC97_CODEC
 config ADK_KPACKAGE_KMOD_SND_AC97_CODEC
 	prompt "kmod-sound-alsa-ac97-codec..... ALSA AC97 codec"
 	prompt "kmod-sound-alsa-ac97-codec..... ALSA AC97 codec"
-	depends ADK_KPACKAGE_KMOD_SND
+	depends on ADK_KPACKAGE_KMOD_SND
 	tristate
 	tristate
 	default n
 	default n
 	help
 	help
@@ -57,7 +57,7 @@ config ADK_KPACKAGE_KMOD_SND_AC97_CODEC
 
 
 config ADK_KPACKAGE_KMOD_SND_VIA82XX
 config ADK_KPACKAGE_KMOD_SND_VIA82XX
 	prompt "kmod-sound-alsa-via82xx........ ALSA VIA82XX driver"
 	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
 	select ADK_KPACKAGE_KMOD_SND_AC97_CODEC
 	tristate
 	tristate
 	default n
 	default n
@@ -66,7 +66,7 @@ config ADK_KPACKAGE_KMOD_SND_VIA82XX
 
 
 config ADK_KPACKAGE_KMOD_SND_CS5535AUDIO
 config ADK_KPACKAGE_KMOD_SND_CS5535AUDIO
 	prompt "kmod-sound-alsa-cs5535......... ALSA AMD CS5535 driver (ALIX1C)"
 	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
 	select ADK_KPACKAGE_KMOD_SND_AC97_CODEC
 	depends on ADK_LINUX_X86_ALIX1C
 	depends on ADK_LINUX_X86_ALIX1C
 	tristate
 	tristate
@@ -97,7 +97,7 @@ config ADK_KPACKAGE_KMOD_VIDEO_V4L1
 	prompt "................................ Enable Video For Linux API 1 (DEPRECATED)"
 	prompt "................................ Enable Video For Linux API 1 (DEPRECATED)"
 	boolean
 	boolean
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_VIDEO_DEV
+	depends on ADK_KPACKAGE_KMOD_VIDEO_DEV
 	help
 	help
 	  Enables a compatibility API used by most V4L2 devices to allow
 	  Enables a compatibility API used by most V4L2 devices to allow
 	  its usage with legacy applications that supports only V4L1 api.
 	  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
 config ADK_KPACKAGE_KMOD_USB_PWC
 	prompt "kmod-usb-pwc.................... Kernel driver for USB Philips Cameras"
 	prompt "kmod-usb-pwc.................... Kernel driver for USB Philips Cameras"
 	tristate
 	tristate
-	depends ADK_KPACKAGE_KMOD_USB
+	depends on ADK_KPACKAGE_KMOD_USB
 	default n
 	default n
 	help
 	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
 config ADK_KPACKAGE_KMOD_IP_NF_CT_ACCT
 	bool 'Connection tracking flow accounting'
 	bool 'Connection tracking flow accounting'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	help
 	  If this option is enabled, the connection tracking code will
 	  If this option is enabled, the connection tracking code will
 	  keep per-flow packet and byte counters.
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK_MARK
 	bool 'Connection mark tracking support'
 	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
 	select ADK_KERNEL_IP_NF_MATCH_CONNMARK
 	help
 	help
 	  This option enables support for connection marks, used by the
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK_SECMARK
 	bool 'Connection tracking security mark support'
 	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
 	#FIXME select NETWORK_SECMARK
 	help
 	help
 	  This option enables security markings to be applied to
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_FTP
 	tristate 'FTP protocol support'
 	tristate 'FTP protocol support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	help
 	  Tracking FTP connections is problematic: special helpers are
 	  Tracking FTP connections is problematic: special helpers are
 	  required for tracking them, and doing masquerading and other forms
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_IRC
 	tristate 'IRC protocol support'
 	tristate 'IRC protocol support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	help
 	  There is a commonly-used extension to IRC called
 	  There is a commonly-used extension to IRC called
 	  Direct Client-to-Client Protocol (DCC).  This enables users to send
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_NETBIOS_NS
 	tristate 'NetBIOS name service protocol support (EXPERIMENTAL)'
 	tristate 'NetBIOS name service protocol support (EXPERIMENTAL)'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	help
 	  NetBIOS name service requests are sent as broadcast messages from an
 	  NetBIOS name service requests are sent as broadcast messages from an
 	  unprivileged port and responded to with unicast messages to the
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_TFTP
 	tristate 'TFTP protocol support'
 	tristate 'TFTP protocol support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	help
 	  TFTP connection tracking helper, this is required depending
 	  TFTP connection tracking helper, this is required depending
 	  on how restrictive your ruleset is.
 	  on how restrictive your ruleset is.
@@ -277,7 +277,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_TFTP
 
 
 config ADK_KPACKAGE_KMOD_IP_NF_AMANDA
 config ADK_KPACKAGE_KMOD_IP_NF_AMANDA
 	tristate 'Amanda backup protocol support'
 	tristate 'Amanda backup protocol support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	#FIXME TEXTSEARCH && TEXTSEARCH_KMP
 	#FIXME TEXTSEARCH && TEXTSEARCH_KMP
 	help
 	help
 	  If you are running the Amanda backup package <http://www.amanda.org/>
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_PPTP
 	tristate 'PPTP protocol support'
 	tristate 'PPTP protocol support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	help
 	  This module adds support for PPTP (Point to Point Tunnelling
 	  This module adds support for PPTP (Point to Point Tunnelling
 	  Protocol, RFC2637) connection tracking and NAT. 
 	  Protocol, RFC2637) connection tracking and NAT. 
@@ -303,7 +303,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_PPTP
 
 
 config ADK_KPACKAGE_KMOD_IP_NF_H323
 config ADK_KPACKAGE_KMOD_IP_NF_H323
 	tristate 'H.323 protocol support (EXPERIMENTAL)'
 	tristate 'H.323 protocol support (EXPERIMENTAL)'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	help
 	  H.323 is a VoIP signalling protocol from ITU-T. As one of the most
 	  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
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_SIP
 	tristate 'SIP protocol support (EXPERIMENTAL)'
 	tristate 'SIP protocol support (EXPERIMENTAL)'
-	depends ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
+	depends on ADK_KPACKAGE_KMOD_IP_NF_CONNTRACK
 	help
 	help
 	  SIP is an application-layer control protocol that can establish,
 	  SIP is an application-layer control protocol that can establish,
 	  modify, and terminate multimedia sessions (conferences) such as
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_FILTER
 	tristate 'Packet Filtering'
 	tristate 'Packet Filtering'
-	depends ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
+	depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
 	help
 	help
 	  Packet filtering defines a table `filter', which has a series of
 	  Packet filtering defines a table `filter', which has a series of
 	  rules for simple packet filtering at local input, forwarding and
 	  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
 config ADK_KPACKAGE_KMOD_NF_NAT
 	tristate 'Full NAT'
 	tristate 'Full NAT'
-	depends ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
+	depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
 	help
 	help
 	  The Full NAT option allows masquerading, port forwarding and other
 	  The Full NAT option allows masquerading, port forwarding and other
 	  forms of full Network Address Port Translation.  It is controlled by
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_MASQUERADE
 	tristate 'MASQUERADE target support'
 	tristate 'MASQUERADE target support'
-	depends ADK_KPACKAGE_KMOD_NF_NAT
+	depends on ADK_KPACKAGE_KMOD_NF_NAT
 	help
 	help
 	  Masquerading is a special case of NAT: all outgoing connections are
 	  Masquerading is a special case of NAT: all outgoing connections are
 	  changed to seem to come from a particular interface's address, and
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_REJECT
 	tristate 'REJECT target support'
 	tristate 'REJECT target support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_FILTER
+	depends on ADK_KPACKAGE_KMOD_IP_NF_FILTER
 	help
 	help
 	  The REJECT target allows a filtering rule to specify that an ICMP
 	  The REJECT target allows a filtering rule to specify that an ICMP
 	  error should be issued in response to an incoming packet, rather
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_LOG
 	tristate 'LOG target support'
 	tristate 'LOG target support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_FILTER
+	depends on ADK_KPACKAGE_KMOD_IP_NF_FILTER
 	help
 	help
 	  This option adds a `LOG' target, which allows you to create rules in
 	  This option adds a `LOG' target, which allows you to create rules in
 	  any iptables table which records the packet header to the syslog.
 	  any iptables table which records the packet header to the syslog.
 
 
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_ULOG
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_ULOG
 	tristate 'ULOG target support (ipv4 only)'
 	tristate 'ULOG target support (ipv4 only)'
-	depends ADK_KPACKAGE_KMOD_IP_NF_FILTER
+	depends on ADK_KPACKAGE_KMOD_IP_NF_FILTER
 	help
 	help
 	  This option enables the old IPv4-only "ipt_ULOG" implementation
 	  This option enables the old IPv4-only "ipt_ULOG" implementation
 	  which has been obsoleted by the new "nfnetlink_log" code (see
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_REDIRECT
 	tristate 'REDIRECT target support'
 	tristate 'REDIRECT target support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_NAT
+	depends on ADK_KPACKAGE_KMOD_IP_NF_NAT
 	help
 	help
 	  REDIRECT is a special case of NAT: all incoming connections are
 	  REDIRECT is a special case of NAT: all incoming connections are
 	  mapped onto the incoming interface's address, causing the packets to
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_NETMAP
 	tristate 'NETMAP target support'
 	tristate 'NETMAP target support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_NAT
+	depends on ADK_KPACKAGE_KMOD_IP_NF_NAT
 	help
 	help
 	  NETMAP is an implementation of static 1:1 NAT mapping of network
 	  NETMAP is an implementation of static 1:1 NAT mapping of network
 	  addresses. It maps the network address part, while keeping the host
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_SAME
 	tristate 'SAME target support'
 	tristate 'SAME target support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_NAT
+	depends on ADK_KPACKAGE_KMOD_IP_NF_NAT
 	help
 	help
 	  This option adds a `SAME' target, which works like the standard SNAT
 	  This option adds a `SAME' target, which works like the standard SNAT
 	  target, but attempts to give clients the same IP for all connections.
 	  target, but attempts to give clients the same IP for all connections.
 
 
 config ADK_KPACKAGE_KMOD_IP_NF_MANGLE
 config ADK_KPACKAGE_KMOD_IP_NF_MANGLE
 	tristate 'Packet mangling'
 	tristate 'Packet mangling'
-	depends ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
+	depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
 	help
 	help
 	  This option adds a `mangle' table to iptables: see the man page for
 	  This option adds a `mangle' table to iptables: see the man page for
 	  iptables(8).  This table is used for various packet alterations
 	  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
 config ADK_KPACKAGE_KMOD_IP_NF_TARGET_ECN
 	tristate 'ECN target support'
 	tristate 'ECN target support'
-	depends ADK_KPACKAGE_KMOD_IP_NF_MANGLE
+	depends on ADK_KPACKAGE_KMOD_IP_NF_MANGLE
 	help
 	help
 	  This option adds a `ECN' target, which can be used in the iptables mangle
 	  This option adds a `ECN' target, which can be used in the iptables mangle
 	  table.  
 	  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
 config ADK_KPACKAGE_KMOD_NET_IPGRE
 	prompt "kmod-net-ipgre.................... GRE tunnels over IP"
 	prompt "kmod-net-ipgre.................... GRE tunnels over IP"
 	tristate
 	tristate
-	#depends ADK_KPACKAGE_KMOD_NET_IPGRE_BROADCAST
+	#depends on ADK_KPACKAGE_KMOD_NET_IPGRE_BROADCAST
 	default n
 	default n
 	help
 	help
 	  Tunneling means encapsulating data of one protocol type within
 	  Tunneling means encapsulating data of one protocol type within
@@ -124,7 +124,7 @@ config ADK_KPACKAGE_KMOD_NET_IPGRE
 config ADK_KPACKAGE_KMOD_IPV6
 config ADK_KPACKAGE_KMOD_IPV6
 	prompt "kmod-ipv6......................... IPv6 support"
 	prompt "kmod-ipv6......................... IPv6 support"
 	tristate
 	tristate
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	default n
 	default n
 	help
 	help
 	  This is complemental support for the IP version 6.
 	  This is complemental support for the IP version 6.
@@ -139,7 +139,7 @@ config ADK_KPACKAGE_KMOD_IPV6
 config ADK_KPACKAGE_KMOD_IPV6_SIT
 config ADK_KPACKAGE_KMOD_IPV6_SIT
 	prompt "kmod-ipv6-sit..................... IPv6-in-IPv4 tunnel (SIT driver)"
 	prompt "kmod-ipv6-sit..................... IPv6-in-IPv4 tunnel (SIT driver)"
 	tristate
 	tristate
-	depends ADK_IPV6
+	depends on ADK_IPV6
 	select ADK_KPACKAGE_KMOD_INET_TUNNEL
 	select ADK_KPACKAGE_KMOD_INET_TUNNEL
 	default n
 	default n
 	help
 	help
@@ -182,7 +182,7 @@ config ADK_KPACKAGE_KMOD_PPP_MPPE
 	prompt   "kmod-ppp-mppe................... PPP MPPE/MPPC module"
 	prompt   "kmod-ppp-mppe................... PPP MPPE/MPPC module"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_PPP
+	depends on ADK_KPACKAGE_KMOD_PPP
 	select ADK_KERNEL_CRYPTO
 	select ADK_KERNEL_CRYPTO
 	select ADK_KPACKAGE_KMOD_CRYPTO_ARC4
 	select ADK_KPACKAGE_KMOD_CRYPTO_ARC4
 	select ADK_KPACKAGE_KMOD_CRYPTO_SHA1
 	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"
 #	prompt   "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support"
 #	tristate
 #	tristate
 #	default n
 #	default n
-#	depends ADK_KPACKAGE_KMOD_PPP
+#	depends on ADK_KPACKAGE_KMOD_PPP
 #	select ADK_KPACKAGE_KMOD_ATM
 #	select ADK_KPACKAGE_KMOD_ATM
 #	help
 #	help
 #	  Support for PPP over ATM
 #	  Support for PPP over ATM
@@ -207,7 +207,7 @@ config ADK_KPACKAGE_KMOD_PPPOE
 	prompt   "kmod-pppoe...................... PPPoE (PPP over Ethernet) kernel support"
 	prompt   "kmod-pppoe...................... PPPoE (PPP over Ethernet) kernel support"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_PPP
+	depends on ADK_KPACKAGE_KMOD_PPP
 	help
 	help
 	  Support for PPP over Ethernet
 	  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)"
 	prompt   "kmod-nls-codepage-437........... Codepage 437 (United States, Canada)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored
 	  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)"
 	prompt   "kmod-nls-codepage-737........... Codepage 737 (Greek)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored
 	  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)"
 	prompt   "kmod-nls-codepage-775........... Codepage 775 (Baltic Rim)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored
 	  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)"
 	prompt   "kmod-nls-codepage-850........... Codepage 850 (Western European Languages)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-852........... Codepage 852 (Eastern European Languages)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-855........... Codepage 855 (Cyrillic)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-857........... Codepage 857 (Turkish)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-860........... Codepage 860 (Portuguese)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-861........... Codepage 861 (Icelandic)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-862........... Codepage 862 (Hebrew)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-863........... Codepage 863 (French Canadian)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-864........... Codepage 864 (Arabic)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-865........... Codepage 865 (Norwegian, Danish)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-866........... Codepage 866 (Cyrillic/Russian)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-869........... Codepage 869 (Greek)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-874........... Codepage 874 (Thai)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-932........... Codepage 932 (Japanese)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-936........... Codepage 936 (Simplified Chinese)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-949........... Codepage 949 (Korean)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-950........... Codepage 950 (Traditional Chinese)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
         prompt   "kmod-nls-codepage-1250.......... Codepage 1250 (Slavic/Central European)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CDROMs
 	  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)"
         prompt   "kmod-nls-codepage-1251.......... Codepage 1251 (Bulgarian, Belarusian)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  The Microsoft FAT file system family can deal with filenames in
 	  The Microsoft FAT file system family can deal with filenames in
 	  native language character sets. These character sets are stored 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)"
 	prompt   "kmod-nls-ascii.................. ASCII (United States)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	help
 	  An ASCII NLS module is needed if you want to override the
 	  An ASCII NLS module is needed if you want to override the
 	  DEFAULT NLS with this very basic charset and don't want any
 	  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)"
 	prompt   "kmod-nls-iso8859-1.............. NLS ISO 8859-1 (Latin-1; Western European Languages)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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)"
         prompt   "kmod-nls-iso8859-2.............. NLS ISO 8859-2 (Latin-2; Central European Languages)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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)"
         prompt   "kmod-nls-iso8859-3.............. NLS ISO 8859-3 (Latin-3; Esperanto, Galician, Maltese, Turkish)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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)"
         prompt   "kmod-nls-iso8859-4.............. NLS ISO 8859-4 (Latin-4; old Baltic charset)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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)"
         prompt   "kmod-nls-iso8859-5.............. NLS ISO 8859-5 (Cyrillic)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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)"
         prompt   "kmod-nls-iso8859-6.............. NLS ISO 8859-6 (Arabic)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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)"
         prompt   "kmod-nls-iso8859-7.............. NLS ISO 8859-7 (Greek)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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)"
         prompt   "kmod-nls-iso8859-8.............. NLS ISO 8859-8 (Hebrew)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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)"
         prompt   "kmod-nls-iso8859-9.............. NLS ISO 8859-9 (Latin-5; Turkish)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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)"
         prompt   "kmod-nls-iso8859-13............. NLS ISO 8859-13 (Latin-7; Baltic Rim)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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)"
         prompt   "kmod-nls-iso8859-14............. NLS ISO 8859-14 (Latin-8; Celtic)"
         tristate
         tristate
         default n
         default n
-        depends ADK_KPACKAGE_KMOD_NLS
+        depends on ADK_KPACKAGE_KMOD_NLS
         help
         help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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)"
 	prompt   "kmod-nls-iso8859-15............. NLS ISO 8859-15 (Latin-9; Western European Languages with Euro)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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"
 	prompt   "kmod-nls-koi8-r................. NLS KOI8-R (Cryllic for Russian and Bulgarian"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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"
 	prompt   "kmod-nls-koi8-u................. NLS KOI8-U (Cyrillic for Russian, Bulgarian and Ukrainian"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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"
 	prompt   "kmod-nls-utf8................... NLS UTF8"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_NLS
+	depends on ADK_KPACKAGE_KMOD_NLS
 	help
 	help
 	  If you want to display filenames with native language characters
 	  If you want to display filenames with native language characters
 	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
 	  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
 config ADK_KPACKAGE_KMOD_PCMCIA
 	prompt "kmod-pcmcia....................... 16-bit PCMCIA support"
 	prompt "kmod-pcmcia....................... 16-bit PCMCIA support"
 	tristate
 	tristate
-	depends ADK_KPACKAGE_KMOD_PCCARD
+	depends on ADK_KPACKAGE_KMOD_PCCARD
 	select ADK_KERNEL_CRC32
 	select ADK_KERNEL_CRC32
 	default n
 	default n
 
 
 config ADK_KPACKAGE_KMOD_YENTA
 config ADK_KPACKAGE_KMOD_YENTA
 	prompt "kmod-cardbus...................... 32-bit CardBus support"
 	prompt "kmod-cardbus...................... 32-bit CardBus support"
 	tristate
 	tristate
-	depends ADK_KPACKAGE_KMOD_PCCARD
+	depends on ADK_KPACKAGE_KMOD_PCCARD
 	select ADK_KERNEL_CARDBUS
 	select ADK_KERNEL_CARDBUS
 	default n
 	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
 config ADK_KPACKAGE_KMOD_NET_SCH_ATM
 	prompt "kmod-sched-atm.................... ATM Virtual Circuits (ATM)"
 	prompt "kmod-sched-atm.................... ATM Virtual Circuits (ATM)"
 	tristate
 	tristate
-	depends ADK_KPACKAGE_KMOD_ATM
+	depends on ADK_KPACKAGE_KMOD_ATM
 	select ADK_KERNEL_NET_SCHED
 	select ADK_KERNEL_NET_SCHED
 	default n
 	default n
 	help
 	help
@@ -248,7 +248,7 @@ config ADK_KPACKAGE_KMOD_NET_CLS_U32_PERF
 	prompt ".................................. Performance counters support"
 	prompt ".................................. Performance counters support"
 	bool
 	bool
 	select ADK_KERNEL_NET_CLS
 	select ADK_KERNEL_NET_CLS
-	depends ADK_KPACKAGE_KMOD_NET_CLS_U32
+	depends on ADK_KPACKAGE_KMOD_NET_CLS_U32
 	default n
 	default n
 	help
 	help
 	  Say Y here to make u32 gather additional statistics useful for
 	  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"
 	prompt ".................................. Netfilter marks support"
 	bool
 	bool
 	select ADK_KERNEL_NET_CLS
 	select ADK_KERNEL_NET_CLS
-	depends ADK_KPACKAGE_KMOD_NET_CLS_U32
+	depends on ADK_KPACKAGE_KMOD_NET_CLS_U32
-	depends ADK_KPACKAGE_KMOD_NET_CLS_FW
+	depends on ADK_KPACKAGE_KMOD_NET_CLS_FW
 	default n
 	default n
 	help
 	help
 	  Say Y here to be able to use netfilter marks as u32 key.
 	  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"
 	prompt "kmod-act-police................... Traffic Policing"
 	tristate
 	tristate
 	select ADK_KERNEL_NET_CLS_ACT
 	select ADK_KERNEL_NET_CLS_ACT
-	depends ADK_LINUX_2_4
+	depends on ADK_LINUX_2_4
 	default n
 	default n
 	help
 	help
 	  Say Y here if you want to do traffic policing, i.e. strict
 	  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"
 	prompt "kmod-act-police................... Traffic Policing"
 	tristate
 	tristate
 	select ADK_KERNEL_NET_CLS_ACT
 	select ADK_KERNEL_NET_CLS_ACT
-	depends ADK_LINUX_2_6
+	depends on ADK_LINUX_2_6
 	default n
 	default n
 	help
 	help
 	  Say Y here if you want to do traffic policing, i.e. strict
 	  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"
 	prompt "kmod-act-gact..................... Generic actions"
 	tristate
 	tristate
 	select ADK_KERNEL_NET_CLS_ACT
 	select ADK_KERNEL_NET_CLS_ACT
-	depends ADK_LINUX_2_6
+	depends on ADK_LINUX_2_6
 	default n
 	default n
 	help
 	help
 	  Say Y here to take generic actions such as dropping and
 	  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"
 	prompt "kmod-act-mirred................... Redirecting and Mirroring"
 	tristate
 	tristate
 	select ADK_KERNEL_NET_CLS_ACT
 	select ADK_KERNEL_NET_CLS_ACT
-	depends ADK_LINUX_2_6
+	depends on ADK_LINUX_2_6
 	default n
 	default n
 	help
 	help
 	  Say Y here to allow packets to be mirrored or redirected to
 	  Say Y here to allow packets to be mirrored or redirected to
@@ -319,7 +319,7 @@ config ADK_KPACKAGE_KMOD_NET_ACT_IPT
 	tristate
 	tristate
 	select ADK_KERNEL_NET_CLS_ACT
 	select ADK_KERNEL_NET_CLS_ACT
 	select ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
 	select ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
-	depends ADK_LINUX_2_6
+	depends on ADK_LINUX_2_6
 	default n
 	default n
 	help
 	help
 	  Say Y here to be able to invoke iptables targets after successful
 	  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"
 	prompt "kmod-act-pedit.................... Packet Editing"
 	tristate
 	tristate
 	select ADK_KERNEL_NET_CLS_ACT
 	select ADK_KERNEL_NET_CLS_ACT
-	depends ADK_LINUX_2_6
+	depends on ADK_LINUX_2_6
 	default n
 	default n
 	help
 	help
 	  Say Y here if you want to mangle the content of packets.
 	  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
 config ADK_KPACKAGE_KMOD_USB_UHCI_HCD
 	prompt   "kmod-usb-uhci................... Support for UHCI controllers"
 	prompt   "kmod-usb-uhci................... Support for UHCI controllers"
 	tristate
 	tristate
-	depends ADK_KPACKAGE_KMOD_USB
+	depends on ADK_KPACKAGE_KMOD_USB
-	depends !ADK_LINUX_CRIS_FOXBOARD
+	depends on !ADK_LINUX_CRIS_FOXBOARD
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	help
 	help
 	  The Universal Host Controller Interface is a standard by Intel for
 	  The Universal Host Controller Interface is a standard by Intel for
@@ -68,8 +68,8 @@ config ADK_KPACKAGE_KMOD_USB_OHCI_HCD
 	tristate
 	tristate
 	default y if ADK_LINUX_X86_ALIX1C
 	default y if ADK_LINUX_X86_ALIX1C
 	default n
 	default n
-	depends !ADK_LINUX_CRIS_FOXBOARD
+	depends on !ADK_LINUX_CRIS_FOXBOARD
-	depends ADK_KPACKAGE_KMOD_USB
+	depends on ADK_KPACKAGE_KMOD_USB
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	help
 	help
 	  The Open Host Controller Interface (OHCI) is a standard for accessing
 	  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"
 	prompt   "kmod-usb-isp116x................ ISP116X HCD support"
 	tristate
 	tristate
 	default n
 	default n
-	depends !ADK_LINUX_CRIS_FOXBOARD
+	depends on !ADK_LINUX_CRIS_FOXBOARD
 	depends on ADK_KPACKAGE_KMOD_USB
 	depends on ADK_KPACKAGE_KMOD_USB
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	help
 	help
@@ -98,7 +98,7 @@ config ADK_KPACKAGE_KMOD_USB_SL811_HCD
 	prompt   "kmod-usb-sl811.................. SL811HS HCD support"
 	prompt   "kmod-usb-sl811.................. SL811HS HCD support"
 	tristate
 	tristate
 	default n
 	default n
-	depends !ADK_LINUX_CRIS_FOXBOARD
+	depends on !ADK_LINUX_CRIS_FOXBOARD
 	depends on ADK_KPACKAGE_KMOD_USB
 	depends on ADK_KPACKAGE_KMOD_USB
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	help
 	help
@@ -111,10 +111,10 @@ config ADK_KPACKAGE_KMOD_USB_SL811_HCD
 config ADK_KPACKAGE_KMOD_USB_EHCI_HCD
 config ADK_KPACKAGE_KMOD_USB_EHCI_HCD
 	prompt   "kmod-usb-ehci................... Support for USB 2.0 controllers"
 	prompt   "kmod-usb-ehci................... Support for USB 2.0 controllers"
 	tristate
 	tristate
-	depends !ADK_LINUX_CRIS_FOXBOARD
+	depends on !ADK_LINUX_CRIS_FOXBOARD
 	default y if ADK_LINUX_X86_ALIX1C
 	default y if ADK_LINUX_X86_ALIX1C
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_USB
+	depends on ADK_KPACKAGE_KMOD_USB
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	select ADK_PACKAGE_KMOD_USB_CONTROLLER
 	help
 	help
 	  The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
 	  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"
 	prompt "kmod-usb-acm...................... Support for USB modems/isdn controllers"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 
 
 config ADK_KPACKAGE_KMOD_USB_PEGASUS
 config ADK_KPACKAGE_KMOD_USB_PEGASUS
 	prompt "kmod-usb-pegasus.................. Support for USB Pegasus"
 	prompt "kmod-usb-pegasus.................. Support for USB Pegasus"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 
 
 config ADK_KPACKAGE_KMOD_USB_PRINTER
 config ADK_KPACKAGE_KMOD_USB_PRINTER
 	prompt "kmod-usb-printer.................. Support for USB printers"
 	prompt "kmod-usb-printer.................. Support for USB printers"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 
 
 config ADK_KPACKAGE_KMOD_USB_SERIAL
 config ADK_KPACKAGE_KMOD_USB_SERIAL
 	prompt "kmod-usb-serial................... Support for USB-to-serial converters"
 	prompt "kmod-usb-serial................... Support for USB-to-serial converters"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 	help
 	help
 	  Say Y here if you have a USB device that provides normal serial
 	  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
 	  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"
 	prompt   "kmod-usb-serial-belkin.......... Support for Belkin USB-to-serial converters"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_USB_SERIAL
+	depends on ADK_KPACKAGE_KMOD_USB_SERIAL
 	help
 	help
 	  Say Y here if you want to use a Belkin USB Serial single port
 	  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
 	  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"
 	prompt   "kmod-usb-serial-ftdi............ Support for FTDI USB-to-serial converter"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_USB_SERIAL
+	depends on ADK_KPACKAGE_KMOD_USB_SERIAL
 	help
 	help
 	  Say Y here if you want to use a FTDI SIO single port USB to serial
 	  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.
 	  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"
 	prompt   "kmod-usb-serial-mct-u232........ Support for Magic Control Technology USB-to-Serial converters"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_USB_SERIAL
+	depends on ADK_KPACKAGE_KMOD_USB_SERIAL
 	help
 	help
 	  Say Y here if you want to use a USB Serial single port adapter from
 	  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).
 	  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"
 	prompt   "kmod-usb-serial-pl2303.......... Support for Prolific PL2303 USB-to-Serial converters"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_USB_SERIAL
+	depends on ADK_KPACKAGE_KMOD_USB_SERIAL
 	help
 	help
 	  Say Y here if you want to use the PL2303 USB Serial single port
 	  Say Y here if you want to use the PL2303 USB Serial single port
 	  adapter from Prolific.
 	  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"
 	prompt   "kmod-usb-serial-visor........... Support for Handspring Visor / Palm m50x / Sony Clie Driver"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_USB_SERIAL
+	depends on ADK_KPACKAGE_KMOD_USB_SERIAL
 	help
 	help
 	  Say Y here if you want to connect to your HandSpring Visor, Palm
 	  Say Y here if you want to connect to your HandSpring Visor, Palm
 	  m500 or m505 through its USB docking station. See
 	  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"
 	prompt "kmod-usb-storage.................. Support for USB storage devices"
 	tristate
 	tristate
 	default n
 	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_SCSI if !ADK_KERNEL_SCSI
 	select ADK_KPACKAGE_KMOD_BLK_DEV_SD 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"
         prompt "kmod-usb-atm...................... Support for USB ATM devices"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 
 
 config ADK_KPACKAGE_KMOD_USB_ATM_SPEEDTOUCH
 config ADK_KPACKAGE_KMOD_USB_ATM_SPEEDTOUCH
         prompt   "kmod-usb-atm-speedtouch......... Support for USB Speedtouch ADSL modem"
         prompt   "kmod-usb-atm-speedtouch......... Support for USB Speedtouch ADSL modem"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_KPACKAGE_KMOD_USB_ATM
+	depends on ADK_KPACKAGE_KMOD_USB_ATM
 
 
 config ADK_KPACKAGE_KMOD_USB_USBNET
 config ADK_KPACKAGE_KMOD_USB_USBNET
         prompt "kmod-usb-usbnet................... Multi-purpose USB Networking Framework"
         prompt "kmod-usb-usbnet................... Multi-purpose USB Networking Framework"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 
 
 config ADK_KPACKAGE_KMOD_USB_SISUSBVGA
 config ADK_KPACKAGE_KMOD_USB_SISUSBVGA
         prompt "kmod-usb-svga..................... USB 2.0 SVGA dongle support (Net2280/SiS315)"
         prompt "kmod-usb-svga..................... USB 2.0 SVGA dongle support (Net2280/SiS315)"
 	tristate
 	tristate
 	default n
 	default n
-	depends ADK_PACKAGE_KMOD_USB_CONTROLLER
+	depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
 	
 	
 endmenu
 endmenu