projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d899a6
)
ath79: Do not build dlink_dir-615-e4 by default
author
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 23 Dec 2019 14:21:57 +0000
(15:21 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 23 Dec 2019 14:24:43 +0000
(15:24 +0100)
The factory image for the dlink_dir-615-e4 is getting too big which makes
the full ath79 tiny build fail, deactivate it by default.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ath79/image/tiny.mk
patch
|
blob
|
history
diff --git
a/target/linux/ath79/image/tiny.mk
b/target/linux/ath79/image/tiny.mk
index b974777c614a6f905d275da254d6e14575f63015..54b20b60893cdf87c3d45c78a27423790bd74662 100644
(file)
--- 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