Searched refs:ls (Results 1 - 23 of 23) sorted by relevance

/openwrt/package/base-files/files/bin/
H A Dboard_detect4 for a in `ls /etc/board.d/*`; do
/openwrt/package/base-files/files/sbin/
H A Dhotplug-call15 for script in $(ls /etc/hotplug.d/$1/* 2>&-); do (
/openwrt/target/linux/mxs/base-files/etc/
H A Ddiag.sh16 status_led=$(cd /sys/class/leds && ls -1d *:status 2> /dev/null | head -n 1)
/openwrt/scripts/
H A Dipkg-make-index.sh21 file_size=$(ls -l $pkg | awk '{print $5}')
/openwrt/package/network/utils/wwan/files/
H A Dwwan.sh40 for a in `ls /sys/bus/usb/devices`; do
62 ttys=$(ls -d /sys/bus/usb/devices/$devicename/${devicename}*/tty* | sed "s/.*\///g" | tr "\n" " ")
69 [ -z "$ctl_device" ] && for net in $(ls /sys/class/net/ | grep wwan); do
74 ctl_device=/dev/$(ls /sys/class/net/$net/device/usbmisc)
/openwrt/target/linux/adm5120/rb1xx/base-files/sbin/
H A Dwget2nand64 ls /tmp/wget2nand-kernel/
65 ls /tmp/wget2nand-rootfs/
/openwrt/target/linux/ar71xx/base-files/sbin/
H A Dwget2nand75 ls $mnt_kernel >/dev/null
76 ls $mnt_rootfs >/dev/null
/openwrt/target/linux/rb532/base-files/sbin/
H A Dwget2nand56 ls /tmp/wget2nand-boot/
57 ls /tmp/wget2nand/
/openwrt/target/linux/lantiq/base-files/lib/functions/
H A Dlantiq_dsl.sh652 local ls=$(dsl_val "$lsg" nLineState);
655 case "$ls" in
680 "") s="not running daemon"; ls="0xfff" ;;
685 echo "dsl.line_state_num=$ls"
687 if [ "$ls" = "0x801" ]; then
693 if [ "$ls" = "0x801" ]; then
694 echo "Line State: UP [$ls: $s]"
696 echo "Line State: DOWN [$ls: $s]"
/openwrt/package/system/fstools/files/
H A Dsnapshot10 block=`ls block*.tar.gz 2> /dev/null`
/openwrt/include/
H A Dquilt.mk35 @for patch in $$$$( (cd "$(2)" && if [ -f series ]; then $(call filter_series,series); else ls | sort; fi; ) 2>/dev/null ); do ( \
43 @if [ -d "$(2)" ] && [ "$$$$(ls $(2) | wc -l)" -gt 0 ]; then \
152 @[ -n "$$$$(ls $(1)/patches/series)" -o "$$$$(cat $(1)/patches/series | md5sum)" = "$$(sort $(1)/patches/series | md5sum)" ] || { \
/openwrt/package/kernel/mac80211/files/lib/wifi/
H A Dmac80211.sh12 for phy in $(ls /sys/class/ieee80211 2>/dev/null); do
/openwrt/package/system/ca-certificates/
H A DMakefile47 for CERTFILE in `ls -1 $(1)/etc/ssl/certs`; do \
/openwrt/package/kernel/mac80211/files/lib/netifd/wireless/
H A Dmac80211.sh397 for phy in $(ls /sys/class/ieee80211 2>/dev/null); do
404 for phy in $(ls /sys/class/ieee80211 2>/dev/null); do
742 ls "/sys/class/ieee80211/${phy}/device/net" 2>/dev/null;
744 ls "/sys/class/ieee80211/${phy}/device" 2>/dev/null | grep net: | sed -e 's,net:,,g'
/openwrt/package/kernel/hostap-driver/files/lib/wifi/
H A Dhostap.sh11 for phy in $(ls -d wlan* 2>&-); do
247 for dev in $(ls -d wlan* 2>&-); do
/openwrt/target/linux/ar71xx/base-files/lib/upgrade/
H A Dplatform.sh487 ls-sr71 | \
557 ls-sr71 | \
/openwrt/target/linux/x86/image/
H A DMakefile12 GRUB2_MODULES = biosdisk boot chain configfile ext2 linux ls part_msdos reboot serial vga
13 GRUB2_MODULES_ISO = biosdisk boot chain configfile iso9660 linux ls part_msdos reboot serial vga
/openwrt/target/linux/ar71xx/image/
H A Dubnt.mk215 define Device/ubnt-ls-sr71
224 TARGET_DEVICES += ubnt-rs ubnt-rspro ubnt-ls-sr71
/openwrt/package/
H A DMakefile53 for lib in `ls $(TMP_DIR)/mklibs-out/*.so.* 2>/dev/null`; do \
55 DEST="`ls "$(TARGET_DIR)/lib/$$LIB" "$(TARGET_DIR)/usr/lib/$$LIB" 2>/dev/null`"; \
/openwrt/package/base-files/files/lib/
H A Dfunctions.sh265 for file in $(ls $1/*.sh 2>/dev/null); do
/openwrt/package/base-files/files/lib/upgrade/
H A Dcommon.sh53 /bin/vi /bin/ls /bin/cat /usr/bin/awk /usr/bin/hexdump \
/openwrt/target/linux/ar71xx/base-files/etc/
H A Ddiag.sh161 ls-sr71)
/openwrt/package/network/services/ead/src/tinysrp/
H A Dconfigure621 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
624 set X `ls -t $srcdir/configure conftestfile`
629 # If neither matched, then we have a broken ls. This can happen
631 # broken ls alias from the environment. This has actually
633 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken

Completed in 170 milliseconds