[oe-commits] Michael 'Mickey' Lauer : linux-n900: enable nat, connection tracking, etc. to get tethering

git version control git at git.openembedded.org
Thu Dec 16 17:18:00 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c78db7ab87ad70206f022a1cd787cbe644919a2e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c78db7ab87ad70206f022a1cd787cbe644919a2e

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Dec 16 18:17:16 2010 +0100

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 1908ae9..6d1f0f6 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 8d835f2..e9ed280 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"





More information about the Openembedded-commits mailing list