immortalwrt/package
Eneas U de Queiroz f6fb7f14be 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-04-10 16:01:41 +08:00
..
base-files base-files: profile: easy to use 2020-03-30 01:05:29 +08:00
boot ramips: add xiaomi_miwifi-r3 support (#3839) 2020-03-17 01:39:45 +08:00
ctcgfw luci-app-diskman: bump to 0.2.8 2020-04-10 01:07:18 +08:00
devel treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
firmware ath10k-ct: bump to 5.4 (#4165) 2020-04-04 15:56:30 +08:00
kernel kernel: avoid underscore in *6lowpan package names 2020-04-10 16:01:41 +08:00
lean scripts/download.pl: add some mirror sites 2020-04-08 00:32:52 +08:00
libs openssl: refresh download urls 2020-04-09 06:51:56 +08:00
lienol luci-app-passwall: sync with upstream source 2020-04-10 01:07:41 +08:00
network iproute2: add kmod-netlink-diag for ss 2020-04-08 03:25:30 +08:00
ntlf9t luci-app-clash: bump to 1.6.8d 2020-04-10 01:06:20 +08:00
system rpcd: bump version 2020-04-09 14:17:36 +08:00
utils e2fsprogs: Update to 1.45.6 2020-04-10 09:16:36 +08:00
zxlhhyccc pfring: remove duplicate package 2020-03-28 21:33:17 +08:00
Makefile sync build script for OpenWrt 19.07 2020-02-21 02:41:00 +08:00