Use PCI for rdc
[openwrt/svn-archive/archive.git] / target / linux / rdc / Makefile
index ac49adeb97482b715a7600b94a1ddf9d268d2712..d3717b7137bce1e1505ab0d82ea72e352cdfb4d5 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=i386
 BOARD:=rdc
 BOARDNAME:=RDC321x x86
-FEATURES:=squashfs jffs2 broken
+FEATURES:=squashfs jffs2 broken pci
 
 LINUX_VERSION:=2.6.22.4
 
@@ -32,7 +32,4 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
   endef
 endif
 
-# include the profiles
--include profiles/*.mk
-
 $(eval $(call BuildTarget))