diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-03-22 00:18:00 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-03-22 00:18:00 +0000 |
commit | 9dcffd01e521467ec3f2b587be0e41a5aaca49f3 (patch) | |
tree | 2b6354f93442be37f33a176d7c13bcc14794f495 /conf/machine/ts72xx.conf | |
parent | 98cbb1de7c19b9822b091cd6f675950bdbb0ecea (diff) |
conf and linux: update ts72xx to 2.6.24 kernel. Closes 3906.
Diffstat (limited to 'conf/machine/ts72xx.conf')
-rw-r--r-- | conf/machine/ts72xx.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/conf/machine/ts72xx.conf b/conf/machine/ts72xx.conf index 632f3044cc..960deb7337 100644 --- a/conf/machine/ts72xx.conf +++ b/conf/machine/ts72xx.conf @@ -7,13 +7,10 @@ PACKAGE_EXTRA_ARCHS = "armv4t" PREFERRED_PROVIDER_virtual/kernel = "linux" -MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost screen" - -# default is 2.6.22.6 -#PREFERRED_VERSION_linux = "2.6.23-rc5" +MACHINE_FEATURES = "kernel26 ext2 usbhost bluetooth" SERIAL_CONSOLE = "115200 ttyAM0" USE_VT = "0" -CMDLINE = "console=ttyAM0,115200 ip=192.168.1.3:192.168.1.2:192.168.1.2:255.255.255.0 root=/dev/nfs nfsroot=192.168.1.2:/media/data/devel/om2007.2/ts72xx/tmp/deploy/glibc/images/ts72xx/nfs_root" +CMDLINE = "console=ttyAM0,115200 ip=192.168.1.3:192.168.1.2:192.168.1.2:255.255.255.0 root=/dev/nfs nfsroot=192.168.1.2:/media/data/devel/oe/ts72xx-stable/tmp/deploy/glibc/images/ts72xx/nfsroot" require conf/machine/include/tune-arm920t.inc |