Move all to deprecated folder.
This commit is contained in:
8
deprecated/firmware/buildroot/package/fbset/Config.in
Normal file
8
deprecated/firmware/buildroot/package/fbset/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_FBSET
|
||||
bool "fbset"
|
||||
help
|
||||
Fbset is a system utility to show or change the settings of the frame
|
||||
buffer device. The frame buffer device provides a simple and unique
|
||||
interface to access different kinds of graphic displays.
|
||||
|
||||
http://users.telenet.be/geertu/Linux/fbdev/
|
||||
2
deprecated/firmware/buildroot/package/fbset/fbset.hash
Normal file
2
deprecated/firmware/buildroot/package/fbset/fbset.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 40ff4ab0247b75138a0887ed40f81c1a6184f340b77126c16d074b1075b41c20 fbset-2.1.tar.gz
|
||||
25
deprecated/firmware/buildroot/package/fbset/fbset.mk
Normal file
25
deprecated/firmware/buildroot/package/fbset/fbset.mk
Normal file
@@ -0,0 +1,25 @@
|
||||
################################################################################
|
||||
#
|
||||
# fbset
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FBSET_VERSION = 2.1
|
||||
FBSET_SITE = http://users.telenet.be/geertu/Linux/fbdev
|
||||
FBSET_DEPENDENCIES = host-bison host-flex
|
||||
FBSET_LICENSE = GPLv2
|
||||
|
||||
# Make sure full fbset wins over busybox fbset
|
||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
FBSET_DEPENDENCIES += busybox
|
||||
endif
|
||||
|
||||
define FBSET_BUILD_CMDS
|
||||
$(MAKE1) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||
endef
|
||||
|
||||
define FBSET_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 755 $(@D)/fbset $(TARGET_DIR)/usr/sbin/fbset
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user