X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Forion%2FMakefile;h=6227033847f42e90320e77e98dfebb71293d30df;hb=b18a1d217ba9a6516c195339e9f4dde3e0a7f3ce;hp=43db0b9f7340b90a2873aa94728539810c90e0f3;hpb=1b55cf14cc793ee2806c56c90424f64bac1e107f;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index 43db0b9f73..6227033847 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2008 OpenWrt.org +# +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,19 +10,15 @@ ARCH:=arm BOARD:=orion BOARDNAME:=Marvell Orion FEATURES:=squashfs +SUBTARGETS=generic harddisk +CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time -LINUX_VERSION:=2.6.28.6 +LINUX_VERSION:=2.6.32.13 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 wpad-mini $(eval $(call BuildTarget))