Searched refs:TARGETDIR (Results 1 - 9 of 9) sorted by path

/asus-wl-520gu-7.0.1.45/src/router/500gp/exinstall/bin/
H A Drcinstall6 TARGETDIR="shares/${POOL}/${SHARE}"
24 mkdir /${TARGETDIR}
37 #if [ -d "/${TARGETDIR}/Music" ]; then
40 mkdir /${TARGETDIR}/Music
41 # chown guest:root /${TARGETDIR}/Music -R
44 #if [ -d "/${TARGETDIR}/Video" ]; then
47 mkdir /${TARGETDIR}/Video
48 # chown guest:root /${TARGETDIR}/Video -R
51 #if [ -d "/${TARGETDIR}/Photo" ]; then
54 mkdir /${TARGETDIR}/Phot
[all...]
/asus-wl-520gu-7.0.1.45/src/router/
H A DMakefile73 export TARGETDIR := $(PLATFORMDIR)/target macro
178 rm -rf $(TARGETDIR)
190 install -d $(TARGETDIR)
192 (cd $${dir} && tar cpf - .) | (cd $(TARGETDIR) && tar xpf -) \
200 $(MAKE) -C $(LINUXDIR) modules_install DEPMOD=/bin/true INSTALL_MOD_PATH=$(TARGETDIR) ; \
202 find $(TARGETDIR) -name "wl_*.o" | xargs rm -rf
204 cd $(TARGETDIR) && $(TOP)/misc/rootprep.sh
209 #$(LINUXDIR)/scripts/cramfs/mkcramfs -u 0 -g 0 $(TARGETDIR) $(PLATFORMDIR)/target.cramfs
638 cd $(TARGETDIR) && rm -rf shares && ln -s tmp shares; \
643 # cd $(TARGETDIR)
[all...]
H A DMakefile.HSDPA73 export TARGETDIR := $(PLATFORMDIR)/target
178 rm -rf $(TARGETDIR)
190 install -d $(TARGETDIR)
192 (cd $${dir} && tar cpf - .) | (cd $(TARGETDIR) && tar xpf -) \
200 $(MAKE) -C $(LINUXDIR) modules_install DEPMOD=/bin/true INSTALL_MOD_PATH=$(TARGETDIR) ; \
202 find $(TARGETDIR) -name "wl_*.o" | xargs rm -rf
204 cd $(TARGETDIR) && $(TOP)/misc/rootprep.sh
209 #$(LINUXDIR)/scripts/cramfs/mkcramfs -u 0 -g 0 $(TARGETDIR) $(PLATFORMDIR)/target.cramfs
634 cd $(TARGETDIR) && rm -rf shares && ln -s tmp shares; \
639 cd $(TARGETDIR)
[all...]
H A DMakefile.U2EC73 export TARGETDIR := $(PLATFORMDIR)/target
178 rm -rf $(TARGETDIR)
190 install -d $(TARGETDIR)
192 (cd $${dir} && tar cpf - .) | (cd $(TARGETDIR) && tar xpf -) \
200 $(MAKE) -C $(LINUXDIR) modules_install DEPMOD=/bin/true INSTALL_MOD_PATH=$(TARGETDIR) ; \
202 find $(TARGETDIR) -name "wl_*.o" | xargs rm -rf
204 cd $(TARGETDIR) && $(TOP)/misc/rootprep.sh
209 #$(LINUXDIR)/scripts/cramfs/mkcramfs -u 0 -g 0 $(TARGETDIR) $(PLATFORMDIR)/target.cramfs
634 cd $(TARGETDIR) && rm -rf shares && ln -s tmp shares; \
639 cd $(TARGETDIR)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/lib/
H A DMakefile52 BINARIES := $(shell find $(TARGETDIR) -path $(TARGETDIR)/lib -prune -o -type f -print | file -f - | grep ELF | cut -d':' -f1)
135 install -d $(TARGETDIR)/lib
136 install $^ $(TARGETDIR)/lib/
137 $(STRIP) $(TARGETDIR)/lib/*.so.*
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/
H A DMakefile176 BINARIES := $(shell find $(TARGETDIR) -path $(TARGETDIR)/lib -prune -o -type f -print | file -f - | grep ELF | cut -d':' -f1)
213 install libbcmcrypto.so $(TARGETDIR)/usr/lib; \
214 $(STRIP) $(TARGETDIR)/usr/lib/libbcmcrypto.so ; \
216 rm $(TARGETDIR)/usr/lib/libbcmcrypto.so; \
/asus-wl-520gu-7.0.1.45/src/router/libcrypto/
H A DMakefile28 BINARIES := $(shell find $(TARGETDIR) -path $(TARGETDIR)/lib -prune -o -type f -print | file -f - | grep ELF | cut -d':' -f1)
58 install libcrypto.so $(TARGETDIR)/usr/lib ; \
60 rm $(TARGETDIR)/usr/lib/libcrypto.so ; fi
/asus-wl-520gu-7.0.1.45/src/router/mipsel/
H A DMakefile31 #export TARGETDIR := $(PLATFORMDIR)/target.br
32 export TARGETDIR := $(PLATFORMDIR)/target macro
40 ( if [ -d $(TARGETDIR)/www ]; then \
41 mv $(TARGETDIR)/www .; \
46 cp -rf ../www/www.WL-500gP\ V2 $(TARGETDIR)/www
47 touch $(TARGETDIR)/tmp/settings
48 cd $(TARGETDIR)/www && ln -sf ../tmp/settings Settings.CFG && cd ../..
49 rm -f $(TARGETDIR)/tmp/settings
50 #cp -rf ../www/asus/www_WL500gpv2 $(TARGETDIR)/www
51 cd $(TARGETDIR)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/sendmail/
H A DMakefile7 BINDIR = $(TARGETDIR)/usr/sbin

Completed in 75 milliseconds