[openwrt/openwrt] ath79: cleanup kernel config

LEDE Commits lede-commits at lists.infradead.org
Wed May 16 22:47:10 PDT 2018


mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/bf781bd2effea04827ff08fd5130f00f06a02113

commit bf781bd2effea04827ff08fd5130f00f06a02113
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Tue May 15 17:34:18 2018 +0200

    ath79: cleanup kernel config
    
    Remove outdated or not required kernel config settings.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/ath79/config-4.14            | 5 +----
 target/linux/ath79/generic/config-default | 2 --
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/target/linux/ath79/config-4.14 b/target/linux/ath79/config-4.14
index f1cdf35..cd12af7 100644
--- a/target/linux/ath79/config-4.14
+++ b/target/linux/ath79/config-4.14
@@ -132,10 +132,7 @@ CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
 CONFIG_HW_HAS_PCI=y
 CONFIG_HZ_PERIODIC=y
 CONFIG_IMAGE_CMDLINE_HACK=y
-CONFIG_INITRAMFS_COMPRESSION=""
-CONFIG_INITRAMFS_ROOT_GID=0
-CONFIG_INITRAMFS_ROOT_UID=0
-CONFIG_INITRAMFS_SOURCE="../../root"
+CONFIG_INITRAMFS_SOURCE=""
 CONFIG_IP17XX_PHY=y
 CONFIG_IRQCHIP=y
 CONFIG_IRQ_DOMAIN=y
diff --git a/target/linux/ath79/generic/config-default b/target/linux/ath79/generic/config-default
index bbed97b..7097705 100644
--- a/target/linux/ath79/generic/config-default
+++ b/target/linux/ath79/generic/config-default
@@ -1,7 +1,5 @@
 CONFIG_BLK_MQ_PCI=y
-CONFIG_HW_HAS_PCI=y
 CONFIG_LEDS_RESET=y
-# CONFIG_MIPS_MACHINE is not set
 CONFIG_OF_ADDRESS_PCI=y
 CONFIG_OF_PCI=y
 CONFIG_OF_PCI_IRQ=y



More information about the lede-commits mailing list