diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-01 07:05:19 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-01 07:05:19 +0000 |
commit | 2ffb3bf75b770464a0f2d97d3fdcd0ea5f1fddb4 (patch) | |
tree | 3ee32013ca7376ed4c64b5d9a2eb066de34950ee | |
parent | 469f2ce1658f1509a8ea72e967d3ebed3fac7515 (diff) |
typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@298 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 935fe16e7c..765f511d65 100644 --- a/package/openwrt/openwrt.mk +++ b/package/openwrt/openwrt.mk @@ -156,7 +156,7 @@ openwrt-sstrip: $(OPENWRT_SSTRIP_TARGET) openwrt-sstrip-clean: rm $(OPENWRT_SSTRIP_TARGET) -STRIP=$(OPENWRT_SSTRIP_TARGET) +SSTRIP=$(OPENWRT_SSTRIP_TARGET) linksys: linksys-shared linksys-nvram linksys-wlconf |