X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fomap24xx%2FMakefile;h=af82384730a77521769b8a3879ba13f96aba7812;hb=53b58f954ad1677a18632ae63f35ad4e99229460;hp=3f114b0770d7be1e27bbbff28ee91d07b5bf17e5;hpb=2a19def0710bd23c2868a45c7746f247a4b632bb;p=openwrt.git diff --git a/target/linux/omap24xx/Makefile b/target/linux/omap24xx/Makefile index 3f114b0770..af82384730 100644 --- a/target/linux/omap24xx/Makefile +++ b/target/linux/omap24xx/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,16 +8,19 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=omap24xx -BOARDNAME:=TI OMAP-24xx -MAINTAINER:=Michael Buesch -FEATURES:=targz squashfs jffs2 usb usbgadget display gpio audio +BOARDNAME:=TI OMAP24xx +MAINTAINER:=Michael Buesch +FEATURES:=targz squashfs jffs2_nand usb usbgadget display gpio audio broken +CPU_TYPE:=arm1136j-s -LINUX_VERSION:=2.6.36 +KERNEL_PATCHVER:=3.3 define Target/Description TI OMAP-24xx endef +KERNELNAME:=zImage + include $(INCLUDE_DIR)/target.mk $(eval $(call BuildTarget))