initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
config BR2_PACKAGE_BITWISE
bool "bitwise"
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE
help
Bitwise is multi base interactive calculator
supporting dynamic base conversion and bit manipulation.
It's a handy tool for low level hackers,
kernel developers and device drivers developers.
https://github.com/mellowcandle/bitwise
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 d3d43cef47bf8f49e85f7ed381c3eaf1df921ca51805e0962f1a97a517e1d1d2 bitwise-v0.42.tar.gz
sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# bitwise
#
################################################################################
BITWISE_VERSION = 0.42
BITWISE_SITE = https://github.com/mellowcandle/bitwise/releases/download/v$(BITWISE_VERSION)
BITWISE_SOURCE = bitwise-v$(BITWISE_VERSION).tar.gz
BITWISE_DEPENDENCIES = ncurses readline
BITWISE_LICENSE = GPL-3.0
BITWISE_LICENSE_FILES = COPYING
$(eval $(autotools-package))