diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-19 20:30:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-19 20:30:11 +0000 |
commit | 80ff6a1d25d115bef8defadfcfefc81654901c64 (patch) | |
tree | cb9c481348170dff0cbc6a64eaf385bd39fad24b /target/linux/ar7-2.4 | |
parent | a475aaa39f0c6b91656eeb9eda82027d0990fcf5 (diff) | |
download | upstream-80ff6a1d25d115bef8defadfcfefc81654901c64.tar.gz upstream-80ff6a1d25d115bef8defadfcfefc81654901c64.tar.bz2 upstream-80ff6a1d25d115bef8defadfcfefc81654901c64.zip |
autodetect atm, pci, usb, pcmcia features from kernel config file
SVN-Revision: 5586
Diffstat (limited to 'target/linux/ar7-2.4')
-rw-r--r-- | target/linux/ar7-2.4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7-2.4/Makefile b/target/linux/ar7-2.4/Makefile index df29ef269c..f59343756f 100644 --- a/target/linux/ar7-2.4/Makefile +++ b/target/linux/ar7-2.4/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=ar7 BOARDNAME:=TI AR7 -FEATURES:=atm squashfs jffs2 +FEATURES:=squashfs jffs2 define Target/Description Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2) |