diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-10 22:48:33 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-10 22:48:33 +0000 |
commit | e9b7a65dec5a524a05e77eef333a95dcc3ebd57e (patch) | |
tree | 6d000bb59c47a2d9aa270e14d52c4c6677b0b10f /target/linux/x86/Makefile | |
parent | 720cb42823968bbf40b52976de6c4a577ef77ac3 (diff) | |
download | master-187ad058-e9b7a65dec5a524a05e77eef333a95dcc3ebd57e.tar.gz master-187ad058-e9b7a65dec5a524a05e77eef333a95dcc3ebd57e.tar.bz2 master-187ad058-e9b7a65dec5a524a05e77eef333a95dcc3ebd57e.zip |
[Patch v2] Geos -- new x86 subtarget definition
This defines the Geos platform from Traverse Technologies in AUS.
This is a Geode LX800 with 512MB of DDR400 memory, 2 8139CP interfaces, 2 Solos ADSL2+ interfaces, USB, serial console, CF slot, and miniPCI slot.
I'll add support for the LEDs separately.
Signed-off-by: Philip A. Prindeville
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23390 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/Makefile')
-rw-r--r-- | target/linux/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index a1d7ec6255..2b89b5cd0f 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,7 +10,7 @@ ARCH:=i386 BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia targz -SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest +SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos LINUX_VERSION:=2.6.32.24 |