diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2009-02-04 14:32:16 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2009-02-04 14:32:16 +0000 |
commit | 24dc7cbeb3180a93b8495b42fefed5e9a0973a87 (patch) | |
tree | c7c7fe9bce63c81ce6f4fe13fa7e63642447f59e /target/linux/etrax/Makefile | |
parent | d0ceb30281c130b23814cd7139e2e3f8b0892d52 (diff) | |
download | master-187ad058-24dc7cbeb3180a93b8495b42fefed5e9a0973a87.tar.gz master-187ad058-24dc7cbeb3180a93b8495b42fefed5e9a0973a87.tar.bz2 master-187ad058-24dc7cbeb3180a93b8495b42fefed5e9a0973a87.zip |
Prepare etrax for kernel update and update kernel configure for 2.6.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14406 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/etrax/Makefile')
-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 e9a33c5828..fbb3ae41fb 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 broken +FEATURES:=squashfs jffs2 LINUX_VERSION:=2.6.25.20 include $(INCLUDE_DIR)/target.mk |