1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-10 00:36:24 +02:00
SVN-Revision: 9871
This commit is contained in:
Felix Fietkau 2007-12-23 02:13:57 +00:00
parent c2e873499a
commit ac2f4c97e7

View File

@ -138,7 +138,7 @@ define Package/base-files$(TARGET)/install
$(if $(filter-out $(PLATFORM_DIR),$(PLATFORM_SUBDIR)), \
if [ -d $(PLATFORM_SUBDIR)/base-files/. ]; then \
$(CP) $(PLATFORM_SUBDIR)/base-files/* $(1)/; \
fi \
fi; \
if [ -d $(PLATFORM_SUBDIR)/base-files-$(PROFILE)/. ]; then \
$(CP) $(PLATFORM_SUBDIR)/base-files-$(PROFILE)/* $(1)/; \
fi \