this change is needed to get rootfs build before trying to make an image of it.
[openwrt-10.03/.git] / target / default / openwrt.mk
1 openwrt-linux.trx: openwrt-trx
2         PATH=$(TARGET_PATH) trx -o openwrt-linux.trx $(LINUX_DIR)/$(LINUX_BINLOC) $(IMAGE).$(ROOTFS)
3
4 openwrt-gs-code.bin: openwrt-addpattern openwrt-linux.trx
5         PATH=$(TARGET_PATH) addpattern -2 -i  openwrt-linux.trx -o openwrt-gs-code.bin -g
6
7 openwrt-g-code.bin: openwrt-gs-code.bin
8         sed -e "1s,^W54S,W54G," < openwrt-gs-code.bin > openwrt-g-code.bin
9
10 openwrt-image:  openwrt-g-code.bin