aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-18 21:21:06 +0000
committerMike Baker <mbm@openwrt.org>2006-08-18 21:21:06 +0000
commitc38c5db597c53518b266548465b03da68d16b8ef (patch)
treeb24a2ff228ace9eaf2dd4af0aa0bff455301cb3f /package/hostapd
parentbe9cf7f78a857b99bd6473dbf7b7f02d44a64be5 (diff)
downloadupstream-c38c5db597c53518b266548465b03da68d16b8ef.tar.gz
upstream-c38c5db597c53518b266548465b03da68d16b8ef.tar.bz2
upstream-c38c5db597c53518b266548465b03da68d16b8ef.zip
Fix/clean several hundred package makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4603 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 352d597669..a1161e11fe 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -87,11 +87,10 @@ define Package/Template
define Build/Compile/$(2)
$(call Build/CompileTarget,$(2))
endef
- endif
-
- define Package/$(1)/install
+ define Package/$(1)/install
$(call Package/InstallTemplate,$(1),$(2))
- endef
+ endef
+ endif
endef
define Build/Configure