From b54671ed4165a13cbbcd50b07c32ac8e2ce9bd1e Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 31 Jan 2006 11:46:26 +0000 Subject: disable wap54g images for now git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3082 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/image/brcm/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'target/linux') diff --git a/target/linux/image/brcm/Makefile b/target/linux/image/brcm/Makefile index c9ba78df7..b15e10b41 100644 --- a/target/linux/image/brcm/Makefile +++ b/target/linux/image/brcm/Makefile @@ -71,13 +71,13 @@ endif ifeq ($(KERNEL),2.4) FSNAME:=$(patsubst jffs2-%,jffs2,$(FS)) -ifeq ($(FS),squashfs) -$(BIN_DIR)/openwrt-wap54g-$(KERNEL)-$(FSNAME).trx: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx - cp $< $@ - echo -ne '\x01' >> $@ - -install: $(BIN_DIR)/openwrt-wap54g-$(KERNEL)-$(FSNAME).trx -endif +# ifeq ($(FS),squashfs) +# $(BIN_DIR)/openwrt-wap54g-$(KERNEL)-$(FSNAME).trx: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx +# cp $< $@ +# echo -ne '\x01' >> $@ +# +# install: $(BIN_DIR)/openwrt-wap54g-$(KERNEL)-$(FSNAME).trx +# endif ifneq ($(FS),jffs2-8MB) $(BIN_DIR)/openwrt-wrt54g3g-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx -- cgit v1.2.3