Signed-off-by: Will Sheppard <wshepp...@embedded-bits.co.uk> --- package/system/mtd/Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/package/system/mtd/Makefile b/package/system/mtd/Makefile index 91c4fac..5da27d1 100644 --- a/package/system/mtd/Makefile +++ b/package/system/mtd/Makefile @@ -34,6 +34,7 @@ endef define Build/Prepare mkdir -p $(PKG_BUILD_DIR) $(CP) ./src/* $(PKG_BUILD_DIR)/ + $(call Build/Prepare/Default) endef target=$(firstword $(subst -, ,$(BOARD))) -- 1.9.1 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel