diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2007-05-18 20:58:06 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-18 20:58:06 +0000 |
commit | 6ed56496043c9bd898058a2662af33677d2c1a8e (patch) | |
tree | 2dae9007e33d4ab906d12061a6b5403aff907337 /conf | |
parent | b0ef43603f86b6d99d42ed2d8652a6e8dd9fdb18 (diff) |
wgt634u: add machine, part of #2334
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/wgt634u.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/wgt634u.conf b/conf/machine/wgt634u.conf new file mode 100644 index 0000000000..1b4eeafbe3 --- /dev/null +++ b/conf/machine/wgt634u.conf @@ -0,0 +1,17 @@ +#@TYPE: Machine +#@NAME: Netgear wgt634u wireless router +#@DESCRIPTION: Machine configuration for the MIPS based wgt634u devices + +TARGET_ARCH = "mipsel" +MACHINE_FEATURES = "kernel26 usbhost wifi ext2" + + +PREFERRED_PROVIDER_virtual/kernel = "linux-brcm" + +IMAGE_FSTYPES = "tar.gz squashfs-lzma jffs2" + +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --squash --eraseblock=0x10000 -n" + +EXTRA_IMAGECMD_squashfs-lzma = "-nopad -root-owned -le" + + |