autocore: pass install path to subfunction
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
04516bb742
commit
1c3d1c9816
@ -44,7 +44,7 @@ define Package/autocore/install/Default
|
||||
endef
|
||||
|
||||
define Package/autocore-arm/install
|
||||
$(call Package/autocore/install/Default)
|
||||
$(call Package/autocore/install/Default,$(1))
|
||||
|
||||
ifneq (, $(findstring $(BOARD), ipq40xx ipq806x))
|
||||
$(INSTALL_BIN) ./files/arm/tempinfo $(1)/sbin/
|
||||
@ -52,7 +52,7 @@ endif
|
||||
endef
|
||||
|
||||
define Package/autocore-x86/install
|
||||
$(call Package/autocore/install/Default)
|
||||
$(call Package/autocore/install/Default,$(1))
|
||||
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/x86/autocore $(1)/etc/init.d/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user