diff options
| author | Rafał Miłecki | 2021-04-05 08:44:46 +0000 |
|---|---|---|
| committer | Rafał Miłecki | 2021-04-08 11:16:12 +0000 |
| commit | 6d6fd7f13a0bbe4af3f7cb937b76c4543841a9cc (patch) | |
| tree | e2224502290c9e77360b79744949ba76eecbb542 | |
| parent | f1f1ecfab4437addea86e3615920a1e54673fe85 (diff) | |
| download | openwrt-6d6fd7f13a0bbe4af3f7cb937b76c4543841a9cc.tar.gz | |
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)
| -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 |