mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 20:27:42 +02:00
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10718 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7eef94f66f
commit
e6245b822d
@ -90,7 +90,7 @@ ifeq ($(PKG_VERSION_SNAPSHOT),y)
|
|||||||
else
|
else
|
||||||
$(call Build/Prepare/Default)
|
$(call Build/Prepare/Default)
|
||||||
endif
|
endif
|
||||||
$(CP) ./$(CONFIG_DIR)/$(ARCH)$(if $(wildcard $(CONFIG_DIR)/$(ARCH).$(BOARD)),$(BOARD)) $(PKG_BUILD_DIR)/.config
|
$(CP) ./$(CONFIG_DIR)/$(ARCH)$(if $(wildcard $(CONFIG_DIR)/$(ARCH).$(BOARD)),.$(BOARD)) $(PKG_BUILD_DIR)/.config
|
||||||
ifeq ($(PKG_VERSION),0.9.28)
|
ifeq ($(PKG_VERSION),0.9.28)
|
||||||
$(call Build/Prepare/V_0_9_28)
|
$(call Build/Prepare/V_0_9_28)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user