diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-23 19:39:34 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-23 19:39:34 +0000 |
commit | 19887004ed4c27d0d6001b8925b56c0b019ac7ec (patch) | |
tree | 38720f9fd537d0e716413382871ba73c7c93345e | |
parent | 4ab48bb3523278d33a37e0d1a23b840e806716a0 (diff) | |
download | upstream-19887004ed4c27d0d6001b8925b56c0b019ac7ec.tar.gz upstream-19887004ed4c27d0d6001b8925b56c0b019ac7ec.tar.bz2 upstream-19887004ed4c27d0d6001b8925b56c0b019ac7ec.zip |
small fix, to compile sstrip.c
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@283 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/openwrt/openwrt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openwrt/openwrt.mk b/package/openwrt/openwrt.mk index 47d2f55fbe..935fe16e7c 100644 --- a/package/openwrt/openwrt.mk +++ b/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 |