Skip to content
Snippets Groups Projects
Commit 75262124 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Add squashfs to rdc, add nvram partition as jffs2 partition (sn9)

SVN-Revision: 6838
parent 6cd84c68
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ...@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=i386 ARCH:=i386
BOARD:=rdc BOARD:=rdc
BOARDNAME:=RDC x86 BOARDNAME:=RDC x86
FEATURES:=broken jffs2 FEATURES:=broken squashfs jffs2
define Target/Description define Target/Description
Build firmware images for RDC3211 based routers Build firmware images for RDC3211 based routers
...@@ -17,6 +17,7 @@ define Target/Description ...@@ -17,6 +17,7 @@ define Target/Description
endef endef
include $(INCLUDE_DIR)/kernel-build.mk include $(INCLUDE_DIR)/kernel-build.mk
KERNEL_MAKEOPTS += CFLAGS_KERNEL="-DRDC3210_NVRAM_IS_JFFS2=1"
# include the profiles # include the profiles
-include profiles/*.mk -include profiles/*.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment