diff options
| author | Hauke Mehrtens | 2020-05-21 20:16:17 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2020-05-21 20:16:17 +0000 |
| commit | 586661018e412faf9843ab04e3a295cdeaa6e709 (patch) | |
| tree | 2ca8ffa15066ab8bec601895bd004ed51dbe16f8 | |
| parent | 04b1a11f5ca72a741493addca1b1ae093f37934f (diff) | |
| download | openwrt-586661018e412faf9843ab04e3a295cdeaa6e709.tar.gz | |
ath79: Do not build buffalo_whr-g301n by default
The squashfs partition is getting too big.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -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 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 |