Source-Makefile: feeds/packages/utils/atheepmgr/Makefile

Package: atheepmgr
Menu: 1
Version: 2.1.1-r2
Depends: +libc 
Conflicts: 
Menu-Depends: 
Provides: 
Section: utils
Category: Utilities
Repository: base
Title: EEPROM/boarddata management utility for Atheros WLAN chips
Maintainer: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Source: atheepmgr-2.1.1.tar.zst
License: ISC
LicenseFiles: LICENSE
Type: ipkg
Description:   This utility is intended to investigate the content of Atheros WLAN
  chips EEPROM (OTP, boarddata, ART, etc.). It supports data extraction,
  unpacking, parsing, dumping in a text form, saving binary data for
  further analysis, as well as quick editing of some basic fields (e.g.
  MAC address, etc.).

  The utility supports both data access methods: direct EEPROM (OTP)
  access (via the chip) and offline binary dumps handling.

@@
Config:
	if PACKAGE_atheepmgr
		config ATHEEPMGR_DANGEROUS_FUNCTIONS
			bool "Enable dangerous functions"
			default n
			help
			  This option enables some functions, the use of which could cause
			  permanent hardware damages and (or) make the operation of the
			  equipment illegal due to RF spectre usage violation.

			  These functions are intended for use by developers and radio
			  engineers.

			  You have been warned. If unsure, say no.
	endif
@@


