Skip to content
Snippets Groups Projects
Commit 4590cace authored by Felix Fietkau's avatar Felix Fietkau
Browse files

disable wap54g images for now

SVN-Revision: 3082
parent 0d3a3473
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment