diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-22 23:10:08 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-22 23:15:11 +0200 |
commit | f7a6fd31539be54d14d7c52b491b40b26bf8f740 (patch) | |
tree | 6701620bfd5333b0f4279de0e2b2e5d941acf273 /target/linux/ar71xx/image/ubnt.mk | |
parent | c84b7eaedd1b3c9b7e3e30248ab3d0050477f6d5 (diff) | |
download | upstream-f7a6fd31539be54d14d7c52b491b40b26bf8f740.tar.gz upstream-f7a6fd31539be54d14d7c52b491b40b26bf8f740.tar.bz2 upstream-f7a6fd31539be54d14d7c52b491b40b26bf8f740.zip |
ar71xx: deactivate some boards with too small kernel partitions
This affects the following boards:
* dr344
* archer-c58-v1
* archer-c60-v1
* tl-wr902ac-v1
* tl-wr942n-v1
* ubnt-uap-pro
* ubnt-unifi-outdoor-plus
The build fails for any of these boards because the resulting kernel
image will not fit into the kernel partition.
When CONFIG_KERNEL_KALLSYMS is not set it could be that the kernel will
fit onto the board again, this is the case for release images.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ar71xx/image/ubnt.mk')
-rw-r--r-- | target/linux/ar71xx/image/ubnt.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/ubnt.mk b/target/linux/ar71xx/image/ubnt.mk index f80f2f1b33..dfc795bb21 100644 --- a/target/linux/ar71xx/image/ubnt.mk +++ b/target/linux/ar71xx/image/ubnt.mk @@ -256,4 +256,3 @@ define Device/ubnt-unifi-outdoor-plus BOARDNAME := UBNT-UOP DEVICE_PROFILE := UBNT endef -TARGET_DEVICES += ubnt-uap-pro ubnt-unifi-outdoor-plus |