Skip to content
Snippets Groups Projects
Commit eb898210 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

ip_autoselector: Fix wrong file name and fix build

parent 467309e5
Branches
Tags
1 merge request!462ip_autoselector: Fix wrong file name and fix build
......@@ -32,7 +32,7 @@ define Package/ip_autoselector/install
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
$(INSTALL_BIN) ./files/ip_autoselector.hotplug $(1)/etc/hotplug.d/iface/10_ip_autoselector
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_BIN) ./files/ip_selector.uci $(1)/etc/uci-defaults/10_ip_autoselector
$(INSTALL_BIN) ./files/ip_autoselector.uci $(1)/etc/uci-defaults/10_ip_autoselector
endef
$(eval $(call BuildPackage,ip_autoselector))
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment