ensure sstrip is build before needed by packages
SVN-Revision: 288
This commit is contained in:
parent
562c3db31d
commit
0b0ced417d
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
|
||||||
#
|
#
|
||||||
##############################################################
|
##############################################################
|
||||||
TARGETS:=host-sed kernel-headers uclibc-configured binutils gcc uclibc-target-utils
|
TARGETS:=host-sed kernel-headers uclibc-configured binutils gcc uclibc-target-utils
|
||||||
TARGETS+=linux
|
TARGETS+=openwrt-sstrip linux
|
||||||
|
|
||||||
include toolchain/Makefile.in
|
include toolchain/Makefile.in
|
||||||
include package/Makefile.in
|
include package/Makefile.in
|
||||||
|
|
|
@ -160,7 +160,7 @@ STRIP=$(OPENWRT_SSTRIP_TARGET)
|
||||||
|
|
||||||
linksys: linksys-shared linksys-nvram linksys-wlconf
|
linksys: linksys-shared linksys-nvram linksys-wlconf
|
||||||
|
|
||||||
openwrt: linksys openwrt-mtd openwrt-trx openwrt-addpattern openwrt-jffs2root openwrt-sstrip
|
openwrt: linksys openwrt-mtd openwrt-trx openwrt-addpattern openwrt-jffs2root
|
||||||
|
|
||||||
openwrt-dirclean: linksys-shared-dirclean linksys-nvram-dirclean linksys-wlconf-dirclean
|
openwrt-dirclean: linksys-shared-dirclean linksys-nvram-dirclean linksys-wlconf-dirclean
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue