diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-04-05 10:44:46 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2021-04-08 13:16:12 +0200 |
commit | 6d6fd7f13a0bbe4af3f7cb937b76c4543841a9cc (patch) | |
tree | e2224502290c9e77360b79744949ba76eecbb542 /target | |
parent | f1f1ecfab4437addea86e3615920a1e54673fe85 (diff) | |
download | upstream-6d6fd7f13a0bbe4af3f7cb937b76c4543841a9cc.tar.gz upstream-6d6fd7f13a0bbe4af3f7cb937b76c4543841a9cc.tar.bz2 upstream-6d6fd7f13a0bbe4af3f7cb937b76c4543841a9cc.zip |
bcm4908: enable JFFS2 support
It's needed for accessing JFFS2 bootfs partition.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit 180c4635265b4907221a62b3068ac89447cd83d7)
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/bcm4908/config-5.4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/bcm4908/config-5.4 b/target/linux/bcm4908/config-5.4 index 72ecdc0454..22bcdd4784 100644 --- a/target/linux/bcm4908/config-5.4 +++ b/target/linux/bcm4908/config-5.4 @@ -121,7 +121,6 @@ CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_DOMAIN_HIERARCHY=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_WORK=y -# CONFIG_JFFS2_FS is not set CONFIG_LEDS_GPIO=y CONFIG_LIBFDT=y CONFIG_LOCK_DEBUGGING_SUPPORT=y |