firmware/bsp
Adrian Schmutzler 6a39109fec bsp: harmonize settings across targets
This patch harmonizes the options in the OpenWrt .config files
across targets. Many of them have evolved somewhat independently,
and unifying them should make maintenance easier in the future.

The most important change is the consistent per-device build applied:
When building devices with OpenWrt, you have the option to either
build a default image for the (sub)target, an image for a single
device, or images for multiple devices. This is controlled by
CONFIG_TARGET_MULTI_PROFILE. In addition, the option
CONFIG_TARGET_PER_DEVICE_ROOTFS will toggle whether packages
are selected per-device or per-target.

When we build only a single device per target, setting these options
will only have minor effect. As soon as a second device is added
though, impact will be heavy, and devices may end up with no/wrong
packages.

Thus, this patch sets both options to "y" on all targets, which
essentially eliminates this problem for the future (and corresponds
to what the OpenWrt build bots do).

The only option not harmonized is the CONFIG_TARGET_SQUASHFS_BLOCK_SIZE.

All ath10k settings are target-dependent as well.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
2020-04-02 13:08:55 +02:00
..
ar71xx bsp: use mainline/QCA driver and firmware for ath10k WiFi 2020-04-02 13:06:40 +02:00
default/root_file_system/etc root_file_system: Remove sysctl.conf 2018-10-24 18:33:48 +02:00
ipq806x bsp: harmonize settings across targets 2020-04-02 13:08:55 +02:00
mt7621 bsp: harmonize settings across targets 2020-04-02 13:08:55 +02:00
wdr4900 bsp: harmonize settings across targets 2020-04-02 13:08:55 +02:00
board_ar71xx.bsp Add support for Archer C60 v2 2019-11-19 22:21:42 +01:00
board_ipq806x.bsp Add support for Archer C2600 2020-03-30 11:56:17 +02:00
board_mt7621.bsp mt7621: adjust for new filenames in OpenWrt 19.07 2020-03-22 20:17:28 +01:00
board_wdr4900.bsp buildscript: Do not use target-dependent build directory 2019-11-10 14:27:46 +01:00