You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh -x
|
|
|
|
if [ "$PKG_UPGRADE" != "1" ]; then
|
|
touch /etc/config/smstools3
|
|
uci set smstools3.@sms[0]=sms
|
|
uci set smstools3.@root_phone[0]=root_phone
|
|
uci set smstools3.@command[0]=command
|
|
fi
|