3.13: add missing symbol
[openwrt.git] / target / linux / omap / Makefile
index b47c585..ec01114 100644 (file)
@@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=omap
 BOARDNAME:=TI OMAP3/4/AM33xx
-FEATURES:=usb usbgadget ext4 targz fpu audio display
+FEATURES:=usb usbgadget ext4 targz fpu audio display ubifs
 CPU_TYPE:=cortex-a9
 CPU_SUBTYPE:=vfpv3
 
-LINUX_VERSION:=3.12.5
+LINUX_VERSION:=3.13.2
 
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
@@ -23,8 +23,6 @@ include $(INCLUDE_DIR)/target.mk
 
 DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
 
-DEVICE_TYPE=developerboard
-
 define Target/Description
        TI OMAP boards
 endef