merge /lib/functions/boot.sh and /lib/functions.sh
[openwrt/svn-archive/archive.git] / target / linux / ep93xx / Makefile
index 90e71d27127c3cfb33117f1bf44cbf1c471a852b..495044ed893be41441504fbf6be3369b246be841 100644 (file)
@@ -9,10 +9,13 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=ep93xx
 BOARDNAME:=Cirrus Logic EP93xx
-FEATURES:=squashfs jffs2 ext4 targz usb
-CFLAGS:=-Os -pipe -march=armv4t -funit-at-a-time
+FEATURES:=squashfs jffs2 ext4 targz usb display sound
+CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves
+MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=2.6.36.2
+LINUX_VERSION:=3.6.11
+
+DEVICE_TYPE:=developerboard
 
 include $(INCLUDE_DIR)/target.mk