mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 21:18:26 +02:00
*** empty log message ***
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@244 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cb66d57ffe
commit
9980effdda
1
target/default/Makefile.in
Normal file
1
target/default/Makefile.in
Normal file
@ -0,0 +1 @@
|
||||
TARGETS+=openwrt-image
|
10
target/default/openwrt.mk
Normal file
10
target/default/openwrt.mk
Normal file
@ -0,0 +1,10 @@
|
||||
openwrt-linux.trx: openwrt-trx
|
||||
PATH=$(TARGET_PATH) trx -o openwrt-linux.trx $(LINUX_DIR)/$(LINUX_BINLOC) $(IMAGE).$(ROOTFS)
|
||||
|
||||
openwrt-gs-code.bin: openwrt-addpattern openwrt-linux.trx
|
||||
PATH=$(TARGET_PATH) addpattern -2 -i openwrt-linux.trx -o openwrt-gs-code.bin -g
|
||||
|
||||
openwrt-g-code.bin: openwrt-gs-code.bin
|
||||
sed -e "1s,^W54S,W54G," < openwrt-gs-code.bin > openwrt-g-code.bin
|
||||
|
||||
openwrt-image: openwrt-g-code.bin
|
Loading…
Reference in New Issue
Block a user