diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:16:14 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:16:14 +0000 |
commit | 4ca15aebe07bba2ac33a1b50d7dd627894b6674d (patch) | |
tree | c21b2c80c4ac4ba9a6d71fd24ae697caa5c2cf94 /target | |
parent | 9aa6d18e2dc6368bcf1467226792f4081ed3bda1 (diff) | |
download | upstream-4ca15aebe07bba2ac33a1b50d7dd627894b6674d.tar.gz upstream-4ca15aebe07bba2ac33a1b50d7dd627894b6674d.tar.bz2 upstream-4ca15aebe07bba2ac33a1b50d7dd627894b6674d.zip |
tag etrax broken with the new uClibc
SVN-Revision: 10014
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/etrax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/etrax/Makefile b/target/linux/etrax/Makefile index e644c652b5..cba93cf8ea 100644 --- a/target/linux/etrax/Makefile +++ b/target/linux/etrax/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=cris BOARD:=etrax BOARDNAME:=Foxboard (ETRAX 100LX) -FEATURES:=squashfs jffs2 +FEATURES:=squashfs jffs2 broken LINUX_VERSION:=2.6.19.2 include $(INCLUDE_DIR)/target.mk |