X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Forion%2FMakefile;h=a2dd84bb0050abb350f97178a12ed9e5e6195cc3;hb=5a446cf2d810fef6cc21b395548158e6d1e4ba27;hp=43db0b9f7340b90a2873aa94728539810c90e0f3;hpb=d4a87b2a61bbf504ec6aeaa2051675d7476f2ba1;p=openwrt.git diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index 43db0b9f73..a2dd84bb00 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2008 OpenWrt.org +# +# Copyright (C) 2008-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,20 +9,16 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=orion BOARDNAME:=Marvell Orion -FEATURES:=squashfs +SUBTARGETS:=generic harddisk +CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.28.6 +LINUX_VERSION:=2.6.37.1 include $(INCLUDE_DIR)/target.mk KERNELNAME:="uImage" -DEFAULT_PACKAGES += kmod-ath9k-new hostapd-mini - -define Kernel/Configure - $(call Kernel/Configure/Default) - $(SED) 's,.*CONFIG_AEABI.*,$(if $(CONFIG_EABI_SUPPORT),CONFIG_AEABI=y,# CONFIG_AEABI is not set),' $(LINUX_DIR)/.config - $(if $(CONFIG_EABI_SUPPORT),echo '# CONFIG_OABI_COMPAT is not set' >> $(LINUX_DIR)/.config) -endef +DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini $(eval $(call BuildTarget))