update buildroot to 2017.02.11
This commit is contained in:
18
bsp/buildroot-2017.02.11/package/wavemon/Config.in
Normal file
18
bsp/buildroot-2017.02.11/package/wavemon/Config.in
Normal file
@@ -0,0 +1,18 @@
|
||||
config BR2_PACKAGE_WAVEMON
|
||||
bool "wavemon"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||
select BR2_PACKAGE_NCURSES
|
||||
select BR2_PACKAGE_LIBNL
|
||||
help
|
||||
wavemon is a wireless device monitoring application that allows you
|
||||
to watch signal and noise levels, packet statistics, device
|
||||
configuration and network parameters of your wireless network
|
||||
hardware.
|
||||
|
||||
Note that you need a Linux Kernel configuration with wireless
|
||||
extensions or with wireless extensions compatibility enabled.
|
||||
|
||||
https://github.com/uoaerg/wavemon
|
||||
|
||||
comment "wavemon needs a toolchain w/ NPTL"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||
2
bsp/buildroot-2017.02.11/package/wavemon/wavemon.hash
Normal file
2
bsp/buildroot-2017.02.11/package/wavemon/wavemon.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 c9ea57da4f8161401bcaaca17b37bcdf16ffb88baad2370afed2e15a7f71af73 wavemon-v0.8.1.tar.gz
|
||||
16
bsp/buildroot-2017.02.11/package/wavemon/wavemon.mk
Normal file
16
bsp/buildroot-2017.02.11/package/wavemon/wavemon.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# wavemon
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WAVEMON_VERSION = v0.8.1
|
||||
WAVEMON_SITE = $(call github,uoaerg,wavemon,$(WAVEMON_VERSION))
|
||||
WAVEMON_LICENSE = GPLv3+
|
||||
WAVEMON_LICENSE_FILES = COPYING
|
||||
WAVEMON_DEPENDENCIES = host-pkgconf libnl ncurses
|
||||
|
||||
# Handwritten Makefile.in, automake isn't used
|
||||
WAVEMON_MAKE_OPTS = CC="$(TARGET_CC)"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user