Skip to content

Commit

Permalink
Use generated dbus configuration instead of openwide one
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilien-baumann committed Dec 28, 2023
1 parent 1ca80b5 commit 1e655ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
6 changes: 3 additions & 3 deletions openthread-br/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ define Package/openthread-br/install
$(INSTALL_DIR) $(1)/etc/config
$(INSTALL_CONF) $(PKG_INSTALL_DIR)/etc/config/* $(1)/etc/config

$(INSTALL_DIR) $(1)/etc/dbus-1/system.d
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/etc/dbus-1/system.d/* $(1)/etc/dbus-1/system.d

$(INSTALL_DIR) $(1)/usr/lib/lua/luci/controller/admin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/openwrt/controller/thread.lua $(1)/usr/lib/lua/luci/controller/admin

$(INSTALL_DIR) $(1)/usr/lib/lua/luci/view
$(CP) $(PKG_BUILD_DIR)/src/openwrt/view/admin_thread $(1)/usr/lib/lua/luci/view

$(INSTALL_DIR) $(1)/etc/dbus-1/system.d/
$(INSTALL_CONF) ./files/system.conf $(1)/etc/dbus-1/system.d/system.conf

endef

$(eval $(call BuildPackage,openthread-br))
15 changes: 0 additions & 15 deletions openthread-br/files/system.conf

This file was deleted.

0 comments on commit 1e655ec

Please sign in to comment.