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 | ef90a4e2f59c414c425131ca0fc15e0056839346 (patch) | |
tree | 13f241e2689cdc703a47eea9fd5f552e402b78a6 /target/linux/ar7-2.4 | |
parent | 349bcedc1263fd6a79ae593f0a7f96949b3400ee (diff) | |
download | upstream-ef90a4e2f59c414c425131ca0fc15e0056839346.tar.gz upstream-ef90a4e2f59c414c425131ca0fc15e0056839346.tar.bz2 upstream-ef90a4e2f59c414c425131ca0fc15e0056839346.zip |
autodetect atm, pci, usb, pcmcia features from kernel config file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5586 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |