Remove useless mksyshdr utility, replaced by mkcsysimg, Edimax images are no longer...
[openwrt.git] / target / linux / rdc-2.6 / Makefile
index f1f751e..616a7e4 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=i386
 BOARD:=rdc
 BOARDNAME:=RDC x86
-FEATURES:=broken jffs2
+FEATURES:=broken squashfs jffs2
 
 define Target/Description
         Build firmware images for RDC3211 based routers
@@ -17,11 +17,9 @@ define Target/Description
 endef
 
 include $(INCLUDE_DIR)/kernel-build.mk
+KERNEL_MAKEOPTS += CFLAGS_KERNEL="-DRDC3210_NVRAM_IS_JFFS2=1"
 
-define Profile/Ralink
-  NAME:=Ralink WiFi (default)
-  PACKAGES:=kmod-rt61
-endef
-$(eval $(call Profile,Ralink))
+# include the profiles
+-include profiles/*.mk
 
 $(eval $(call BuildKernel))
This page took 0.02072 seconds and 4 git commands to generate.