mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-25 14:37:57 +02:00
move arch specific base-files install call to the end of the generic one - fixes wrong /etc/config/network
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4914 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bee2d53f8d
commit
3cf72ac0ab
@ -142,7 +142,6 @@ define Package/base-files$(TARGET)/install-brcm
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/base-files$(TARGET)/install
|
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 \
|
if [ -d $(BOARD)-$(KERNEL) ]; then \
|
||||||
$(CP) $(BOARD)-$(KERNEL)/* $(1)/; \
|
$(CP) $(BOARD)-$(KERNEL)/* $(1)/; \
|
||||||
@ -164,6 +163,7 @@ define Package/base-files$(TARGET)/install
|
|||||||
rm -f $(1)/var
|
rm -f $(1)/var
|
||||||
ln -sf /tmp $(1)/var
|
ln -sf /tmp $(1)/var
|
||||||
mkdir -p $(1)/etc
|
mkdir -p $(1)/etc
|
||||||
|
$(call Package/base-files$(TARGET)/install-$(BOARD),$(1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libgcc/install
|
define Package/libgcc/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user