copy adam2 patch from ar7-2.4 to ar7-2.6
[openwrt-10.03/.git] / target / linux / adm5120-2.6 / Makefile
index 80b35e7efdd060a29c6e14bcfda7ae26fe87ce5f..5ad1ed3a88b1477d29cf34301807776fe34a9774 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=mipsel
 BOARD:=adm5120
 BOARDNAME:=ADMtek 5120
-FEATURES:=jffs2 broken
+FEATURES:=squashfs jffs2 broken
 
 define Target/Description
        Build firmware images for ADMTek ADM5120 based boards
@@ -17,6 +17,8 @@ define Target/Description
 endef
 
 include $(INCLUDE_DIR)/kernel-build.mk
-DEFAULT_PACKAGES += kmod-madwifi
+
+# include the profiles
+-include profiles/*.mk
 
 $(eval $(call BuildKernel))