From c29ebc1df5abe6139eae6b8c9e21d25f49d66dff Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 23 Sep 2006 13:30:31 +0000 Subject: [PATCH] standardize Makefile, change category to "base system" git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4815 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/wireless-tools/Makefile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/package/wireless-tools/Makefile b/package/wireless-tools/Makefile index 32e7fc05a..064407b03 100644 --- a/package/wireless-tools/Makefile +++ b/package/wireless-tools/Makefile @@ -23,12 +23,14 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(INCLUDE_DIR)/package.mk define Package/wireless-tools -SECTION:=base -CATEGORY:=Network -DEFAULT:=y -TITLE:=Tools for manipulating Linux Wireless Extensions -DESCRIPTION:=Tools for configuring Wireless Adapters implementing the "Wireless Extension" -URL:=http://hplabs.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html + SECTION:=net + CATEGORY:=Base system + DEFAULT:=y + TITLE:=Tools for manipulating Linux Wireless Extensions + DESCRIPTION:=\ + This package contains a collection of tools for configuring wireless \\\ + adapters implementing the "Linux Wireless Extensions". + URL:=http://hplabs.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html endef define Build/Compile @@ -54,7 +56,8 @@ define Build/InstallDev endef define Build/UninstallDev - rm -f $(STAGING_DIR)/usr/include/{iwlib,wireless}.h \ + rm -f \ + $(STAGING_DIR)/usr/include/{iwlib,wireless}.h \ $(STAGING_DIR)/usr/lib/libiw.so* endef -- 2.35.1