mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
Add squashfs to rdc, add nvram partition as jffs2 partition (sn9)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6838 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e3bbc7fac1
commit
fe41a38a95
@ -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,6 +17,7 @@ define Target/Description
|
||||
endef
|
||||
|
||||
include $(INCLUDE_DIR)/kernel-build.mk
|
||||
KERNEL_MAKEOPTS += CFLAGS_KERNEL="-DRDC3210_NVRAM_IS_JFFS2=1"
|
||||
|
||||
# include the profiles
|
||||
-include profiles/*.mk
|
||||
|
Loading…
Reference in New Issue
Block a user