[OpenWrt-Devel] [PATCH] [LANTIQ] Enable LANTIQ_PHY and LANTIQ_XRX200 only in XRX200 subtarget.

José Vázquez Fernández ppvazquezfer at gmail.com
Mon Jun 30 15:46:38 EDT 2014


Enable LANTIQ_PHY and LANTIQ_XRX200 only in XRX200 subtarget.

These drivers are not needed for ASE, Danube and AR9.
As side effect PHY11G and PHY22F firmwares are not included in the 
kernel image, which saves 64 KB.

Signed off by: José Vázquez Fernández <ppvazquezfer at gmail.com>

Index: target/linux/lantiq/config-default
===================================================================
--- target/linux/lantiq/config-default	(revisión: 41429)
+++ target/linux/lantiq/config-default	(copia de trabajo)
@@ -83,9 +83,7 @@
  CONFIG_IRQ_FORCED_THREADING=y
  CONFIG_LANTIQ=y
  CONFIG_LANTIQ_ETOP=y
-CONFIG_LANTIQ_PHY=y
  CONFIG_LANTIQ_WDT=y
-CONFIG_LANTIQ_XRX200=y
  CONFIG_LEDS_GPIO=y
  CONFIG_MDIO_BOARDINFO=y
  CONFIG_MIPS=y
Index: target/linux/lantiq/xrx200/config-default
===================================================================
--- target/linux/lantiq/xrx200/config-default	(revisión: 41429)
+++ target/linux/lantiq/xrx200/config-default	(copia de trabajo)
@@ -15,6 +15,8 @@
  CONFIG_IRQCHIP=y
  CONFIG_IRQ_WORK=y
  # CONFIG_ISDN is not set
+CONFIG_LANTIQ_PHY=y
+CONFIG_LANTIQ_XRX200=y
  CONFIG_LEDS_TRIGGER_HEARTBEAT=y
  CONFIG_LZO_COMPRESS=y
  CONFIG_LZO_DECOMPRESS=y
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list