linux-n900: enable nat, connection tracking, etc. to get tethering
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 16 Dec 2010 17:17:16 +0000 (18:17 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 16 Dec 2010 17:18:36 +0000 (18:18 +0100)
conf/machine/nokia900.conf
recipes/linux/linux-nokia900_git.bb

index 1908ae9..6d1f0f6 100644 (file)
@@ -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"
index 8d835f2..e9ed280 100644 (file)
@@ -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"