Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
playground:faq:build_image_for_devices_with_only_16_32mb_ram [2018/07/07 17:34] – Created via CLI tmomasfaq:build_image_for_devices_with_only_16_32mb_ram [2022/11/07 10:44] (current) – replaced single line code formatting by code block, in order to avoid normal quotes being replaced by curly quotes tmomas
Line 7: Line 7:
  
 ^  RAM   ^ Action ^ Imagebuilder commandline ^ ^  RAM   ^ Action ^ Imagebuilder commandline ^
-|  16MB  | - remove pppoe and IPv6\\ - remove all related elements to iptables\\ - remove dhcp servers \\ + add LUCI\\ + add zram-swap\\ - remove opkg - not needed after making these adjustments | ''make image PROFILE=tl-wr941nd-v6 PACKAGES="uhttpd uhttpd-mod-ubus libiwinfo-lua luci-base luci-app-firewall luci-mod-admin-full luci-theme-bootstrap zram-swap -ppp -ppp-mod-pppoe -iptables -ip6tables -odhcp6c -kmod-ipv6 -kmod-ip6tables -odhcpd -opkg"''+|  16MB  | - remove pppoe and IPv6\\ - remove all related elements to iptables\\ - remove dhcp servers \\ + add LUCI\\ + add zram-swap\\ - remove opkg - not needed after making these adjustments | <code>make image PROFILE=tl-wr941nd-v6 PACKAGES="uhttpd uhttpd-mod-ubus libiwinfo-lua luci-base luci-app-firewall luci-mod-admin-full luci-theme-bootstrap zram-swap -ppp -ppp-mod-pppoe -iptables -ip6tables -odhcp6c -kmod-ipv6 -kmod-ip6tables -odhcpd -opkg"</code>
-|  32MB  | - remove pppoe and IPv6\\ + add LUCI\\ + add zram-swap\\ - remove opkg - not needed after making these adjustments | ''make image PROFILE=tl-wr941nd-v6 PACKAGES="uhttpd uhttpd-mod-ubus libiwinfo-lua luci-base luci-app-firewall luci-mod-admin-full luci-theme-bootstrap zram-swap -ppp -ppp-mod-pppoe -ip6tables -odhcp6c -kmod-ipv6 -kmod-ip6tables -opkg"'' |+|  32MB  | - remove pppoe and IPv6\\ + add LUCI\\ + add zram-swap\\ - remove opkg - not needed after making these adjustments | <code>make image PROFILE=tl-wr941nd-v6 PACKAGES="uhttpd uhttpd-mod-ubus libiwinfo-lua luci-base luci-app-firewall luci-mod-admin-full luci-theme-bootstrap zram-swap -ppp -ppp-mod-pppoe -ip6tables -odhcp6c -kmod-ipv6 -kmod-ip6tables -opkg"</code> |
  
 Resources: Resources:
-  * [[https://forum.lede-project.org/t/zram-configuration/3560]] +  * [[https://forum.openwrt.org/t/zram-configuration/3560]] 
-  * [[https://forum.lede-project.org/t/best-practices-for-32-mb-ram/5050]] +  * [[https://forum.openwrt.org/t/best-practices-for-32-mb-ram/5050]] 
-  * [[https://forum.lede-project.org/t/luci-slow-down-to-death-wr1043n-v1/1992]]+  * [[https://forum.openwrt.org/t/luci-slow-down-to-death-wr1043n-v1/1992]]
  
  
-{{tag>faq compile imagebuilder low_ram}}+{{tag>faq compile_openwrt imagebuilder low_ram}}
  
  • Last modified: 2022/11/07 10:44
  • by tmomas