Browse Source

dump to 2.6.30-rc5, override device_type

SVN-Revision: 15744
Claudio Mignanti 17 years ago
parent
commit
8df0db79a6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      target/linux/etrax/Makefile

+ 2 - 1
target/linux/etrax/Makefile

@@ -10,7 +10,8 @@ ARCH:=cris
 BOARD:=etrax
 BOARDNAME:=Foxboard (ETRAX 100LX)
 FEATURES:=squashfs jffs2
-LINUX_VERSION:=2.6.29.2
+LINUX_VERSION:=2.6.30-rc5
+DEVICE_TYPE=
 
 include $(INCLUDE_DIR)/target.mk