X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fcns3xxx%2FMakefile;h=0b4432a382b47a70557dd0bb338ced7dedd30f44;hb=71f2d6f865357f2de2ec58001a8d780d420c9bca;hp=4d02c5c22b3804655fad2ddd85a42110e6b07bcb;hpb=c5821c1a3a94060be1c38315bfdf122aee5567c1;p=oweals%2Fopenwrt.git diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index 4d02c5c22b..0b4432a382 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,11 +9,12 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=cns3xxx BOARDNAME:=Cavium Networks Econa CNS3xxx -FEATURES:=squashfs fpu gpio -CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves -MAINTAINER:=Imre Kaloz +FEATURES:=squashfs fpu gpio pcie usb usbgadget +CPU_TYPE:=mpcore +CPU_SUBTYPE:=vfp +MAINTAINER:=Felix Fietkau -LINUX_VERSION:=2.6.39.2 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk @@ -22,6 +23,8 @@ define Target/Description eg. the Gateworks Laguna family endef -KERNELNAME:="uImage" +KERNELNAME:=zImage + +DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini $(eval $(call BuildTarget))