diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-04-01 12:05:27 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-04-01 12:05:27 +0000 |
commit | d3b9b93dd3df29460b21b1b4daa556f81f5780ba (patch) | |
tree | cc73f5514469c1e04792265df26b16380e00a843 /target/linux/x86/Makefile | |
parent | 6e383d7ef0894885429728affbf94c7d5a2bbe46 (diff) | |
download | upstream-d3b9b93dd3df29460b21b1b4daa556f81f5780ba.tar.gz upstream-d3b9b93dd3df29460b21b1b4daa556f81f5780ba.tar.bz2 upstream-d3b9b93dd3df29460b21b1b4daa556f81f5780ba.zip |
add a subtarget and drivers for the Intel Tolapai SoC
SVN-Revision: 20648
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 cd7c1b5c01..4cf011af78 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 tgz -SUBTARGETS=generic olpc xen_domu +SUBTARGETS=generic olpc xen_domu ep80579 LINUX_VERSION:=2.6.32.10 |