#16962: lantiq: Changeset [41449] breaks build
--------------------------+---------------------------------------
 Reporter:  mk+openwrt@…  |      Owner:  developers
     Type:  defect        |     Status:  new
 Priority:  normal        |  Milestone:  Attitude Adjustment 12.09
Component:  packages      |    Version:  Trunk
 Keywords:                |
--------------------------+---------------------------------------
 Changeset [41449] (lantiq: Enable LANTIQ_PHY and LANTIQ_XRX200 only in
 XRX200 subtarget) breaks the build on other lantiq targets due to missing
 kernel config entries. During the config phase one needs to confirm that
 the now missing symbols really should be unset.

 The fix is simple, though

 {{{
 diff --git a/target/linux/lantiq/config-default b/target/linux/lantiq
 /config-default
 index f6e0eca..c6ba0e3 100644
 --- a/target/linux/lantiq/config-default
 +++ b/target/linux/lantiq/config-default
 @@ -83,7 +83,9 @@ CONFIG_IRQ_DOMAIN=y
  CONFIG_IRQ_FORCED_THREADING=y
  CONFIG_LANTIQ=y
  CONFIG_LANTIQ_ETOP=y
 +# CONFIG_LANTIQ_PHY is not set
  CONFIG_LANTIQ_WDT=y
 +# CONFIG_LANTIQ_XRX200 is not set
  CONFIG_LEDS_GPIO=y
  CONFIG_MDIO_BOARDINFO=y
  CONFIG_MIPS=y
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/16962>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to