sync with buildroot2 from uclibc, add devices, may be used to build other kernel...
[openwrt.git] / openwrt / 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-g-code.bin
17
This page took 0.045635 seconds and 5 git commands to generate.