Author: blogic Date: 2014-07-01 15:18:38 +0200 (Tue, 01 Jul 2014) New Revision: 41449
Modified: trunk/target/linux/lantiq/config-default trunk/target/linux/lantiq/xrx200/config-default Log: lantiq: Enable LANTIQ_PHY and LANTIQ_XRX200 only in XRX200 subtarget 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?\195?\169 V?\195?\161zquez Fern?\195?\161ndez <[email protected]> Signed-off-by: John Crispin <[email protected]> Modified: trunk/target/linux/lantiq/config-default =================================================================== --- trunk/target/linux/lantiq/config-default 2014-07-01 13:18:27 UTC (rev 41448) +++ trunk/target/linux/lantiq/config-default 2014-07-01 13:18:38 UTC (rev 41449) @@ -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 Modified: trunk/target/linux/lantiq/xrx200/config-default =================================================================== --- trunk/target/linux/lantiq/xrx200/config-default 2014-07-01 13:18:27 UTC (rev 41448) +++ trunk/target/linux/lantiq/xrx200/config-default 2014-07-01 13:18:38 UTC (rev 41449) @@ -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-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
