	menu "HTML GUI -- Main"
		depends on CONFIG_WWW

	config CONFIG_WWW_POE
		bool "HTML GUI PPPoE PAGE"
		default y
		depends on CONFIG_WWW
		help
		Install the defined CMO_UI_FLAG "CONFIG_POE" of pppoe related pages in www or not.

	config CONFIG_WWW_PPTP
		bool "HTML GUI PPTP PAGE"
		default y
		depends on CONFIG_WWW
		help
		Install the defined CMO_UI_FLAG "CONFIG_PPTP" of pptp related pages in www or not.

	config CONFIG_WWW_L2TP
		bool "HTML GUI L2TP PAGE"
		default y
		depends on CONFIG_WWW
		help
		Install the defined CMO_UI_FLAG "CONFIG_L2TP" of l2tp related pages in www or not.

	config CONFIG_WWW_BIGPOND
		bool "HTML GUI Bigpond PAGE"
		default y
		depends on CONFIG_WWW
		help
		Install the defined CMO_UI_FLAG "CONFIG_BIGPOND" of bigpond related pages in www or not.

	config CONFIG_WWW_RUSPOE
		bool "HTML GUI Russia PPPoE PAGE"
		default y
		depends on CONFIG_WWW
		help
		Install the defined CMO_UI_FLAG "CONFIG_RUSPOE" of russia pppoe related pages in www or not.

	config CONFIG_WWW_RUSPPTP
		bool "HTML GUI Russia PPTP PAGE"
		default y
		depends on CONFIG_WWW
		help
		Install the defined CMO_UI_FLAG "CONFIG_RUSPPTP" of russia pptp related pages in www or not.

	config CONFIG_WWW_RUSL2TP
		bool "HTML GUI Russia L2TP PAGE"
		default y
		depends on CONFIG_WWW
		help
		Install the defined CMO_UI_FLAG "CONFIG_RUSL2TP" of russia l2tp related pages in www or not.

	endmenu

	menu "HTML GUI -- Wireless"
		depends on CONFIG_WWW

	config CONFIG_WWW_WPS
		bool "HTML GUI WPS PAGES"
		default y
		depends on CONFIG_WWW
		help
		Install the defined CMO_UI_FLAG "CONFIG_WPS" of WPS related pages in www or not.

	endmenu

	menu "HTML GUI -- ADVANCED"
		depends on CONFIG_WWW

    config CONFIG_WWW_ADVANCED_IPV6
        bool "HTML GUI IPv6 PAGES"
        default y
        depends on CONFIG_WWW
        help
        Install the defined CMO_UI_FLAG "IPV6_SUPPORT" of ipv6 related pages in www or not.

    config CONFIG_WWW_ADVANCED_WISH
        bool "HTML GUI WISH PAGES"
        default y
        depends on CONFIG_WWW
        help
        Install the defined CMO_UI_FLAG "CONFIG_WISH" of WISH related pages in www or not.

    config CONFIG_WWW_ADVANCED_QOS
        bool "HTML GUI QoS PAGES"
        default y
        depends on CONFIG_WWW
        help
        Install the defined CMO_UI_FLAG "CONFIG_QOS" of QoS related pages in www or not.
    endmenu

    menu "HTML GUI -- TOOLS"
        depends on CONFIG_WWW
    endmenu

    menu "HTML GUI -- STATUS"
        depends on CONFIG_WWW
    endmenu

