From: Jo-Philipp Wich Date: Sat, 29 Mar 2014 13:50:07 +0000 (+0000) Subject: contrib: add Build/Prepare/Default hook to Makefile to allow quilt-patching LuCI... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8723605fc858d7f865c5d584335407871a9c6153;p=project%2Fluci.git contrib: add Build/Prepare/Default hook to Makefile to allow quilt-patching LuCI (!OpenWrt !#15182) --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 5f0d3151d3..912b826566 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -618,6 +618,7 @@ define Build/Prepare --exclude='boa-0*' --exclude='*.o' --exclude='*.so' \ --exclude=dist | \ tar x -C $(PKG_BUILD_DIR)/ + $(call Build/Prepare/Default) endef define Build/Configure