openwrt/package/utils
Jo-Philipp Wich 1754dc2ddb treewide: fix syntax errors exposed after kconfig update
After commit e82a4d9cfb ("config: regenerate *_shipped sources") the mconf
parser became more strict as a side effect and started to spew a series of
warnings when evaluating our generated kconfig sources:

  tmp/.config-package.in:705:warning: ignoring unsupported character '@'

The root cause of these warnings is a wrong use of the @SYMBOL dependency
syntax in various Makefile. Fix the corresponding Makefiles by turning
`@SYM||@SYM2` expressions into the proper `@(SYM||SYM2)` form.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 74739c4228)
2019-09-04 13:15:40 +02:00
..
adb adb: fix build breakage on recent musl 2019-08-07 07:43:30 +02:00
bsdiff bsdiff: Also pass down TARGET_CPPFLAGS 2017-03-01 17:19:50 -08:00
busybox busybox: strip off ALTERNATIVES spec 2019-07-12 09:17:34 +00:00
bzip2 bzip2: Update to 1.0.8 2019-08-17 17:00:11 +02:00
ct-bugcheck merge: packages: update branding in core packages 2017-12-08 19:41:18 +01:00
e2fsprogs e2fsprogs: Update to 1.44.5 2019-01-26 23:11:49 +01:00
f2fs-tools f2fs-tools: fixup SPDX license 2019-09-04 13:08:42 +02:00
fbtest utils/fbtest: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:51 +02:00
fritz-tools fritz-tools: add support for IPQ40xx platform 2019-03-13 16:25:34 +01:00
fuse treewide: revise library packaging 2019-01-24 10:39:30 +01:00
jboot-tools firmware: add JBOOT based devices config extractor 2018-03-18 22:22:38 +01:00
jsonfilter jsonfilter: update to latest git HEAD 2018-03-14 18:48:23 +01:00
lua lua: lnum: fix strtoul based number parsing 2019-05-23 10:19:52 +02:00
mdadm mdadm: Use upstream fix for musl 1.1.23 compile 2019-08-21 10:28:27 +02:00
mtd-utils mtd-utils: update to 2.1.1 2019-08-27 10:31:06 +02:00
nvram treewide: fix syntax errors exposed after kconfig update 2019-09-04 13:15:40 +02:00
osafeloader packages: mark packages depending on a target as nonshared 2017-01-24 09:45:05 +01:00
oseama utils/oseama: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
otrx treewide: fix syntax errors exposed after kconfig update 2019-09-04 13:15:40 +02:00
px5g treewide: Bump PKG_RELEASE due to mbedtls update 2018-07-30 10:35:12 +02:00
spidev_test utils/spidev_test: build package directly from Linux 2019-05-11 16:37:11 +02:00
ugps ugps: update to latest git HEAD 2018-11-11 02:37:05 +01:00
usbmode package/: fix $(PROJECT_GIT) usage 2018-10-11 08:42:52 +02:00
usbreset utils/usbreset: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
usbutils usbutils: Update usb.ids to 0.321 2019-03-18 20:43:09 +01:00
util-linux treewide: revise library packaging 2019-01-24 10:39:30 +01:00
xfsprogs xfsprogs: Replace valloc with posix_memalign 2019-05-11 23:10:10 +02:00