[OpenWrt-Devel] [PATCH v1 7/7] mtd: Fix makefile to work with quilt as per wiki

Will Sheppard sheppard.will at gmail.com
Mon Feb 9 11:29:24 EST 2015


Signed-off-by: Will Sheppard <wsheppard at 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 at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list