summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-07 14:07:03 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-07 14:07:03 +0000
commitd257bf48d8edef2c7b1690c482bd88c5c88145bf (patch)
tree23253c51a3d1aab62286d8f20cae95f4f66006ce
parente5aa5ddc36b6beee83aac1fb70cc3396e6adb43e (diff)
downloadmaster-31e0f0ae-d257bf48d8edef2c7b1690c482bd88c5c88145bf.tar.gz
master-31e0f0ae-d257bf48d8edef2c7b1690c482bd88c5c88145bf.tar.bz2
master-31e0f0ae-d257bf48d8edef2c7b1690c482bd88c5c88145bf.zip
Add pcmcia support on x86 target This is useful for some notebooks which still exist and have this hardware.
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15685
-rw-r--r--target/linux/x86/Makefile2
1 files changed, 1 insertions, 1 deletions
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