From 5dd0bbb5d57e4093f9bff1fb5c470d7b6726a8da Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 18 May 2007 09:55:10 +0000 Subject: fic-gta01: add 'phone' machine feature --- conf/machine/fic-gta01.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index f10797bbaf..c479075285 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -9,7 +9,7 @@ PACKAGE_EXTRA_ARCHS = "armv4t" PREFERRED_PROVIDER_virtual/kernel = "linux-gta01" -MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" +MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone" MACHINE_EXTRA_RDEPENDS = "alsa-state" -- cgit v1.2.3 From 6ed56496043c9bd898058a2662af33677d2c1a8e Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Fri, 18 May 2007 20:58:06 +0000 Subject: wgt634u: add machine, part of #2334 --- conf/machine/wgt634u.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conf/machine/wgt634u.conf (limited to 'conf/machine') 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" + + -- cgit v1.2.3