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 5404902..f750084 100644 (file)
@@ -11,6 +11,8 @@ BOARD:=atheros
 BOARDNAME:=Atheros
 FEATURES:=squashfs jffs2
 
+LINUX_VERSION:=2.6.21.5
+
 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))
This page took 0.025412 seconds and 4 git commands to generate.