public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 67640833a2d86f520f58d0d3a75119b8316c3170
@ 2018-11-18 19:29 Arne Fitzenreiter
  0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2018-11-18 19:29 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 5633 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  67640833a2d86f520f58d0d3a75119b8316c3170 (commit)
       via  4684118009b0ec72269cd83f2ac68aa22ddb82af (commit)
      from  5ed864857a0e72bd5ef609d5a3ff8eb3df0a8ab1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 67640833a2d86f520f58d0d3a75119b8316c3170
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Nov 18 20:24:43 2018 +0100

    kernel: arm32 bit fix config and update rootfile
    
    Some drivers was disabled by oldconfig because i had
    arm multiarch patchsed. This commit reenable it.
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 4684118009b0ec72269cd83f2ac68aa22ddb82af
Author: Alexander Rudolf Gruber <alexander.r.gruber(a)gmail.com>
Date:   Sun Nov 18 17:36:44 2018 +0100

    kernel: enable HW of clearfog
    
    clearfog base need MARVELL Phy and SDHCI Xenon enabled.

-----------------------------------------------------------------------

Summary of changes:
 config/kernel/kernel.config.armv5tel-ipfire-multi | 22 +++++++++++++++-------
 config/rootfiles/common/armv5tel/linux-multi      |  3 ---
 2 files changed, 15 insertions(+), 10 deletions(-)

Difference in files:
diff --git a/config/kernel/kernel.config.armv5tel-ipfire-multi b/config/kernel/kernel.config.armv5tel-ipfire-multi
index 16c7e8076..b823c858d 100644
--- a/config/kernel/kernel.config.armv5tel-ipfire-multi
+++ b/config/kernel/kernel.config.armv5tel-ipfire-multi
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 4.14.81-ipfire-kirkwood Kernel Configuration
+# Linux/arm 4.14.81-ipfire-multi Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_HAS_SG_CHAIN=y
@@ -2625,8 +2625,8 @@ CONFIG_ICPLUS_PHY=m
 CONFIG_INTEL_XWAY_PHY=m
 CONFIG_LSI_ET1011C_PHY=m
 CONFIG_LXT_PHY=m
-CONFIG_MARVELL_PHY=m
-CONFIG_MARVELL_10G_PHY=m
+CONFIG_MARVELL_PHY=y
+CONFIG_MARVELL_10G_PHY=y
 CONFIG_MESON_GXL_PHY=m
 CONFIG_MICREL_PHY=m
 CONFIG_MICROCHIP_PHY=m
@@ -2702,6 +2702,7 @@ CONFIG_WLAN=y
 # CONFIG_WIRELESS_WDS is not set
 CONFIG_WLAN_VENDOR_ADMTEK=y
 CONFIG_ADM8211=m
+CONFIG_RTL8189ES=m
 CONFIG_ATH_COMMON=m
 CONFIG_WLAN_VENDOR_ATH=y
 # CONFIG_ATH_DEBUG is not set
@@ -2912,6 +2913,11 @@ CONFIG_WL18XX=m
 CONFIG_WLCORE=m
 CONFIG_WLCORE_SDIO=m
 CONFIG_WILINK_PLATFORM_DATA=y
+CONFIG_WLAN_VENDOR_XRADIO=m
+CONFIG_XRADIO_NON_POWER_OF_TWO_BLOCKSIZES=y
+CONFIG_XRADIO_5GHZ_SUPPORT=y
+# CONFIG_XRADIO_WAPI_SUPPORT is not set
+CONFIG_XRADIO_USE_EXTENSIONS=y
 CONFIG_WLAN_VENDOR_ZYDAS=y
 CONFIG_USB_ZD1201=m
 CONFIG_ZD1211RW=m
@@ -3948,6 +3954,7 @@ CONFIG_REGULATOR_PFUZE100=y
 # CONFIG_REGULATOR_PV88090 is not set
 # CONFIG_REGULATOR_PWM is not set
 CONFIG_REGULATOR_TI_ABB=y
+CONFIG_REGULATOR_SY8106A=y
 # CONFIG_REGULATOR_TPS51632 is not set
 # CONFIG_REGULATOR_TPS62360 is not set
 # CONFIG_REGULATOR_TPS65023 is not set
@@ -4638,6 +4645,7 @@ CONFIG_DRM_SUN4I=m
 CONFIG_DRM_SUN4I_HDMI=m
 CONFIG_DRM_SUN4I_HDMI_CEC=y
 CONFIG_DRM_SUN4I_BACKEND=m
+CONFIG_DRM_SUN8I_DW_HDMI=m
 CONFIG_DRM_SUN8I_MIXER=m
 CONFIG_DRM_OMAP=m
 CONFIG_OMAP2_DSS_INIT=y
@@ -5291,8 +5299,8 @@ CONFIG_USB_WUSB_CBAF=m
 # CONFIG_USB_C67X00_HCD is not set
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_PCI=y
-CONFIG_USB_XHCI_PLATFORM=m
-# CONFIG_USB_XHCI_MVEBU is not set
+CONFIG_USB_XHCI_PLATFORM=y
+CONFIG_USB_XHCI_MVEBU=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_ROOT_HUB_TT=y
 CONFIG_USB_EHCI_TT_NEWSCHED=y
@@ -5628,8 +5636,8 @@ CONFIG_MMC_USHC=m
 CONFIG_MMC_SUNXI=y
 # CONFIG_MMC_TOSHIBA_PCI is not set
 CONFIG_MMC_BCM2835=y
-# CONFIG_MMC_MTK is not set
-# CONFIG_MMC_SDHCI_XENON is not set
+CONFIG_MMC_MTK=y
+CONFIG_MMC_SDHCI_XENON=y
 CONFIG_MEMSTICK=m
 # CONFIG_MEMSTICK_DEBUG is not set
 
diff --git a/config/rootfiles/common/armv5tel/linux-multi b/config/rootfiles/common/armv5tel/linux-multi
index 4061f89d4..9ca15348e 100644
--- a/config/rootfiles/common/armv5tel/linux-multi
+++ b/config/rootfiles/common/armv5tel/linux-multi
@@ -1909,8 +1909,6 @@ lib/modules/KVER-ipfire-multi
 #lib/modules/KVER-ipfire-multi/kernel/drivers/net/phy/icplus.ko.xz
 #lib/modules/KVER-ipfire-multi/kernel/drivers/net/phy/intel-xway.ko.xz
 #lib/modules/KVER-ipfire-multi/kernel/drivers/net/phy/lxt.ko.xz
-#lib/modules/KVER-ipfire-multi/kernel/drivers/net/phy/marvell.ko.xz
-#lib/modules/KVER-ipfire-multi/kernel/drivers/net/phy/marvell10g.ko.xz
 #lib/modules/KVER-ipfire-multi/kernel/drivers/net/phy/mdio-bcm-unimac.ko.xz
 #lib/modules/KVER-ipfire-multi/kernel/drivers/net/phy/mdio-bitbang.ko.xz
 #lib/modules/KVER-ipfire-multi/kernel/drivers/net/phy/mdio-gpio.ko.xz
@@ -2321,7 +2319,6 @@ lib/modules/KVER-ipfire-multi
 #lib/modules/KVER-ipfire-multi/kernel/drivers/usb/host/isp1362-hcd.ko.xz
 #lib/modules/KVER-ipfire-multi/kernel/drivers/usb/host/sl811-hcd.ko.xz
 #lib/modules/KVER-ipfire-multi/kernel/drivers/usb/host/ssb-hcd.ko.xz
-#lib/modules/KVER-ipfire-multi/kernel/drivers/usb/host/xhci-plat-hcd.ko.xz
 #lib/modules/KVER-ipfire-multi/kernel/drivers/usb/image
 #lib/modules/KVER-ipfire-multi/kernel/drivers/usb/image/mdc800.ko.xz
 #lib/modules/KVER-ipfire-multi/kernel/drivers/usb/image/microtek.ko.xz


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-18 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-18 19:29 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 67640833a2d86f520f58d0d3a75119b8316c3170 Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox