diff options
author | John Crispin <blogic@openwrt.org> | 2008-08-04 11:47:46 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-08-04 11:47:46 +0000 |
commit | 8ffee3956dc468134bb14f47a7c82f248b9671ff (patch) | |
tree | 2557f08d71745544cffbebc0b601b76a15b840df /package/wpa_supplicant/Makefile | |
parent | b5a563ee16fdff62df8ed8e67c00f5a944eabc0b (diff) | |
download | upstream-8ffee3956dc468134bb14f47a7c82f248b9671ff.tar.gz upstream-8ffee3956dc468134bb14f47a7c82f248b9671ff.tar.bz2 upstream-8ffee3956dc468134bb14f47a7c82f248b9671ff.zip |
fixes whitespace error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12088 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wpa_supplicant/Makefile')
-rw-r--r-- | package/wpa_supplicant/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index d57e3cd2f0..a551c14e95 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -35,7 +35,6 @@ define Package/wpa-supplicant/config source "$(SOURCE)/Config.in" endef - define Package/wpa-cli SECTION:=net CATEGORY:=Network |