git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0ef436
)
wgt634u: add machine, part of #2334
author
Thomas Kunze
<thommycheck@gmx.de>
Fri, 18 May 2007 20:58:06 +0000
(20:58 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 18 May 2007 20:58:06 +0000
(20:58 +0000)
conf/machine/wgt634u.conf
[new file with mode: 0644]
patch
|
blob
diff --git a/conf/machine/wgt634u.conf
b/conf/machine/wgt634u.conf
new file mode 100644
(file)
index 0000000..
1b4eeaf
--- /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"
+
+