mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
get rid of per-profile base-files
SVN-Revision: 9069
This commit is contained in:
parent
2068b8d48d
commit
438dfe5c6f
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2007 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -130,19 +130,14 @@ define Package/base-files$(TARGET)/install
|
|||||||
if [ -d $(GENERIC_PLATFORM_DIR)/base-files/. ]; then \
|
if [ -d $(GENERIC_PLATFORM_DIR)/base-files/. ]; then \
|
||||||
$(CP) $(GENERIC_PLATFORM_DIR)/base-files/* $(1)/; \
|
$(CP) $(GENERIC_PLATFORM_DIR)/base-files/* $(1)/; \
|
||||||
fi
|
fi
|
||||||
if [ -d $(PLATFORM_DIR)/base-files/default/. ]; then \
|
if [ -d $(PLATFORM_DIR)/base-files/. ]; then \
|
||||||
$(CP) $(PLATFORM_DIR)/base-files/default/* $(1)/; \
|
$(CP) $(PLATFORM_DIR)/base-files/* $(1)/; \
|
||||||
fi
|
fi
|
||||||
$(if $(filter-out $(PLATFORM_DIR),$(PLATFORM_SUBDIR)), \
|
$(if $(filter-out $(PLATFORM_DIR),$(PLATFORM_SUBDIR)), \
|
||||||
if [ -d $(PLATFORM_SUBDIR)/base-files/default/. ]; then \
|
if [ -d $(PLATFORM_SUBDIR)/base-files/. ]; then \
|
||||||
$(CP) $(PLATFORM_SUBDIR)/base-files/default/* $(1)/; \
|
$(CP) $(PLATFORM_SUBDIR)/base-files/* $(1)/; \
|
||||||
fi \
|
fi \
|
||||||
)
|
)
|
||||||
if [ "$(PROFILE)" != "Default" ]; then \
|
|
||||||
if [ -d $(PLATFORM_DIR)/base-files/profile-$(PROFILE)/. ]; then \
|
|
||||||
$(CP) $(PLATFORM_DIR)/base-files/profile-$(PROFILE)/* $(1)/; \
|
|
||||||
fi; \
|
|
||||||
fi
|
|
||||||
$(SED) 's,$$$$R,r$(REV),g' $(1)/etc/banner
|
$(SED) 's,$$$$R,r$(REV),g' $(1)/etc/banner
|
||||||
$(SED) 's,$$$$S,$(BOARD)-$(KERNEL),g' -e 's,$$$$A,$(ARCH),g' $(1)/etc/ipkg.conf
|
$(SED) 's,$$$$S,$(BOARD)-$(KERNEL),g' -e 's,$$$$A,$(ARCH),g' $(1)/etc/ipkg.conf
|
||||||
mkdir -p $(1)/dev
|
mkdir -p $(1)/dev
|
||||||
|
Loading…
Reference in New Issue
Block a user