diff --git a/openwrt/Makefile b/openwrt/Makefile index 172e1b80c2d834481f9c620424431969de60f924..92137eac20c4e5e2b06b9440e200060e1624ff15 100644 --- a/openwrt/Makefile +++ b/openwrt/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 diff --git a/openwrt/package/openwrt/openwrt.mk b/openwrt/package/openwrt/openwrt.mk index 935fe16e7ce3646024fe622fc4787a73f6cc84c2..dcb4c3334b86c54ba8387cb8f3d55038f9cb1aca 100644 --- a/openwrt/package/openwrt/openwrt.mk +++ b/openwrt/package/openwrt/openwrt.mk @@ -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