diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-05-31 21:23:53 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-06-11 21:22:46 +0200 |
commit | 708cc2bd3c40e10e2da87fe27d79a148b9572f0e (patch) | |
tree | d6d2e0cbdf643a10758ee06d8496fba30e25fc13 /target/linux/ar71xx/image/mikrotik.mk | |
parent | e83cac1a8fe11a8fbb0980de7eec225a02fd2b12 (diff) | |
download | upstream-708cc2bd3c40e10e2da87fe27d79a148b9572f0e.tar.gz upstream-708cc2bd3c40e10e2da87fe27d79a148b9572f0e.tar.bz2 upstream-708cc2bd3c40e10e2da87fe27d79a148b9572f0e.zip |
ar71xx: image: cosmetic: drop redundant empty lines
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image/mikrotik.mk')
-rw-r--r-- | target/linux/ar71xx/image/mikrotik.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/mikrotik.mk b/target/linux/ar71xx/image/mikrotik.mk index 4047b72feb..2c3807f486 100644 --- a/target/linux/ar71xx/image/mikrotik.mk +++ b/target/linux/ar71xx/image/mikrotik.mk @@ -21,7 +21,6 @@ define Device/nand-large DEVICE_TITLE := MikroTik RouterBoard with >= 128 MB NAND flash KERNEL := kernel-bin | kernel2minor -s 2048 -e -c endef - TARGET_DEVICES += nand-64m nand-large define Device/rb-nor-flash-16M @@ -41,5 +40,4 @@ define Device/rb-nor-flash-16M-ac DEVICE_TITLE := MikroTik RouterBoard with 16 MB SPI NOR flash and ac DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x ath10k-firmware-qca9887 endef - TARGET_DEVICES += rb-nor-flash-16M rb-nor-flash-16M-ac |