wok-6.x diff rt2860sta/stuff/RT2860-config.mk.patch @ rev 2541
Add pangomm (deps to update and fix build of gtkmm)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 22 23:04:01 2009 +0100 (2009-03-22) |
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 Sun Mar 22 23:04:01 2009 +0100 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