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: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=8723605fc858d7f865c5d584335407871a9c6153 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 5f0d3151d..912b82656 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