X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Forion%2FMakefile;h=5a541001f475a86dae695360bb91d8123822c865;hb=a18488a0aadc0ceca9561f93f4456839b9302857;hp=a2dd84bb0050abb350f97178a12ed9e5e6195cc3;hpb=3cd87d2d817cfffb9b3881fd8a6f350d3bacf134;p=oweals%2Fopenwrt.git diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index a2dd84bb00..5a541001f4 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2011 OpenWrt.org +# Copyright (C) 2008-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,16 +9,16 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=orion BOARDNAME:=Marvell Orion +FEATURES:=broken rtc SUBTARGETS:=generic harddisk -CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.37.1 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" +KERNELNAME:=zImage -DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini +DEFAULT_PACKAGES += kmod-ath9k wpad-mini kmod-rtc-isl1208 uboot-envtools $(eval $(call BuildTarget))