Skip to content

Commit

Permalink
Enable DEVTMPFS_MOUNT in all configs (fixes #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fasano committed Dec 27, 2023
1 parent 90b269e commit 949c9d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.mipseb
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ CONFIG_FONTS=y
CONFIG_FIRMADYNE=y
CONFIG_DYNDEV=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=n
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_GPIO_SYSFS=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_GPIO=y
Expand Down
3 changes: 1 addition & 2 deletions config.mipsel
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ CONFIG_FONTS=y
CONFIG_FIRMADYNE=y
CONFIG_DYNDEV=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=n
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_GPIO_SYSFS=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_GPIO=y
Expand All @@ -258,6 +258,5 @@ CONFIG_BLK_CGROUP=y
CONFIG_NETPRIO_CGROUP=y
CONFIG_OVERLAY_FS=y
CONFIG_SECURITYFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_PSTORE=y
CONFIG_POWER_RESET_PIIX4_POWEROFF=y

0 comments on commit 949c9d9

Please sign in to comment.