From: Hauke Mehrtens Date: Thu, 21 May 2020 20:16:17 +0000 (+0200) Subject: ath79: Do not build buffalo_whr-g301n by default X-Git-Tag: v21.02.0-rc1~2712 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=586661018e412faf9843ab04e3a295cdeaa6e709;p=openwrt%2Fstaging%2Fpepe2k.git ath79: Do not build buffalo_whr-g301n by default The squashfs partition is getting too big. Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/ath79/image/tiny.mk b/target/linux/ath79/image/tiny.mk index 41f1eb4305..9f4f89bd9a 100644 --- a/target/linux/ath79/image/tiny.mk +++ b/target/linux/ath79/image/tiny.mk @@ -12,6 +12,7 @@ define Device/buffalo_whr-g301n buffalo-tag WHR-G301N 3 IMAGE/tftp.bin := $$(IMAGE/default) | buffalo-tftp-header SUPPORTED_DEVICES += whr-g301n + DEFAULT := n endef TARGET_DEVICES += buffalo_whr-g301n