Skip to content

Commit

Permalink
configs: update to renamed settings for swap-utils
Browse files Browse the repository at this point in the history
This parameters have been changed upstream in 84da2a6.
(CONFIG_SWAPONOFF --> CONFIG_SWAPOFF, CONFIG_SWAPON)
  • Loading branch information
SvenRoederer committed Feb 23, 2020
1 parent 52ac43a commit 4c97589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/common.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ CONFIG_KMOD_BATMAN_ADV_DAT=y
CONFIG_KMOD_BATMAN_ADV_MCAST=y
CONFIG_BUSYBOX_CUSTOM=y
CONFIG_BUSYBOX_CONFIG_MKSWAP=n
CONFIG_BUSYBOX_CONFIG_SWAPONOFF=n
CONFIG_BUSYBOX_CONFIG_SWAPOFF=n
CONFIG_BUSYBOX_CONFIG_SWAPON=n
CONFIG_BUSYBOX_CONFIG_TELNET=y
CONFIG_BUSYBOX_CONFIG_FEATURE_TELNET_TTYPE=y
CONFIG_BUSYBOX_CONFIG_FEATURE_TRACEROUTE_USE_ICMP=y
Expand Down

0 comments on commit 4c97589

Please sign in to comment.