diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-28 20:16:14 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-28 20:16:14 +0000 |
commit | 264c4b2031d29db0ed1a449e6f932e7534bb2df2 (patch) | |
tree | 9cdc5aa252cffbd4bdad13d2deacbe9a280d4e22 /target/linux | |
parent | d993d0d4b15451a6412a1d59528790db0ff91f90 (diff) |
tag etrax broken with the new uClibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10014 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |