diff options
Diffstat (limited to 'package')
| -rw-r--r-- | package/base-files/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 014d4b731..23152c11d 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -20,7 +20,7 @@ UCLIBC_VERSION:=${shell cat $(STAGING_DIR)/uclibc_version}  LIBGCC_VERSION:=${shell cat $(STAGING_DIR)/gcc_version}  endif -CONFIG_PACKAGE_base-files$(TARGET):=CONFIG_PACKAGE_base-files +CONFIG_PACKAGE_base-files$(TARGET):=$(CONFIG_PACKAGE_base-files)  define Package/base-files$(TARGET)   SECTION:=base @@ -76,7 +76,7 @@ endef  define Package/base-files$(TARGET)/install  $(call Package/base-files$(TARGET)/install-$(BOARD),$(1)) -	$(CP) ./default/* $(1) +	$(CP) ./default/* $(1)/  	if [ -d $(BOARD)-$(KERNEL) ]; then \  		$(CP) $(BOARD)-$(KERNEL)/* $(1)/; \  	fi | 
