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 | 991981c552f2397997082af93440d289e95e11c3 (patch) | |
tree | 971a468f69eab5f42f52c5726d69289d416c404f | |
parent | 658019abd02f01fd32946cba8cea7f30b79954f7 (diff) | |
download | mtk-20170518-991981c552f2397997082af93440d289e95e11c3.zip mtk-20170518-991981c552f2397997082af93440d289e95e11c3.tar.gz mtk-20170518-991981c552f2397997082af93440d289e95e11c3.tar.bz2 |
typo
SVN-Revision: 298
-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 935fe16..765f511 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 |