Move all to deprecated folder.
This commit is contained in:
11
deprecated/firmware/buildroot/package/iw/Config.in
Normal file
11
deprecated/firmware/buildroot/package/iw/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_IW
|
||||
bool "iw"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
||||
select BR2_PACKAGE_LIBNL
|
||||
help
|
||||
Utility for wireless devices using the mac80211 kernel stack
|
||||
|
||||
http://wireless.kernel.org/en/users/Documentation/iw
|
||||
|
||||
comment "iw needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
2
deprecated/firmware/buildroot/package/iw/iw.hash
Normal file
2
deprecated/firmware/buildroot/package/iw/iw.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# From https://www.kernel.org/pub/software/network/iw/sha256sums.asc
|
||||
sha256 a6add81a51667649d8d7cfba783ab6a0f82e250a663a4065b13babdff3f6b220 iw-4.3.tar.xz
|
||||
25
deprecated/firmware/buildroot/package/iw/iw.mk
Normal file
25
deprecated/firmware/buildroot/package/iw/iw.mk
Normal file
@@ -0,0 +1,25 @@
|
||||
################################################################################
|
||||
#
|
||||
# iw
|
||||
#
|
||||
################################################################################
|
||||
|
||||
IW_VERSION = 4.3
|
||||
IW_SOURCE = iw-$(IW_VERSION).tar.xz
|
||||
IW_SITE = $(BR2_KERNEL_MIRROR)/software/network/iw
|
||||
IW_LICENSE = iw license
|
||||
IW_LICENSE_FILES = COPYING
|
||||
IW_DEPENDENCIES = host-pkgconf libnl
|
||||
IW_MAKE_OPTS = CC="$(TARGET_CC)" LD="$(TARGET_LD)" LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
IW_MAKE_ENV = PKG_CONFIG="$(HOST_DIR)/usr/bin/pkg-config" \
|
||||
GIT_DIR=$(IW_DIR)
|
||||
|
||||
define IW_BUILD_CMDS
|
||||
$(IW_MAKE_ENV) $(MAKE) $(IW_MAKE_OPTS) -C $(@D)
|
||||
endef
|
||||
|
||||
define IW_INSTALL_TARGET_CMDS
|
||||
$(IW_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user