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
|
|
|
|
if [ "$PKG_UPGRADE" != 1 ]; then
|
|
touch /etc/config/atinout
|
|
uci set atinout.general=atinout
|
|
fi
|
|
|
|
if [ ! -f /etc/atcommands.user ]; then
|
|
echo "Demo command \"ATI\";ATI" > /etc/atcommands.user
|
|
fi
|
|
|