even more compile fixes

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9918 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-12-25 03:41:26 +00:00
parent c091164493
commit 83c9b04f8f
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ define Build/Compile
endef
define Package/x-bkgd-images/install
$(INSTALL_DIR) $(1)
$(CP) ./files/* $(1)/
endef