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/magicbox-2.6 | |
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/magicbox-2.6')
-rw-r--r-- | target/linux/magicbox-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/magicbox-2.6/Makefile b/target/linux/magicbox-2.6/Makefile index d51c8e483b..5e36e82c42 100644 --- a/target/linux/magicbox-2.6/Makefile +++ b/target/linux/magicbox-2.6/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=magicbox BOARDNAME:=Magicbox -FEATURES:=pci jffs2 +FEATURES:=jffs2 LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 |