From 67b4631b69fa7cbd5cabadfdb4917552e08dc5a5 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 24 Mar 2020 22:29:02 +0100 Subject: [PATCH] fix cleanup command --- content/blog/install-openwrt-raspberry-pi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/install-openwrt-raspberry-pi.md b/content/blog/install-openwrt-raspberry-pi.md index 5d8e749..cf79d8f 100644 --- a/content/blog/install-openwrt-raspberry-pi.md +++ b/content/blog/install-openwrt-raspberry-pi.md @@ -331,7 +331,7 @@ uci commit OpenWRT was originally a Linux distribution for routers, so it comes bundled with network software that might be useless for you. You can remove those unneeded software if you wish. ```sh -opkg remove --force-removal-of-dependent-packages ppp ppp-mod-pppoe odhcpd-ipv6only dnsmasq hostapd-common luci luci-ssl-openssl luci-base lua luci-app-firewall luci-lib-ip luci-lib-jsonc luci-lib-nixio luci-proto-ipv6 luci-proto-ppp luci-theme-bootstrap uhttpd uhttpd-mod-ubus +opkg remove --force-remove --force-removal-of-dependent-packages ppp ppp-mod-pppoe odhcpd-ipv6only dnsmasq hostapd-common luci luci-ssl-openssl luci-base lua luci-app-firewall luci-lib-ip luci-lib-jsonc luci-lib-nixio luci-proto-ipv6 luci-proto-ppp luci-theme-bootstrap uhttpd uhttpd-mod-ubus ``` ## Conclusion