• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/rc.orig/

Lines Matching refs:rc

2 # Router rc control scripts Makefile
49 OBJS := rc.o init.o interface.o network.o services.o udhcpc.o ppp.o http.o stats.o crc.o mtd.o common_ex.o network_ex.o services_ex.o manu_ex.o http_ex.o watchdog.o udhcpc_ex.o ntp.o qosutils.o qos.o speedtest.o
82 include $(TOP)/rc/Makefiles5.mk
89 all: rc
92 rm -f *.o rc
96 install rc $(INSTALLDIR)/sbin
97 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 -sf rc rsrom
109 cd $(INSTALLDIR)/sbin && ln -sf rc wmac
110 cd $(INSTALLDIR)/sbin && ln -sf rc ntp
111 cd $(INSTALLDIR)/sbin && ln -sf rc restore
112 cd $(INSTALLDIR)/sbin && ln -sf rc start_ddns
113 cd $(INSTALLDIR)/sbin && ln -sf rc wlan_update
114 cd $(INSTALLDIR)/sbin && ln -sf rc ots
115 cd $(INSTALLDIR)/sbin && ln -sf rc gpio
116 cd $(INSTALLDIR)/sbin && ln -sf rc radioctrl
117 cd $(INSTALLDIR)/sbin && ln -sf rc convert_asus_values
118 cd $(INSTALLDIR)/sbin && ln -sf rc speedtest
119 cd $(INSTALLDIR)/sbin && ln -sf rc start_qos
121 # cd $(INSTALLDIR)/sbin && ln -sf rc sendalarm
122 # cd $(INSTALLDIR)/sbin && ln -sf rc rmwebcam
123 cd $(INSTALLDIR)/sbin && ln -sf rc rmstorage
124 # cd $(INSTALLDIR)/sbin && ln -sf rc rcamdmain
125 # cd $(INSTALLDIR)/sbin && ln -sf rc waveservermain
126 cd $(INSTALLDIR)/sbin && ln -sf rc write_disc_status
127 cd $(INSTALLDIR)/sbin && ln -sf rc hotplug_usb_mass
128 cd $(INSTALLDIR)/sbin && ln -sf rc run_apps
129 cd $(INSTALLDIR)/sbin && ln -sf rc run_ftpsamba
130 cd $(INSTALLDIR)/sbin && ln -sf rc eject_cdrom
131 cd $(INSTALLDIR)/sbin && ln -sf rc stop_cdrom
132 cd $(INSTALLDIR)/sbin && ln -sf rc eject_scsi
133 cd $(INSTALLDIR)/sbin && ln -sf rc eject_usb1
134 cd $(INSTALLDIR)/sbin && ln -sf rc eject_usb2
136 cd $(INSTALLDIR)/sbin && ln -sf rc run_dms
137 cd $(INSTALLDIR)/sbin && ln -sf rc run_samba
138 cd $(INSTALLDIR)/sbin && ln -sf rc run_ftp
139 cd $(INSTALLDIR)/sbin && ln -sf rc stop_dms
140 cd $(INSTALLDIR)/sbin && ln -sf rc stop_samba
141 cd $(INSTALLDIR)/sbin && ln -sf rc stop_ftp
142 cd $(INSTALLDIR)/sbin && ln -sf rc stop_ftpsamba
145 cd $(INSTALLDIR)/sbin && ln -sf rc bpa_connect
146 cd $(INSTALLDIR)/sbin && ln -sf rc bpa_disconnect
149 cd $(INSTALLDIR)/sbin && ln -sf rc wlevent
152 cd $(INSTALLDIR)/sbin && ln -sf rc write_cdma_conf
154 cd $(INSTALLDIR)/sbin && ln -sf rc stop_lan
155 cd $(INSTALLDIR)/sbin && ln -sf rc start_lan
157 cd $(INSTALLDIR)/sbin && ln -sf rc build_redirect_rules
161 rc: $(OBJS)