base-files: override Build/Compile/Default instead of Build/Compile (fixes #11667)
SVN-Revision: 32339
This commit is contained in:
parent
dddf321b6e
commit
9a1d6f0678
1 changed files with 2 additions and 1 deletions
|
@ -80,9 +80,10 @@ define Build/Prepare
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
mkdir -p $(PKG_BUILD_DIR)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile/Default
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
Build/Compile = $(Build/Compile/Default)
|
||||||
|
|
||||||
define Package/base-files/install
|
define Package/base-files/install
|
||||||
$(CP) ./files/* $(1)/
|
$(CP) ./files/* $(1)/
|
||||||
|
|
Loading…
Reference in a new issue