when I will understand the buildsystem?
SVN-Revision: 241
This commit is contained in:
parent
59166f4123
commit
f4897b72cf
4 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
|
ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
|
||||||
TARGETS+=jffs2root openwrt-image
|
TARGETS+=jffs2root openwrt-image-jffs2
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -54,6 +54,6 @@ openwrt-gs-code.bin.jffs2: openwrt-linux.trx.jffs2
|
||||||
openwrt-g-code.bin.jffs2: openwrt-gs-code.bin.jffs2
|
openwrt-g-code.bin.jffs2: openwrt-gs-code.bin.jffs2
|
||||||
sed -e "1s,^W54S,W54G," < openwrt-gs-code.bin.jffs2 > openwrt-g-code.bin.jffs2
|
sed -e "1s,^W54S,W54G," < openwrt-gs-code.bin.jffs2 > openwrt-g-code.bin.jffs2
|
||||||
|
|
||||||
openwrt-image: openwrt-g-code.bin.jffs2
|
openwrt-image-jffs2: openwrt-g-code.bin.jffs2
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
|
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
|
||||||
TARGETS+=squashfsroot openwrt-image
|
TARGETS+=squashfsroot openwrt-image-squashfs
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -57,4 +57,4 @@ openwrt-gs-code.bin.squashfs: openwrt-linux.trx.squashfs
|
||||||
openwrt-g-code.bin.squashfs: openwrt-gs-code.bin.squashfs
|
openwrt-g-code.bin.squashfs: openwrt-gs-code.bin.squashfs
|
||||||
sed -e "1s,^W54S,W54G," < openwrt-gs-code.bin.squashfs > openwrt-g-code.bin.squashfs
|
sed -e "1s,^W54S,W54G," < openwrt-gs-code.bin.squashfs > openwrt-g-code.bin.squashfs
|
||||||
|
|
||||||
openwrt-image: openwrt-g-code.bin.squashfs
|
openwrt-image-squashfs: openwrt-g-code.bin.squashfs
|
||||||
|
|
Loading…
Reference in a new issue