diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-07 15:25:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-07 15:25:15 +0000 |
commit | 01be18725fff237060e2bcb73449c5475f40af56 (patch) | |
tree | 0abc87218cb556fcf962026b5774d2c6f0743147 | |
parent | ee7fcc6d27d4578e940c3e2d04d26479f2c65d27 (diff) | |
download | mtk-20170518-01be18725fff237060e2bcb73449c5475f40af56.zip mtk-20170518-01be18725fff237060e2bcb73449c5475f40af56.tar.gz mtk-20170518-01be18725fff237060e2bcb73449c5475f40af56.tar.bz2 |
also supports pcmcia
SVN-Revision: 15693
-rw-r--r-- | target/linux/brcm63xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index 94cc44a..a5d1e3f 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=brcm63xx BOARDNAME:=Broadcom BCM63xx -FEATURES:=squashfs jffs2 usb atm pci +FEATURES:=squashfs jffs2 usb atm pci pcmcia LINUX_VERSION:=2.6.27.22 include $(INCLUDE_DIR)/target.mk |