X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/2955026ec3ee93c3371af937732806c671ca9a45..19e945b59f4643e300f0e69ec1acca1eef2a259a:/target/linux/orion/Makefile diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index f2293b8f1..b19269ba2 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -10,19 +10,14 @@ ARCH:=arm BOARD:=orion BOARDNAME:=Marvell Orion FEATURES:=squashfs +SUBTARGETS=generic harddisk -LINUX_VERSION:=2.6.26-rc6 +LINUX_VERSION:=2.6.28.8 include $(INCLUDE_DIR)/target.mk KERNELNAME:="uImage" -DEFAULT_PACKAGES += kmod-madwifi - -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))