openwrt/package/system
Jo-Philipp Wich 74739c4228 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>
2019-06-20 14:16:08 +02:00
..
ca-certificates ca-certificates: update to version 20190110 2019-03-21 00:57:54 +01:00
fstools fstools: update to the latest master branch 2019-03-28 12:57:08 +01:00
fwtool fwtool: add support for extracting the truncated data part to stdout 2019-02-12 16:41:38 +01:00
iucode-tool tools: add iucode-tool 2018-02-11 14:39:16 +01:00
mtd gemini: Fix up firmware checksum on DIR-685 2019-05-18 16:37:30 +02:00
openwrt-keyring openwrt-keyring: bundle latest usign certificates 2018-05-20 19:39:12 +02:00
opkg opkg: bump to version 2019-06-14 2019-06-14 01:51:24 +00:00
procd treewide: fix syntax errors exposed after kconfig update 2019-06-20 14:16:08 +02:00
rpcd rpcd: fix init script reload action 2019-06-06 11:27:11 +02:00
ubox ubox: bump to git HEAD 2019-06-16 15:49:45 +02:00
ubus packages: set more explicit ABI_VERSION values 2019-01-19 14:31:51 +01:00
ucert ucert: add PROVIDES also for minimal 'ucert' package 2019-03-08 01:18:12 +01:00
uci uci: fix heap use after free (FS#2288) 2019-05-23 22:05:40 +02:00
urandom-seed base-files: move urandom seed bits into separate package 2019-06-11 08:06:28 +02:00
urngd urngd: move project to git.openwrt.org 2019-06-17 15:29:58 +02:00
usign
zram-swap zram-swap: bump pkg version 2018-09-29 17:23:11 +02:00