openwrt/package/kernel/linux/modules
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
..
001-depends.mk
block.mk kernel: remove obsolete kernel version switches 2020-01-12 16:34:20 +01:00
can.mk kernel: Remove support for kernel 3.18 2019-05-03 22:41:38 +02:00
crypto.mk kernel: remove obsolete kernel version switches 2020-01-12 16:34:20 +01:00
firewire.mk
fs.mk kernel: remove obsolete kernel version switches 2020-01-12 16:34:20 +01:00
hwmon.mk kernel: fix typos in KernelPackage description 2020-02-08 17:58:38 +01:00
i2c.mk kernel: add i2c-pxa driver 2019-08-24 23:11:15 +02:00
iio.mk kernel: use older kernel for explicitly setting dependencies 2020-01-26 22:07:48 +01:00
input.mk kernel: fix typos in KernelPackage description 2020-02-08 17:58:38 +01:00
leds.mk
lib.mk kernel: remove obsolete kernel version switches 2020-01-12 16:34:20 +01:00
netdevices.mk brcm2708: rename target to bcm27xx 2020-02-14 14:10:51 +01:00
netfilter.mk kernel: use older kernel for explicitly setting dependencies 2020-01-26 22:07:48 +01:00
netsupport.mk kernel: use older kernel for explicitly setting dependencies 2020-01-26 22:07:48 +01:00
nls.mk
other.mk kernel: avoid underscore in *6lowpan package names 2020-02-19 22:07:40 +01:00
pcmcia.mk
sound.mk kernel: fix typos in KernelPackage description 2020-02-08 17:58:38 +01:00
spi.mk
usb.mk brcm47xx: rename target to bcm47xx 2020-02-14 14:10:51 +01:00
video.mk kernel: use older kernel for explicitly setting dependencies 2020-01-26 22:07:48 +01:00
virt.mk
w1.mk kernel: remove obsolete kernel version switches 2020-01-12 16:34:20 +01:00
wireless.mk kernel: remove obsolete kernel version switches 2020-01-12 16:34:20 +01:00
wpan.mk kernel: avoid underscore in *6lowpan package names 2020-02-19 22:07:40 +01:00