You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
5 years ago
..
ca-certificates ca-certificates: update to version 20190110 5 years ago
fstools fstools: update to the latest master branch 5 years ago
fwtool fwtool: add support for extracting the truncated data part to stdout 5 years ago
iucode-tool tools: add iucode-tool 6 years ago
mtd gemini: Fix up firmware checksum on DIR-685 5 years ago
openwrt-keyring openwrt-keyring: bundle latest usign certificates 6 years ago
opkg opkg: bump to version 2019-06-14 5 years ago
procd treewide: fix syntax errors exposed after kconfig update 5 years ago
rpcd rpcd: fix init script reload action 5 years ago
ubox ubox: bump to git HEAD 5 years ago
ubus packages: set more explicit ABI_VERSION values 5 years ago
ucert ucert: add PROVIDES also for minimal 'ucert' package 5 years ago
uci uci: fix heap use after free (FS#2288) 5 years ago
urandom-seed base-files: move urandom seed bits into separate package 5 years ago
urngd urngd: move project to git.openwrt.org 5 years ago
usign treewide: replace LEDE_GIT with PROJECT_GIT 6 years ago
zram-swap zram-swap: bump pkg version 6 years ago