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 | 66ab96540397b7fd1ebaee172654c044513c00f5 (patch) | |
tree | 971a468f69eab5f42f52c5726d69289d416c404f /openwrt | |
parent | 0be9a62a40a0ffce58d0800cfd530ab88f1d8c62 (diff) |
typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@298 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-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 935fe16e7c..765f511d65 100644 --- a/openwrt/package/openwrt/openwrt.mk +++ b/openwrt/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 |