mirror of https://github.com/hak5/openwrt.git
parent
1ce3686fac
commit
6f7a13a3a2
|
@ -23,12 +23,14 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/wireless-tools
|
define Package/wireless-tools
|
||||||
SECTION:=base
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Base system
|
||||||
DEFAULT:=y
|
DEFAULT:=y
|
||||||
TITLE:=Tools for manipulating Linux Wireless Extensions
|
TITLE:=Tools for manipulating Linux Wireless Extensions
|
||||||
DESCRIPTION:=Tools for configuring Wireless Adapters implementing the "Wireless Extension"
|
DESCRIPTION:=\
|
||||||
URL:=http://hplabs.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
|
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
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
@ -54,7 +56,8 @@ define Build/InstallDev
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/UninstallDev
|
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*
|
$(STAGING_DIR)/usr/lib/libiw.so*
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue