| 1 | include $(TOP)/.config |
|---|
| 2 | |
|---|
| 3 | ifneq ($(wildcard $(SRCBASE)/cy_conf.mak),) |
|---|
| 4 | include $(SRCBASE)/cy_conf.mak |
|---|
| 5 | endif |
|---|
| 6 | |
|---|
| 7 | all: |
|---|
| 8 | |
|---|
| 9 | install: |
|---|
| 10 | # rm -rf $(INSTALLDIR)/www |
|---|
| 11 | install -d $(INSTALLDIR)/www |
|---|
| 12 | install -m 644 $(wildcard *.asp) $(wildcard *.svg) $(wildcard *.css) $(wildcard *.jpg) $(wildcard *.gif) $(wildcard *.js) $(wildcard *.htm) $(wildcard *.ico) $(wildcard *.html) $(INSTALLDIR)/www |
|---|
| 13 | |
|---|
| 14 | cp -a images $(INSTALLDIR)/www |
|---|
| 15 | cp -a style $(INSTALLDIR)/www |
|---|
| 16 | |
|---|
| 17 | ifeq ($(CONFIG_DIST),"micro") |
|---|
| 18 | rm -f $(INSTALLDIR)/www/images/favicon.ico |
|---|
| 19 | rm -f $(INSTALLDIR)/www/images/logo.png |
|---|
| 20 | ifneq ($(CONFIG_COMPRESSEDJS),y) |
|---|
| 21 | cp common_micro.js $(INSTALLDIR)/www/common.js |
|---|
| 22 | else |
|---|
| 23 | cp common_micro.compressed.js $(INSTALLDIR)/www/common.js |
|---|
| 24 | endif |
|---|
| 25 | rm -f $(INSTALLDIR)/www/Log_incoming.asp |
|---|
| 26 | rm -f $(INSTALLDIR)/www/Log_outgoing.asp |
|---|
| 27 | endif |
|---|
| 28 | |
|---|
| 29 | ifneq ($(CONFIG_AOSS),y) |
|---|
| 30 | rm -f $(INSTALLDIR)/www/AOSS.asp |
|---|
| 31 | endif |
|---|
| 32 | |
|---|
| 33 | ifeq ($(CONFIG_DIST),"micro-special") |
|---|
| 34 | rm -f $(INSTALLDIR)/www/images/favicon.ico |
|---|
| 35 | rm -f $(INSTALLDIR)/www/images/logo.png |
|---|
| 36 | ifneq ($(CONFIG_COMPRESSEDJS),y) |
|---|
| 37 | cp common_micro.js $(INSTALLDIR)/www/common.js |
|---|
| 38 | else |
|---|
| 39 | cp common_micro.compressed.js $(INSTALLDIR)/www/common.js |
|---|
| 40 | endif |
|---|
| 41 | rm -f $(INSTALLDIR)/www/Log_incoming.asp |
|---|
| 42 | rm -f $(INSTALLDIR)/www/Log_outgoing.asp |
|---|
| 43 | endif |
|---|
| 44 | |
|---|
| 45 | rm -f $(INSTALLDIR)/www/common_micro.js |
|---|
| 46 | rm -f $(INSTALLDIR)/www/common_micro.compressed.js |
|---|
| 47 | |
|---|
| 48 | ifneq ($(CONFIG_DIST),"micro") |
|---|
| 49 | ifneq ($(CONFIG_DIST),"micro-special") |
|---|
| 50 | ifeq ($(CONFIG_DEFAULT_COUNTRYCODE),JP) |
|---|
| 51 | cp -a help_jp $(INSTALLDIR)/www |
|---|
| 52 | mv $(INSTALLDIR)/www/help_jp $(INSTALLDIR)/www/help |
|---|
| 53 | else |
|---|
| 54 | ifneq ($(CONFIG_EXTHELP),y) |
|---|
| 55 | cp -a help $(INSTALLDIR)/www |
|---|
| 56 | endif |
|---|
| 57 | endif |
|---|
| 58 | mkdir -p $(INSTALLDIR)/www/js |
|---|
| 59 | endif |
|---|
| 60 | endif |
|---|
| 61 | |
|---|
| 62 | ifeq ($(CONFIG_TW6600),y) |
|---|
| 63 | cp -a help $(INSTALLDIR)/www |
|---|
| 64 | mkdir -p $(INSTALLDIR)/www/js |
|---|
| 65 | endif |
|---|
| 66 | |
|---|
| 67 | |
|---|
| 68 | cp -a lang_pack $(INSTALLDIR)/www |
|---|
| 69 | rm -f $(INSTALLDIR)/www/lang_pack/arabic.js |
|---|
| 70 | |
|---|
| 71 | ifneq ($(CONFIG_LANGUAGE),y) |
|---|
| 72 | rm -f $(INSTALLDIR)/www/lang_pack/*.js |
|---|
| 73 | rm -f $(INSTALLDIR)/www/images/dd-wrt.gif |
|---|
| 74 | rm -f $(INSTALLDIR)/www/images/logo.png |
|---|
| 75 | # rm -f $(INSTALLDIR)/www/images/88* |
|---|
| 76 | rm -f $(INSTALLDIR)/www/images/valid-xhtml10.png |
|---|
| 77 | cp lang_pack/english.js $(INSTALLDIR)/www/lang_pack/ |
|---|
| 78 | endif |
|---|
| 79 | $(TOP)/tools/jsformat $(INSTALLDIR)/www/lang_pack/*.js |
|---|
| 80 | ln -s ../tmp/www $(INSTALLDIR)/www/user |
|---|
| 81 | |
|---|
| 82 | ifeq ($(CONFIG_WIKAR),y) |
|---|
| 83 | cp -a wikar $(INSTALLDIR)/www/style |
|---|
| 84 | endif |
|---|
| 85 | |
|---|
| 86 | |
|---|
| 87 | ifeq ($(CONFIG_SPUTNIK_APD),y) |
|---|
| 88 | cp sputnik/sputnik.png $(INSTALLDIR)/www/images |
|---|
| 89 | endif |
|---|
| 90 | ifeq ($(CONFIG_WIFIDOG),y) |
|---|
| 91 | cp wifidog/*.png $(INSTALLDIR)/www/images |
|---|
| 92 | endif |
|---|
| 93 | ifeq ($(CONFIG_HOTSPOT),y) |
|---|
| 94 | cp hotspotsystem/hotspotsystem.png $(INSTALLDIR)/www/images |
|---|
| 95 | endif |
|---|
| 96 | |
|---|
| 97 | ifeq ($(CONFIG_3COM),y) |
|---|
| 98 | |
|---|
| 99 | mkdir $(INSTALLDIR)/www/style/3com |
|---|
| 100 | cp 3com/style.css $(INSTALLDIR)/www/style/3com |
|---|
| 101 | cp 3com/images/* $(INSTALLDIR)/www/images |
|---|
| 102 | endif |
|---|
| 103 | |
|---|
| 104 | ifeq ($(CONFIG_BUFFALO),y) |
|---|
| 105 | mkdir $(INSTALLDIR)/www/style/buffalo |
|---|
| 106 | cp buffalo/style.css $(INSTALLDIR)/www/style/buffalo |
|---|
| 107 | cp buffalo/images/* $(INSTALLDIR)/www/images |
|---|
| 108 | cp buffalo/help/* $(INSTALLDIR)/www/help |
|---|
| 109 | endif |
|---|
| 110 | |
|---|
| 111 | ifeq ($(CONFIG_CORENET),y) |
|---|
| 112 | mkdir $(INSTALLDIR)/www/style/corenet |
|---|
| 113 | cp -a corenet/help $(INSTALLDIR)/www |
|---|
| 114 | cp corenet/style.css $(INSTALLDIR)/www/style/corenet |
|---|
| 115 | cp corenet/images/* $(INSTALLDIR)/www/images |
|---|
| 116 | cp corenet/*.asp $(INSTALLDIR)/www/ |
|---|
| 117 | cp corenet/common.js $(INSTALLDIR)/www |
|---|
| 118 | cp ../bisi/*.asp $(INSTALLDIR)/www |
|---|
| 119 | cp -f corenet/favicon.ico $(INSTALLDIR)/www/images/favicon.ico |
|---|
| 120 | endif |
|---|
| 121 | ifeq ($(CONFIG_XIOCOM),y) |
|---|
| 122 | mkdir $(INSTALLDIR)/www/style/xiocom |
|---|
| 123 | cp xiocom/style.css $(INSTALLDIR)/www/style/xiocom |
|---|
| 124 | cp xiocom/images/* $(INSTALLDIR)/www/images |
|---|
| 125 | endif |
|---|
| 126 | |
|---|
| 127 | ifeq ($(CONFIG_RED),y) |
|---|
| 128 | mkdir $(INSTALLDIR)/www/style/red |
|---|
| 129 | # cp red/style.css $(INSTALLDIR)/www/style/red |
|---|
| 130 | # cp red/style_ie.css $(INSTALLDIR)/www/style/red |
|---|
| 131 | touch $(INSTALLDIR)/www/style/red/style.css |
|---|
| 132 | cp common_style/common.css $(INSTALLDIR)/www/style |
|---|
| 133 | cp red/logo.png $(INSTALLDIR)/www/style |
|---|
| 134 | endif |
|---|
| 135 | |
|---|
| 136 | ifeq ($(CONFIG_FONSTYLE),y) |
|---|
| 137 | mkdir $(INSTALLDIR)/www/style/fon |
|---|
| 138 | cp fon/style.css $(INSTALLDIR)/www/style/fon |
|---|
| 139 | cp fon/style_ie.css $(INSTALLDIR)/www/style/fon |
|---|
| 140 | cp fon/commonfon.css $(INSTALLDIR)/www/style |
|---|
| 141 | cp fon/fon.jpg $(INSTALLDIR)/www/style |
|---|
| 142 | endif |
|---|
| 143 | |
|---|
| 144 | ifeq ($(CONFIG_BLUE),y) |
|---|
| 145 | mkdir $(INSTALLDIR)/www/style/blue |
|---|
| 146 | # cp blue/style.css $(INSTALLDIR)/www/style/blue |
|---|
| 147 | # cp blue/style_ie.css $(INSTALLDIR)/www/style/blue |
|---|
| 148 | touch $(INSTALLDIR)/www/style/blue/style.css |
|---|
| 149 | cp common_style/common.css $(INSTALLDIR)/www/style |
|---|
| 150 | cp blue/logo.png $(INSTALLDIR)/www/style |
|---|
| 151 | endif |
|---|
| 152 | |
|---|
| 153 | ifeq ($(CONFIG_ELEGANT),y) |
|---|
| 154 | mkdir $(INSTALLDIR)/www/style/elegant |
|---|
| 155 | ifneq ($(CONFIG_ROUTERSTYLE),y) |
|---|
| 156 | cp elegant/style.css $(INSTALLDIR)/www/style/elegant |
|---|
| 157 | cp elegant/style_ie.css $(INSTALLDIR)/www/style/elegant |
|---|
| 158 | else |
|---|
| 159 | touch $(INSTALLDIR)/www/style/elegant/style.css |
|---|
| 160 | endif |
|---|
| 161 | cp common_style/common.css $(INSTALLDIR)/www/style |
|---|
| 162 | cp elegant/logo.png $(INSTALLDIR)/www/style |
|---|
| 163 | cp elegant/logo-trial.png $(INSTALLDIR)/www/style |
|---|
| 164 | cp elegant/logo-cpe.png $(INSTALLDIR)/www/style |
|---|
| 165 | endif |
|---|
| 166 | |
|---|
| 167 | ifeq ($(CONFIG_CYAN),y) |
|---|
| 168 | mkdir $(INSTALLDIR)/www/style/cyan |
|---|
| 169 | # cp cyan/style.css $(INSTALLDIR)/www/style/cyan |
|---|
| 170 | # cp cyan/style_ie.css $(INSTALLDIR)/www/style/cyan |
|---|
| 171 | touch $(INSTALLDIR)/www/style/cyan/style.css |
|---|
| 172 | cp common_style/common.css $(INSTALLDIR)/www/style |
|---|
| 173 | cp cyan/logo.png $(INSTALLDIR)/www/style |
|---|
| 174 | endif |
|---|
| 175 | |
|---|
| 176 | ifeq ($(CONFIG_CESAR),y) |
|---|
| 177 | mkdir $(INSTALLDIR)/www/style/cesar |
|---|
| 178 | cp cesar/style.css $(INSTALLDIR)/www/style/cesar |
|---|
| 179 | cp cesar/style_ie.css $(INSTALLDIR)/www/style/cesar |
|---|
| 180 | cp cesar/common.css $(INSTALLDIR)/www/style |
|---|
| 181 | cp cesar/logo.png $(INSTALLDIR)/www/style |
|---|
| 182 | endif |
|---|
| 183 | |
|---|
| 184 | ifeq ($(CONFIG_ALEDR),y) |
|---|
| 185 | mkdir $(INSTALLDIR)/www/style/cyan |
|---|
| 186 | cp aledr/style.css $(INSTALLDIR)/www/style/cyan |
|---|
| 187 | cp aledr/style_ie.css $(INSTALLDIR)/www/style/cyan |
|---|
| 188 | cp aledr/common.css $(INSTALLDIR)/www/style |
|---|
| 189 | cp aledr/logo.jpg $(INSTALLDIR)/www/style |
|---|
| 190 | endif |
|---|
| 191 | |
|---|
| 192 | ifeq ($(CONFIG_YELLOW),y) |
|---|
| 193 | mkdir $(INSTALLDIR)/www/style/yellow |
|---|
| 194 | # cp yellow/style.css $(INSTALLDIR)/www/style/yellow |
|---|
| 195 | # cp yellow/style_ie.css $(INSTALLDIR)/www/style/yellow |
|---|
| 196 | touch $(INSTALLDIR)/www/style/yellow/style.css |
|---|
| 197 | cp common_style/common.css $(INSTALLDIR)/www/style |
|---|
| 198 | cp yellow/logo.png $(INSTALLDIR)/www/style |
|---|
| 199 | endif |
|---|
| 200 | |
|---|
| 201 | ifeq ($(CONFIG_GREEN),y) |
|---|
| 202 | mkdir $(INSTALLDIR)/www/style/green |
|---|
| 203 | # cp green/style.css $(INSTALLDIR)/www/style/green |
|---|
| 204 | # cp green/style_ie.css $(INSTALLDIR)/www/style/green |
|---|
| 205 | touch $(INSTALLDIR)/www/style/green/style.css |
|---|
| 206 | cp common_style/common.css $(INSTALLDIR)/www/style |
|---|
| 207 | cp green/logo.png $(INSTALLDIR)/www/style |
|---|
| 208 | endif |
|---|
| 209 | |
|---|
| 210 | ifeq ($(CONFIG_ORANGE),y) |
|---|
| 211 | mkdir $(INSTALLDIR)/www/style/orange |
|---|
| 212 | # cp orange/style.css $(INSTALLDIR)/www/style/orange |
|---|
| 213 | # cp orange/style_ie.css $(INSTALLDIR)/www/style/orange |
|---|
| 214 | touch $(INSTALLDIR)/www/style/orange/style.css |
|---|
| 215 | cp common_style/common.css $(INSTALLDIR)/www/style |
|---|
| 216 | cp orange/logo.png $(INSTALLDIR)/www/style |
|---|
| 217 | endif |
|---|
| 218 | |
|---|
| 219 | ifeq ($(CONFIG_34TELECOM),y) |
|---|
| 220 | $(MAKE) -C $(SRCBASE)/router/kromo/34telecom/ install |
|---|
| 221 | mkdir $(INSTALLDIR)/www/style/cyan |
|---|
| 222 | cp cyan/style.css $(INSTALLDIR)/www/style/cyan |
|---|
| 223 | cp cyan/style_ie.css $(INSTALLDIR)/www/style/cyan |
|---|
| 224 | cp 34telecom/common.css $(INSTALLDIR)/www/style |
|---|
| 225 | # cp cyan/logo.png $(INSTALLDIR)/www/style |
|---|
| 226 | cp -f 34telecom/logo.png $(INSTALLDIR)/www/style/ |
|---|
| 227 | else |
|---|
| 228 | |
|---|
| 229 | ifeq ($(CONFIG_PWC),y) |
|---|
| 230 | # cp ../windows_js/javascripts/prototype.js $(INSTALLDIR)/www/js |
|---|
| 231 | # cp ../windows_js/javascripts/effects.js $(INSTALLDIR)/www/js |
|---|
| 232 | # cp ../windows_js/javascripts/window.js $(INSTALLDIR)/www/js |
|---|
| 233 | # cp ../windows_js/javascripts/window_effects.js $(INSTALLDIR)/www/js |
|---|
| 234 | cp ../windows_js/javascripts/prototype.compressed.js $(INSTALLDIR)/www/js/prototype.js |
|---|
| 235 | cp ../windows_js/javascripts/effects.compressed.js $(INSTALLDIR)/www/js/effects.js |
|---|
| 236 | cp ../windows_js/javascripts/window.compressed.js $(INSTALLDIR)/www/js/window.js |
|---|
| 237 | cp ../windows_js/javascripts/window_effects.compressed.js $(INSTALLDIR)/www/js/window_effects.js |
|---|
| 238 | mkdir -p $(INSTALLDIR)/www/style/pwc |
|---|
| 239 | # mkdir -p $(INSTALLDIR)/www/style/pwc/default |
|---|
| 240 | # cp ../windows_js/themes/default/* $(INSTALLDIR)/www/style/pwc/default |
|---|
| 241 | cp ../windows_js/themes/default.css $(INSTALLDIR)/www/style/pwc |
|---|
| 242 | cp -r common_style/pwc $(INSTALLDIR)/www/style |
|---|
| 243 | cp common_style/common.css $(INSTALLDIR)/www/style |
|---|
| 244 | endif |
|---|
| 245 | |
|---|
| 246 | ifeq ($(CONFIG_SKYTEL),y) |
|---|
| 247 | cp -a skytel $(INSTALLDIR)/www/style |
|---|
| 248 | endif |
|---|
| 249 | |
|---|
| 250 | ifeq ($(CONFIG_NEWMEDIA),y) |
|---|
| 251 | cp -f nmn/nmn_logo.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 252 | endif |
|---|
| 253 | ifeq ($(CONFIG_MYNETWAY),y) |
|---|
| 254 | cp -f mynetway/logo.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 255 | endif |
|---|
| 256 | ifeq ($(CONFIG_WIKINGS),y) |
|---|
| 257 | mkdir $(INSTALLDIR)/www/style/wikings |
|---|
| 258 | cp wikings/common.css $(INSTALLDIR)/www/style/ |
|---|
| 259 | cp wikings/style.css $(INSTALLDIR)/www/style/wikings |
|---|
| 260 | cp wikings/images/* $(INSTALLDIR)/www/images |
|---|
| 261 | cp wikings/help/* $(INSTALLDIR)/www/help |
|---|
| 262 | cp wikings/common.js $(INSTALLDIR)/www |
|---|
| 263 | cp wikings/About.htm $(INSTALLDIR)/www |
|---|
| 264 | cp wikings/*.asp $(INSTALLDIR)/www |
|---|
| 265 | rm -f $(INSTALLDIR)/www/About.htm |
|---|
| 266 | rm -f $(INSTALLDIR)/www/images/favicon.ico |
|---|
| 267 | endif |
|---|
| 268 | ifeq ($(CONFIG_NEXTMEDIA),y) |
|---|
| 269 | mkdir $(INSTALLDIR)/www/style/nextmedia |
|---|
| 270 | cp wikings/common.css $(INSTALLDIR)/www/style/ |
|---|
| 271 | cp wikings/style.css $(INSTALLDIR)/www/style/nextmedia |
|---|
| 272 | cp wikings/images/* $(INSTALLDIR)/www/images |
|---|
| 273 | cp wikings/help/* $(INSTALLDIR)/www/help |
|---|
| 274 | rm -f $(INSTALLDIR)/www/images/favicon.ico |
|---|
| 275 | endif |
|---|
| 276 | ifeq ($(CONFIG_ALLNETWRT),y) |
|---|
| 277 | cp -f allnet/logo.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 278 | endif |
|---|
| 279 | ifeq ($(CONFIG_ALLNET),y) |
|---|
| 280 | cp -f allnet/logo.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 281 | endif |
|---|
| 282 | |
|---|
| 283 | ifeq ($(CONFIG_SPUTNIK),y) |
|---|
| 284 | cp -f sputnik/logo.png $(INSTALLDIR)/www/style |
|---|
| 285 | endif |
|---|
| 286 | |
|---|
| 287 | ifeq ($(CONFIG_TELCOM),y) |
|---|
| 288 | cp -f telcom/logo.png $(INSTALLDIR)/www/style |
|---|
| 289 | endif |
|---|
| 290 | |
|---|
| 291 | ifeq ($(CONFIG_GLAUCO),y) |
|---|
| 292 | cp -f glauco/logo.png $(INSTALLDIR)/www/style |
|---|
| 293 | cp -f glauco/logo-help.png $(INSTALLDIR)/www/help/logo-help.png |
|---|
| 294 | rm -rf $(INSTALLDIR)/www/help |
|---|
| 295 | rm $(INSTALLDIR)/www/About.htm |
|---|
| 296 | endif |
|---|
| 297 | |
|---|
| 298 | ifeq ($(CONFIG_GGEW),y) |
|---|
| 299 | cp -f ggew/logo.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 300 | endif |
|---|
| 301 | ifeq ($(CONFIG_DDLAN),y) |
|---|
| 302 | cp -f ddlan/logo.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 303 | ifeq ($(CONFIG_NS5),y) |
|---|
| 304 | cp -f ddlan/logo_ns5.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 305 | endif |
|---|
| 306 | ifeq ($(CONFIG_NS2),y) |
|---|
| 307 | cp -f ddlan/logo_ns2.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 308 | endif |
|---|
| 309 | cp -f ddlan/common.css $(INSTALLDIR)/www/style |
|---|
| 310 | endif |
|---|
| 311 | |
|---|
| 312 | |
|---|
| 313 | ifeq ($(CONFIG_NOLOGO),y) |
|---|
| 314 | rm -f $(INSTALLDIR)/www/style/logo.png |
|---|
| 315 | rm -f $(INSTALLDIR)/www/images/logo.png |
|---|
| 316 | endif |
|---|
| 317 | |
|---|
| 318 | ifeq ($(CONFIG_MAKSAT_CORAL_ELEGANT),y) |
|---|
| 319 | ifneq ($(CONFIG_MAKSAT_BLANK),y) |
|---|
| 320 | mkdir $(INSTALLDIR)/www/style/maksat_coral_elegant |
|---|
| 321 | cp maksat/style-coral.css $(INSTALLDIR)/www/style/maksat_coral_elegant/style.css |
|---|
| 322 | cp maksat/common-coral.css $(INSTALLDIR)/www/style |
|---|
| 323 | endif |
|---|
| 324 | endif |
|---|
| 325 | ifeq ($(CONFIG_TRIMAX),y) |
|---|
| 326 | cp -f trimax/logo.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 327 | endif |
|---|
| 328 | ifeq ($(CONFIG_CNC),y) |
|---|
| 329 | cp -f cnc/common.js $(INSTALLDIR)/www/common.js |
|---|
| 330 | cp -f cnc/logo.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 331 | cp -f cnc/logo.png $(INSTALLDIR)/www/images/logo.png |
|---|
| 332 | endif |
|---|
| 333 | ifeq ($(CONFIG_MAKSAT),y) |
|---|
| 334 | ifeq ($(CONFIG_MAKSAT_BLANK),y) |
|---|
| 335 | cp -f maksat/blank/maksat_logo_help.png $(INSTALLDIR)/www/help/logo-help.png |
|---|
| 336 | cp -f maksat/blank/logo.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 337 | cp -f maksat/blank/logo.png $(INSTALLDIR)/www/images/logo.png |
|---|
| 338 | cp -f maksat/SuperChannel.asp $(INSTALLDIR)/www |
|---|
| 339 | cp -f maksat/favicon.ico $(INSTALLDIR)/www/images/favicon.ico |
|---|
| 340 | cp -f maksat/blank/About.htm $(INSTALLDIR)/www/About.htm |
|---|
| 341 | cp -f maksat/help/HManagement.asp $(INSTALLDIR)/www/help/HManagement.asp |
|---|
| 342 | cp -f maksat/help/HServices.asp $(INSTALLDIR)/www/help/HServices.asp |
|---|
| 343 | cp -f maksat/help/HUpgrade.asp $(INSTALLDIR)/www/help/HUpgrade.asp |
|---|
| 344 | cp -f maksat/help/HStatus.asp $(INSTALLDIR)/www/help/HStatus.asp |
|---|
| 345 | cp -f maksat/help/index.asp $(INSTALLDIR)/www/help/index.asp |
|---|
| 346 | else |
|---|
| 347 | cp -f maksat/SuperChannel.asp $(INSTALLDIR)/www |
|---|
| 348 | cp -f maksat/logo.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 349 | cp -f maksat/logo.png $(INSTALLDIR)/www/images/logo.png |
|---|
| 350 | cp -f maksat/maksat_logo_help.png $(INSTALLDIR)/www/help/logo-help.png |
|---|
| 351 | cp -f maksat/favicon.ico $(INSTALLDIR)/www/images/favicon.ico |
|---|
| 352 | cp -f maksat/About.htm $(INSTALLDIR)/www/About.htm |
|---|
| 353 | cp -f maksat/help/HManagement.asp $(INSTALLDIR)/www/help/HManagement.asp |
|---|
| 354 | cp -f maksat/help/HServices.asp $(INSTALLDIR)/www/help/HServices.asp |
|---|
| 355 | cp -f maksat/help/HUpgrade.asp $(INSTALLDIR)/www/help/HUpgrade.asp |
|---|
| 356 | cp -f maksat/help/HStatus.asp $(INSTALLDIR)/www/help/HStatus.asp |
|---|
| 357 | cp -f maksat/help/index.asp $(INSTALLDIR)/www/help/index.asp |
|---|
| 358 | cp -f maksat/common.js $(INSTALLDIR)/www/common.js |
|---|
| 359 | cp -f maksat/common.css $(INSTALLDIR)/www/style/common.css |
|---|
| 360 | cp maksat/images/* $(INSTALLDIR)/www/images |
|---|
| 361 | mkdir $(INSTALLDIR)/www/style/maksat |
|---|
| 362 | cp maksat/maksat/* $(INSTALLDIR)/www/style/maksat |
|---|
| 363 | endif |
|---|
| 364 | endif |
|---|
| 365 | ifeq ($(CONFIG_TMK),y) |
|---|
| 366 | #cp -f kmt/SuperChannel.asp $(INSTALLDIR)/www |
|---|
| 367 | cp -f kmt/logo.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 368 | cp -f kmt/logo.png $(INSTALLDIR)/www/images/logo.png |
|---|
| 369 | cp -f kmt/kmt_logo_help.png $(INSTALLDIR)/www/help/logo-help.png |
|---|
| 370 | cp -f kmt/favicon.ico $(INSTALLDIR)/www/images/favicon.ico |
|---|
| 371 | cp -f kmt/About.htm $(INSTALLDIR)/www/About.htm |
|---|
| 372 | cp -f kmt/help/HManagement.asp $(INSTALLDIR)/www/help/HManagement.asp |
|---|
| 373 | cp -f kmt/help/HServices.asp $(INSTALLDIR)/www/help/HServices.asp |
|---|
| 374 | cp -f kmt/help/HUpgrade.asp $(INSTALLDIR)/www/help/HUpgrade.asp |
|---|
| 375 | cp -f kmt/help/HStatus.asp $(INSTALLDIR)/www/help/HStatus.asp |
|---|
| 376 | cp -f kmt/help/index.asp $(INSTALLDIR)/www/help/index.asp |
|---|
| 377 | #cp -f kmt/common.js $(INSTALLDIR)/www/common.js |
|---|
| 378 | #cp -f kmt/common.css $(INSTALLDIR)/www/style/common.css |
|---|
| 379 | #cp kmt/images/* $(INSTALLDIR)/www/images |
|---|
| 380 | #mkdir $(INSTALLDIR)/www/style/maksat |
|---|
| 381 | #cp maksat/maksat/* $(INSTALLDIR)/www/style/maksat |
|---|
| 382 | endif |
|---|
| 383 | ifneq ($(CONFIG_WAVESAT),y) |
|---|
| 384 | rm -f $(INSTALLDIR)/www/WiMAX.asp |
|---|
| 385 | endif |
|---|
| 386 | ifeq ($(CONFIG_ERC),y) |
|---|
| 387 | mkdir $(INSTALLDIR)/www/style/erc-machinery |
|---|
| 388 | cp -f erc/erc-machinery/style.css $(INSTALLDIR)/www/style/erc-machinery |
|---|
| 389 | cp -f erc/common.css $(INSTALLDIR)/www/style |
|---|
| 390 | # cp - ferc/images/logo.png $(INSTALLDIR)/www/style |
|---|
| 391 | cp -f erc/images/* $(INSTALLDIR)/www/images |
|---|
| 392 | cp erc/logo-help.png $(INSTALLDIR)/www/help/logo-help.png |
|---|
| 393 | cp erc/logo-help.png $(INSTALLDIR)/www/images/logo-help.png |
|---|
| 394 | cp -f erc/common.js $(INSTALLDIR)/www/common.js |
|---|
| 395 | cp -f erc/help/* $(INSTALLDIR)/www/help |
|---|
| 396 | cp -f erc/favicon.ico $(INSTALLDIR)/www/images/favicon.ico |
|---|
| 397 | cp -f erc/*.asp $(INSTALLDIR)/www/ |
|---|
| 398 | endif |
|---|
| 399 | |
|---|
| 400 | ifeq ($(CONFIG_MAKSAT_CORAL),y) |
|---|
| 401 | ifneq ($(CONFIG_MAKSAT_BLANK),y) |
|---|
| 402 | cp -f maksat/logo-coral.png $(INSTALLDIR)/www/style/logo-coral.png |
|---|
| 403 | cp -f maksat/logo-coral.png $(INSTALLDIR)/www/images/logo-coral.png |
|---|
| 404 | cp maksat_coral/images/* $(INSTALLDIR)/www/images |
|---|
| 405 | cp -f maksat/logo-coral.png $(INSTALLDIR)/www/images/logo-coral.png |
|---|
| 406 | mkdir $(INSTALLDIR)/www/style/maksat_coral |
|---|
| 407 | cp maksat_coral/maksat_coral/* $(INSTALLDIR)/www/style/maksat_coral |
|---|
| 408 | endif |
|---|
| 409 | endif |
|---|
| 410 | |
|---|
| 411 | |
|---|
| 412 | ifeq ($(CONFIG_KODATA),y) |
|---|
| 413 | cp -f kodata/logo.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 414 | endif |
|---|
| 415 | |
|---|
| 416 | ifeq ($(CONFIG_THOM),y) |
|---|
| 417 | cp -f thom/logo.png $(INSTALLDIR)/www/style/logo.png |
|---|
| 418 | endif |
|---|
| 419 | ifneq ($(CONFIG_REGISTER),y) |
|---|
| 420 | rm -f $(INSTALLDIR)/www/style/logo-trial.png |
|---|
| 421 | rm -f $(INSTALLDIR)/www/style/logo-cpe.png |
|---|
| 422 | endif |
|---|
| 423 | |
|---|
| 424 | #ifneq ($(CONFIG_MADWIFI),y) |
|---|
| 425 | # cp Wireless_WDS.v23 $(INSTALLDIR)/www/Wireless_WDS.asp |
|---|
| 426 | #endif |
|---|
| 427 | ifneq ($(CONFIG_MSSID),y) |
|---|
| 428 | cp WEP.v23 $(INSTALLDIR)/www/WEP.asp |
|---|
| 429 | cp WL_WPATable.v23 $(INSTALLDIR)/www/WL_WPATable.asp |
|---|
| 430 | # cp WPA.v23 $(INSTALLDIR)/www/WPA.asp |
|---|
| 431 | cp WPA_Preshared.v23 $(INSTALLDIR)/www/WPA_Preshared.asp |
|---|
| 432 | cp WPA_Radius.v23 $(INSTALLDIR)/www/WPA_Radius.asp |
|---|
| 433 | cp Wireless_Basic.v23 $(INSTALLDIR)/www/Wireless_Basic.asp |
|---|
| 434 | cp Wireless_Advanced.v23 $(INSTALLDIR)/www/Wireless_Advanced.asp |
|---|
| 435 | endif |
|---|
| 436 | ifeq ($(CONFIG_MADWIFI),y) |
|---|
| 437 | rm -f $(INSTALLDIR)/www/Wireless_Advanced.asp |
|---|
| 438 | endif |
|---|
| 439 | |
|---|
| 440 | |
|---|
| 441 | ifeq ($(CONFIG_SKYTRON),y) |
|---|
| 442 | cp -a skytron $(INSTALLDIR)/www/style |
|---|
| 443 | endif |
|---|
| 444 | |
|---|
| 445 | ifeq ($(CONFIG_POWERNOC),y) |
|---|
| 446 | cp -a powernoc $(INSTALLDIR)/www/style |
|---|
| 447 | endif |
|---|
| 448 | |
|---|
| 449 | ifeq ($(CONFIG_DLS),y) |
|---|
| 450 | cp -a dls $(INSTALLDIR)/www/style |
|---|
| 451 | endif |
|---|
| 452 | |
|---|
| 453 | ifeq ($(CONFIG_FREEBIRD),y) |
|---|
| 454 | cp -a freebird $(INSTALLDIR)/www/style |
|---|
| 455 | endif |
|---|
| 456 | |
|---|
| 457 | ifeq ($(CONFIG_WTS),y) |
|---|
| 458 | cp -a wts $(INSTALLDIR)/www/style |
|---|
| 459 | endif |
|---|
| 460 | |
|---|
| 461 | ifeq ($(CONFIG_OMNI),y) |
|---|
| 462 | cp -a omni $(INSTALLDIR)/www/style |
|---|
| 463 | endif |
|---|
| 464 | |
|---|
| 465 | ifeq ($(CONFIG_KROMO),y) |
|---|
| 466 | cp -a kromo $(INSTALLDIR)/www/style |
|---|
| 467 | endif |
|---|
| 468 | |
|---|
| 469 | ifeq ($(CONFIG_BRAINSLAYER),y) |
|---|
| 470 | cp -a brainslayer $(INSTALLDIR)/www/style |
|---|
| 471 | endif |
|---|
| 472 | |
|---|
| 473 | ifeq ($(CONFIG_XIRIAN),y) |
|---|
| 474 | cp -a xirian $(INSTALLDIR)/www/style |
|---|
| 475 | endif |
|---|
| 476 | |
|---|
| 477 | ifeq ($(CONFIG_ALFA_BRANDING1),y) |
|---|
| 478 | cp -f alfa/logo11.png $(INSTALLDIR)/www/style/xirian/logo.png |
|---|
| 479 | endif |
|---|
| 480 | |
|---|
| 481 | ifeq ($(CONFIG_ALFA_BRANDING2),y) |
|---|
| 482 | cp -f alfa/logo22.png $(INSTALLDIR)/www/style/xirian/logo.png |
|---|
| 483 | endif |
|---|
| 484 | |
|---|
| 485 | ifneq ($(CONFIG_USB),y) |
|---|
| 486 | rm -f $(INSTALLDIR)/www/USB.asp |
|---|
| 487 | rm -f $(INSTALLDIR)/www/USB.live.asp |
|---|
| 488 | rm -f $(INSTALLDIR)/www/help/HUSB.asp |
|---|
| 489 | endif |
|---|
| 490 | |
|---|
| 491 | ifneq ($(CONFIG_FTP),y) |
|---|
| 492 | ifneq ($(CONFIG_SAMBASRV),y) |
|---|
| 493 | rm -f $(INSTALLDIR)/www/NAS.asp |
|---|
| 494 | rm -f $(INSTALLDIR)/www/help/HNAS.asp.asp |
|---|
| 495 | endif |
|---|
| 496 | endif |
|---|
| 497 | |
|---|
| 498 | ifneq ($(AOL_SUPPORT),1) |
|---|
| 499 | rm -f $(INSTALLDIR)/www/aol.asp |
|---|
| 500 | rm -f $(INSTALLDIR)/www/aol_error.asp |
|---|
| 501 | endif |
|---|
| 502 | |
|---|
| 503 | ifneq ($(HSIAB_SUPPORT),1) |
|---|
| 504 | rm -f $(INSTALLDIR)/www/HotSpot_* |
|---|
| 505 | rm -f $(INSTALLDIR)/www/Config.asp |
|---|
| 506 | rm -f $(INSTALLDIR)/www/New_device.asp |
|---|
| 507 | rm -f $(INSTALLDIR)/www/Old_device.asp |
|---|
| 508 | rm -f $(INSTALLDIR)/www/Register* |
|---|
| 509 | endif |
|---|
| 510 | |
|---|
| 511 | ifneq ($(HEARTBEAT_SUPPORT),1) |
|---|
| 512 | rm -f $(INSTALLDIR)/www/index_heartbeat.asp |
|---|
| 513 | endif |
|---|
| 514 | |
|---|
| 515 | ifneq ($(MPPPOE_SUPPORT),1) |
|---|
| 516 | rm -f $(INSTALLDIR)/www/index_mpppoe.asp |
|---|
| 517 | rm -f $(INSTALLDIR)/www/Status_mpppoe.asp |
|---|
| 518 | endif |
|---|
| 519 | |
|---|
| 520 | ifneq ($(CONFIG_VLANTAGGING),y) |
|---|
| 521 | rm -f $(INSTALLDIR)/www/Networking.asp |
|---|
| 522 | rm -f $(INSTALLDIR)/www/Networking.live.asp |
|---|
| 523 | rm -f $(INSTALLDIR)/www/help/HNetworking.asp |
|---|
| 524 | endif |
|---|
| 525 | |
|---|
| 526 | ifneq ($(BACKUP_RESTORE_SUPPORT),1) |
|---|
| 527 | rm -f $(INSTALLDIR)/www/Backup_Restore.asp |
|---|
| 528 | endif |
|---|
| 529 | |
|---|
| 530 | ifneq ($(CONFIG_UPNP),y) |
|---|
| 531 | rm -f $(INSTALLDIR)/www/UPnP.asp |
|---|
| 532 | rm -f $(INSTALLDIR)/www/UPnP.live.asp |
|---|
| 533 | rm -f $(INSTALLDIR)/www/help/HUPnP.asp |
|---|
| 534 | endif |
|---|
| 535 | ifneq ($(CONFIG_SUPERCHANNEL),y) |
|---|
| 536 | rm -f $(INSTALLDIR)/www/SuperChannel.asp |
|---|
| 537 | endif |
|---|
| 538 | ifneq ($(CONFIG_FREERADIUS),y) |
|---|
| 539 | rm -f $(INSTALLDIR)/www/FreeRadius.asp |
|---|
| 540 | rm -f $(INSTALLDIR)/www/FreeRadius.live.asp |
|---|
| 541 | endif |
|---|
| 542 | ifneq ($(CONFIG_WOL),y) |
|---|
| 543 | rm -f $(INSTALLDIR)/www/Wol.asp |
|---|
| 544 | rm -f $(INSTALLDIR)/www/help/HWol.asp |
|---|
| 545 | endif |
|---|
| 546 | ifneq ($(CONFIG_PPTPD),y) |
|---|
| 547 | rm -f $(INSTALLDIR)/www/PPTP.asp |
|---|
| 548 | rm -f $(INSTALLDIR)/www/help/HPPTP.asp |
|---|
| 549 | endif |
|---|
| 550 | ifneq ($(CONFIG_L2TP),y) |
|---|
| 551 | rm -f $(INSTALLDIR)/www/index_l2tp.asp |
|---|
| 552 | endif |
|---|
| 553 | ifneq ($(CONFIG_AOSS),y) |
|---|
| 554 | rm -f $(INSTALLDIR)/www/AOSS.asp |
|---|
| 555 | endif |
|---|
| 556 | ifneq ($(CONFIG_BUFFALO),y) |
|---|
| 557 | rm -f $(INSTALLDIR)/www/SetupAssistant.asp |
|---|
| 558 | endif |
|---|
| 559 | ifneq ($(CONFIG_3G),y) |
|---|
| 560 | rm -f $(INSTALLDIR)/www/index_3g.asp |
|---|
| 561 | endif |
|---|
| 562 | |
|---|
| 563 | ifneq ($(CONFIG_NOCAT),y) |
|---|
| 564 | rm -f $(INSTALLDIR)/www/splash.html |
|---|
| 565 | rm -f $(INSTALLDIR)/www/status.html |
|---|
| 566 | endif |
|---|
| 567 | ifneq ($(CONFIG_MSSID),y) |
|---|
| 568 | cp Status_Wireless.asp.v23 $(INSTALLDIR)/www/Status_Wireless.asp |
|---|
| 569 | cp Status_Wireless.live.asp.v23 $(INSTALLDIR)/www/Status_Wireless.live.asp |
|---|
| 570 | endif |
|---|
| 571 | ifneq ($(CONFIG_WIVIZ),y) |
|---|
| 572 | rm -f $(INSTALLDIR)/www/Wiviz_Survey.asp |
|---|
| 573 | rm -f $(INSTALLDIR)/www/Wiviz.live.asp |
|---|
| 574 | endif |
|---|
| 575 | |
|---|
| 576 | ifneq ($(CONFIG_OPENVPN),y) |
|---|
| 577 | rm -f $(INSTALLDIR)/www/Status_OpenVPN.asp |
|---|
| 578 | endif |
|---|
| 579 | |
|---|
| 580 | ifneq ($(CONFIG_PPPOESERVER),y) |
|---|
| 581 | rm -f $(INSTALLDIR)/www/PPPoE_Server.asp |
|---|
| 582 | rm -f $(INSTALLDIR)/www/help/HPPPoE_Server.asp |
|---|
| 583 | endif |
|---|
| 584 | ifneq ($(CONFIG_MILKFISH),y) |
|---|
| 585 | rm -f $(INSTALLDIR)/www/Milkfish.asp |
|---|
| 586 | rm -f $(INSTALLDIR)/www/Milkfish_aliases.asp |
|---|
| 587 | rm -f $(INSTALLDIR)/www/Milkfish_database.asp |
|---|
| 588 | rm -f $(INSTALLDIR)/www/Milkfish_dynsip.asp |
|---|
| 589 | rm -f $(INSTALLDIR)/www/Milkfish_messaging.asp |
|---|
| 590 | rm -f $(INSTALLDIR)/www/Milkfish_phonebook.asp |
|---|
| 591 | rm -f $(INSTALLDIR)/www/Milkfish_siptrace.asp |
|---|
| 592 | rm -f $(INSTALLDIR)/www/Milkfish_status.asp |
|---|
| 593 | rm -f $(INSTALLDIR)/www/help/HMilkfish.asp |
|---|
| 594 | rm -f $(INSTALLDIR)/www/images/sipwerk.png |
|---|
| 595 | endif |
|---|
| 596 | ifneq ($(CONFIG_EOP_TUNNEL),y) |
|---|
| 597 | rm -f $(INSTALLDIR)/www/help/HEoIP.asp |
|---|
| 598 | endif |
|---|
| 599 | ifneq ($(CONFIG_3G),y) |
|---|
| 600 | rm -f $(INSTALLDIR)/www/index_3g.asp |
|---|
| 601 | endif |
|---|
| 602 | ifneq ($(CONFIG_SPUTNIK_APD),y) |
|---|
| 603 | rm -f $(INSTALLDIR)/www/Status_SputnikAPD.asp |
|---|
| 604 | rm -f $(INSTALLDIR)/www/Status_SputnikAPD.live.asp |
|---|
| 605 | endif |
|---|
| 606 | ifneq ($(CONFIG_CTORRENT),y) |
|---|
| 607 | rm -f $(INSTALLDIR)/www/P2P.asp |
|---|
| 608 | endif |
|---|
| 609 | # All: These pages are not used |
|---|
| 610 | rm -f $(INSTALLDIR)/www/About_test.htm |
|---|
| 611 | rm -f $(INSTALLDIR)/www/Logout.asp |
|---|
| 612 | rm -f $(INSTALLDIR)/www/SysInfo.htm |
|---|
| 613 | rm -f $(INSTALLDIR)/www/graph_cpu.svg |
|---|
| 614 | |
|---|
| 615 | ifeq ($(CONFIG_RAMON),y) |
|---|
| 616 | $(MAKE) -C $(SRCBASE)/router/kromo/newmedia/ install |
|---|
| 617 | else |
|---|
| 618 | |
|---|
| 619 | ifeq ($(CONFIG_SKYTRON),y) |
|---|
| 620 | $(MAKE) -C $(SRCBASE)/router/kromo/skytron/ install |
|---|
| 621 | else |
|---|
| 622 | ifeq ($(CONFIG_SKYTEL),y) |
|---|
| 623 | $(MAKE) -C $(SRCBASE)/router/kromo/skytel/ install |
|---|
| 624 | else |
|---|
| 625 | ifeq ($(CONFIG_ERC),y) |
|---|
| 626 | $(MAKE) -C $(SRCBASE)/router/kromo/erc/ install |
|---|
| 627 | else |
|---|
| 628 | $(MAKE) -C $(SRCBASE)/router/kromo/common/ install |
|---|
| 629 | endif |
|---|
| 630 | endif |
|---|
| 631 | endif |
|---|
| 632 | endif |
|---|
| 633 | endif |
|---|
| 634 | |
|---|
| 635 | ifeq ($(CONFIG_OMNI),y) |
|---|
| 636 | $(MAKE) -C $(SRCBASE)/router/kromo/omni-wifi/ install |
|---|
| 637 | endif |
|---|
| 638 | |
|---|
| 639 | #ifeq ($(CONFIG_DDLAN),y) |
|---|
| 640 | # $(MAKE) -C $(SRCBASE)/router/kromo/ddlan/ install |
|---|
| 641 | #endif |
|---|
| 642 | |
|---|
| 643 | |
|---|
| 644 | |
|---|
| 645 | ../../../../tools/strip $(INSTALLDIR)/www/*.asp |
|---|
| 646 | ../../../../tools/strip $(INSTALLDIR)/www/*.htm |
|---|
| 647 | ../../../../tools/strip $(INSTALLDIR)/www/help/*.asp |
|---|
| 648 | # ../../../../tools/process_langfile $(INSTALLDIR)/www/lang_pack/english.js $(INSTALLDIR)/www/lang_pack/*.js |
|---|
| 649 | |
|---|
| 650 | ifeq ($(CONFIG_SER),y) |
|---|
| 651 | $(MAKE) -C $(SRCBASE)/router/kromo/sipath/ install |
|---|
| 652 | endif |
|---|
| 653 | |
|---|
| 654 | ../../../../tools/write4 $(INSTALLDIR)/www/*.asp |
|---|
| 655 | ../../../../tools/write4 $(INSTALLDIR)/www/*.htm |
|---|
| 656 | ../../../../tools/write4 $(INSTALLDIR)/www/help/*.asp |
|---|
| 657 | cd $(INSTALLDIR)/www && find . -iname "CVS" | xargs rm -rf |
|---|
| 658 | cd $(INSTALLDIR)/www && find . -iname ".svn" | xargs rm -rf |
|---|
| 659 | |
|---|
| 660 | cd $(INSTALLDIR)/www && $(SRCBASE)/../tools/webcomp . $(SRCBASE)/../tools/filelist *.asp *.svg *.htm *.css *.js help/*.asp help/*.png help/*.css images/*.gif images/*.png images/*.jpg images/*.ico images/*/*.png images/*/*.gif js/* lang_pack/* style/* style/*/* style/*/*/* style/*/*/*/* style/*/*/*/*/* > $(SRCBASE)/router/httpd/html.c |
|---|
| 661 | ifeq ($(CONFIG_PWC),y) |
|---|
| 662 | rm -rf $(INSTALLDIR)/www/style/pwc/ddwrt |
|---|
| 663 | rm -rf $(INSTALLDIR)/www/style/pwc/default |
|---|
| 664 | endif |
|---|
| 665 | cd $(INSTALLDIR)/www && rm -f *.asp *.svg *.htm *.css *.js help/*.asp help/*.png help/*.css images/*.gif images/*.png images/*.jpg images/*.ico style/*.css style/*.png style/*/* images/*/*.png images/*/*.gif js/* lang_pack/* |
|---|
| 666 | |
|---|
| 667 | # cd $(INSTALLDIR)/www && find . -name "*lzma" | xargs rm -f |
|---|
| 668 | #../../../../tools/webcomp . filelist $(INSTALLDIR)/www/*.asp $(INSTALLDIR)/www/*.htm > webrom.c |
|---|
| 669 | @true |
|---|
| 670 | |
|---|
| 671 | webcomp: |
|---|
| 672 | |
|---|
| 673 | clean: |
|---|