1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

linux-rp: Add 802.11 driver for HTC Universal.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2547 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Samuel Ortiz
2007-08-23 16:52:44 +00:00
parent d1e1cc0d9a
commit 62a6dcc798
3 changed files with 33535 additions and 1 deletions
+7 -1
View File
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.22
# Thu Aug 23 14:47:39 2007
# Thu Aug 23 16:10:44 2007
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -583,8 +583,14 @@ CONFIG_NETDEV_10000=y
#
# Wireless LAN
#
CONFIG_NET_RADIO=y
# CONFIG_NET_WIRELESS_RTNETLINK is not set
# CONFIG_WLAN_PRE80211 is not set
# CONFIG_WLAN_80211 is not set
CONFIG_ACX=m
CONFIG_ACX_MEM=y
# CONFIG_ACX_CS is not set
CONFIG_ACX_HTCUNIVERSAL=m
# CONFIG_WAN is not set
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
File diff suppressed because it is too large Load Diff
+2
View File
@@ -109,4 +109,6 @@ SRC_URI_append_tosa = "\
file://wm97xx-lcdnoise-r0.patch;patch=1 "
# ${DOSRC}/tosa-asoc-r1.patch;patch=1 "
SRC_URI_append_htcuniversal ="file://htcuni-acx.patch;patch=1;status=external"
S = "${WORKDIR}/linux-2.6.22"