1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/package
Eneas U de Queiroz 07e1d88d7b kernel: avoid underscore in *6lowpan package names
Packages kmod-bluetooth_6lowpan and kmod-ieee802154_6lowpan contain an
underscore in the package name.  This causes problems in package/install
because when building a list of package files to install offline using
opkg, it uses a wildcard of the form $(dir)/$(pkg)_*.ipk.

If you were to select kmod-bluetooth=y, but kmod-bluetooth_6lowpan=m,
the latter would be picked up by that wildcard, and make package/install
would fail:

Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies
 * for kmod-bluetooth_6lowpan:
 *      kmod-6lowpan
 * opkg_install_cmd: Cannot install package kmod-bluetooth_6lowpan.

Changing the wildcard pattern is not trivial, and there may be other
places in the build system making this assumption about the package name
format.

Using a dash in place of the underscore avoids the issue.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-02-19 22:07:40 +01:00
..
base-files brcm47xx: rename target to bcm47xx 2020-02-14 14:10:51 +01:00
boot uboot-envtools: ath79: add Netgear WNDR3700v2 2020-02-04 12:23:48 +01:00
devel perf: Add libunwind only if selected 2020-01-15 20:34:16 +01:00
firmware brcm2708: rename target to bcm27xx 2020-02-14 14:10:51 +01:00
kernel kernel: avoid underscore in *6lowpan package names 2020-02-19 22:07:40 +01:00
libs mbedtls: update to 2.16.4 2020-01-26 15:07:59 +01:00
network dnsmasq: fix uci-defaults script to exit 0 so it is cleaned up 2020-02-19 22:02:59 +01:00
system brcm63xx: rename target to bcm63xx 2020-02-14 14:10:51 +01:00
utils brcm2708: rename target to bcm27xx 2020-02-14 14:10:51 +01:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:15:07 +02:00