From de02fc481bef3af8c9897c9888b7680baa298231 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:05:12 +0000 Subject: [PATCH] packages/wrt-radauth: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40187 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/wrt-radauth/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/wrt-radauth/Makefile b/net/wrt-radauth/Makefile index 57b578144..aeab48ccf 100644 --- a/net/wrt-radauth/Makefile +++ b/net/wrt-radauth/Makefile @@ -28,11 +28,11 @@ define Package/wrt-radauth endef define Package/wrt-radauth/description - This software watches the stations associating to a broadcom based - AccessPoint (e.g. Linksys WRT54G) and sends an authentication request + This software watches the stations associating to a broadcom based + AccessPoint (e.g. Linksys WRT54G) and sends an authentication request to the radius-server specified in nvram. endef - + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) clean $(call Build/Compile/Default, \ @@ -41,7 +41,7 @@ define Build/Compile ) endef -define Package/wrt-radauth/install +define Package/wrt-radauth/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/radius-client $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/wrt-radauth $(1)/usr/sbin/