1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 09:37:29 +02:00
openwrt/package/boot
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
..
apex apex: Remove dead URL. 2018-08-22 11:21:53 +02:00
arm-trusted-firmware-sunxi arm-trusted-firmware-sunxi: Replace with official ARM version 2019-01-13 17:35:14 +01:00
at91bootstrap at91: Merge SAMA5 subtargets 2019-05-30 12:12:37 +02:00
fconfig fconfig: cleanup Makefile 2019-04-06 19:14:06 +02:00
grub2 build: remove leftovers from previous x86 commits 2019-02-17 18:22:40 +01:00
imx-bootlets treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
kexec-tools treewide: fix syntax errors exposed after kconfig update 2019-06-20 14:16:08 +02:00
kobs-ng kobs-ng: add header for integer definitions 2017-11-16 22:56:54 +01:00
rbcfg rbcfg: Implement CPU frequency control 2017-10-07 15:00:26 +02:00
tfa-layerscape layerscape: add ARM Trusted Firmware package 2019-06-06 15:40:08 +02:00
uboot-ar71xx uboot-ar71xx: fix musl host build 2019-01-22 13:29:46 +01:00
uboot-at91 at91:renaming subtraget legacy to sam9x 2019-05-30 12:12:57 +02:00
uboot-envtools mvebu: fix regression for non-generic ESPRESSObin versions 2019-06-18 16:13:10 +02:00
uboot-fritz4040 uboot-fritz4040: Add host flags for host compiler 2019-05-19 12:29:24 +02:00
uboot-imx6 uboot-imx6: bump to 2019.04 and refresh patches 2019-05-20 21:19:48 +02:00
uboot-kirkwood uboot-kirkwood: update to 2019.01 2019-02-17 19:22:39 +01:00
uboot-lantiq uboot-lantiq: fix compile with modern host dtc 2018-10-07 02:12:06 +02:00
uboot-layerscape layerscape: fix u-boot bootcmd 2019-06-06 15:40:09 +02:00
uboot-mvebu mvebu: align device names to vendor_device format 2019-05-11 23:11:04 +02:00
uboot-mxs uboot-mxs: bump to v2019.01 2019-01-26 21:46:32 +01:00
uboot-omap package/uboot-omap: backport patches to fix build 2019-03-28 02:10:12 +01:00
uboot-oxnas uboot-oxnas: fix typo accidentally committed during oxnas reboot 2018-06-18 18:55:19 +02:00
uboot-sunxi uboot-sunxi: add fix for A20-OLinuXino-Lime2-eMMC rev. K boards 2019-03-13 22:43:13 +01:00
uboot-tegra tegra: add vendor string to device name 2019-05-15 13:34:23 +02:00
uboot-zynq uboot-zynq: use a file to modify the default environment 2018-09-10 08:54:41 +02:00