diff options
author | John Crispin <john@openwrt.org> | 2008-05-11 14:31:18 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-05-11 14:31:18 +0000 |
commit | 6ba929a0475826ace5a7d3d72100781bf1fec00a (patch) | |
tree | 986a4699c6ab2dcaa916700a64cbc693a1619738 | |
parent | 2c62010bd582a84e3d9607068b89576fcea659d9 (diff) | |
download | upstream-6ba929a0475826ace5a7d3d72100781bf1fec00a.tar.gz upstream-6ba929a0475826ace5a7d3d72100781bf1fec00a.tar.bz2 upstream-6ba929a0475826ace5a7d3d72100781bf1fec00a.zip |
ifxmips is no longer b0rked
SVN-Revision: 11111
-rw-r--r-- | target/linux/ifxmips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile index 19f11eafdf..ea5fa0afb5 100644 --- a/target/linux/ifxmips/Makefile +++ b/target/linux/ifxmips/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=ifxmips BOARDNAME:=Infineon Mips -FEATURES:=squashfs jffs2 broken +FEATURES:=squashfs jffs2 LINUX_VERSION:=2.6.25.1 include $(INCLUDE_DIR)/target.mk |