mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
- /etc/init.d/dectmngr: set model id from hw.board.dect_model_id if the value in the database is valid. Otherwise set to 30.3B.06 - Add a config option: ENABLE_LINE_SETTINGS_EXTENSION in the package
11 lines
153 B
Text
11 lines
153 B
Text
if PACKAGE_dectmngr
|
|
|
|
menu "Configuration"
|
|
|
|
config ENABLE_LINE_SETTINGS_EXTENSION
|
|
bool "Enable Line Settings List extension "
|
|
default y
|
|
|
|
endmenu
|
|
|
|
endif
|