diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-05 18:01:36 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-07 17:50:57 +0100 |
commit | 5b6b0aa267bac03a8fb75d2e6c7dd98f384b7fea (patch) | |
tree | 04ef213ab2f30c1735ded656fe38de58fce8c4b6 /target/linux/rb532/Makefile | |
parent | c2e6ca26e52d1675ed1d9c7edbde257817806176 (diff) | |
download | upstream-5b6b0aa267bac03a8fb75d2e6c7dd98f384b7fea.tar.gz upstream-5b6b0aa267bac03a8fb75d2e6c7dd98f384b7fea.tar.bz2 upstream-5b6b0aa267bac03a8fb75d2e6c7dd98f384b7fea.zip |
rb532: convert to new loopback based overlay support
Disable block2mtd support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/rb532/Makefile')
-rw-r--r-- | target/linux/rb532/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index 5b37f6072e..8643103f98 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile @@ -14,6 +14,7 @@ FEATURES:=pci targz squashfs KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += wpad-mini kmod-ath5k kmod-input-rb532 + +DEFAULT_PACKAGES += wpad-mini kmod-ath5k kmod-input-rb532 e2fsprogs mkf2fs $(eval $(call BuildTarget)) |