diff options
author | Mike Baker <mbm@openwrt.org> | 2005-03-01 07:05:19 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-03-01 07:05:19 +0000 |
commit | fdb94c0dd1e25acc28d23fd18e806dd0d748dad6 (patch) | |
tree | 3ee32013ca7376ed4c64b5d9a2eb066de34950ee /package | |
parent | 29c244f0341f2ca05dac674e79d8ed1148c1f6b7 (diff) | |
download | upstream-fdb94c0dd1e25acc28d23fd18e806dd0d748dad6.tar.gz upstream-fdb94c0dd1e25acc28d23fd18e806dd0d748dad6.tar.bz2 upstream-fdb94c0dd1e25acc28d23fd18e806dd0d748dad6.zip |
typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@298 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 |