diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-05-31 11:16:22 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-06-11 21:21:45 +0200 |
commit | 3a3cd0ac4376657eccfe30fc2fdcc91acddb8f1d (patch) | |
tree | 3eb564a03e3fa94d8e94e75167f0ea90b1290f8a /target/linux/ar71xx/image/ubnt.mk | |
parent | af27dd1a51d0aa093e36971eafef4cbc9e1e01c3 (diff) | |
download | upstream-3a3cd0ac4376657eccfe30fc2fdcc91acddb8f1d.tar.gz upstream-3a3cd0ac4376657eccfe30fc2fdcc91acddb8f1d.tar.bz2 upstream-3a3cd0ac4376657eccfe30fc2fdcc91acddb8f1d.zip |
ar71xx: image: keep DEVICE_VARS and Build/* at the beginning
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image/ubnt.mk')
-rw-r--r-- | target/linux/ar71xx/image/ubnt.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/ar71xx/image/ubnt.mk b/target/linux/ar71xx/image/ubnt.mk index 2c7c35db8f..c5d30965ee 100644 --- a/target/linux/ar71xx/image/ubnt.mk +++ b/target/linux/ar71xx/image/ubnt.mk @@ -1,6 +1,4 @@ -# UBNT_BOARD e.g. one of (XS2, XS5, RS, XM) -# UBNT_TYPE e.g. one of (BZ, XM, XW) -# UBNT_CHIP e.g. one of (ar7240, ar933x, ar934x) +DEVICE_VARS += UBNT_BOARD UBNT_CHIP UBNT_TYPE # mkubntimage is using the kernel image direct # routerboard creates partitions out of the ubnt header @@ -34,7 +32,6 @@ define Build/mkubntimage2 @mv $@.new $@ endef -DEVICE_VARS += UBNT_BOARD UBNT_CHIP UBNT_TYPE # UBNT_BOARD e.g. one of (XS2, XS5, RS, XM) # UBNT_TYPE e.g. one of (BZ, XM, XW) |