device/rockchip: modify rk3326 rootfs type to squashfs
Change-Id: I6efc4455fb75832b01b9eb91efa9808f3446fefe Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
@ -23,7 +23,7 @@ export RK_JOBS=12
|
||||
# target chip
|
||||
export RK_TARGET_PRODUCT=rk3326
|
||||
# Set rootfs type, including ext2 ext4 squashfs
|
||||
export RK_ROOTFS_TYPE=ext4
|
||||
export RK_ROOTFS_TYPE=squashfs
|
||||
# rootfs image path
|
||||
export RK_ROOTFS_IMG=buildroot/output/$RK_CFG_BUILDROOT/images/rootfs.$RK_ROOTFS_TYPE
|
||||
# Set oem partition type, including ext2 squashfs
|
||||
|
||||
@ -23,7 +23,7 @@ export RK_JOBS=12
|
||||
# target chip
|
||||
export RK_TARGET_PRODUCT=rk3326
|
||||
# Set rootfs type, including ext2 ext4 squashfs
|
||||
export RK_ROOTFS_TYPE=ext4
|
||||
export RK_ROOTFS_TYPE=suqashfs
|
||||
# rootfs image path
|
||||
export RK_ROOTFS_IMG=buildroot/output/$RK_CFG_BUILDROOT/images/rootfs.$RK_ROOTFS_TYPE
|
||||
# Set oem partition type, including ext2 squashfs
|
||||
|
||||
Reference in New Issue
Block a user