Changeset 10261
- Timestamp:
- 09/02/08 07:38:42 (5 years ago)
- File:
-
- 1 edited
-
src/router/kromo/dd-wrt/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/kromo/dd-wrt/Makefile
r10256 r10261 17 17 ifneq ($(CONFIG_COMPRESSEDJS),y) 18 18 cp common_micro.js $(INSTALLDIR)/www/common.js 19 rm -f $(INSTALLDIR)/www/common_micro.js20 19 else 21 20 cp common_micro.compressed.js $(INSTALLDIR)/www/common.js 22 rm -f $(INSTALLDIR)/www/common_micro.compressed.js23 21 endif 24 22 rm -f $(INSTALLDIR)/www/Log_incoming.asp 25 23 rm -f $(INSTALLDIR)/www/Log_outgoing.asp 26 24 endif 25 27 26 ifeq ($(CONFIG_DIST),"micro-special") 28 27 rm -f $(INSTALLDIR)/www/images/favicon.ico … … 30 29 ifneq ($(CONFIG_COMPRESSEDJS),y) 31 30 cp common_micro.js $(INSTALLDIR)/www/common.js 32 rm -f $(INSTALLDIR)/www/common_micro.js33 31 else 34 32 cp common_micro.compressed.js $(INSTALLDIR)/www/common.js 35 rm -f $(INSTALLDIR)/www/common_micro.compressed.js36 33 endif 37 34 rm -f $(INSTALLDIR)/www/Log_incoming.asp 38 35 rm -f $(INSTALLDIR)/www/Log_outgoing.asp 39 36 endif 37 40 38 cp -a images $(INSTALLDIR)/www 41 39 cp -a style $(INSTALLDIR)/www 40 41 rm -f $(INSTALLDIR)/www/common_micro.js 42 rm -f $(INSTALLDIR)/www/common_micro.compressed.js 42 43 43 44 ifneq ($(CONFIG_DIST),"micro") … … 51 52 endif 52 53 endif 53 rm -f $(INSTALLDIR)/www/common_micro.js54 54 mkdir -p $(INSTALLDIR)/www/js 55 55 endif 56 56 endif 57 57 58 ifeq ($(CONFIG_TW6600),y) 58 59 cp -a help $(INSTALLDIR)/www 59 rm -f $(INSTALLDIR)/www/common_micro.js60 60 mkdir -p $(INSTALLDIR)/www/js 61 61 endif
Note: See TracChangeset
for help on using the changeset viewer.
