diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-05 16:38:08 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-07 00:26:58 +0200 |
commit | ce5330e6ed80736986b9e68fbe936834c660ea10 (patch) | |
tree | 2508515d1264814bbf24f589dce5089c7b28640b /recipes | |
parent | 03983dc2b0b4a95ae53b715ac7c05181be5ce25d (diff) |
linux-leviathan: bump to latest version; enable mac80211 and cfg80211
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/linux-leviathan/defconfig | 12 | ||||
-rw-r--r-- | recipes/linux/linux-leviathan_git.bb | 6 |
2 files changed, 8 insertions, 10 deletions
diff --git a/recipes/linux/linux-leviathan/defconfig b/recipes/linux/linux-leviathan/defconfig index e189a83a15..6f05a756d8 100644 --- a/recipes/linux/linux-leviathan/defconfig +++ b/recipes/linux/linux-leviathan/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32 -# Sun Apr 4 22:06:41 2010 +# Mon Apr 5 16:18:45 2010 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -362,10 +362,8 @@ CONFIG_HAVE_AOUT=y # CONFIG_PM=y # CONFIG_PM_DEBUG is not set -# CONFIG_PM_VERBOSE is not set CONFIG_PM_SLEEP=y CONFIG_SUSPEND=y -# CONFIG_PM_TEST_SUSPEND is not set CONFIG_SUSPEND_FREEZER=y CONFIG_HAS_WAKELOCK=y CONFIG_HAS_EARLYSUSPEND=y @@ -654,17 +652,17 @@ CONFIG_BT_HCIUART_LL=y # CONFIG_AF_RXRPC is not set CONFIG_FIB_RULES=y CONFIG_WIRELESS=y -CONFIG_CFG80211=m +CONFIG_CFG80211=y # CONFIG_NL80211_TESTMODE is not set -# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set -# CONFIG_CFG80211_REG_DEBUG is not set +CONFIG_CFG80211_DEVELOPER_WARNINGS=y +CONFIG_CFG80211_REG_DEBUG=y CONFIG_CFG80211_DEFAULT_PS=y CONFIG_CFG80211_DEFAULT_PS_VALUE=1 # CONFIG_WIRELESS_OLD_REGULATORY is not set CONFIG_WIRELESS_EXT=y CONFIG_WIRELESS_EXT_SYSFS=y # CONFIG_LIB80211 is not set -CONFIG_MAC80211=m +CONFIG_MAC80211=y CONFIG_MAC80211_RC_MINSTREL=y # CONFIG_MAC80211_RC_DEFAULT_PID is not set CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y diff --git a/recipes/linux/linux-leviathan_git.bb b/recipes/linux/linux-leviathan_git.bb index 34a01a6245..98259feeb5 100644 --- a/recipes/linux/linux-leviathan_git.bb +++ b/recipes/linux/linux-leviathan_git.bb @@ -2,15 +2,15 @@ require linux.inc DEPENDS = "android-image-utils-native" PV = "2.6.32+${PR}+gitr${SRCREV}" -PR = "r7" +PR = "r9" COMPATIBLE_MACHINE = "htcdream" CMDLINE = "console=tty1 root=/dev/mmcblk0p1 rootdelay=8 fbcon=rotate:1 panic=30 mem=110M" #CMDLINE = "console=tty1 root=/dev/mmcblk0p1 rootdelay=8 fbcon=rotate:1 panic=30 mem=110M earlysuspend.debug_mask=3" -SRCREV_LAST_GOOD = "48afbaf19428893b7aec0a385970f300c38300c3" -SRCREV = "00243f441ef12bd6823007759c7c1fc91ecda55d" +SRCREV_LAST_GOOD = "00243f441ef12bd6823007759c7c1fc91ecda55d" +SRCREV = "6da1f24ce9110b49866304ad5eaa29bfbdc248df" SRC_URI = "\ git://gitorious.org/htc-msm-2-6-32/leviathan-incoming.git;protocol=git;branch=msm-gnuconform \ |