mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:46:15 +02:00
ensure sstrip is build before needed by packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@288 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a3abfde50f
commit
6c9c1cdc0d
2
Makefile
2
Makefile
@ -49,7 +49,7 @@ ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
|
||||
#
|
||||
##############################################################
|
||||
TARGETS:=host-sed kernel-headers uclibc-configured binutils gcc uclibc-target-utils
|
||||
TARGETS+=linux
|
||||
TARGETS+=openwrt-sstrip linux
|
||||
|
||||
include toolchain/Makefile.in
|
||||
include package/Makefile.in
|
||||
|
@ -160,7 +160,7 @@ STRIP=$(OPENWRT_SSTRIP_TARGET)
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user