Hey Nathan, if i make a 4 MB flash router image and enable zram for swap but without block-mount package since i don’t have a usb port.. will the swap mount..? Thanks.
Begin forwarded message: > From: Nathan Hintz <[email protected]> > Subject: [OpenWrt-Devel] [PATCH] busybox: don't enable swapon/swapoff by > default > Date: 2 Nov 2013 21:33:02 GMT+2 > To: [email protected] > Reply-To: OpenWrt Development List <[email protected]> > > 'swapon/swapoff' are now provided by 'block-mount'; enabling them by > default in busybox is no longer required and adds unnecessary bloat. > > Signed-off-by: Nathan Hintz <[email protected]> > --- > package/utils/busybox/config/util-linux/Config.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/package/utils/busybox/config/util-linux/Config.in > b/package/utils/busybox/config/util-linux/Config.in > index d60b139..d75841e 100644 > --- a/package/utils/busybox/config/util-linux/Config.in > +++ b/package/utils/busybox/config/util-linux/Config.in > @@ -652,7 +652,7 @@ config BUSYBOX_CONFIG_SETARCH > > config BUSYBOX_CONFIG_SWAPONOFF > bool "swaponoff" > - default y > + default n > select BUSYBOX_CONFIG_PLATFORM_LINUX > help > This option enables both the 'swapon' and the 'swapoff' utilities. > -- > 1.8.3.1 > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
_______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
