#21849: r47811 breaks ar71xx-generic compilation
---------------------+---------------------------------------
 Reporter:  hnyman   |      Owner:  developers
     Type:  defect   |     Status:  new
 Priority:  highest  |  Milestone:  Designated Driver (Trunk)
Component:  kernel   |    Version:  Trunk
 Keywords:           |
---------------------+---------------------------------------
 Looks like r47811 has broken the kernel configuration of the ar71xx
 generic target:
 {{{
 TRENDnet TEW-823DRU support (ATH79_MACH_TEW_823DRU) [Y/n] y
 Ubiquiti AR71xx based boards support (ATH79_MACH_UBNT) [Y/n] y
 Ubiquiti UniFi AC (LITE) support (ATH79_MACH_UBNT_UNIFIAC) [N/y] (NEW)
 aborted!

 Console input/output is redirected. Run 'make oldconfig' to update
 configuration.

 scripts/kconfig/Makefile:37: recipe for target 'silentoldconfig' failed
 }}}

 r47811 added the symbol as disabled to mikrotik and nand subtargets, but
 did not provide the symbol for the generic ar71xx config.

 Not sure if this is the correct fix, but manually adding the symbol to the
 4.1 and 4.4 configs  seems to fix things:
 {{{
 perus@ub1510:/Openwrt/trunk$ svn diff target/linux/ar71xx/
 Index: target/linux/ar71xx/config-4.1
 ===================================================================
 --- target/linux/ar71xx/config-4.1      (revision 48714)
 +++ target/linux/ar71xx/config-4.1      (working copy)
 @@ -158,6 +158,7 @@
  CONFIG_ATH79_MACH_TL_WR941ND_V6=y
  CONFIG_ATH79_MACH_TUBE2H=y
  CONFIG_ATH79_MACH_UBNT=y
 +CONFIG_ATH79_MACH_UBNT_UNIFIAC=y
  CONFIG_ATH79_MACH_UBNT_XM=y
  CONFIG_ATH79_MACH_WEIO=y
  CONFIG_ATH79_MACH_WHR_HP_G300N=y
 Index: target/linux/ar71xx/config-4.4
 ===================================================================
 --- target/linux/ar71xx/config-4.4      (revision 48714)
 +++ target/linux/ar71xx/config-4.4      (working copy)
 @@ -160,6 +160,7 @@
  CONFIG_ATH79_MACH_TL_WR941ND_V6=y
  CONFIG_ATH79_MACH_TUBE2H=y
  CONFIG_ATH79_MACH_UBNT=y
 +CONFIG_ATH79_MACH_UBNT_UNIFIAC=y
  CONFIG_ATH79_MACH_UBNT_XM=y
  CONFIG_ATH79_MACH_WEIO=y
  CONFIG_ATH79_MACH_WHR_HP_G300N=y
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/21849>
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