set DEVICE_TYPE to developerboard
[openwrt/openwrt.git] / target / linux / ep93xx / Makefile
index 1634c808157fcb641ffc5bf4629acea24c767c31..d8f20b8b4a794589c68567977eabd318ca2f7ac0 100644 (file)
@@ -9,11 +9,13 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=ep93xx
 BOARDNAME:=Cirrus Logic EP93xx
-FEATURES:=squashfs jffs2 ext4 targz usb
+FEATURES:=squashfs jffs2 ext4 targz usb broken
 CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=2.6.39.2
+LINUX_VERSION:=3.3.8
+
+DEVICE_TYPE:=developerboard
 
 include $(INCLUDE_DIR)/target.mk