diff options
author | John Crispin <john@openwrt.org> | 2015-12-23 14:43:05 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-23 14:43:05 +0000 |
commit | 29199a766e2df696055fe8a1b656b510631e552d (patch) | |
tree | 09858f0a05dae3f5131e478dbc31eed49a004589 /target/linux | |
parent | 4be79019622a9431d9a42eaa2f969afde746bf87 (diff) | |
download | upstream-29199a766e2df696055fe8a1b656b510631e552d.tar.gz upstream-29199a766e2df696055fe8a1b656b510631e552d.tar.bz2 upstream-29199a766e2df696055fe8a1b656b510631e552d.zip |
rb532: build squashfs image by default
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 47971
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/rb532/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index e5c6ad7659..308646272e 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=rb532 BOARDNAME:=Mikrotik RouterBoard 532 -FEATURES:=pci targz +FEATURES:=pci targz squashfs KERNEL_PATCHVER:=3.18 |