Changeset 12002


Ignore:
Timestamp:
04/24/09 00:52:53 (4 years ago)
Author:
BrainSlayer
Message:

now its a dd-wrt port

Location:
src/router/kromo/dd-wrt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/router/kromo/dd-wrt/Makefile

    r11900 r12002  
    335335ifeq ($(CONFIG_ERC),y) 
    336336        mkdir $(INSTALLDIR)/www/style/erc-machinery 
    337         cp erc/erc-machinery/style.css $(INSTALLDIR)/www/style/erc-machinery 
    338         cp erc/common.css $(INSTALLDIR)/www/style 
    339 #       cp erc/images/logo.png $(INSTALLDIR)/www/style 
    340         cp erc/images/* $(INSTALLDIR)/www/images 
    341         cp erc/logo-help.png $(INSTALLDIR)/www/help 
    342          
     337        cp -f erc/erc-machinery/style.css $(INSTALLDIR)/www/style/erc-machinery 
     338        cp -f erc/common.css $(INSTALLDIR)/www/style 
     339#       cp - ferc/images/logo.png $(INSTALLDIR)/www/style 
     340        cp -f erc/images/* $(INSTALLDIR)/www/images 
     341        cp erc/logo-help.png $(INSTALLDIR)/www/help/logo-help.png 
     342        cp erc/logo-help.png $(INSTALLDIR)/www/images/logo-help.png 
     343        cp -f erc/common.js $(INSTALLDIR)/www/common.js 
     344        cp -f erc/help/* $(INSTALLDIR)/www/help 
     345        cp -f etc/favicon.ico $(INSTALLDIR)/www/images/favicon.ico 
    343346endif 
    344347 
  • src/router/kromo/dd-wrt/graph_cpu.svg

    r7845 r12002  
    11<?xml version="1.0" encoding="iso-8859-1"?> 
    22<!-- 
    3 OpenWRT port of this file based originally on the following: 
     3DD-WRT port of this file based originally on the following: 
    44 
    55 
  • src/router/kromo/dd-wrt/graph_if.svg

    r8151 r12002  
    11<?xml version="1.0" encoding="iso-8859-1"?> 
    22<!-- 
    3 OpenWRT port of this file based originally on the following: 
     3DD-WRT port of this file based originally on the following: 
    44 
    55 
Note: See TracChangeset for help on using the changeset viewer.