1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00
SVN-Revision: 10718
This commit is contained in:
Imre Kaloz 2008-04-03 13:44:38 +00:00
parent 9f9a78be68
commit 47e402733a

@ -90,7 +90,7 @@ ifeq ($(PKG_VERSION_SNAPSHOT),y)
else
$(call Build/Prepare/Default)
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)
$(call Build/Prepare/V_0_9_28)
endif