X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fcns3xxx%2FMakefile;h=505be7aac5eea6c43a88fd48f1aeff8bc124d2b0;hb=fb38ba83f28ff88696948c28345725d445e7e0d8;hp=e2297a64784b4314ab3a8f1da50217cb1737c34b;hpb=4bf096096ceae3080d1f70b1d89242a249f0180f;p=openwrt.git diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index e2297a6478..505be7aac5 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 +FEATURES:=squashfs fpu gpio pcie usb usbgadget +CPU_TYPE:=mpcore +CPU_SUBTYPE:=vfp MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.39.4 +LINUX_VERSION:=3.8.13 include $(INCLUDE_DIR)/target.mk @@ -22,6 +23,8 @@ define Target/Description eg. the Gateworks Laguna family endef -KERNELNAME:="uImage" +KERNELNAME:="zImage uImage" + +DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini $(eval $(call BuildTarget))