luci-app-rp-pppoe-server: remove uci menu requirement

Prevents the uci menu items from appearing after installation

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2025-06-10 18:32:36 +02:00
parent 1cb4c8b976
commit 1719a4dd4c

View File

@@ -6,8 +6,7 @@
"path": "pppoe/rp-pppoe-server"
},
"depends": {
"acl": [ "luci-app-rp-pppoe-server" ],
"uci": { "pppoe": true }
"acl": [ "luci-app-rp-pppoe-server" ]
}
},
"admin/services/rp-pppoe-relay": {
@@ -17,8 +16,7 @@
"path": "pppoe/rp-pppoe-relay"
},
"depends": {
"acl": [ "luci-app-rp-pppoe-server" ],
"uci": { "pppoe": true }
"acl": [ "luci-app-rp-pppoe-server" ]
}
}
}