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 | bf168bb6b5378261993680fa47aa8129c4cfb3d8 (patch) | |
tree | 9cdc5aa252cffbd4bdad13d2deacbe9a280d4e22 /target | |
parent | a9209c6d573162cd171942b841ae1555f6e74073 (diff) | |
download | upstream-bf168bb6b5378261993680fa47aa8129c4cfb3d8.tar.gz upstream-bf168bb6b5378261993680fa47aa8129c4cfb3d8.tar.bz2 upstream-bf168bb6b5378261993680fa47aa8129c4cfb3d8.zip |
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')
-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 |