mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-20 01:20:35 +08: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
12 lines
153 B
Plaintext
12 lines
153 B
Plaintext
if PACKAGE_dectmngr
|
|
|
|
menu "Configuration"
|
|
|
|
config ENABLE_LINE_SETTINGS_EXTENSION
|
|
bool "Enable Line Settings List extension "
|
|
default y
|
|
|
|
endmenu
|
|
|
|
endif
|