mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
revert ubifs support
This commit is contained in:
parent
52101a847c
commit
280da421a3
@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
|
||||
ARCH:=arm
|
||||
BOARD:=ipq806x
|
||||
BOARDNAME:=Qualcomm Atheros IPQ806X
|
||||
FEATURES:=squashfs nand fpu ramdisk
|
||||
FEATURES:=squashfs nand ubifs fpu ramdisk
|
||||
CPU_TYPE:=cortex-a15
|
||||
CPU_SUBTYPE:=neon-vfpv4
|
||||
MAINTAINER:=John Crispin <john@phrozen.org>
|
||||
|
@ -3,6 +3,8 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/image.mk
|
||||
|
||||
UBIFS_OPTS = -m 2048 -e 124KiB -c 4096 -U -F
|
||||
|
||||
define Device/Default
|
||||
PROFILES := Default
|
||||
KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
|
||||
|
Loading…
Reference in New Issue
Block a user