From c78db7ab87ad70206f022a1cd787cbe644919a2e Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Thu, 16 Dec 2010 18:17:16 +0100 Subject: [PATCH] linux-n900: enable nat, connection tracking, etc. to get tethering --- conf/machine/nokia900.conf | 5 +++-- recipes/linux/linux-nokia900_git.bb | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf index 1908ae9b82..6d1f0f66e9 100644 --- a/conf/machine/nokia900.conf +++ b/conf/machine/nokia900.conf @@ -14,7 +14,8 @@ XSERVER = "xserver-xorg \ xf86-input-keyboard \ xf86-video-omapfb " -MACHINE_EXTRA_RRECOMMENDS = "watchdog \ +MACHINE_EXTRA_RRECOMMENDS = "\ + watchdog \ kernel-module-g-nokia \ kernel-module-tsl2563 \ kernel-module-smc91x \ @@ -74,4 +75,4 @@ module_autoload_g_ether = "g_ether" # Copied from include/omap3.inc (as we do not use linux-omap recipes): # # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r55" +MACHINE_KERNEL_PR = "r56" diff --git a/recipes/linux/linux-nokia900_git.bb b/recipes/linux/linux-nokia900_git.bb index 8d835f222f..e9ed280d10 100644 --- a/recipes/linux/linux-nokia900_git.bb +++ b/recipes/linux/linux-nokia900_git.bb @@ -5,9 +5,10 @@ PV = "${KERNEL_RELEASE}+gitr${SRCPV}" SRCREV = "e93534addfc33a2fefbca13cb86a8f787e4b650c" -SRC_URI = "git://git.freesmartphone.org/linux-2.6.git;protocol=git;branch=nokia900/master \ - file://defconfig" - +SRC_URI = "\ + git://git.freesmartphone.org/linux-2.6.git;protocol=git;branch=nokia900/master \ + file://defconfig \ +" S = "${WORKDIR}/git" CMDLINE_nokia900 = "snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk1p1 rootdelay=10 panic=20" -- 2.39.5