Searched refs:tty (Results 1 - 9 of 9) sorted by relevance

/openwrt/package/utils/ugps/files/
H A Dugps.init14 local tty="$(uci get gps.@gps[-1].tty)"
16 [ -d "/sys/class/tty/$tty/" ] || return
19 procd_set_param command "$PROG" "/dev/$tty"
/openwrt/package/network/utils/comgt/files/
H A D3g.usb7 local tty="$2"
16 if [ "${dev##*/}" = "${tty##*/}" ]; then
27 tty*)
/openwrt/package/kernel/linux/modules/
H A Dpcmcia.mk66 FILES:=$(LINUX_DIR)/drivers/tty/serial/8250/serial_cs.ko
H A Dother.mk703 $(LINUX_DIR)/drivers/tty/serial/8250/8250.ko \
704 $(LINUX_DIR)/drivers/tty/serial/8250/8250_base.ko@ge4.4
H A Dnetsupport.mk605 TITLE:=PPP sync tty support
613 Kernel modules for PPP sync tty support
/openwrt/package/network/utils/comgt/
H A DMakefile79 $(INSTALL_DIR) $(1)/etc/hotplug.d/tty
80 $(INSTALL_DATA) ./files/3g.usb $(1)/etc/hotplug.d/tty/30-3g
/openwrt/package/network/utils/wwan/files/
H A Dwwan.sh62 ttys=$(ls -d /sys/bus/usb/devices/$devicename/${devicename}*/tty* | sed "s/.*\///g" | tr "\n" " ")
/openwrt/include/
H A Dtoplevel.mk12 export IS_TTY=$(shell tty -s && echo 1 || echo 0)
/openwrt/package/utils/util-linux/
H A DMakefile154 agetty opens a tty port, prompts for a login name and invokes the

Completed in 118 milliseconds