wok diff rt2860sta/stuff/RT2860-config.mk.patch @ rev 2883

Add libmtp, libmtp-dev MTP (MTP library)
author Theophile Rascagneres <keupont@no-log.org>
date Mon May 04 17:17:39 2009 +0000 (2009-05-04)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rt2860sta/stuff/RT2860-config.mk.patch	Mon May 04 17:17:39 2009 +0000
     1.3 @@ -0,0 +1,35 @@
     1.4 +--- os/linux/config.mk	Thu Sep 18 05:27:46 2008
     1.5 ++++ os/linux/config.mk	Sat Mar  7 19:39:13 2009
     1.6 +@@ -5,10 +5,10 @@
     1.7 + HAS_28xx_QA=n
     1.8 + 
     1.9 + # Support Wpa_Supplicant
    1.10 +-HAS_WPA_SUPPLICANT=n
    1.11 ++HAS_WPA_SUPPLICANT=y
    1.12 + 
    1.13 + # Support Native WpaSupplicant for Network Maganger
    1.14 +-HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
    1.15 ++HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
    1.16 + 
    1.17 + #Support Net interface block while Tx-Sw queue full
    1.18 + HAS_BLOCK_NET_IF=n
    1.19 +@@ -39,6 +39,8 @@
    1.20 + #Support features of 802.11n
    1.21 + HAS_DOT11_N_SUPPORT=y
    1.22 + 
    1.23 ++#Support EeePC Special setting
    1.24 ++HAS_EEEPC_SPECIAL_SETTING=y
    1.25 + 
    1.26 + #################################################
    1.27 + 
    1.28 +@@ -49,6 +51,10 @@
    1.29 + 
    1.30 + 
    1.31 + #################################################
    1.32 ++
    1.33 ++ifeq ($(HAS_EEEPC_SPECIAL_SETTING),y)
    1.34 ++WFLAGS += -DEEEPC_SPECIAL_SETTING
    1.35 ++endif
    1.36 + 
    1.37 + #ifdef CONFIG_STA_SUPPORT
    1.38 + # config for STA mode