Compare commits

...

1 Commits

Author SHA1 Message Date
subramanianc
2dc5de4a0c dslmngr: Remove board db dependency 2023-09-04 06:12:58 +00:00

View File

@@ -26,10 +26,6 @@ stop_service() {
}
boot() {
local HASADSL="$(db -q get hw.board.hasAdsl)"
local HASVDSL="$(db -q get hw.board.hasVdsl)"
[ "$HASADSL" == "1" -o "$HASVDSL" == "1" ] || return
xdsl_init
start