X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fatheros-2.6%2FMakefile;h=814669534f4d9ea6ca7ca2ea1e0fa0d0e9a5bc36;hb=d01f0cd58f55d907937dc481a3eee9b269faf1a7;hp=5404902f37eeaeff2a9a9b70808e78f65050471f;hpb=33bc319bf8d7a329d208048a457176ef6e38d01e;p=openwrt-10.03%2F.git diff --git a/target/linux/atheros-2.6/Makefile b/target/linux/atheros-2.6/Makefile index 5404902f3..814669534 100644 --- a/target/linux/atheros-2.6/Makefile +++ b/target/linux/atheros-2.6/Makefile @@ -11,6 +11,8 @@ BOARD:=atheros BOARDNAME:=Atheros FEATURES:=squashfs jffs2 +LINUX_VERSION:=2.6.22.1 + define Target/Description Build firmware images for Atheros SoC boards endef @@ -18,4 +20,7 @@ endef include $(INCLUDE_DIR)/kernel-build.mk DEFAULT_PACKAGES += kmod-madwifi +# include the profiles +-include profiles/*.mk + $(eval $(call BuildKernel))