mirror of
https://github.com/openwrt/luci.git
synced 2025-12-22 01:44:35 +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"
|
"path": "pppoe/rp-pppoe-server"
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"acl": [ "luci-app-rp-pppoe-server" ],
|
"acl": [ "luci-app-rp-pppoe-server" ]
|
||||||
"uci": { "pppoe": true }
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"admin/services/rp-pppoe-relay": {
|
"admin/services/rp-pppoe-relay": {
|
||||||
@@ -17,8 +16,7 @@
|
|||||||
"path": "pppoe/rp-pppoe-relay"
|
"path": "pppoe/rp-pppoe-relay"
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"acl": [ "luci-app-rp-pppoe-server" ],
|
"acl": [ "luci-app-rp-pppoe-server" ]
|
||||||
"uci": { "pppoe": true }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user