diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/image/tiny.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/tiny.mk b/target/linux/ath79/image/tiny.mk index b974777c61..54b20b6089 100644 --- a/target/linux/ath79/image/tiny.mk +++ b/target/linux/ath79/image/tiny.mk @@ -30,6 +30,7 @@ define Device/dlink_dir-615-e4 check-size $$$$(FACTORY_IMAGE_SIZE) | pad-to $$$$(FACTORY_IMAGE_SIZE) | \ append-string "AP99-AR7240-RT-091105-05" SUPPORTED_DEVICES += dir-615-e4 + DEFAULT := n endef TARGET_DEVICES += dlink_dir-615-e4 |