fix a typo that prevents base-files from being installed
SVN-Revision: 3894
This commit is contained in:
parent
450d0b77e6
commit
3975a3e97e
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ UCLIBC_VERSION:=${shell cat $(STAGING_DIR)/uclibc_version}
|
||||||
LIBGCC_VERSION:=${shell cat $(STAGING_DIR)/gcc_version}
|
LIBGCC_VERSION:=${shell cat $(STAGING_DIR)/gcc_version}
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CONFIG_PACKAGE_base-files$(TARGET):=CONFIG_PACKAGE_base-files
|
CONFIG_PACKAGE_base-files$(TARGET):=$(CONFIG_PACKAGE_base-files)
|
||||||
|
|
||||||
define Package/base-files$(TARGET)
|
define Package/base-files$(TARGET)
|
||||||
SECTION:=base
|
SECTION:=base
|
||||||
|
@ -76,7 +76,7 @@ endef
|
||||||
|
|
||||||
define Package/base-files$(TARGET)/install
|
define Package/base-files$(TARGET)/install
|
||||||
$(call Package/base-files$(TARGET)/install-$(BOARD),$(1))
|
$(call Package/base-files$(TARGET)/install-$(BOARD),$(1))
|
||||||
$(CP) ./default/* $(1)
|
$(CP) ./default/* $(1)/
|
||||||
if [ -d $(BOARD)-$(KERNEL) ]; then \
|
if [ -d $(BOARD)-$(KERNEL) ]; then \
|
||||||
$(CP) $(BOARD)-$(KERNEL)/* $(1)/; \
|
$(CP) $(BOARD)-$(KERNEL)/* $(1)/; \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue