Changeset d82a87c in freewrt for target/image/brcm/Makefile


Ignore:
Timestamp:
Oct 24, 2006, 1:09:55 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
65d016f
Parents:
75af624
Message:
  • cleanup kernel modules, remove unused/unsupported stuff
  • fix dependency for parport related modules, so that users does not activate it on the wrong devices
  • install failsafe to BIN_DIR
  • remove wlcompat debug version

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@999 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/image/brcm/Makefile

    r75af624 rd82a87c  
    243243endif
    244244$(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
    245         dd if=$(BUILD_DIR)/loader.elf of=$@ bs=131072 conv=sync >/dev/null
     245        dd if=$(BUILD_DIR)/loader.elf of=$@ bs=131072 conv=sync 2>/dev/null
    246246        cat $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx >> $@
    247247install: $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin
Note: See TracChangeset for help on using the changeset viewer.