Changeset 5c54d47 in freewrt


Ignore:
Timestamp:
Sep 25, 2006, 12:44:20 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
08482c1
Parents:
2655c7b
Message:

add asus trx for webupgrade of asus wl500g/wl500gx/wl500gp, make cleandir is a good idea before compiling firmware for one of these models

git-svn-id: svn://www.freewrt.org/trunk/freewrt@709 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • target/image/brcm/Makefile

    r2655c7b r5c54d47  
    9999endif
    100100$(BIN_DIR)/$(FWRT_PREFIX)-asus-wl500g-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
    101         @cp $< $@
     101        $(STAGING_DIR)/bin/asustrx -p WL500g -v 1.9.6.0 -o $@ $<
    102102install: $(BIN_DIR)/$(FWRT_PREFIX)-asus-wl500g-$(BOARD)-$(KERNEL)-$(FS).bin
    103103endif
     
    108108endif
    109109$(BIN_DIR)/$(FWRT_PREFIX)-asus-wl500g-deluxe-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
    110         @cp $< $@
     110        $(STAGING_DIR)/bin/asustrx -p WL500gx -v 1.9.6.0 -o $@ $<
    111111install: $(BIN_DIR)/$(FWRT_PREFIX)-asus-wl500g-deluxe-$(BOARD)-$(KERNEL)-$(FS).bin
    112112endif
     
    117117endif
    118118$(BIN_DIR)/$(FWRT_PREFIX)-asus-wl500g-premium-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
    119         @cp $< $@
     119        $(STAGING_DIR)/bin/asustrx -p WL500gp -v 1.9.7.0 -o $@ $<
    120120install: $(BIN_DIR)/$(FWRT_PREFIX)-asus-wl500g-premium-$(BOARD)-$(KERNEL)-$(FS).bin
    121121endif
  • tools/brcm-utils/Makefile

    r2655c7b r5c54d47  
    22include ../rules.mk
    33
    4 TARGETS := addpattern trx motorola-bin dgfirmware
     4TARGETS := addpattern asustrx trx motorola-bin dgfirmware
    55
    66UTILS_BUILD_DIR:=$(TOOLS_BUILD_DIR)/utils
Note: See TracChangeset for help on using the changeset viewer.