diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-04-26 20:04:48 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-05-08 21:14:24 +0200 |
commit | db34cdf6c537304f41a097d9b9b085efa31d1146 (patch) | |
tree | 24e74b32019ae2f3fc273691b943da529cbf9f6e /target/linux/ath79/image/generic-ubnt.mk | |
parent | 6069bdd0871a20b5adce8d2f677946e05a2da609 (diff) | |
download | mtk-20170518-db34cdf6c537304f41a097d9b9b085efa31d1146.zip mtk-20170518-db34cdf6c537304f41a097d9b9b085efa31d1146.tar.gz mtk-20170518-db34cdf6c537304f41a097d9b9b085efa31d1146.tar.bz2 |
ath79: Ubiquiti Airmax M: add relocate-kernel to invalidate cache
Apply ar71xx fix for broken Ubiquiti bootloader to ath79 as well.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target/linux/ath79/image/generic-ubnt.mk')
-rw-r--r-- | target/linux/ath79/image/generic-ubnt.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index c0370ad..17c89fc 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -52,6 +52,7 @@ define Device/ubnt-xm UBNT_TYPE := XM UBNT_CHIP := ar7240 ATH_SOC := ar7241 + KERNEL := kernel-bin | append-dtb | relocate-kernel | lzma | uImage lzma endef define Device/ubnt-xw |