diff options
author | markus <markus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-18 12:20:36 +0000 |
---|---|---|
committer | markus <markus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-18 12:20:36 +0000 |
commit | 76d5263125179621e8c7b816d58159f2b4e6c1e9 (patch) | |
tree | c1cfcb7d6123e249335558fd2df33700f1197a14 /target/linux | |
parent | 483038127e16b848fe9ccc7e11831ee81d7aef21 (diff) |
added feature "pcmcia"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20268 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm47xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 66663035a..0d59b363e 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=brcm47xx BOARDNAME:=Broadcom BCM947xx/953xx -FEATURES:=squashfs usb +FEATURES:=squashfs usb pcmcia LINUX_VERSION:=2.6.32.9 |