Searched refs:ln (Results 1 - 25 of 182) sorted by relevance

12345678

/asus-wl-520gu-7.0.1.45/src/router/samba/source/script/
H A Dlinkmodules.sh9 ln -s $2 $I
H A Dinstallswat.sh14 for ln in $LANGS; do
15 SWATLANGDIR=$SWATDIR/$ln
29 for ln in $LANGS; do
31 for f in $SRCDIR../swat/$ln/images/*.gif; do
35 FNAME=$SWATDIR/$ln/images/`basename $f`
43 for f in $SRCDIR../swat/$ln/help/*.html; do
47 FNAME=$SWATDIR/$ln/help/`basename $f`
62 for f in $SRCDIR../swat/$ln/include/*.html; do
66 FNAME=$SWATDIR/$ln/include/`basename $f`
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A DMakefile97 cd $(INSTALLDIR)/sbin && ln -sf rc init
98 cd $(INSTALLDIR)/sbin && ln -sf rc erase
99 cd $(INSTALLDIR)/sbin && ln -sf rc write
100 cd $(INSTALLDIR)/sbin && ln -sf rc stats
101 cd $(INSTALLDIR)/sbin && ln -sf rc hotplug
104 cd $(INSTALLDIR)/sbin && ln -sf rc stopservice
105 cd $(INSTALLDIR)/sbin && ln -sf rc ddns_updated
106 cd $(INSTALLDIR)/sbin && ln -sf rc watchdog
107 cd $(INSTALLDIR)/sbin && ln -sf rc wsrom
108 cd $(INSTALLDIR)/sbin && ln
[all...]
/asus-wl-520gu-7.0.1.45/
H A Daddlink3 ln -s asm-mips asm
5 ln -s configs/router.h Config.h
6 ln -s busybox.lineo.com/index.html docs/BusyBox.html
8 ln -s Makefile.linux Makefile
10 ln -s Makefile.linux Makefile
12 ln -s Makefile.linux Makefile
14 ln -s Makefile.linux Makefile
16 ln -s Makefile.linux Makefile
18 ln -s ../socketbits.h socket.h
20 ln
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A DMakefile99 cd $(INSTALLDIR)/sbin && ln -sf rc init
100 cd $(INSTALLDIR)/sbin && ln -sf rc erase
101 cd $(INSTALLDIR)/sbin && ln -sf rc write
102 cd $(INSTALLDIR)/sbin && ln -sf rc stats
103 cd $(INSTALLDIR)/sbin && ln -sf rc hotplug
106 cd $(INSTALLDIR)/sbin && ln -sf rc stopservice
107 cd $(INSTALLDIR)/sbin && ln -sf rc ddns_updated
108 cd $(INSTALLDIR)/sbin && ln -sf rc watchdog
109 cd $(INSTALLDIR)/sbin && ln -sf rc wsrom
110 cd $(INSTALLDIR)/sbin && ln
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A DLINK6 ln -s $DIR $PREFIX
H A Dpostinstall.linux.sh106 ln -s ../init.d/lprng /etc/rc0.d/K60lprng
107 ln -s ../init.d/lprng /etc/rc1.d/K60lprng
108 ln -s ../init.d/lprng /etc/rc2.d/S60lprng
109 ln -s ../init.d/lprng /etc/rc3.d/S60lprng
110 ln -s ../init.d/lprng /etc/rc4.d/S60lprng
111 ln -s ../init.d/lprng /etc/rc5.d/S60lprng
112 ln -s ../init.d/lprng /etc/rc6.d/K60lprng
/asus-wl-520gu-7.0.1.45/src/router/others/
H A DMakefile33 ln -sf /tmp/resolv.conf $(INSTALLDIR)/etc/resolv.conf
34 ln -sf /tmp/hosts $(INSTALLDIR)/etc/hosts
35 ln -sf /tmp/TZ $(INSTALLDIR)/etc/TZ
36 ln -sf /tmp/settings $(INSTALLDIR)/www/WL500g.Deluxe.CFG
37 ln -sf /tmp/settings $(INSTALLDIR)/www/WL500g.CFG
38 ln -sf /tmp/settings $(INSTALLDIR)/www/WL500gv2.CFG
39 ln -sf /tmp/settings $(INSTALLDIR)/www/WL520g.CFG
40 ln -sf /tmp/settings $(INSTALLDIR)/www/WL500g-X.CFG
41 ln -sf /tmp/settings $(INSTALLDIR)/www/WL500b.CFG
42 ln
[all...]
/asus-wl-520gu-7.0.1.45/src/router/vlan/
H A Dvlan_test.pl30 my $ln = $_;
31 chomp($ln);
33 #print "LINE: -:$ln:-\n";
35 if ($ln =~ /Doing ip addr show for (\S+)/) {
39 elsif ($ln =~ /Doing ifconfig -a for (\S+)/) {
43 elsif ($ln =~ /^real (\S+)/) {
46 elsif ($ln =~ /^user (\S+)/) {
49 elsif ($ln =~ /^sys (\S+)/) {
60 #print "INFO: Didn't match anything -:$ln:-\n";
70 my $ln
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/arm/empeg/
H A Dmkdevs10 ln -sf radio0 radio
11 ln -sf usb0 usb
/asus-wl-520gu-7.0.1.45/src/router/busybox/tests/
H A Dln_tests.mk1 # ln_tests.mk - Set of tests for busybox ln
6 # GNU `ln'
7 GLN = /bin/ln
8 # BusyBox `ln'
9 BLN = $(shell pwd)/ln
15 rm -rf ln_tests ln_*.{gnu,bb} ln
17 ln_tests: ln_clean ln
19 @echo "No output from diff means busybox ln is functioning properly.";
/asus-wl-520gu-7.0.1.45/src/router/misc/
H A Drootprep.sh20 ln -sf tmp/var var
21 (cd $ROOTDIR/usr && ln -sf ../tmp)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pci/
H A Dsetup-bus.c41 struct list_head *ln; local
47 for (ln=bus->devices.next; ln != &bus->devices; ln=ln->next) {
48 struct pci_dev *dev = pci_dev_b(ln);
211 struct list_head *ln; local
218 for (ln=bus->devices.next; ln != &bus->devices; ln
260 struct list_head *ln; local
332 struct list_head *ln; local
359 struct list_head *ln; local
381 struct list_head *ln; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/bootfloppy/
H A Dmkdevs.sh25 ln -s /proc/kcore core
44 ln -s ram1 ram
56 ln -s vcs0 vcs
62 ln -s vcsa0 vcsa
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Example/
H A Dsetup.sh20 ln -sf /sbin/init.d/samba.init /sbin/rc0.d/K01samba
21 ln -sf /sbin/init.d/samba.init /sbin/rc2.d/K91samba
22 ln -sf /sbin/init.d/samba.init /sbin/rc3.d/S91samba
24 ln /sbin/init.d/samba.init /sbin/samba
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/mkdosfs/
H A DMakefile18 ln -s mkdosfs $(SBINDIR)/mkfs.msdos
19 ln -s mkdosfs $(SBINDIR)/mkfs.vfat
21 ln -s mkdosfs.8 $(MANDIR)/mkfs.msdos.8
22 ln -s mkdosfs.8 $(MANDIR)/mkfs.vfat.8
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Dmake-release.sh16 test -d libevent || ln -s ../libevent . || exit 1
28 ln -s $PWD/$i $DIR/$d || exit 1
/asus-wl-520gu-7.0.1.45/src/router/500gp/exinstall/bin/
H A Drcinstall26 ln -s $EXLIB /shares/lib
27 ln -s $EXBIN /shares/bin
28 ln -s $EXUSR /shares/usr
29 #ln -s $EXWWW /shares/wwwapps
30 ln -s $EXBIN /shares/${POOL}/bin
95 ln -s /${EXETC} /shares/etc
121 #ln -s /shares/usr/gift-nasoc /${EXETC}/gift-nasoc
139 #ln -s /shares/usr/gift-nasoc/bin/gshell /${EXBIN}/rungshell
142 ln -s /${TARGETDIR}/Download/Complete /shares/DMSRoot/Download
143 ln
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sibyte/swarm/
H A DMakefile14 ln xmitter l3proc.bin
17 ln l3proc l3proc.bin
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/video4linux/bttv/
H A DMAKEDEV14 ln -s /dev/${1}0 /dev/$1
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/fakeprom/
H A Drunsim196 ln -s $D/vmlinux vmlinux
198 ln -s $D/vmlinux.sym vmlinux.sym
200 ln -s $D/System.map vmlinux.sym
203 ln -s $D/arch/ia64/sn/fprom/fprom fprom
205 ln -s $D/fprom fprom
234 ln -s $D/$SDIR/$BIN.bin fw.bin
235 ln -s $D/$SDIR/$BIN.map fw.map
236 ln -s $D/$SDIR/$BIN.sym fw.sym
239 ln -s $D/linux/vmlinux vmlinux
240 ln
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/emu10k1/
H A Defxmgr.h169 #define INPUT_PATCH_START(patch, nm, ln, i) \
174 patch->input = (1<<(0x1f&ln)); \
175 patch->output= (1<<(0x1f&ln)); \
202 #define OUTPUT_PATCH_START(patch, nm, ln, i) \
207 patch->input = (1<<(0x1f&ln)); \
208 patch->output= (1<<(0x1f&ln)); \
218 #define GET_OUTPUT_GPR(patch, g, ln) \
222 mgr->gpr[(g) - GPR_BASE].line = ln; \
226 #define GET_INPUT_GPR(patch, g, ln) \
230 mgr->gpr[(g) - GPR_BASE].line = ln; \
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/
H A Dconfigure119 ln -s $ksrc/Makefile.top Makefile
127 ln -s Makefile.$makext $ksrc/Makefile
137 ln -s Makefile.$makext $dir/Makefile
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/ntlogon/
H A Dntlogon.py120 ln = buf[idx]
141 if re.search(r'(?i)' + hdrstring, ln):
145 x = re.match(r'([^#\r\n]*)', ln) # Determine the section
353 for ln in script:
354 oFile.write(ln + '\r\n')
356 if string.strip(ln) != '': # Because whitespace
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/
H A Dlprng_index_certs.sh53 ln -s $file $hash.$n;

Completed in 140 milliseconds

12345678