X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Forion%2FMakefile;h=48fe61bdcc6926b7301af6bf9af19eb55e830aa8;hb=aa875d71cd23ec22f14c78dd273f07ecaafa1d18;hp=cc57848a1dd61c89e0e1b268a1f78392c0c2d98c;hpb=49a8460e724256a5bd7a927b658c6205053c216b;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index cc57848a1d..48fe61bdcc 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -10,19 +10,14 @@ ARCH:=arm BOARD:=orion BOARDNAME:=Marvell Orion FEATURES:=squashfs +SUBTARGETS=generic harddisk -LINUX_VERSION:=2.6.28.2 +LINUX_VERSION:=2.6.30.9 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 hostapd-mini $(eval $(call BuildTarget))