diff options
author | John Crispin <blogic@openwrt.org> | 2008-05-11 14:31:18 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-05-11 14:31:18 +0000 |
commit | 0e4b97e792da030a51dd56da6e101642e4bc0cec (patch) | |
tree | 59d6f0ce28231776ac82a93415b0871748af5199 | |
parent | 6f1f290a3e2a63d7c422767bd72cb8b710cbe98f (diff) | |
download | upstream-0e4b97e792da030a51dd56da6e101642e4bc0cec.tar.gz upstream-0e4b97e792da030a51dd56da6e101642e4bc0cec.tar.bz2 upstream-0e4b97e792da030a51dd56da6e101642e4bc0cec.zip |
ifxmips is no longer b0rked
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11111 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |