mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
base-files: override Build/Compile/Default instead of Build/Compile (fixes #11667)
SVN-Revision: 32339
This commit is contained in:
parent
dddf321b6e
commit
9a1d6f0678
@ -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)/
|
||||
|
Loading…
Reference in New Issue
Block a user