⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.in

📁 ZD1211 source code, based on linux 2.44 or linux 2.
💻 IN
字号:
# Use for Chip Driver Selection#mainmenu_option next_comment#	comment 'Kernel Version and Source Path'#	if [ "$ZDCONF_KERN_USE_2_6" != "y" ]; then#		bool "Use Kernel 2.4" ZDCONF_KERN_USE_2_4#		if [ "$ZDCONF_KERN_USE_2_4" == "y" ]; then#			define_string ZDCONF_KERN_2_4_PATH '/usr/src/linux-2.4'#			string "Kernel_Path" ZDCONF_KERN_2_4_PATH#		fi#	fi#	if [ "$ZDCONF_KERN_USE_2_4" != "y" ]; then#   		bool "Use Kernel 2.6" ZDCONF_KERN_USE_2_6#	    if [ "$ZDCONF_KERN_USE_2_6" == "y" ]; then#			define_string ZDCONF_KERN_2_6_PATH '/usr/src/linux-2.6'#	        string "Kernel_Path" ZDCONF_KERN_2_6_PATH#	    fi#	fi#endmenu# 802.11 Featuremainmenu_option next_comment	comment '802.11 Feature Configuration'	bool '802.11a Support' ZDCONF_80211A_SUPPORT	bool 'AP Mode Support' ZDCONF_AP_SUPPORT	bool 'Ad-Hoc Mode Support' ZDCONF_ADHOC_SUPPORT	bool 'PSEUDO Mode Support' ZDCONF_PSEUDO_SUPPORT    bool 'Large Packet Mode Support(1212B only)' ZDCONF_LP_SUPPORT    bool 'AP Client (Wireless Bridge) Support' ZDCONF_APCendmenu# RF Module Supportmainmenu_option next_comment    comment 'RF Module Support'    bool 'UW2453 RF Support(802.11b/g)' ZDCONF_RF_UW2453_SUPPORT    bool 'AR2124 RF Support(802.11b/g)' ZDCONF_RF_AR2124_SUPPORT    bool 'Airoha AL2230(s) Support(802.11b/g)' ZDCONF_RF_AL2230_SUPPORT	bool 'Airoha AL2232 Support(802.11b/g)' ZDCONF_RF_AL2232_SUPPORT	bool 'Airoha AL7230B Support(802.11a/b/g)' ZDCONF_RF_AL7230B_SUPPORT	bool 'RFMD Support(802.11b/g)' ZDCONF_RF_RFMD_SUPPORTendmenu# Dynamic Tunning Functionsmainmenu_option next_comment	comment 'Dynamic Tunning Functions'    bool 'Station Power Saving Mode' ZDCONF_STA_PSMendmenu# Debugging Configurationmainmenu_option next_comment	comment 'Debugging Configuration'    bool 'Debug Purpose Message Function in Normal Situation' ZDCONF_DBGMSG_NORMALendmenumainmenu_option next_comment	comment 'System Integration'	bool 'Windows Production Tool Interfaces' ZDCONF_WIN_PROD_IFACEendmenumainmenu_option next_comment	comment 'General Functions'	bool 'MAC address Config by ifconfgi hw ether ' ZDCONF_SETMAC_SUPPORT	bool 'MC address Config (if no, use promisc, allmulti to allow all)  ' ZDCONF_SETMULTI_SUPPORT	bool 'Driver forward Broadcast in AP Mode' ZDCONF_DRV_FORWARD	bool 'Signal Quality Information' ZDCONF_SIGNAL_INFO	bool 'Full Known PID/VID Table' ZDCONF_FULL_IDS	bool 'MIC Check Support' ZDCONF_MIC_CHECK	bool 'Region Dynamic Configuration' ZDCONF_REGION_CONFIG	bool 'IWPRIV Connect Support' ZDCONF_IWPRIV_CONNECT    bool 'Full TIM bitmap FIX (MUST OPTION for AP)' ZDCONF_FULL_TIM_FIXendmenumainmenu_option next_comment	comment 'Specific Plateform Fix'	bool 'RDC plateform rx buffer copying' ZDCONF_EXTRA_FIX_RDC	bool 'IPC compatibility fix' ZDCONF_EXTRA_FIX_IPCendmenumainmenu_option next_comment    comment 'Porting Options(x86 turns all off)'    bool 'Is your platform is big endian?' ZDCONF_PORTING_BIGENDIANendmenu

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -