Fix the handling of unsupported ioctls (eth0 appeared in iwconfig for instance)
[openwrt.git] / target / linux / magicbox-2.6 / Makefile
index b829965..1e9d7cf 100644 (file)
@@ -9,7 +9,13 @@ include $(TOPDIR)/rules.mk
 ARCH:=powerpc
 BOARD:=magicbox
 BOARDNAME:=Magicbox
-FEATURES:=jffs2
+FEATURES:=squashfs jffs2
+
+LINUX_VERSION:=2.6.22.1
 
 include $(INCLUDE_DIR)/kernel-build.mk
+
+# include the profiles
+-include profiles/*.mk
+
 $(eval $(call BuildKernel))