diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-23 19:39:34 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-23 19:39:34 +0000 |
commit | 3e8655e274770e5ce3d3713f9cae2f039103269a (patch) | |
tree | 323178ef1214a8e74b938849e48c88b1f9f2a906 /openwrt/package | |
parent | be4e6a448dd3c0ed024d4dd034d8edfc904a4796 (diff) |
small fix, to compile sstrip.c
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@283 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-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 47d2f55fb..935fe16e7 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 |