Skip to content

Commit

Permalink
base-files: override Build/Compile/Default instead of Build/Compile (…
Browse files Browse the repository at this point in the history
…fixes #11667)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32339 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed Jun 13, 2012
1 parent 2d3cf7a commit 4a84d63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/base-files/Makefile
Expand Up @@ -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)/
Expand Down

0 comments on commit 4a84d63

Please sign in to comment.