|
@@ -32,6 +32,10 @@ endef
|
|
define Build/Compile
|
|
define Build/Compile
|
|
endef
|
|
endef
|
|
|
|
|
|
|
|
+define Package/luci-app-adguardhome/conffiles
|
|
|
|
+/etc/AdGuardHome.yaml
|
|
|
|
+endef
|
|
|
|
+
|
|
define Package/luci-app-adguardhome/install
|
|
define Package/luci-app-adguardhome/install
|
|
$(INSTALL_DIR) $(1)/usr/lib/lua/luci
|
|
$(INSTALL_DIR) $(1)/usr/lib/lua/luci
|
|
cp -pR ./luasrc/* $(1)/usr/lib/lua/luci
|
|
cp -pR ./luasrc/* $(1)/usr/lib/lua/luci
|