summaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-18 21:21:06 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-18 21:21:06 +0000
commitae98e0cfbcade9b099afc6f7bcbbaa1ed9d5448c (patch)
treeb24a2ff228ace9eaf2dd4af0aa0bff455301cb3f /package/hostapd
parent4c66f72328d338b0e6f01c9cadc3cc0fe26ae2e0 (diff)
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 352d59766..a1161e11f 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