#18813: One ")" too much in hwmon.mk since r44114?
-------------------------+----------------------------------
Reporter: hnyman | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone: Chaos Calmer (trunk)
Component: base system | Version: Trunk
Keywords: |
-------------------------+----------------------------------
Looks like r44114 has killed all platforms in buildbot. (Last ok builds
were from 44111)
http://buildbot.openwrt.org:8010/grid
Error in all platforms is:
Package kmod-hwmon-adt7410 is missing dependencies for the following
libraries:
adt7x10.ko
In r44106-r44119 there were several changes related to eliminating kernel
3.3 and related stuff, and this is probably related to that. r44114
eliminated some complex version checks, but apparently introduced a bug
thanks to a typo.
It seems to me that line 49 in hwmon.ko has one ")" too much:
ifeq ($(CONFIG_LINUX_3_8)),)
https://dev.openwrt.org/browser/trunk/package/kernel/linux/modules/hwmon.mk?rev=44114#L49
It should probably be just:
ifeq ($(CONFIG_LINUX_3_8),)
--
Ticket URL: <https://dev.openwrt.org/ticket/18813>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets