summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-03-29 13:50:07 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-03-29 13:50:07 +0000
commit8723605fc858d7f865c5d584335407871a9c6153 (patch)
tree5d38cd2fee864460a61f48326e093e50409aaff5
parentc3bf59a91d9e24ee09bd122e5e5a6fdaf5bc1702 (diff)
contrib: add Build/Prepare/Default hook to Makefile to allow quilt-patching LuCI (!OpenWrt !#15182)
-rw-r--r--contrib/package/luci/Makefile1
1 files changed, 1 insertions, 0 deletions
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