diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-23 19:39:34 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-23 19:39:34 +0000 |
commit | 1737b28c5ff7b6a68dc5af0d71973797c78dd627 (patch) | |
tree | 323178ef1214a8e74b938849e48c88b1f9f2a906 | |
parent | 2cd3b2412a698240c4ab4adba0f2786c9d47563d (diff) | |
download | mtk-20170518-1737b28c5ff7b6a68dc5af0d71973797c78dd627.zip mtk-20170518-1737b28c5ff7b6a68dc5af0d71973797c78dd627.tar.gz mtk-20170518-1737b28c5ff7b6a68dc5af0d71973797c78dd627.tar.bz2 |
small fix, to compile sstrip.c
SVN-Revision: 283
-rw-r--r-- | openwrt/package/openwrt/openwrt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openwrt/openwrt.mk b/openwrt/package/openwrt/openwrt.mk index 47d2f55..935fe16 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-clean +openwrt: linksys openwrt-mtd openwrt-trx openwrt-addpattern openwrt-jffs2root openwrt-sstrip openwrt-dirclean: linksys-shared-dirclean linksys-nvram-dirclean linksys-wlconf-dirclean |