2d23d8336af3fea4bbcde6000d05dab18b2c5814
[openwrt.git] / target / Makefile.in
1 # Default target skeleton stuff, may be overridden
2 TARGET_SKELETON=target/default/skel.tar.gz
3 TARGET_SKEL_DIR=target/default/target_skeleton
4
5 include target/device/Makefile.in
6
7 openwrt-linux.trx: openwrt-trx
8         PATH=$(TARGET_PATH) trx -o openwrt-linux.trx $(LINUX_DIR)/$(LINUX_BINLOC) $(IMAGE).$(ROOTFS)
9
10 openwrt-gs-code.bin: openwrt-addpattern openwrt-linux.trx
11         PATH=$(TARGET_PATH) addpattern -2 -i  openwrt-linux.trx -o openwrt-gs-code.bin -g
12
13 openwrt-g-code.bin: openwrt-gs-code.bin
14         sed -e "1s,^W54S,W54G," < openwrt-gs-code.bin > openwrt-g-code.bin
15
16 openwrt-image:  openwrt openwrt-g-code.bin
17