diff options
author | Bruno Randolf <br1@subnet.at> | 2004-10-01 16:22:55 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-10-01 16:22:55 +0000 |
commit | 4c1c43c4c107e0770be7ddb18378aacadc578717 (patch) | |
tree | 9d17d482954601ffa67cec64c7fa48323bbbcb22 /conf | |
parent | 903d65b2f67a60eb01420bce896fdbcc1dc6318c (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages
2004/10/01 18:20:45+02:00 (none)!br1
linux-libc-headers: a better fix for mipsel include problems
2004/10/01 18:18:25+02:00 (none)!br1
mtx-1 and nylon updates
2004/10/01 18:14:35+02:00 (none)!br1
some initscripts fixes
BKrev: 415d845fhRK74UgeJN_R5X4UKLTUKQ
Diffstat (limited to 'conf')
-rw-r--r-- | conf/mtx-1.conf | 18 | ||||
-rw-r--r-- | conf/nylon.conf | 10 |
2 files changed, 18 insertions, 10 deletions
diff --git a/conf/mtx-1.conf b/conf/mtx-1.conf index e69de29bb2..6b11df78da 100644 --- a/conf/mtx-1.conf +++ b/conf/mtx-1.conf @@ -0,0 +1,18 @@ +#@TYPE: Machine +#@NAME: 4G Systems mtx-1 +#@DESCRIPTION: Machine configuration for the mtx-1 (aka MeshCube) + +TARGET_ARCH = "mipsel" +IPKG_ARCHS = "all mipsel ${MACHINE}" + +PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-1" +CVSDATE_linux-mtx-1 = "20040927" + +EXTRA_IMAGECMD_jffs2 = "--pad=0x1c00000 --little-endian --eraseblock=0x20000 -n" + +# does not gain any speed and just creates problems: +# TARGET_CC_ARCH = "-march=mips32" + +USE_DEVFS = "1" +USE_VT = "0" +SERIAL_CONSOLE = "115200 tts/0 vt100"
\ No newline at end of file diff --git a/conf/nylon.conf b/conf/nylon.conf index 2d197db225..2e50fc37fd 100644 --- a/conf/nylon.conf +++ b/conf/nylon.conf @@ -29,13 +29,3 @@ PREFERRED_VERSION_gcc = "3.3.4" PREFERRED_VERSION_binutils-cross = "2.14.90.0.7" PREFERRED_VERSION_binutils-cross-sdk = "2.14.90.0.7" PREFERRED_VERSION_binutils = "2.14.90.0.7" - -BOOTSTRAP_EXTRA_RDEPENDS = "${@linux_module_packages('${NYLON_MODULES}')}" - -NYLON_MODULES = \ -ipv6 \ -ipsec \ -tun \ -af_packet \ -ppp-async ppp-deflate ppp-generic slhc \ -ip-gre ip-tables ipip
\ No newline at end of file |