move parts of the failsafe code to the generic base-files - will be used on atheros...
[openwrt.git] / target / linux / atheros-2.6 / Makefile
index 92f9d36..f750084 100644 (file)
@@ -9,13 +9,18 @@ include $(TOPDIR)/rules.mk
 ARCH:=mips
 BOARD:=atheros
 BOARDNAME:=Atheros
-FEATURES:=jffs2
+FEATURES:=squashfs jffs2
+
+LINUX_VERSION:=2.6.21.5
 
 define Target/Description
-       Build firmware images for Atheros SoC boards (currently AR2315-AR2317)
+       Build firmware images for Atheros SoC boards
 endef
 
 include $(INCLUDE_DIR)/kernel-build.mk
 DEFAULT_PACKAGES += kmod-madwifi
 
+# include the profiles
+-include profiles/*.mk
+
 $(eval $(call BuildKernel))
This page took 0.037805 seconds and 4 git commands to generate.