diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-11-08 12:44:38 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-11-08 12:44:38 +0000 |
commit | 06d0fda4d1220ea54c2886df594320f19622a98c (patch) | |
tree | 70520b668371ddd7d0e5386867763fc4895a37df /target/linux/omap/Makefile | |
parent | 1381fa6c5c4d1d3bb6d69f6d5869722af28e3e39 (diff) | |
download | upstream-06d0fda4d1220ea54c2886df594320f19622a98c.tar.gz upstream-06d0fda4d1220ea54c2886df594320f19622a98c.tar.bz2 upstream-06d0fda4d1220ea54c2886df594320f19622a98c.zip |
switch to 3.12, enable support for AM33xx/OMAP3
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38692
Diffstat (limited to 'target/linux/omap/Makefile')
-rw-r--r-- | target/linux/omap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 3a62911ca3..78361fc303 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -13,11 +13,11 @@ FEATURES:=usb targz audio display CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.12 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -KERNELNAME:="uImage" +KERNELNAME:="zImage dtbs" DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda |