mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
layer2interface: quick fix to install files
This commit is contained in:
parent
5585e53773
commit
f5844368e0
1 changed files with 6 additions and 4 deletions
|
|
@ -29,12 +29,14 @@ endef
|
|||
define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/layer2interface/install
|
||||
ifeq ($(CONFIG_TARGET_iopsys_brcm63xx_mips),y)
|
||||
define Package/layer2interface/install
|
||||
$(CP) ./broadcom/* $(1)/
|
||||
else ifeq ($(CONFIG_TARGET_iopsys_brcm63xx_arm),y)
|
||||
$(CP) ./broadcom/* $(1)/
|
||||
endif
|
||||
endef
|
||||
else ifeq ($(CONFIG_TARGET_iopsys_brcm63xx_arm),y)
|
||||
define Package/layer2interface/install
|
||||
$(CP) ./broadcom/* $(1)/
|
||||
endef
|
||||
endif
|
||||
|
||||
$(eval $(call BuildPackage,layer2interface))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue