mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
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:
@@ -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" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user