1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 23:58:27 +02:00

base-files: override Build/Compile/Default instead of Build/Compile (fixes #11667)

SVN-Revision: 32339
This commit is contained in:
Felix Fietkau 2012-06-13 16:25:29 +00:00
parent dddf321b6e
commit 9a1d6f0678

View File

@ -80,9 +80,10 @@ define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
endef
define Build/Compile
define Build/Compile/Default
endef
Build/Compile = $(Build/Compile/Default)
define Package/base-files/install
$(CP) ./files/* $(1)/