From d257bf48d8edef2c7b1690c482bd88c5c88145bf Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 7 May 2009 14:07:03 +0000 Subject: [PATCH] Add pcmcia support on x86 target This is useful for some notebooks which still exist and have this hardware. Signed-off-by: Vasilis Tsiligiannis SVN-Revision: 15685 --- target/linux/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index d1f0f70a01..2a82cec9b1 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH=i386 BOARD:=x86 BOARDNAME:=x86 -FEATURES:=squashfs jffs2 ext2 vdi vmdk tgz +FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia tgz SUBTARGETS=generic LINUX_VERSION:=2.6.28.10 -- 2.30.2