diff mbox series

[RFC,3/5] ath79: deactivate PARTITION_ADVANCED

Message ID 20201206010639.10181-4-devel-sven@geroedel.de
State Rejected
Delegated to: Petr Štetiar
Headers show
Series ath79: add a lower RAM-using version of 8/32 devices | expand

Commit Message

Sven Roederer Dec. 6, 2020, 1:06 a.m. UTC
on this low-end hardware it's nearly impossible to add external drives, so
there seems no need for this partition-type.
this will safe some kernel-size
---
 target/linux/ath79/tiny/config-default | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/target/linux/ath79/tiny/config-default b/target/linux/ath79/tiny/config-default
index 8a83323bc2..c42f44b004 100644
--- a/target/linux/ath79/tiny/config-default
+++ b/target/linux/ath79/tiny/config-default
@@ -6,6 +6,7 @@  CONFIG_NET_DSA_MV88E6060=y
 # CONFIG_NET_DSA_TAG_QCA is not set
 CONFIG_NET_DSA_TAG_TRAILER=y
 CONFIG_NET_SWITCHDEV=y
+# CONFIG_PARTITION_ADVANCED is not set
 CONFIG_PHYLINK=y
 # CONFIG_PHY_AR7100_USB is not set
 # CONFIG_PHY_AR7200_USB is not set