forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipq40xx: Drop nand features from Chromium image
This target doesn't actually use NAND. Signed-off-by: Brian Norris <[email protected]> Link: openwrt#16001 Signed-off-by: Robert Marko <[email protected]>
- Loading branch information
1 parent
226af7a
commit d7f3a1c
Showing
6 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CONFIG_MTD_UBI=y | ||
CONFIG_MTD_UBI_BEB_LIMIT=20 | ||
CONFIG_MTD_UBI_BLOCK=y | ||
CONFIG_MTD_UBI_NVMEM=y | ||
CONFIG_MTD_UBI_WL_THRESHOLD=4096 | ||
CONFIG_UBIFS_FS=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
BOARDNAME:=Generic | ||
FEATURES+=emmc | ||
FEATURES+=emmc nand | ||
DEFAULT_PACKAGES += ath10k-board-qca4019 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
BOARDNAME:=MikroTik | ||
FEATURES += minor | ||
FEATURES += minor nand | ||
KERNEL_IMAGES:=vmlinux | ||
IMAGES_DIR:=compressed |