Changed erase routine to erase flash to 0xff instead of 0x00
[openwrt.git] / target / linux / adm5120-2.6 / Makefile
index 80b35e7..5ad1ed3 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))
This page took 0.033099 seconds and 4 git commands to generate.